/*!
<----------------------------------------
  Theme Name: ringo
  Theme URI: http:/ unitedit.com
  Author: unitedit.com.
  Author URI: http:/ unitedit.com
  Description: ringo is a Creative HTML5 Template for Saas, Startup & any ytpe of confarence.
  Version: 1.0.0
  Tags: app, ringo E-ccomerce, app landing page, app showcase template, application services, gradient color, landing, marketing, responsive template, seo, software, Software Services, startup, tech, web application landing page.
---------------------------------------->
*/
/*
>>> TABLE OF CONTENTS:
<----------------------------------------------------------------
  01. Default CSS
  02. Global css
  03. Header
  04. sidebar menu
  05. About
  07. Roadmap
  08. News
  09. Team
  10. Contact
---------------------------------------------------------------->


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
}

body {
  position: relative;
}

body.dark .section {
  background: #10163A;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body,
button,
input,
select,
textarea {
  color: #716c80;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
  border: none;
}

body input::-webkit-inner-spin-button,
body input::-webkit-outer-spin-button,
button input::-webkit-inner-spin-button,
button input::-webkit-outer-spin-button,
input input::-webkit-inner-spin-button,
input input::-webkit-outer-spin-button,
select input::-webkit-inner-spin-button,
select input::-webkit-outer-spin-button,
textarea input::-webkit-inner-spin-button,
textarea input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #1f202a;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  line-height: 1.5;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}

#openDashboardSidebar, .scrollToRight {
  display: none;
}

#emailContainer {
  display: flex;
  align-items: baseline;
}

@media screen and (min-width: 576px) {
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 72px;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  margin: 0 0 15px;
  color: #1f202a;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
}

span {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

a {
  color: #716c80;
  text-decoration: none;
  display: inline-block;
  outline: none;
  font-family: "Manrope", sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  color: #000;
  outline: 0;
}

img,
video {
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*======= all custom btn css =======*/
button.btn {
  display: inline-table;
}

.btn {
  font-size: 14px;
  padding: 5px 20px;
  border: none;
  cursor: pointer;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  background: #F16C54;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover {
  background: #f16c54b8;
}

.btn:hover span, .btn:hover i {
  color: #fff;
}

.btn i {
  color: #fff;
}

.btn span {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.btn .btn-ripple {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  border-radius: 100%;
  -webkit-animation: ripple 1s;
          animation: ripple 1s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.btn-outline {
  background: transparent;
  border: 1px solid #fff;
}

/*======= all custom btn css =======*/
@-webkit-keyframes ripple {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

.section-header {
  text-align: center;
}

.section-header h3 {
  margin: 0;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .section-header h3 {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .section-header h3 {
    font-size: 40px;
    line-height: 64px;
  }
}

.padding-tb {
  padding: 60px 0;
  position: relative;
}

@media (min-width: 768px) {
  .padding-tb {
    padding: 100px 0;
  }
}

/*==== common slider arrow css start =====*/
.section-wrapper:hover .arrow .next {
  right: 6px;
  opacity: 1;
}

.section-wrapper:hover .arrow .prev {
  left: 6px;
  opacity: 1;
}

.section-wrapper .arrow .next, .section-wrapper .arrow .prev {
  position: absolute;
  top: 50%;
  z-index: 9;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-wrapper .arrow .next:hover span, .section-wrapper .arrow .prev:hover span {
  background: #F16C54;
}

.section-wrapper .arrow .next:hover span svg path, .section-wrapper .arrow .prev:hover span svg path {
  fill: #fff;
}

.section-wrapper .arrow .next.swiper-button-disabled, .section-wrapper .arrow .prev.swiper-button-disabled {
  cursor: no-drop;
}

.section-wrapper .arrow .next.swiper-button-disabled span, .section-wrapper .arrow .prev.swiper-button-disabled span {
  background: #cc1010;
}

.section-wrapper .arrow .next.swiper-button-disabled span svg path, .section-wrapper .arrow .prev.swiper-button-disabled span svg path {
  fill: #333;
}

.section-wrapper .arrow .next span, .section-wrapper .arrow .prev span {
  height: 60px;
  width: 32px;
  line-height: 60px;
  padding: 0;
  background: #e1e1e1;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section-wrapper .arrow .next {
  right: -20px;
}

.section-wrapper .arrow .prev {
  left: -20px;
}

/*==== common slider arrow css ends =====*/
/*==== common item css start =====*/
.post-item {
  margin: 5px;
  padding: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dcdee3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-item:hover {
  -webkit-box-shadow: -1px 7px 35px rgba(0, 0, 0, 0.05);
          box-shadow: -1px 7px 35px rgba(0, 0, 0, 0.05);
}

.post-item:hover .post-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.post-item:hover .post-thumb .post-wish {
  -webkit-transform: scale3d(1.1);
          transform: scale3d(1.1);
  right: 0;
}

.post-item:hover .post-thumb .post-cart {
  opacity: 1;
  bottom: 10px;
}

.post-item:hover .post-text h6 a {
  color: #F16C54;
}

.post-item:hover::after {
  -webkit-animation: collection 1s;
          animation: collection 1s;
}

.post-item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.post-item .post-thumb {
  height: 80px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 576px) {
  .post-item .post-thumb {
    height: 150px;
  }
}

.post-item .post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-item .post-thumb .post-wish {
  position: absolute;
  top: 0;
  right: -50px;
  -webkit-transform: scale3d(0);
          transform: scale3d(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-item .post-thumb .post-wish button {
  height: 40px;
  width: 40px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 0 0 0 5px;
}

.post-item .post-thumb .post-wish button.active {
  background-color: #F16C54 !important;
}

.post-item .post-thumb .post-wish button.active span svg g path {
  fill: #fff;
}

.post-item .post-thumb .post-cart {
  position: absolute;
  bottom: -38px;
  opacity: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-item .post-thumb .post-cart button {
  padding: 10px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
}

.post-item .post-thumb .post-cart button.custom-btn {
  background: #F16C54;
  border-radius: 20px;
}

.post-item .post-thumb .post-cart button.custom-btn::before {
  border-radius: 20px;
  background: #000;
}

.post-item .post-thumb .post-cart button.custom-btn span {
  color: #fff;
  font-size: 12px;
}

.post-item .post-thumb .post-cart button.custom-btn span svg {
  margin-right: 8px;
}

.post-item .post-text {
  padding-top: 12px;
}

.post-item .post-text .rating span {
  padding-top: 10px;
  padding-right: 3px;
  display: inline-block;
}

.post-item .post-text h6 {
  margin: 0;
  padding: 5px;
  font-size: 13px;
}

@media (min-width: 1400px) {
  .post-item .post-text h6 {
    font-size: 16px;
  }
}

.post-item .post-text h6 a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-item .post-text p {
  margin: 0;
  color: #000;
  font-size: 12px;
}

@media (min-width: 576px) {
  .post-item .post-text p {
    font-size: 16px;
  }
}

.post-item .post-text.style-one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-item .post-text.style-one span.discount {
  color: #fff;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 15px;
  background: red;
  margin-right: 5px;
  display: inline-block;
}

@media (min-width: 576px) {
  .post-item .post-text.style-one span.discount {
    font-size: 14px;
    margin-right: 10px;
    padding: 2.5px 12px;
  }
}

/*==== common item css ends  =====*/
form .input-group {
  position: relative;
}

form .input-group input {
  border-radius: 5px !important;
}

form .input-group input.form-control, .state-select {
  width: 100%;
  height: 40px;
  font-size: 14px;
  margin-left: 0 !important;
  border: 1px solid #adb5bd;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form .input-group input.form-control::-webkit-input-placeholder {
  font-size: 12px;
  color: silver;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form .input-group input.form-control:-ms-input-placeholder {
  font-size: 12px;
  color: silver;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form .input-group input.form-control::-ms-input-placeholder {
  font-size: 12px;
  color: silver;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form .input-group input.form-control::placeholder {
  font-size: 12px;
  color: silver;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form .input-group input.form-control:focus {
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .input-group input.form-control:focus::-webkit-input-placeholder {
  color: #000;
  padding-left: 5px;
}

form .input-group input.form-control:focus:-ms-input-placeholder {
  color: #000;
  padding-left: 5px;
}

form .input-group input.form-control:focus::-ms-input-placeholder {
  color: #000;
  padding-left: 5px;
}

form .input-group input.form-control:focus::placeholder {
  color: #000;
  padding-left: 5px;
}

form .input-group input.form-control:focus ~ i {
  color: #000;
}

form .input-group input.form-control:focus ~ i svg g path {
  fill: #000;
}

form .input-group i {
  position: absolute;
  top: 50%;
  left: 10px;
  color: #F16C54;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

form .input-group i.view_pass {
  left: auto;
  right: 10px;
  cursor: pointer;
}

form .input-group label {
  color: #000;
  font-size: 14px;
}

form .input-group textarea {
  padding: 10px;
  width: 100%;
  font-size: 12px;
  height: 100px !important;
  border: 1px solid #adb5bd;
  border-radius: 5px !important;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form .input-group textarea::-webkit-input-placeholder {
  color: silver;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form .input-group textarea:-ms-input-placeholder {
  color: silver;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form .input-group textarea::-ms-input-placeholder {
  color: silver;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form .input-group textarea::placeholder {
  color: silver;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form .input-group textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000;
}

form .input-group textarea:focus::-webkit-input-placeholder {
  color: #000;
  padding-left: 5px;
}

form .input-group textarea:focus:-ms-input-placeholder {
  color: #000;
  padding-left: 5px;
}

form .input-group textarea:focus::-ms-input-placeholder {
  color: #000;
  padding-left: 5px;
}

form .input-group textarea:focus::placeholder {
  color: #000;
  padding-left: 5px;
}

form .input-sellect label {
  display: block;
}

form .input-sellect select {
  height: 40px;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #F16C54;
}

form button.custom-btn {
  margin-top: 20px;
}

form .filelabel {
  width: 100%;
  display: block;
  padding: 10px;
  min-height: 80px;
  border-radius: 5px;
  border: 2px dashed grey;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
  margin: 0;
}

form .filelabel:hover {
  border: 2px solid #F16C54;
}

form .filelabel:hover i {
  color: #F16C54;
}

form .filelabel:hover span.title {
  color: #F16C54;
}

form .filelabel i {
  display: block;
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: 0;
  left: 0;
  font-size: 15px;
}

form .filelabel span.title {
  font-size: 12px;
  color: #F16C54;
  -webkit-transition: 200ms color;
  transition: 200ms color;
}

form #FileInput {
  display: none;
}

form .input-select {
  text-align: left;
}

form .input-select label {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

form .input-select select.form-select {
  height: 48px;
}

form .input-select select.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #333;
}

form .radio-input .form-check .form-check-input {
  border-color: #F16C54;
}

form .radio-input .form-check .form-check-input:checked {
  border-color: #F16C54;
  background-color: #F16C54;
}

.input-group > input:not(:placeholder-shown) ~ label {
  top: -12px;
  left: 10px;
  opacity: 1;
  padding: 5px;
}
.insured_value_two_rows{
  flex-direction: column;
  align-items: baseline;
}

.invalid-feedback{
  color:#000;
}
.margin-top-two-buttons{
  margin-top:2.5rem;
  text-align: center;
}

.pagination-area {
  padding: 20px 0 0;
}

.pagination-area .pagination {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-area .pagination li {
  list-style: none;
}

.pagination-area .pagination li.dot {
  font-weight: 700;
  padding: 10px;
  font-size: 16px;
}

.pagination-area .pagination li.prev {
  margin-right: 5px;
}

.pagination-area .pagination li.prev a i {
  font-weight: 600;
}

.pagination-area .pagination li.next {
  margin-left: 5px;
}

.pagination-area .pagination li.next a i {
  font-weight: 600;
}

.pagination-area .pagination li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #fff;
  color: #1f202a;
  margin: 0 2px;
  text-transform: capitalize;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagination-area .pagination li a:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#F16C54), to(#f16c54b8));
  background-image: linear-gradient(to left, #F16C54, #f16c54b8);
  color: #fff !important;
}

.pagination-area .pagination li a.active {
  background-image: -webkit-gradient(linear, right top, left top, from(#F16C54), to(#f16c54b8));
  background-image: linear-gradient(to left, #F16C54, #f16c54b8);
  color: #fff !important;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(131, 194, 94, 0.7);
          box-shadow: 0px 5px 10px 0px rgba(131, 194, 94, 0.7);
}

/*======= all scrollbar css =====*/
::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #F16C54;
  border-radius: 5px;
}

/*======= all scrollbar css =====*/
.post-item .post-text.style-one, header .header-main .header-bottom .bottom-inner, header .header-item .process-menu ul.menu-item, ul.ringo-content-list li, .customer-review .section-wrapper .customer-slider .swiper-wrapper .swiper-slide .review-content .content-thumb, .why-ringo .section-wrapper .ringo-list ul.list-item li, footer .footer-wrap .section-wrapper .footer-bottom .bottom-content ul.footer-media, .claims-area .modal .modal-dialog .modal-content .modal-body .claim-form .claim-card, .q-process.style-one .section-wrapper .priemium-progress .progres-cruount, .q-process.style-two .section-wrapper .priemium-progress .progres-cruount, .q-process.style-two .section-wrapper .quote-form .form-title .title-cat, .q-process.style-two .section-wrapper .quote-form .form-content .quote-innertitle, .payment-area .section-wrapper .wrap-card, .payment-area .section-wrapper .order-card .order-title, .payment-area .section-wrapper .order-card ul.order-list .list-title, .payment-area .section-wrapper .order-card ul.order-list li, .payment-area .section-wrapper .payment-info form .input-payment .card-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .header-item .process-menu ul.menu-item li::before, header .header-item .process-menu ul.menu-item li::after, .get-coverd::before, .get-coverd::after, .claims-area .section-wrapper .claim-item .claim-icon, .claims-area .section-wrapper .claim-item .item-thumb::before, .claims-area .section-wrapper .claim-item .item-thumb::after {
  position: absolute;
  content: '';
}

.banner-area .card.banner-form, .common-form, .get-coverd .section-wrapper .covered-form, .q-process.style-four .quote-form form .upload-card .custom-file-upload, .payment-area .section-wrapper .order-card {
  -webkit-box-shadow: 0 5px 10px 0 rgba(55, 70, 66, 0.12);
          box-shadow: 0 5px 10px 0 rgba(55, 70, 66, 0.12);
}

.btn-facebook {
  background: #3b5998;
}

.btn-facebook:hover {
  background: #fff;
  border: 1px solid #3b5998 !important;
}

.btn-facebook:hover i {
  color: #3b5998;
}

.btn-facebook i {
  color: #fff;
}

.btn-twitter {
  background: #55acee;
  border: 1px solid !important;
}

.btn-twitter i {
  color: #fff;
}

.btn-twitter:hover {
  background: #fff;
}

.btn-twitter:hover i {
  color: #55acee;
}

.btn-twitter-sm {
  background: #55acee;
}

.btn-twitter-sm:hover {
  background: #fff;
  border: 1px solid #55acee;
}

.btn-twitter-sm:hover i {
  color: #55acee;
}

.btn-twitter-sm i {
  color: #fff;
}

.btn-google {
  background: #dd4b39;
}

.btn-google:hover {
  background: #fff;
  border: 1px solid #dd4b39 !important;
}

.btn-google:hover i {
  color: #dd4b39;
}

.btn-google i {
  color: #fff;
}

.btn-github {
  background: slategray;
}

.btn-github:hover {
  background: #fff;
  border: 1px solid #dd4b39 !important;
}

.btn-github:hover i {
  color: #dd4b39;
}

.btn-github i {
  color: #fff;
}

.btn-linkedin {
  background: #007bb5;
}

.btn-linkedin:hover {
  background: #fff;
  border: 1px solid #007bb5 !important;
}

.btn-linkedin:hover i {
  color: #007bb5;
}

.btn-linkedin i {
  color: #fff;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes collection {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes collection {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

header .header-main .header-bottom {
  background: #FBFBFB;
}

header .header-main .header-bottom .bottom-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 8px 0;
}

@media (max-width: 1199px) {
  header .header-main .header-bottom .bottom-inner .main-menu {
    position: fixed;
    width: 300px;
    height: calc(100vh - 0px);
    right: -300px;
    top: 0;
    padding-left: 20px;
    overflow-y: scroll;
    opacity: 0.95;
    background-color: #f16c54;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .header-main .header-bottom .bottom-inner .main-menu.active {
    right: 0;
  }

  .rounded-icon {
    float: none;
    display: inline-block;
    top: 0;
  }
}

header .header-main .header-bottom .bottom-inner .main-menu .crose-menu {
  display: none;
}

@media (max-width: 1199px) {
  header .header-main .header-bottom .bottom-inner .main-menu .crose-menu {
    padding: 20px 10px 40px;
    display: block;
  }  	.payment-info .info-title {    padding-top: 30px;}
}

header .header-main .header-bottom .bottom-inner .main-menu .crose-menu i {
  font-size: 25px;
  cursor: pointer;
  color: #fff;
}

header .header-main .header-bottom .bottom-inner .main-menu ul.menu-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

@media (min-width: 1200px) {
  header .header-main .header-bottom .bottom-inner .main-menu ul.menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .header-main .header-bottom .bottom-inner .main-menu ul.menu-list li {
  margin: 5px 0;
}

@media (min-width: 992px) {
  header .header-main .header-bottom .bottom-inner .main-menu ul.menu-list li {
    margin: 0 5px;
  }
}

header .header-main .header-bottom .bottom-inner .main-menu ul.menu-list li.current_page_item a {
  color: #000000;
}

header .header-main .header-bottom .bottom-inner .main-menu ul.menu-list li:hover a {
  color: #000000;
}

header .header-main .header-bottom .bottom-inner .main-menu ul.menu-list li:hover a i {
  color: #000000;
}

header .header-main .header-bottom .bottom-inner .main-menu ul.menu-list li:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

header .header-main .header-bottom .bottom-inner .main-menu ul.menu-list li a {
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 1200px) {
  header .header-main .header-bottom .bottom-inner .main-menu ul.menu-list li a {
    color: #A1A1A1;
  }
}

header .header-main .header-bottom .bottom-inner .mobile-bar {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: relative;
  margin: 0 15px;
  border-radius: 3px;
  background: #F2F2F2;
}

@media (min-width: 1200px) {
  header .header-main .header-bottom .bottom-inner .mobile-bar {
    display: none;
  }
}

header .header-main .header-bottom .bottom-inner .mobile-bar.active {
  opacity: 1;
}

header .header-main .header-bottom .bottom-inner .mobile-bar.active span:nth-child(1) {
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
          transform: translate(-100%, -50%) rotate(45deg);
  margin-right: 0px;
  display: none;
}

header .header-main .header-bottom .bottom-inner .mobile-bar.active span:nth-child(2) {
  margin: 3px 0px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

header .header-main .header-bottom .bottom-inner .mobile-bar.active span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 31px;
}

header .header-main .header-bottom .bottom-inner .mobile-bar span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  z-index: 1;
  border-radius: 4px;
  background: #F16C54;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .header-main .header-bottom .bottom-inner .mobile-bar span:nth-child(1) {
  margin-top: 8px;
}

header .header-main .header-bottom .bottom-inner .mobile-bar span:nth-child(3) {
  margin-top: -9px;
}

header .header-item {
  display: block;
  text-align: center;
  padding: 15px 0;
}

@media (min-width: 768px) {
  header .header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

header .header-item .header-logo {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  header .header-item .header-logo {
    padding-bottom: 0;
  }
}

header .header-item .process-menu ul.menu-item {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-item .process-menu ul.menu-item li {
  position: relative;
}

@media (min-width: 768px) {
  header .header-item .process-menu ul.menu-item li {
    margin: 0 15px;
  }
}

@media (min-width: 992px) {
  header .header-item .process-menu ul.menu-item li {
    margin: 0 15px;
  }
}

@media (min-width: 1200px) {
  header .header-item .process-menu ul.menu-item li {
    margin: 0 30px;
  }
}

header .header-item .process-menu ul.menu-item li:first-child {
  margin-left: 0;
}

header .header-item .process-menu ul.menu-item li:first-child::after {
  content: none;
}

header .header-item .process-menu ul.menu-item li:first-child a span {
  display: block;
}

header .header-item .process-menu ul.menu-item li:last-child {
  margin-right: 0;
}

header .header-item .process-menu ul.menu-item li:last-child::before {
  content: none;
}

header .header-item .process-menu ul.menu-item li:last-child .process-indecator {
  display: none;
}

header .header-item .process-menu ul.menu-item li.active a span {
  color: #F16C54;
}

header .header-item .process-menu ul.menu-item li::before, header .header-item .process-menu ul.menu-item li::after {
  top: 50%;
  height: 2px;
  width: 50%;
  background: #F16C54;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991px) {
  header .header-item .process-menu ul.menu-item li::before, header .header-item .process-menu ul.menu-item li::after {
    display: none;
  }
}

header .header-item .process-menu ul.menu-item li::before {
  left: 100%;
}

header .header-item .process-menu ul.menu-item li::after {
  right: 100%;
}

header .header-item .process-menu ul.menu-item li .process-indecator {
  position: absolute;
  top: 50%;
  right: -10%;
  z-index: 111;
  padding: 0 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .header-item .process-menu ul.menu-item li .process-indecator i {
  color: #F16C54;
}

.two-buttons{
  text-align:center;
  margin-bottom: 60px;       
}
.two-buttons h3 p a{
  color:#000!important;
  text-decoration: underline;
}
.two-buttons h3 p a:visited{
  color:#000!important;
}

#accordion-privacy{
  margin-bottom:30px;
}
#accordion-privacy .down-arrow{
  position: absolute;
  right: 28px;
  top: 15px;
}

#accordion-privacy button{
  color: #000;
  width: 100%;
  text-align: left;
  background: none;
  text-decoration: none;
  padding:14px;
  font-weight: bold;
  z-index: 10;
}
#accordion-privacy .card-header{
  padding:0;
}
@media (min-width: 768px) {
  header .header-item .process-menu ul.menu-item li .process-indecator {
    right: -20%;
  }
}

@media (min-width: 992px) {
  header .header-item .process-menu ul.menu-item li .process-indecator {
    right: -25%;
    background: #fff;
  }
}

header .header-item .process-menu ul.menu-item a {
  padding: 0 20px;
  z-index: 1;
  position: relative;
  background: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  header .header-item .process-menu ul.menu-item a {
    padding: 3px;
  }
    header .header-item .process-menu ul.menu-item a span{
    font-size: 13px;
  }
}

header .header-item .process-menu ul.menu-item a span {
  font-weight: 700;
  color: #f16c548f;
}

@media (max-width: 1199px) {
  header .header-item .process-menu ul.menu-item a span {
    display: none;
  }
}

header .header-item .process-menu ul.menu-item a span.menu-serial {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #F16C54;
}

@media (min-width: 1200px) {
  header .header-item .process-menu ul.menu-item a span.menu-serial {
    display: none;
  }
}

@-webkit-keyframes videobutton {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes videobutton {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.banner-area {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .banner-area {
    padding: 96px 0;
  }
}

.banner-area .banner-content h2 {
  margin: 0;
  font-size: 48px;
  margin-left: 0;
  line-height: 65px;
  max-width: 600px;
  padding-bottom: 12px;
}

.about-us .banner-content h2 {
  margin: 0;
  font-size: 46px;
  margin-left: 0;
  line-height: 65px;
  padding-bottom: 12px;
}

.banner-area .banner-content img {
    width : 100%;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.why-ringo.faq-on-homepage{
  max-width:1075px;
}
.faq-on-homepage .vc_tta-tabs-container{
  display:none!important;
}
.faq-on-homepage .accordion-content{
  padding:1em;
}
.faq-on-homepage .cq-accordion h4{
  font-weight:600;
  max-width: 72%;
}
.faq-on-homepage .faq-accord-outer .cq-accordion > h3{
  margin-bottom:15px;
  display: block!important;
}
@media (max-width: 767px) {
  .banner-area .banner-content h2 {
    font-size: 40px;
    line-height: 1.5;
    padding-bottom: 0;
  }

  .banner-area .card.banner-form .form-ring {
    top: -40px;
  }
}
@media (max-width: 991px) {
    .banner-area .banner-content h2 {
        text-align: center;
        margin: 0 auto;
    }
}

.banner-area .banner-content p {
  margin: 0;
  font-size: 16px;
  margin-left: 0;
  line-height: 32px;
  padding-top: 14px;
}

.banner-area .banner-content button.btn {
  margin-top: 10px;
}

/*.banner-area .banner-thumb {*/
/*  height: 450px;*/
/*}*/

.banner-area .banner-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.banner-area .card {
  border: none;
}

.banner-area .card.banner-form {
  text-align: left;
  border-radius: 24px;
  background: #FFF9F9;
  margin-top: 80px;
  padding: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .banner-area .card.banner-form {
    padding: 48px 36px 48px 63px;
  }
}

@media (min-width: 992px) {
  .banner-area .card.banner-form {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
}

.banner-area .card.banner-form .form-ring {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner-area .card.banner-form .form-title h4 {
  margin: 0;
  font-size: 30px;
  padding-bottom: 35px;
  color: #F16C54;
  text-align: center;
}

.banner-area .card.banner-form form .input-group .form-control {
  height: 48px;
}

.banner-area .card.banner-form form .input-group label {
  margin-bottom: 5px;
}

.banner-area .card.banner-form form .input-group label button i {
  position: relative;
  transform:translateY(0);
}

@media (min-width: 576px) {
  .banner-area .card.banner-form form .input-btn button.btn, .register-btn {
    padding: 13.5px 57.3px;
  }
}

.banner-area .card.banner-form form .input-btn button.btn span, .register-btn span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}


.banner-area.style-quote .banner-content ul.ringo-content-list li .list-icon {
    width: 10%;
}

.banner-area.style-quote .banner-content ul.ringo-content-list li .list-text {
    width: calc(100% - 10%);
}

ul.ringo-content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.ringo-content-list li {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 35px;
}


ul.ringo-content-list li:last-child {
  padding-bottom: 0;
}

ul.ringo-content-list li:nth-child(1) {
  padding-top: 20px;
}

ul.ringo-content-list li .list-icon {
}
ul.ringo-content-list li .list-icon img {
    height: 30px;
    width: 30px;
}

ul.ringo-content-list li .list-text {
}

@media (max-width: 575px) {
  ul.ringo-content-list li .list-text {
    padding-left: 10px;
  }

  #emailContainer {
    display: block;
  }
}

ul.ringo-content-list li .list-text h4 {
  margin: 0;
}

@media (max-width: 575px) {
  ul.ringo-content-list li .list-text h4 {
    font-size: 20px;
  }
}

ul.ringo-content-list li .list-text p {
  font-size: 16px;
  font-weight: 400;
  max-width: 380px;
  margin-left: 12px;
  padding-top: 0;
}

@media (max-width: 575px) {
  ul.ringo-content-list li .list-text p {
    font-size: 18px;
  }
}

ul.ringo-content-list.style-one li {
  padding-bottom: 10px;
}

.common-form {
  text-align: left;
  border-radius: 24px;
  background: #FFF9F9;
  padding: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .common-form {
    padding: 35px;
  }
}

@media (min-width: 992px) {
  .common-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 75px 60px;
    text-align: center;
  }

  .register-form {
    max-width: 1000px;
  }
}

.common-form .form-ring {
  position: absolute;
  top: -80px;
  left: 50%;
  height: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.common-form .form-ring img {
  height: 100%;
}

.common-form .form-title h4 {
  margin: 0;
  font-size: 30px;
  padding-bottom: 35px;
  color: #F16C54;
}

.common-form form .input-group .form-control {
  height: 48px;
}

.select-fild i {
    left: auto!important;
    right: 10px;
}

.common-form form .input-group label {
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  .common-form form .input-btn button.btn {
    padding: 13.5px 57.3px;
  }
}

.common-form form .input-btn button.btn span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.page-header {
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url(../../assets/images/banner/01.jpg);
}

.page-header .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 300px;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-header .banner-content h3 {
  margin: 0;
  color: #fff;
  padding-bottom: 25px;
}

.page-header .banner-content form .input-group input.form-control {
  padding-left: 30px;
  border-radius: 8px !important;
  background: #fff;
}

.page-header .banner-content form .input-group input.form-control::-webkit-input-placeholder {
  font-size: 16px;
}

.page-header .banner-content form .input-group input.form-control:-ms-input-placeholder {
  font-size: 16px;
}

.page-header .banner-content form .input-group input.form-control::-ms-input-placeholder {
  font-size: 16px;
}

.page-header .banner-content form .input-group input.form-control::placeholder {
  font-size: 16px;
}

.services-area {
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .services-area {
    padding-bottom: 100px;
  }
}

.services-area .section-wrapper {
  padding-top: 30px;
}

.services-area .section-wrapper .service-item {
  text-align: center;
}

.services-area .section-wrapper .service-item .item-thumb {
  height: 100px;
}

@media (min-width: 576px) {
  .services-area .section-wrapper .service-item .item-thumb {
    height: 200px;
  }
  /* .home .services-area .section-wrapper .service-item .item-thumb {
    height: 200px;
  } */
}

.services-area .section-wrapper .service-item .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.services-area .section-wrapper .service-item .item-text {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}

.services-area .section-wrapper .service-item .item-text h4 {
  margin: 0;
  padding: 10px 0 14px;
  line-height: 32px;
}

@media (max-width: 575px) {
  .services-area .section-wrapper .service-item .item-text h4 {
    font-size: 18px;
  }
}

.services-area .section-wrapper .service-item .item-text p {
  margin: 0;
  color: #151625;
}

@media (max-width: 575px) {
  .services-area .section-wrapper .service-item .item-text p {
    font-size: 12px;
  }
  .banner-area .banner-content h2 {
    font-size: 35px;
    line-height: 1.25;
  }
}

.customer-review {
  padding-top: 60px;
  background: #C9DAF6;
}

@media (min-width: 768px) {
  .customer-review {
    padding-top: 100px;
  }
}

.customer-review .section-wrapper {
  margin-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .customer-review .section-wrapper {
    padding-bottom: 100px;
  }
}

.customer-review .section-wrapper .customer-slider .swiper-wrapper .swiper-slide .review-content .content-text {
  position: relative;
  text-align: center;
  border-radius: 10px;
  padding: 32px 32px 60px;
  background: #fff;
}

.customer-review .section-wrapper .customer-slider .swiper-wrapper .swiper-slide .review-content .content-text::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 95%;
  height: 20px;
  width: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background: #fff;
}

.customer-review .section-wrapper .customer-slider .swiper-wrapper .swiper-slide .review-content .content-text h4 {
  margin: 0;
  padding-bottom: 12px;
}

.customer-review .section-wrapper .customer-slider .swiper-wrapper .swiper-slide .review-content .content-text p {
  margin: 0;
  font-size: 14px;
}

.customer-review .section-wrapper .customer-slider .swiper-wrapper .swiper-slide .review-content .content-thumb {
  padding-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customer-review .section-wrapper .customer-slider .swiper-wrapper .swiper-slide .review-content .content-thumb .thumb-left img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.customer-review .section-wrapper .customer-slider .swiper-wrapper .swiper-slide .review-content .content-thumb .thumb-right {
  padding-left: 12px;
}

.customer-review .section-wrapper .customer-slider .swiper-wrapper .swiper-slide .review-content .content-thumb .thumb-right h6 {
  margin: 0;
  padding-bottom: 5px;
}

.customer-review .section-wrapper .customer-slider .swiper-wrapper .swiper-slide .review-content .content-thumb .thumb-right p {
  margin: 0;
  font-weight: 500;
  color: #151625;
  font-size: 12px;
}

.customer-review .section-wrapper .customer-slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
}

.customer-review .section-wrapper .customer-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.why-ringo {
  padding: 60px 0 0 0;
}

@media (min-width: 768px) {
  .why-ringo {
    padding: 100px 0 0 0;
  }
}

.why-ringo .section-wrapper {
  padding-top: 60px;
}

.why-ringo .section-wrapper .ringo-list ul.list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-ringo .section-wrapper .ringo-list ul.list-item li {
  margin: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why-ringo .section-wrapper .ringo-list ul.list-item li span i {
  color: #F16C54;
  margin-right: 10px;
}

.why-ringo .section-wrapper .ringo-list ul.list-item button.btn {
  margin-top: 30px;
}

.get-coverd {
  padding: 60px 0;
  position: relative;
  background: #BCD1F3;
}

.get-coverd::before {
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/getin/01.png);
}

.get-coverd::after {
  bottom: 0;
  left: 0;
  right: 0;
  height: 480px;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/getin/02.png);
}

@media (min-width: 768px) {
  .get-coverd {
    padding: 100px 0;
  }
}

.get-coverd .section-wrapper .covered-form {
  margin: 0 auto;
  max-width: 560px;
  padding: 30px;
  border-radius: 24px;
  position: relative;
  z-index: 9;
  background: #C9DAF6;
}

@media (min-width: 768px) {
  .get-coverd .section-wrapper .covered-form {
    padding: 60px 40px;
  }
}

.get-coverd .section-wrapper .covered-form .form-title {
  text-align: center;
  padding-bottom: 40px;
}

.get-coverd .section-wrapper .covered-form .form-title h4 {
  margin: 0;
  color: #F16C54;
}

.get-coverd .section-wrapper .covered-form form {
  max-width: 370px;
  margin: auto;
}

.get-coverd .section-wrapper .covered-form form .input-group input.form-control {
  background: #fff;
  border-radius: 8px !important;
}

.get-coverd .section-wrapper .covered-form form .input-group label {
  margin-bottom: 5px;
}

.get-coverd .section-wrapper .covered-form form .input-group label button i {
  position: relative;
  transform: translateY(0);
}

@media (min-width: 576px) {
  .get-coverd .section-wrapper .covered-form form .input-btn button.btn {
    padding: 13.5px 57.3px;
  }

  .footer-top {
    padding-top: 80px;
  }
}

footer {
  overflow-x: hidden;
}

footer .footer-top .footer-logo {
  padding: 100px 0 80px;
}

@media (min-width: 576px) {
  footer .footer-top .footer-logo {
    padding: 160px 0 60px;
  }
}

@media (max-width: 575px) {
  footer .footer-top .footer-logo img {
    height: 80px;
  }
}

footer .footer-wrap {
  border-top-left-radius: 0;
  background: #F16C54;
  position: relative;
}

@media (min-width: 992px) {
  footer .footer-wrap {
    margin-left: -20%;
    margin-right: -20%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
}

.footer-terms-bottom p a{
  color:#fff!important;
  text-decoration: underline;
}

footer .footer-wrap .section-wrapper {
  padding: 130px 0 100px;
  position: relative;
}

footer .footer-wrap .section-wrapper .footer-content .foot-title h3 {
  margin: 0;
  padding-bottom: 40px;
  color: #fff;
}

footer .footer-wrap .section-wrapper .footer-content .foot-thumb {
  position: absolute;
  top: -10%;
  right: 0;
}

@media (min-width: 576px) {
  footer .footer-wrap .section-wrapper .footer-content .foot-thumb {
    top: -20%;
  }
}

@media (min-width: 768px) {
  footer .footer-wrap .section-wrapper .footer-content .foot-thumb {
    top: -28%;
    right: -10%;
  }
}

@media (min-width: 992px) {
  footer .footer-wrap .section-wrapper .footer-content .foot-thumb {
    /* top: -50%; */
    right: 0;
  }
}

footer .footer-wrap .section-wrapper .footer-content .foot-thumb img {
  max-width: 200px;
}

@media (min-width: 768px) {
  footer .footer-wrap .section-wrapper .footer-content .foot-thumb img {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  footer .footer-wrap .section-wrapper .footer-content .foot-thumb img {
    max-width: 550px;
  }
}

footer .footer-wrap .section-wrapper .footer-bottom {
  padding-top: 100px;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-content p {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-content span {
  font-size: 14px;
  padding: 14px 0 12px;
  display: inline-block;
  color: #fff;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-content ul.footer-media {
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-content ul.footer-media li {
  margin: 5px;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-content ul.footer-media li a {
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-link .link-title {
  padding-bottom: 20px;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-link .link-title h6 {
  margin: 0;
  color: #fff;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-link ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-link ul.link-list li {
  margin: 5px 0;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-link ul.link-list li:nth-child(1) {
  padding-bottom: 10px;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-link ul.link-list li:last-child {
  margin-bottom: 0;
}

footer .footer-wrap .section-wrapper .footer-bottom .bottom-link ul.link-list li a {
  color: #fff;
}

footer .footer-wrap .section-wrapper .footer-bottom .right-content p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.what-makes .section-wrapper {
  padding-top: 20px;
}

.what-makes .section-wrapper .diff-item {
  text-align: center;
}

@media (min-width: 992px) {
   .what-makes .section-wrapper .diff-item.style-one {
        width: 81%;
    } 
}

.what-makes .section-wrapper .diff-item .item-text {
  padding-bottom: 40px;
}

.what-makes .section-wrapper .diff-item .item-text h4 {
  margin: 0;
}

.what-makes .section-wrapper .diff-item .item-text p {
  margin: 0;
}

.what-makes .section-wrapper .diff-item .item-thumb {
  height: 400px;
}

.what-makes .section-wrapper .diff-item .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.about-ringo .section-wrapper .about-thumb img {
  width: 100%;
}

.about-ringo .section-wrapper .about-text h3 {
  margin: 0;
}

.about-ringo .section-wrapper .about-text p {
  margin-left: 0;
  padding: 0;
}

.contact-area .section-wrapper .contact-information .inf-title h2 {
  margin: 0;
  font-size: 40px;
}

@media (min-width: 992px) {
  .contact-area .section-wrapper .contact-information .inf-title h2 {
    font-size: 48px;
  }
}

.contact-area .section-wrapper .contact-information .inf-text .text-item {
  padding-bottom: 30px;
}

.contact-area .section-wrapper .contact-information .inf-text .text-item{
  display: block;
}

@media (min-width: 768px) {
  .contact-area .section-wrapper .contact-information .inf-text .text-item {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .contact-area .section-wrapper .contact-information .inf-text .text-item{
    font-size: 24px;
  }
}

.faq-area .section-wrapper {
  padding-top: 50px;
}

.faq-area .section-wrapper .faq-item {
    margin: 0 auto;
    max-width: 850px;
}

.faq-area .section-wrapper .faq-item .accordion .accordion-item {
  margin-bottom: 30px;
}

.faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-header button.accordion-button {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 0;
  padding: 30px;
  color: #000;
  border: 0;
  background: rgba(188, 209, 243, 0.5);;
  border-radius: 25px 25px 0 0;
}

@media (min-width: 576px) {
  .faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-header button.accordion-button {
    font-size: 20px;
  }
}

.faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-header button.accordion-button.collapsed {
  border-radius: 25px;
  border: 1px solid #BCD1F3;
  background: #fff;
}

.faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-header button.accordion-button::after {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  content: "\f107";
  color: #fff;
  background-image: none;
  font-family: "Font Awesome 5 Free";
  background: #F16C54;
}

.faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
  content: "\f106";
}

.faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-header button.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-collapse {
  border: 0;
  border-radius: 0 0 25px 25px;
}

.faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-collapse.collapsing, .faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-collapse.collapse, .faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-collapse.show {
  background: rgba(188, 209, 243, 0.5);
}

.faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}

.faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-collapse .accordion-body p {
  margin: 0;
}

@media (max-width: 575px) {
  .faq-area .section-wrapper .faq-item .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 13px;
  }
}

.claim-area .section-wrapper {
  padding-top: 50px;
}

.claim-area .section-wrapper .claim-thumb img {
  width: 100%;
}

.claim-area .section-wrapper .claim-text {
  text-align: center;
}

@media (min-width: 768px) {
  .claim-area .section-wrapper .claim-text {
    text-align: left;
  }
}

.claim-area .section-wrapper .claim-text p {
  margin: 0 auto;
  max-width: 400px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .claim-area .section-wrapper .claim-text p {
    font-size: 24px;
    margin-left: 0;
  }
}

.claims-area .section-wrapper {
  padding-top: 55px;
}

@media (max-width: 575px) {
  .claims-area .section-wrapper .col-md-4.col-sm-6.col-12:nth-child(1) .claim-item .claim-icon {
    top: 133%;
  }
}

.claims-area .section-wrapper .col-md-4.col-sm-6.col-12:nth-child(1) .claim-item .item-thumb::before {
  content: none;
}

.claims-area .section-wrapper .col-md-4.col-sm-6.col-12:nth-child(3) .claim-item .item-thumb::after {
  content: none;
}

.claims-area .section-wrapper .claim-item {
  position: relative;
  text-align: center;
  padding-top: 150px;
}

@media (min-width: 576px) {
  .claims-area .section-wrapper .claim-item {
    padding-top: 0;
  }
}

.claims-area .section-wrapper .claim-item .claim-icon {
  top: 50%;
  right: -12px;
  z-index: 111;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

@media (max-width: 575px) {
  .claims-area .section-wrapper .claim-item .claim-icon {
    top: 122%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

@media (min-width: 768px) {
  .claims-area .section-wrapper .claim-item .claim-icon {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.claims-area .section-wrapper .claim-item .claim-icon i {
  font-size: 20px;
  color: #F16C54;
}

.claims-area .section-wrapper .claim-item .item-thumb {
  height: 100px;
  position: relative;
}

.claims-area .section-wrapper .claim-item .item-thumb::before {
  bottom: 5px;
  left: -10px;
  height: 1px;
  width: 50%;
  background: #F16C54;
}

@media (max-width: 575px) {
  .claims-area .section-wrapper .claim-item .item-thumb::before {
    top: -70%;
    left: 50%;
    height: 70px;
    width: 1px;
  }
}

.claims-area .section-wrapper .claim-item .item-thumb::after {
  bottom: -150%;
  left: 50%;
  height: 70px;
  width: 1px;
  background: #F16C54;
}

@media (min-width: 576px) {
  .claims-area .section-wrapper .claim-item .item-thumb::after {
    bottom: 5px;
    left: 50%;
    height: 1px;
    width: 50%;
  }
}

.claims-area .section-wrapper .claim-item .item-thumb img {
  height: 100%;
  z-index: 1;
  background: #fff;
  position: relative;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.claims-area .section-wrapper .claim-item .item-des {
  padding-top: 10px;
}

.claims-area .section-wrapper .claim-item .item-des p {
  margin: 0 auto;
  max-width: 300px;
}

@media (min-width: 768px) {
  .claims-area .section-wrapper .claim-item .item-des p {
    font-size: 18px;
    height: 80px;
  }
}

.claims-area .claim-btn {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .claims-area .claim-btn {
    padding-top: 80px;
  }
}

.claims-area .modal .modal-dialog .modal-content {
  border-radius: 12px;
  background: #F6F6F6;
}

.claims-area .modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}

.claims-area .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.claims-area .modal .modal-dialog .modal-content .modal-body .claim-form {
  padding: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F6F6F6;
}

.claims-area .modal .modal-dialog .modal-content .modal-body .claim-form .form-title {
  text-align: center;
}

.claims-area .modal .modal-dialog .modal-content .modal-body .claim-form .claim-card {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.claims-area .modal .modal-dialog .modal-content .modal-body .claim-form .claim-card .card-item {
  padding: 30px;
  margin: 5px;
  border-radius: 8px;
  background: #fff;
}

.claims-area .modal .modal-dialog .modal-content .modal-body .claim-form .claim-card .card-item.active {
  border: 1px solid #F16C54;
}

.claims-area .modal .modal-dialog .modal-content .modal-body .claim-form .claim-card .card-item h4 {
  margin: 0;
  padding-bottom: 12px;
  color: #F16C54;
}

.q-process, .q-process-separate-page {
  padding-top: 120px;
}

.q-process .section-wrapper .quote-form .form-ring {
  top: -70px;
}

.q-process .section-wrapper .quote-form form .input-group label button, .q-process-separate-page .section-wrapper .quote-form form .input-group label button {
  padding: 0;
  background: transparent;
}

.q-process .section-wrapper .quote-form form .input-group label button:hover i {
  color: #F16C54;
}

.q-process .section-wrapper .quote-form form .input-group label button i, .q-process-separate-page .section-wrapper .quote-form form .input-group label button i{
  position: static;
  -webkit-transform: none;
          transform: none;
}

.q-process.style-one .section-header h3 {
  color: #F16C54;
}

.q-process.style-one .section-wrapper {
  padding-top: 20px;
  max-width: 700px;
  margin: 0 auto;
}

.q-process.style-one .section-wrapper .priemium-header {
  text-align: center;
}

.q-process.style-one .section-wrapper .priemium-header h4 {
  margin: 0;
  color: #F16C54;
}

.q-process.style-one .section-wrapper .priemium-header h3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content:center;
}

.q-process.style-one .section-wrapper .priemium-header h3 span {
    font-size: 36px;
    color:#f16c54;
}

.q-process.style-one .section-wrapper .priemium-header h3 input.percent {
  color: #F16C54;
  font-weight: bold;
  width: unset;
  border: none;
  font-size: 36px;
  text-align: left;
}

.q-process.style-one .section-wrapper .priemium-progress {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.q-process.style-one .section-wrapper .priemium-progress .progress {
  height: 10px;
  overflow: visible;
  border-radius: 25px;
}

.q-process.style-one .section-wrapper .priemium-progress .progres-cruount {
  padding-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.q-process.style-one .section-wrapper .priemium-progress .progres-cruount span {
  font-weight: 500;
  color: #F16C54;
}

.q-process.style-one .section-wrapper .card-item {
  padding-top: 50px;
}

.q-process.style-one .section-wrapper .card-item .quote-card {
  text-align: center;
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #b2beb5;
}
.q-process.style-one .section-wrapper .card-item .quote-card.active{
  border: 2px solid #F16C54;
}
.q-process.style-one .section-wrapper .card-item .quote-card .card-thumb {
  height: 200px;
}

.q-process.style-one .section-wrapper .card-item .quote-card .card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.q-process.style-one .section-wrapper .card-item .quote-card .card-text h4 {
  margin: 0;
  padding: 20px 0 10px;
  color: #F16C54;
}

.q-process.style-one .section-wrapper .card-item .quote-card .card-text span {
  font-size: 14px;
  color: #F16C54;
}

.q-process.style-one .section-wrapper .card-item .quote-card .card-text p {
  margin: 0;
  font-weight: 600;
  color: #F16C54;
}


.second-premium-widget.card-item .quote-card {
  text-align: center;
  border-radius: 20px;
  border: 2px solid #b2beb5;
}
.second-premium-widget.card-item .quote-card.active{
  border: 2px solid #F16C54;
}

.second-premium-widget.card-item .quote-card .card-thumb img {
  width: 60%;
  height: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.second-premium-widget.card-item .quote-card .card-text h4 {
  margin: 0;
  padding: 20px 0 10px;
  color: #F16C54;
  font-size: 20px;
}

.second-premium-widget.card-item .quote-card .card-text span {
  font-size: 14px;
  color: #F16C54;
}

.second-premium-widget.card-item .quote-card .card-text p {
  margin: 0;
  font-weight: 600;
  color: #F16C54;
  font-size: 20px;
}
.insured_value_zero{
  color:red;
  font-size: 13px;
  margin-left: 10px;
  font-weight: bold;
}
.lds-dual-rings {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.lds-dual-rings:after {
  content: " ";
  display: block;
  position:relative;
  width: 40px;
  height: 40px;
  margin-top: 18px;
  margin-left:8px;
  border-radius: 50%;
  border: 6px solid #F16C54;
  border-color: #F16C54 transparent #F16C54 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .q-process.style-one .section-wrapper .card-item .quote-card .card-text p {
    font-size: 28px;
  }
}

.q-process.style-two {
  position: relative;
}

.q-process.style-two::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 26%;
  width: 100%;
  z-index: -1;
  background-size: contain;
  background-image: url(../../assets/images/quote/bg_01.png);
}

.q-process.style-two .section-wrapper .quote-form .form-title .form-content .title-cat {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.q-process.style-two .section-wrapper .quote-form .form-title .form-content .title-cat p {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #F16C54;
}

.q-process.style-two .section-wrapper .quote-form .form-content .add-btn button.add-an-btn {
  padding: 10px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #333;
}

.q-process.style-two .section-wrapper .quote-form .form-content .quote-innertitle {
    display:flex;
    flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.q-process.style-two .section-wrapper .quote-form .form-content .quote-innertitle p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #F16C54;
}

.q-process.style-two .section-wrapper .quote-form .form-content .quote-innertitle button {
  background: transparent;
}

.q-process.style-two .section-wrapper .quote-form .form-content .quote-innertitle button i {
  color: #F16C54;
}

.q-process.style-two .section-wrapper .quote-form .form-content .item2-form {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.q-process.style-two .section-wrapper .quote-form .form-content .item2-form.active {
  display: none;
  -webkit-transform: .3s ease-in-out;
          transform: .3s ease-in-out;
}

.q-process.style-three .section-wrapper .quote-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.q-process.style-three .section-wrapper .quote-form .form-content .submit-text p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}

@media (min-width: 768px) {
  .q-process.style-three .section-wrapper .quote-form .form-content .submit-text p {
    font-size: 20px;
  }
}

.q-process.style-three .section-wrapper .quote-form .form-content .input-btn {
  padding: 30px 0 20px;
}

.q-process.style-three .section-wrapper .quote-form .form-content .form-policy .policy-icon i {
  font-size: 30px;
  color: #F16C54;
}

.q-process.style-three .section-wrapper .quote-form .form-content .form-policy .policy-text {
  padding-left: 15px;
}

.q-process.style-three .section-wrapper .quote-form .form-content .form-policy .policy-text p {
  margin: 0;
  font-size: 14px;
  max-width: 300px;
}

.q-process.style-four .quote-form {
  max-width: 700px;
}

.q-process.style-four .quote-form .form-content .submit-text {
  padding-bottom: 20px;
}

.q-process.style-four .quote-form .form-content .submit-text p {
  margin: 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  .q-process.style-four .quote-form .form-content .submit-text p {
    font-size: 20px;
  }
}

.q-process.style-four .quote-form .form-content .jew-content .content-title p {
  font-weight: 500;
  font-size: 18px;
  color: #F16C54;
}

.q-process.style-four .quote-form .form-content .upload-content {
  text-align: center;
}

.q-process.style-four .quote-form .form-content .upload-content h6 {
  margin: 0;
  padding: 15px 0;
}

.q-process.style-four .quote-form .form-content .upload-content img {
  padding-bottom: 30px;
}

.q-process.style-four .quote-form .form-content .upload-card {
  text-align: center;
}

.q-process.style-four .quote-form .form-content .upload-card .custom-file-upload {
  position: relative;
  padding: 6px;
  cursor: pointer;
  background: #F16C54;
  border:1px solid #F16C54;
  color:#fff;
  margin-bottom: 25px;
  border-radius: 10px;
}

.q-process.style-four .quote-form .form-content .upload-card .custom-file-upload .img-wrap {
  position: relative;
  /* height: 100px; */
  overflow: hidden;
  cursor: pointer;
}
.q-process.style-four .quote-form .form-content .upload-card .custom-file-upload:hover {
  background:#fff;
  color:#1f202a;
  border:1px solid #F16C54;
  transition:0.4 s all;
  cursor: pointer;
}

/* .q-process.style-four .quote-form .form-content .upload-card .custom-file-upload .img-wrap i {
  padding-top: 20px;
} */

.q-process.style-four .quote-form .form-content .upload-card .custom-file-upload .img-wrap span {
  display: block;
  font-size: 12px;
  padding-left: 8px;
}

.q-process.style-four .quote-form .form-content .upload-card .custom-file-upload .img-wrap img {
  width: 100px;
  border: 0;
}

.q-process.style-four .quote-form .form-content .upload-card .custom-file-upload input[type="file"] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.q-process.style-four .quote-form .form-content .upload-card .custom-file-upload input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

.q-process.style-four .quote-form .form-content .upload-card .custom-file-upload input[type="file"] :focus {
    opacity: 1;
}

.q-process.style-five .quote-form {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.q-process.style-five .quote-form .form-title h4 {
  margin: 0 auto;
  max-width: 390px;
  padding-bottom: 0;
}

.q-process.style-five .quote-form .form-content .submit-text p {
  font-size: 14px;
  color: #F16C54;
}

.q-process.style-six .quote-form .form-title h4 {
  padding-bottom: 40px;
}

.q-process.style-six .quote-form .form-content {
  text-align: left;
}

.q-process.style-six .quote-form .form-content .form-check .form-check-input {
  border-color: #F16C54;
  cursor: pointer;
}

.q-process.style-six .quote-form .form-content .form-check .form-check-input:checked {
  background-color: #F16C54;
}

.q-process.style-six .quote-form .form-content .privacy-content .accordion .accordion-item h2 button {
  font-size: 16px;
  font-weight: 600;
  color: #F16C54;
  border: 0;
}

@media (min-width: 768px) {
  .q-process.style-six .quote-form .form-content .privacy-content .accordion .accordion-item h2 button {
    font-size: 20px;
  }
}

.q-process.style-six .quote-form .form-content .privacy-content .accordion .accordion-item h2 button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.q-process.style-six .quote-form .form-content .privacy-content .accordion .accordion-item .accordion-collapse {
  border: 0;
}

.q-process.style-six .quote-form .form-content .privacy-content .accordion .accordion-item .accordion-collapse .accordion-body h6 {
  margin: 0;
  color: #F16C54;
  padding-bottom: 10px;
}

.q-process.style-six .quote-form .form-content .privacy-content .accordion .accordion-item .accordion-collapse .accordion-body p {
  margin: 0;
  font-size: 16px;
  padding-bottom: 30px;
}

.q-process.style-six .quote-form .form-content .privacy-content .accordion .accordion-item .accordion-collapse .accordion-body ul.condition-list {
  padding: 0;
  margin: 0;
  color: #000;
  padding-bottom: 30px;
}

.payment-area .section-header.style-one h3 {
  color: #F16C54;
}

.payment-area .section-header.style-one p {
  margin: 0;
  color: #F16C54;
}

.payment-area .section-wrapper .wrap-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment-area .section-wrapper .wrap-card .payment-item {
  margin: 15px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  width: calc(200px / 1);
  border: 1px solid #D6D7D8;
  cursor: pointer;
}

.payment-area .section-wrapper .wrap-card .payment-item h4 {
  margin: 0;
  color: #F16C54;
  padding-bottom: 5px;
}

.payment-area .section-wrapper .wrap-card .payment-item p {
  font-size: 12px;
  margin: 0 auto;
  max-width: 120px;
  padding-bottom: 5px;
}

.payment-area .section-wrapper .wrap-card .payment-item span {
  font-size: 14px;
  color: #F16C54;
}

.payment-area .section-wrapper .wrap-card .payment-item.active {
  border: 2px solid #F16C54;
}

.payment-area .section-wrapper .wrap-card .payment-item.style-one h4 {
  padding-bottom: 45px;
}

.payment-area .section-wrapper .order-card {
  max-width: 500px;
  margin-left: 0;
  padding: 40px;
  border-radius: 10px;
  background: #FFF9F9;
}

.payment-area .section-wrapper .order-card .order-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment-area .section-wrapper .order-card .order-title h4 {
  margin: 0;
  color: #F16C54;
}

.payment-area .section-wrapper .order-card ul.order-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.payment-area .section-wrapper .order-card ul.order-list .list-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment-area .section-wrapper .order-card ul.order-list .list-title h6 {
  margin: 0;
  color: #F16C54;
}

.payment-area .section-wrapper .order-card ul.order-list .list-title span {
	color: #F16C54;
	cursor: pointer;
}

.payment-area .section-wrapper .order-card ul.order-list li {
  width: 100%;
  margin: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.payment-area .section-wrapper .order-card ul.order-list li:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #F16C54;
}

.payment-area .section-wrapper .order-card ul.order-list li .item-number {
    width: 20%;
}

.payment-area .section-wrapper .order-card ul.order-list li .item-title p {
  margin: 0;
  color: #000;
}

.payment-area .section-wrapper .order-card ul.order-list li .item-title {
    width : 35%;
}

.payment-area .section-wrapper .order-card ul.order-list li .item-number h5 {
  margin: 0;
  color: #F16C54;
}

.payment-area .section-wrapper .order-card ul.order-list li .item-price {
    width: 30%;
}

.payment-area .section-wrapper .order-card ul.order-list li .item-price span {
  font-size: 14px;
}

.payment-area .section-wrapper .order-card ul.order-list li .item-btn {
    width: 15%;
    text-align: right;
}

.payment-area .section-wrapper .order-card ul.order-list li .item-btn button {
  background: none;
}

.payment-area .section-wrapper .order-card ul.order-list li .item-btn button i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 3px;
  color: #fff;
  background: #F16C54;
}

.payment-area .section-wrapper .payment-info .info-title {
  text-align: center;
}

.payment-area .section-wrapper .payment-info .info-title h4 {
  margin: 0;
  padding-bottom: 16px;
}

.payment-area .section-wrapper .payment-info form .form-title h6 {
  margin: 0;
  padding-bottom: 12px;
  color: #F16C54;
}

.payment-area .section-wrapper .payment-info form .input-payment .form-control {
  border-color: #F16C54;
  border-radius: 10px 10px 0 0;
}

.payment-area .section-wrapper .payment-info form .input-payment .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.payment-area .section-wrapper .payment-info form .input-payment .card-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment-area .section-wrapper .payment-info form .input-payment .card-input .left-input, .payment-area .section-wrapper .payment-info form .input-payment .card-input .right-input {
  width: 50%;
}

.payment-area .section-wrapper .payment-info form .input-payment .card-input .left-input .form-control {
  border-color: #F16C54;
  border-radius: 0 0 0 10px;
}

.payment-area .section-wrapper .payment-info form .input-payment .card-input .left-input .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.payment-area .section-wrapper .payment-info form .input-payment .card-input .right-input {
  position: relative;
}

.payment-area .section-wrapper .payment-info form .input-payment .card-input .right-input .form-control {
  border-color: #F16C54;
  border-radius: 0 0 10px 0;
}

.payment-area .section-wrapper .payment-info form .input-payment .card-input .right-input .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.payment-area .section-wrapper .payment-info form .input-payment .card-input .right-input i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.payment-area .section-wrapper .payment-info form .input-payment .auther-card {
  padding-top: 16px;
  text-align: center;
}

.payment-area .section-wrapper .payment-info form .input-payment .auther-card button.btn {
  margin: 7.5px;
  padding: 16px 30px;
  width: calc(100% / 2 - 10.5px);
  background: #151625;
}

.success-msg .section-header h3 {
  color: #F16C54;
}

.success-msg .section-header p {
  margin: 0 auto;
  max-width: 360px;
  color: #F16C54;
}

.success-msg .section-wrapper {
  padding-top: 60px;
}


.process-two-content .cont-icon i {
  font-size: 35px;
  color: #F16C54;
}

.process-two-content .cont-text {
  margin: 0 auto;
  max-width: 380px;
}

.process-two-content .cont-text .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.process-two-content .cont-text .form-check .form-check-input:checked {
  border-color: #000;
  background-color: #F16C54;
}

.process-two-content .cont-text .form-check .form-check-label {
  font-size: 12px;
  padding-left: 10px;
}
/*# sourceMappingURL=style.css.map */
#main-menu-id{
  margin-left: auto;
}

div#pay_title {
    color: #000;
    font-weight: 600;
    padding-bottom: 12px;
}

.dark_Point a span {
    color: #f16c54!important;
}
.q-process.style-four .upload-card{
  position: relative;
}
.q-process.style-four .preview_div{
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  display: none;
}
.q-process.style-four .preview_div.invoices_previ{
  background: transparent;
  position: relative;
}
.q-process.style-four .preview_div img {
	width: 100%;
  height: 150px;
  object-fit: cover;
}
.q-process.style-four .preview_div .fas.fa-times {
	position: absolute;
  top: 66px;
  right: 15px;
	color: red;
	cursor: pointer;
}
.q-process.style-four .preview_div.invoices_previ .fas.fa-times{
  top: 0;
  right: -22px;
}
.page-template-faq .claim-area .section-wrapper .claim-text p {
	font-size: 20px;
	margin-left: 0;
}

.btn.prev-btn, .later-btn {
    opacity: .8;
}
.fill_msg, .select_msg {
    background: #fff;
    font-size: 14px;
    position: absolute;
    bottom: -56px;
    z-index: 1;
    border-radius: 4px !important;
    padding: 11px 11px 11px 41px;
    box-shadow: 6px 9px 7px -1px rgba(0,0,0,0.39);
-webkit-box-shadow: 6px 9px 7px -1px rgba(0,0,0,0.39);
-moz-box-shadow: 6px 9px 7px -1px rgba(0,0,0,0.39);
    border: 1px solid rgba(0,0,0,0.39);
    right: 0;
    margin: auto !important;
    left: 0;
    width: max-content;
}
.fill_msg:before, .select_msg:before {
    content: url('../images/Capture.PNG');
    position: absolute;
    left: 10px;
}
.fill_msg:after, .select_msg:after {
    content: '';
    position: absolute;
    left: 10px;
    border: 1px solid rgba(0,0,0,0.39);
    width: 15px;
    transform: rotate(45deg);
    background: #fff;
    height: 14px;
    top: -7px;
    border-right-color: #fff;
    border-bottom-color: #fff;
}
.img_msg {
	bottom: 52px;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
	width: max-content;
}
.sticky-header {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background: #FFF;
}

@media only screen and (max-width: 991px) {
    .page-template-about-us .about-text{
        float: none;
    }
    
    .left-sidebar {
      display: none;
      position: fixed;
      left: -15px;
      top: 0;
      z-index: 10;
      background: #000000a6;
    }
  
    .left-sidebar .inner {
      width: 300px;
      height: 100vh;
      background: #fef8f6;
    }



  #openDashboardSidebar {
    position: fixed;
    z-index: 999;
    background: #f16c54;
    width: 42px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    left: 0;
    bottom: 50px;
    transition: 0.5s ease;
  }

  #openDashboardSidebar img {
      width: 100%;
      animation: bounce 3s infinite;
  }
}

.user-icon {
  width: 70px;
  margin-top: 30px;
  height: auto!important;
}

.errors {
  color: #F16C54;
  font-size: .9em;
}

.inner {
  width: 100%;
  position: relative;
}


.tm-dashboard {
  padding-top: 60px;
  padding-bottom: 30px;
}

.tm-dashboard .left .profile_box {
  background: #f16c54;
  padding: 25px 15px;
  border-radius: 5px 5px 0px 0px;
}

.tm-dashboard .left .profile_box ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}

.tm-dashboard .left .profile_box ul li:first-child {
  width: 70px;
  background: #fff;
  padding: 15px;
  border-radius: 50%;
}

.tm-dashboard .left .profile_box ul li:first-child img {
  width: 100%;
}

.tm-dashboard .left .profile_box ul li:last-child {
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.tm-dashboard .left .profile_box ul li:last-child p {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  font-weight: 800;
}

.tm-dashboard .left .profile_box ul li:last-child p span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.menu_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.menu_list ul li {
  width: 100%;
}

.menu_list ul li a {
  display: block;
  padding: 14px 15px;
  background: #f5f8fa;
  font-size: 14px;
  color: #f16c54;
  font-weight: 600;
  border-bottom: 1px solid #fce6e1;
  transition: 0.5s ease;
}

.menu_list ul li a img {
  width: 18px;
  margin-right: 15px;
}

.menu_list ul li:last-child a {
  border-radius: 0px 0px 5px 5px;
  border: 0;
}

.menu_list .accordion-item {
  border: 0px;
}

.menu_list .accordion {
  width: 100%;
}

.menu_list .accordion-header a,
.menu_list .accordion-body a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #f16c54;
  font-weight: 600;
  border-bottom: 1px solid #fce6e1;
  background: #fcdfd9;
}

.menu_list .accordion-header.collapsed a {
  background: #fef8f6;
}

.menu_list .accordion-body {
  padding: 0;
}


.menu_list .accordion-body a {
  padding-left: 35px;
  background: #fef8f6;
}

.menu_list ul li a:hover,
.menu_list ul li a.active,
.menu_list .accordion-header a.active {
  background: #fdedea;
}

.menu_list .accordion-header a {
  position: relative;
}

.menu_list .accordion-header a::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  content: "";
  background: url(../images/down_arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}

/*** right portion ***/
/*** right portion ***/

.breadCrumb {
  background: #fef8f6;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 14px;
  border-bottom: 1px solid #fce6e1;
  box-shadow: 0px 0px 6px rgb(241 108 84 / 11%);
}

.breadCrumb p a {
  font-size: 14px;
  color: #f16c54;
  margin-right: 9px;
  padding-right: 10px;
  border-right: 1px solid #f16c54;
}

.breadCrumb p span {
  color: #777;
}

.cntntArea {
  margin-top: 30px;
  border-top: 3px solid #f16c54;
  padding: 50px 25px;
  box-shadow: 0px 0px 6px rgb(241 108 84 / 11%);
}

.hdng {
  font-size: 24px;
  margin-bottom: 35px;
  font-weight: 700;
  color: #f16c54;
  position: relative;
}

.cntntArea .profileBox {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  max-width: 100%;
  margin: 0px auto;
}

.cntntArea .profileBox .hdng {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.cntntArea .profileBox .hdng .editProfile, .logoutBtn, .changeEmailBtn {
  font-size: 12px;
  background: #f16c54;
  font-weight: 600;
  color: #fff!important;
  padding: 7px 15px;
  border-radius: 3px;
}

.changeEmailBtn {
  display: flex;
  align-items: center;
}

.changeEmailBtn .spinner-border {
  display: none;
  width: 15px;
  height: 15px;
}

.cntntArea .profileBox label {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}

.cntntArea .profileBox label span,
.cntntArea .profileBox label .ap-input {
  display: block;
  background: #fef8f6;
  padding: 10px 15px;
  margin-top: 7px;
  font-weight: 400;
  width: 100%;
  border: 0;
  outline: none !important;
}

.cntntArea .profileBox label.address span,
.cntntArea .profileBox label.address textarea.ap-input {
  min-height: 150px;
}

.cntntArea .profileBox .ap-submit {
  width: 100%;
  background: #f16c54;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  margin-top: 25px;
  display: none;
}

.cntntArea .profileBox label.address span b {
  display: inline-block;
  width: 160px;
  font-weight: 400;
}

.cntntArea .policyDocumentBox .nav-tabs .nav-item .nav-link:focus,
.cntntArea .policyDocumentBox .nav-tabs .nav-item .nav-link:hover,
.cntntArea .policyDocumentBox .nav-tabs .nav-item.show .nav-link,
.cntntArea .policyDocumentBox .nav-tabs .nav-link.active,
.cntntArea .policyDocumentBox .nav-tabs {
  border: 0 !important;
}

.cntntArea .policyDocumentBox .nav-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.cntntArea .policyDocumentBox .nav-link {
  background: #fef8f6 !important;
  height: 50px;
  font-size: 15px;
  width: 150px;
  color: #f16c54;
  border-radius: 0 !important;
  font-weight: 600;
}

.cntntArea .policyDocumentBox .nav-link.active {
  background: #f16c54 !important;
  color: #fef8f6;
}

.tabWrapper * {
  border: 0;
}

.tableWrapper thead th {
  background: #fef8f6;
  font-size: 14px;
  padding: 15px 15px;
  border-bottom: 1px solid #fbd7d1 !important;
  color: #f16c54;
  font-weight: 700;
}

.tableWrapper thead th:first-child {
  width: 70px;
}

.tableWrapper tbody td img {
  width: 35px;
}

.tableWrapper tbody td,
.tableWrapper tbody th {
  font-size: 14px;
  background: #fef8f6;
  padding: 10px 15px;
  border-bottom: 2px solid #ffffff;
  color: #777;
  vertical-align: middle;
}

.tableWrapper tbody td a.download:hover, .tableWrapper tbody td a.request-docs:hover {
  background: #ffffff;
  color: #f16c54;
}

.tableWrapper tbody td a.download {
  background: #f16c54;
  border: 1px solid #f16c54;
  color: #fff;
  padding: 5px 15px;
  font-size: 11px;
  border-radius: 15px;
  margin: 0 auto;
  display: block;
  width: 90px;
  text-align: center;
  transition: 0.5s ease;
}

.tableWrapper tbody td a.request-docs {
  background: #f16c54;
  border: 1px solid #f16c54;
  color: #fff;
  padding: 5px 15px;
  font-size: 11px;
  border-radius: 15px;
  margin: 0 auto;
  display: flex;
  width: 100px;
  transition: 0.5s ease;
  align-items: center;
  justify-content: center;
}

.cntntArea .submitClaimBox {
  width: 400px;
  max-width: 100%;
  margin: 0px auto;
}

.error-404 {
  margin-top:30px;
}
.error-404 h1{
  font-size:50px;
}
.error-404 h2{
  font-size:35px;
}

/* ===================== FILE INPUT ===================== */
.mv-file-area {
  width: 100%;
  position: relative;
}

.mv-file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.mv-file-area .file-dummy {
  width: 100%;
  padding: 30px;
  background: rgb(254 248 246);
  border: 2px dashed rgb(253 237 234);
  text-align: center;
  transition: background 0.3s ease-in-out;
  margin-top: 7px;
}

.mv-file-area .file-dummy .default {
  font-size: 12px;
}

.mv-file-area .file-dummy .success {
  display: none;
}

.mv-file-area:hover .file-dummy {
  background: rgba(255, 255, 255, 0.1);
}

/* .mv-file-area input[type=file]:valid + .file-dummy {
  border-color: rgb(253 237 234);
  background-color: #f16c5466;
  color: #f16c54;
}

.mv-file-area input[type=file]:valid + .file-dummy .success {
  display: inline-block;
}

.mv-file-area input[type=file]:valid + .file-dummy .default {
  display: none;
} */

.mv-file-area input[type=file]:focus {
  outline: none !important;
}

.submitClaimBox .holder,
.file-area label {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  color: #777;
  font-weight: 600;
}

.file-area label {
  margin-bottom: 0;
}

.submitClaimBox .holder .ap-input {
  width: 100%;
  height: 45px;
  background: #fef8f6;
  border: 0px;
  outline: none;
  box-shadow: unset;
  margin-top: 7px;
  padding: 0 15px;
  border: 1px solid #fdedea;
}

.submitClaimBox .holder textarea.ap-input {
  height: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

input.submit {
  flex-wrap: wrap;
  width: 100%;
  background: #f16c54;
  margin-top: 40px;
  height: 55px;
  border: 0;
  outline: none;
  box-shadow: unset;
  text-align: center;
  font-size: 16px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .tm-dashboard .left .inner {
      position: fixed;
      z-index: 999;
      width: 300px;
      height: 100vh;
      left: -320px;
      background: #fef8f6;
      top: 0;
      transition: 0.5s ease;
      z-index: 999;
  }

  .tm-dashboard .left .inner.show {
      left: 0;
  }

  .cntntArea {
      padding: 40px 15px;
  }

  @keyframes bounce {

      0%,
      20%,
      50%,
      80%,
      100% {
          transform: translateX(0);
      }

      40% {
          transform: translateX(-5px);
      }

      60% {
          transform: translateX(-5px);
      }
  }

  #openDashboardSidebar.iconFloat {
      left: 300px;
  }
}

@media screen and (max-width:576px) {
  .tm-dashboard .left .inner {
      width: 250px;
  }

  .menu_list ul li a,
  .menu_list .accordion-header a,
  .menu_list .accordion-body a {
      font-size: 12px;
  }

  .menu_list ul li a img {
      width: 15px;
      margin-right: 11px;
  }

  #openDashboardSidebar.iconFloat {
      left: 250px;
  }

  .left-sidebar .inner {
    width: 300px!important;
  }
}


/**** 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.4;
  margin-bottom: 10px;
}

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

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

.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:hover a,
.catg.catg-selected a {
  background: #f16c54;
  color: #fff;
}



.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 {
  padding-top: 0;
  padding-bottom: 50px;
}

.tm-dashboard .left .inner {
  box-shadow: 0px 0px 6px rgb(241 108 84 / 11%);
  position: sticky;
  top: 0;
}

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

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

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

.single-post .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 h2,
.single-post h3,
.single-post h4,
.single-post h6 {
  font-weight: 600;
}

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

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

.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;
}

.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;
}

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

.single-post 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 {
  font-size: 14px;
  padding: 13px 40px;
  background: #f16c54;
  color: #fff;
  border-radius: 5px !important;
  overflow: hidden;
  border: none;
  outline: none;
}

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

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


/*** aditya overview page css ***/
/*** aditya overview page css ***/
/*** aditya overview page css ***/

.overviewBox .box {
  background: #fff;
  padding: 25px 15px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  text-align: center;
}

.overviewBox .box .numbers {
  width: 90px;
  height: 90px;
  display: flex;
  background: #fef8f6;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #f16c54;
  border-radius: 50%;
  margin: 0px auto 10px;
  border: 5px solid #fbdcd6;
  font-weight: 700;
}

.overviewBox .box span.name {
  font-size: 14px;
  font-weight: bold;
  color: #2f2f2f;
}

.activeBtn,
.expiredBtn,
.pendingBtn,
.completedBtn {
  background: #070;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 13px;
  font-size: 12px;
  text-align: center;
}

.expiredBtn {
  background: #d10000;
}

.pendingBtn {
  background: #bbe500;
}

.completedBtn {
  background: #36c6d3;
}
.hidden-loader{
  display: none;
}
/* Chat Box */

.chat-box-container {
  width: 450px;
  z-index: 999;
  border-radius: 10px;
  background-color: #f9fbff;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  overflow: hidden;
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 90%;
}

.chat_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.chat_box > * {
  padding: 16px;
}

/* head */
.head {
  display: flex;
  align-items: center;
}

.head .user {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.head .user .avatar {
  margin-right: 8px;
}

.head .user .avatar img {
  display: block;
  border-radius: 50%;
}

.head .bar_tool {
  display: flex;
}

.head .bar_tool i {
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* body */
.body {
  flex-grow: 1;
  background-color: #eee;
  max-height: 500px;
  height: 350px;
  overflow-y: scroll;
}

.body .bubble {
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 15px;
}

.body .bubble p {
  color: #f9fbff;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}

.body .incoming {
  text-align: left;
}

.body .incoming .bubble {
  background-color: #b2b2b2;
}

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

.body .outgoing .bubble {
  background-color: #f16c54;
}

/* foot */
.foot {
  display: flex;
}

.foot .msg {
  flex-grow: 1;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #f16c54;
  border-right: 0;
  outline: none !important;
}

.foot .msg + button,
.foot .msg + input {
  border: 1px solid #f16c54;
  background: #f16c54;
  color: #fff;
  padding: 0 15px;
  outline: none !important;
}

@keyframes bounce {
  50% {
      transform: translate(0, 5px);
  }

  100% {
      transform: translate(0, 0);
  }
}

.ellipsis {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b7b7b7;
}

.dot_1 {
  /* animation: name duration timing-function delay iteration-count */
  animation: bounce 0.8s linear 0.1s infinite;
}

.dot_2 {
  animation: bounce 0.8s linear 0.2s infinite;
}

.dot_3 {
  animation: bounce 0.8s linear 0.3s infinite;
}

.alink.close {
  cursor: pointer;
}

/* 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;
}

.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;
}

/** new billing page ***/

.billing_holder .left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.billing_holder .left ul li {
  width: 100%;
  padding: 25px 15px;
  background: #fff;
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 25px;
  font-size: 16px;
}

.billing_holder .left ul li strong {
  font-size: 15px;
  margin-top: 7px;
  font-weight: 900;
}

.billing_holder .left ul li strong span {
  font-size: 11px;
  display: block;
  color: #f16c54;
}

.right .inner {
  width: 100%;
  padding: 25px 15px;
  background: #fff;
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  font-size: 16px;
}

.right .inner p.cardHdng {
  font-size: 16px;
  font-weight: bold;
  background: #fef8f6;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.right .inner h5.carDetail {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px;
  padding: 15px 0px 15px 65px;
  font-size: 17px;
  margin-bottom: -5px;
}

.right .inner p.cardExpiry {
  font-size: 13px;
  color: #919191;
  padding-left: 65px;
  display: none;
}

.right .inner .cardChange a {
  display: block;
  margin-top: 42px;
  text-align: center;
  background: #f16c54;
  font-size: 14px;
  padding: 8px 10px;
  color: #fff;
}


/*** new help page design ***/
/*** new help page design ***/
/*** new help page design ***/

.help-hdng + p {
  margin-bottom: 35px;
  font-size: 18px;
}

.hdng.help-hdng {
  margin-bottom: 10px;
  font-size: 28px;
}

.catg-row .form-check {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 100%;
}

.catg-row .radio-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 2px solid transparent;
  transition: all .5s ease;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  border-radius: .25rem;
}

.catg-row .radio-box img {
  margin-bottom: 10px;
  width: 60px;
}

.catg-row .form-check-input:checked + .radio-box {
  border: 2px solid #f16c54;
}

.help-form {
  max-width: 820px;
  margin: 0 auto;
  padding: 65px 40px 40px;
  border-radius: .25rem;
  background: #fff9f9;
  position: relative;
  border: 2px solid #f16c54;
  margin-top: 36px;
}

.help-form .input-group > .form-control,
.help-form .input-group > textarea {
  width: 100%;
  border: 1px solid #adb5bd;
  border-radius: 5px !important;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 10px;
  width: 100%;
  font-size: 12px;
}

.help-form .input-group > .form-control:focus,
.help-form .input-group > textarea:focus {
  box-shadow: 0 0 0 0.25rem rgb(241 108 84 / 28%);
  border-color: #f16c54;
}

.help-form .input-group > textarea {
  height: 100px !important;
  outline: 0;
}

.help-form .input-group label {
  margin-bottom: 5px;
  font-size: 14px;
}

.input-btn .btn-sb {
  height: 45px;
  font-size: 14px;
  padding: 5px 20px;
  border: none;
  cursor: pointer;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: .25rem;
  position: relative;
  background: #f16c54;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 14px;
  color: #fff;
}

.help-form .form-title {
  position: absolute;
  display: inline-flex;
  top: 0;
  left: 50%;
  transform: translate(-50%, -24px);
  width: unset;
  margin-bottom: 0;
  padding: 12px 40px;
  border-radius: 1.75rem;
  font-size: 20px;
  z-index: 1;
  border: 2px solid #f16c54;
  background: #fff;
  color: #f16c54;
  line-height: 1;
  text-align: center;
}


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

  .catg-row .radio-box {
      padding: 18px 15px;
      font-size: 14px;
  }

  .catg-row .radio-box img {
      width: 48px;
  }

  .help-form .form-title {
      font-size: 16px;
  }
}

@media screen and (max-width:992px) {
  .right_main {
      width: 100%;
  }

  .left_sideBar {
      width: 100%;
  }

  .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;
  }

  .card-item .quote-card .card-text h4 {
      font-size: 20px;
  }

  .card-item .quote-card .card-text p {
      font-size: 20px;
  }

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

  .catg-block h3 {
      margin-bottom: 12px;
  }

  .catg-wrap a {
      margin: 5px;
  }
}

@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 .blog-title {
      font-size: 28px;
  }

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

  .catg-wrap a {
      font-size: 12px;
      padding: 6px 12px;
      line-height: 1.3;
  }


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

  .help-form {
      padding: 40px 20px 20px;
  }

  .help-form .form-title {
      font-size: 14px;
      padding: 8px 20px;
  }

}

@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;
  }

  .catg-row .radio-box {
      padding: 12px;
      font-size: 12px;
      line-height: 1.2;
  }

  .catg-row .radio-box img {
          width: 30px;
  }
  .hdng.help-hdng {
      font-size: 22px;
  }

  .help-hdng + p {
      font-size: 14px;
  }

  
}

.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;
}

.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-family: sans-serif;
  z-index: 1500;
  display: none;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #f16c54;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

  /* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#sendAgainContainer {
  display: none;
}

.billing-span {
  font-size: 13px;
}

.changeCardBtn:hover {
  cursor: pointer;
}

#errorMsg, #successMsg {
  font-size: 16px;
}

.account-dropbtn {
  padding: 0;
  border: none;
  background-color: #FBFBFB;
}

.account-dropdown {
  position: relative;
  display: inline-block;
  background-color: #FBFBFB;
}

.account-dropdown-content {
  display: none;
  position: absolute;
  background-color: #FBFBFB;
  z-index: 1;
  padding-top: 16px;
  left: -20px;
}

.account-dropdown-content-container {
  box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 14%);
}

.account-dropdown-content a {
  padding: 10px 35px!important;
  text-decoration: none;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #A1A1A1!important;
}

.account-dropdown:hover .account-dropdown-content {display: block;}

.account-dropdown:hover .account-dropbtn {background-color: #FBFBFB;}

.account-dropdown-content a:hover {color: #F16C54!important}

@media (max-width: 1199px) {

  .account-dropdown {
    background-color: transparent;
    margin-top: 10px;
  }

  .account-dropbtn {
    border-radius: 100%;
    padding: 10px;
  }

  .account-dropdown-content {
    left: 0;
    padding-top: 0;
  }

  .account-dropdown-content a {
    padding: 10px!important;
  }

  .tableWrapper > div {
    overflow-x: scroll;
  }

  .scrollToRight {
    position: absolute;
    background: #f16c54;
    width: 35px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    left: 0;
    top: 37px;
    transition: 0.5s ease;
  }

  .scrollToRight img {
    width: 100%;
    animation: bounce 3s infinite;
  }

  .policies-table {
    top: 60px;
  }
}

.tableWrapper > div {
  position: relative;
}

table {
  min-width: 750px;
}

#scrollable-container {
  scroll-behavior: smooth;
}

.left-sidebar-opened-btn {
  left: 297px!important;
  transform: rotate(180deg);
}

#images-preview-container {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.image-preview {
  max-width: 123px;
  flex: 1 0 33%;
  margin: 5px;
}

.new-quote-btn {
  font-size: 24px;
  color: #f16c54;
}

#all-policies-container .spinner-border {
  width: 15px;
  height: 15px;
  border: 0.25em solid currentColor!important;
  border-right-color: transparent!important;
  display: none;
  margin-left: 7px;
}

.change-password-btn {
  width: 100%;
  background: #f16c54!important;
  border: 0!important;
  padding: 10px 15px!important;
  color: #fff!important;
  font-size: 15px;
  font-weight: 900;
  margin-top: 25px;
}

#showMorePaymentsBtn {
  font-size: 14px;
  background: #f16c54;
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 3px;
  color: #fff!important;
  cursor: pointer;
}

#required-documets-section, .required-documents-info {
  display: none;
}

.rounded-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px !important;
  color: white;
  font-weight: 600;
  position: relative;
  top: 5px;
  display: block;
  float: right;
  background: #f16c54;
  text-align: center;
}

#popup1, #popup2 {
  box-sizing: border-box;
  padding: 20px 0px;
  display:none;
  position:absolute;
  z-index:9999;
  top:100px;
  margin:0 auto;
  left:0;
  right:0;
  max-width:700px;
  width:100%;
  border:5px solid #c7c7c7;
  background :white;
}
#popup1 .success-message, #popup2 .success-message {
  margin-left:0px;
}
#popup1 .alert, #popup2 .alert {
  overflow: hidden;
  padding-bottom:0px;
  margin-bottom:0px;
}

#popup1 h2, #popup2 h2 {
  font-size: 1.8em;
}

.overlay-1, .overlay-2 {
  position:fixed;
  z-index:1001;
  background:rgba(0,0,0,0.3);
  width:100%;
  height:150vh;
  left:0;
  display:none;
  right:0;
  margin-top: -150px;
  top: 0;
}

.closeChangeEmailModal {
  background: #fff;
  position: absolute;
  width: 51px;
  height: 51px;
  padding: 0;
  right: -20px;
  top: -20px;
  border-radius: 50%;
}

.rounded-x1, .rounded-x2 {
  cursor:pointer;
  width: 35px;
  height: 35px;
  line-height: 28px;
  border-radius: 50px !important;
  color: white;
  font-weight: 600;
  position: relative;
  float: right;
  background: #c7c7c7;
  text-align: center;
  font-size: 32px;
}

#rounded-question-mark2-text {
  text-align: left;
  padding-left: 15px;
}

@media screen and (max-width: 1199px) {
  #rounded-question-mark2-text {
    text-align: center;
    padding-left: 0;
  }

  .rounded-icon {
    float: none;
    display: inline-block;
    top: 0;
  }
}

@media screen and (max-width: 650px) {
  .rounded-x2 {
    bottom: 0;
  }
}

.description-image, .rings-image {
  width: 30%;
}

@media (max-width: 767px) {
  .banner-area .card.banner-form .form-ring {
    top: -42px;
  }

  .banner-area .card.banner-form .form-ring img {
    width: 50px;
  }

  .contact-form {
    margin-top: 80px;
  }

  .q-process-separate-page .section-wrapper .quote-form .form-ring {
    top: -42px;
  }

  .q-process-separate-page .section-wrapper .quote-form .form-ring img {
    width: 50px;
    height: auto;
  }
}
























.q-process.style-two .section-wrapper .priemium-header {
  text-align: center;
}

.q-process.style-two .section-wrapper .priemium-header h4 {
  margin: 0;
  color: #F16C54;
}

.q-process.style-two .section-wrapper .priemium-header h3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content:center;
}

.q-process.style-two .section-wrapper .priemium-header h3 span {
    font-size: 36px;
    color:#f16c54;
}

.q-process.style-two .section-wrapper .priemium-header h3 input.percent {
  color: #F16C54;
  font-weight: bold;
  width: unset;
  border: none;
  font-size: 36px;
  text-align: left;
  background: transparent;
}

.q-process.style-two .section-wrapper .priemium-progress {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.q-process.style-two .section-wrapper .priemium-progress .progress {
  height: 10px;
  overflow: visible;
  border-radius: 25px;
}

.q-process.style-two .section-wrapper .priemium-progress .progres-cruount {
  padding-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.q-process.style-two .section-wrapper .priemium-progress .progres-cruount span {
  font-weight: 500;
  color: #F16C54;
}