

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cera-Pro-Regular";
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  /* overflow-x: hidden; */
}
a {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
a,
a.disabled:hover,
a:disabled:hover {
  color: #0da6d1;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-post-sec ul{
  list-style:inherit;
  margin-left: 15px;
  padding-bottom: 1rem;
}



img {
  max-width: 100%;
}
.site_content {
  display: block;
  padding-top: 89px;
}
.site_content:after,
.site_content:before {
  display: table;
  clear: both;
  content: "";
}
header,
footer,
section {
  display: block;
}
header:after,
header:before,
footer:after,
footer:before,
section:after,
section:before {
  display: table;
  clear: both;
  content: "";
}
/*.container {
  margin: auto;
  width: 1170px;
}*/
.container:after,
.container:before {
  display: table;
  clear: both;
  content: "";
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0da6d1;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
button:focus {
  border: none;
  outline: none;
}
select {
  /* appearance: none; */
}

/*face font*/

@font-face {
  font-family: "Abuget";
  src: url("../fonts/Abuget.woff2") format("woff2"),
    url("../fonts/Abuget.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera-Pro-Light";
  src: url("../fonts/CeraPro-Light.woff2") format("woff2"),
    url("../fonts/CeraPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera-Pro-Regular";
  src: url("../fonts/CeraBasic-Regular.woff2") format("woff2"),
    url("../fonts/CeraBasic-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera-Pro-Medium";
  src: url("../fonts/CeraPro-Medium.woff2") format("woff2"),
    url("../fonts/CeraPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera-Pro-Bold";
  src: url("../fonts/CeraPro-Bold.woff2") format("woff2"),
    url("../fonts/CeraPro-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera-Pro-Black";
  src: url("../fonts/CeraPro-Black.woff2") format("woff2"),
    url("../fonts/CeraPro-Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera-Pro-Italic";
  src: url("../fonts/CeraPro-Italic.woff2") format("woff2"),
    url("../fonts/CeraPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cera-Pro-BlackItalic";
  src: url("../fonts/CeraPro-BlackItalic.woff2") format("woff2"),
    url("../fonts/CeraPro-BlackItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Conv_CeraPro-BoldItalic';
  src: url('../fonts/CeraPro-BoldItalic.eot');
  src: local('☺'), url('../fonts/CeraPro-BoldItalic.woff') format('woff'), url('../fonts/CeraPro-BoldItalic.ttf') format('truetype'), url('../fonts/CeraPro-BoldItalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
	font-family: 'Conv_cera-pro-light-italic';
	src: url('../fonts/cera-pro-light-italic.eot');
	src: local('☺'), url('../fonts/cera-pro-light-italic.woff') format('woff'), url('../fonts/cera-pro-light-italic.ttf') format('truetype'), url('../fonts/cera-pro-light-italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




/*face font*/

/*--------------------------------------------------------------------------------------*/
/*header-page-css-here
  /*--------------------------------------------------------------------------------------*/

header .navbar {
  padding: 0px;
  box-shadow: none;
}
.header-menu-info {
  margin-right: 20px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 20;
  background: linear-gradient(
    to right,
    rgba(0, 87, 97, 1) 0%,
    rgba(46, 118, 126, 1) 100%
  );
}
header .navbar .nav-item .nav-link {
  color: #fff;
  background-color: transparent !important;
  font-family: "Cera-Pro-Medium";
  font-size: 17px;
  padding: 0px 15px;
  font-weight: 500;
}
header .navbar .nav-item .nav-link:hover {
  color: #bd8266;
}
/* .navbar ul .active a {
    color: #fff !important;
    position: relative;
  }
  .navbar ul .dropdown .dropdown-menu {
    width: 285px;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: solid 4px #c00118;
    top: 57px;
    border-radius: 0;
    box-shadow: 0.42px 3.98px 24px #77689433;
  }
  .navbar ul .dropdown .dropdown-menu li a {
    padding: 10px;
    font-size: 0.9375rem;
    color: #000 !important;
    width: 100%;
    border: none;
    text-transform: uppercase;
  }
  .navbar ul .dropdown .dropdown-menu li a:hover {
    color: #c00118 !important;
  }
  .navbar ul .dropdown .nav-link {
    position: relative;
  } */
/* .navbar ul .dropdown .nav-link::before {
    content: "";
    border-top: solid 5px #00205b;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    position: absolute;
    right: 0;
    top: 10px;
  } */
.view,
.view .mask,
.waves-effect {
  overflow: inherit;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand img {
  max-width: 120px;
}
.btn {
  font-family: "Cera-Pro-Bold";
  margin: 0px 5px;
  min-height: 43px;
  line-height: 43px;
  padding: 0 21px;
  box-shadow: none;
  border-radius: 60px;
  font-size: 16px;
  background-color: #bd8266;
  text-transform: capitalize;
}

.signin-btn.btn,.sign-in-btn.btn{font-family: "Cera-Pro-Medium";}



.btn-white {
  background: #fff;
  color: #bd8266 !important;
}
.btn-green-dark {
  background: #005761;
  font-size: 26px;
  font-weight: 600;
}
.wraper-nav {
  padding: 0px;
  box-shadow: none;
}
.wraper-nav .navbar-collapse {
  background: none;
  padding: 30px 0px;
}
.wraper-nav .navbar-nav .nav-item .nav-link {
  font-size: 22px;
  font-family: "Cera-Pro-Medium";
  font-weight: 500;
  color: #fff;
  padding: 0px 15px;
}
.wraper-nav .navbar-nav .nav-item .nav-link:hover {
  color: #bd8266;
}

/*--------------------------------------------------------------------------------------*/
/*front-inner-header-css-here
  /*--------------------------------------------------------------------------------------*/

.front-sec-header {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0.01), 0 3px 14px 4px rgb(0 0 0 / 0.08);
  background: #fff;
}
.front-sec-header .navbar-brand img {
  max-width: 190px;
}
.front-sec-header .wraper-nav .navbar-nav .nav-item .nav-link {
  color: #78736e;
}
.front-sec-header .wraper-nav .navbar-nav .nav-item .nav-link:hover {
  color: #bd8266;
}
.front-sec-header .wraper-nav .navbar-collapse {
  padding: 10px 0px;
}
.navbar-text .btn {
  font-size: 19px;
}

/*--------------------------------------------------------------------------------------*/
/*home-page-css-here
  /*--------------------------------------------------------------------------------------*/
.wraper {
  padding-top: 55px;
}
.wish-storys {
  min-height: 1500px;
  background: url("../images/bg001.png") no-repeat top center;
  position: relative;
  z-index: 9;
}
.upper-home-in {
  margin-top: -465px;
  position: relative;
  z-index: 9;

}
.macbook-img {
  display: flex;
  justify-content: flex-end;
}
.right-mackbook {
  position: absolute;
  right: 0;
  top: 15%;
  padding-right: 0px;
}
.home-top-texure {
  background: #fff;
}
.posti-wish-right {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  padding: 200px 0px;
}
.abuget-font-sec h6 {
  font-family: "Abuget";
  font-size: 54px;
  color: #bd8266;
  margin-bottom: 10px;
}
.wish-left p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 80px;
}
.wish-left .btn {
  margin-top: 50px;
  font-size: 19px;
  font-weight: 400;
  font-family: "Cera-Pro-Medium"
}
.wish-left figure {
  margin-bottom: 40px;
}
.wish-left figure a img {
  min-width: 450px;
}
.wish-right-texure {
  position: relative;
}
.wish-right-texure::after {
  content: "";
  position: absolute;
  background: url("../images/dark-bubble.png");
  background-repeat: repeat;
  background-repeat: no-repeat;
  left: 27%;
  bottom: -18%;
  width: 400px;
  height: 340px;
  background-position: center;
  z-index: 0;
}
.wish-right-texure h1 {
  font-family: "Abuget";
  font-size: 74px;
  color: #bd8266;
  display: flex;
  justify-content: center;
  z-index: 1;
  position: absolute;
  bottom: -11%;
  width: 100%;
}
.wish-right-texure h1 font {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.wish-right-texure img {
  position: relative;
  z-index: 1;
  min-width: 870px;
}
.p-space {
  padding: 80px 0px;
}
.Works-it-list .btn-shell {
  text-align: center;
}
.Works-it-list .btn-shell .btn {
  min-height: 55px;
  line-height: 55px;
}
.Works-it-list ul {
  padding-bottom: 40px;
}
.Works-it-list ul li {
  font-size: 17px;
  font-weight: 500;
  color: #78736e;
  /* word-break: break-all; */
  position: relative;
  padding-left: 45px;
  padding-bottom: 20px;
  font-family: "Cera-Pro-Medium";
}
.Works-it-list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../images/dot-green.svg");
  background-repeat: no-repeat;
  width: 21px;
  height: 11px;
  background-position: center;
}
.what-wish-pre p {
  font-size: 18px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 0px;
  padding-bottom: 80px;
}
.what-wish-title {
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.what-wish-title h4 {
  font-size: 66px;
  color: #052130;
  font-weight: 600;
  text-align: center;
}

.living-box article {
  background: #f3e8e3;
  border-radius: 20px;
  box-shadow: 0px 0px 24px rgba(210, 215, 217);
  padding: 25px;
  text-align: center;
  min-height: 350px;
}
.living-box article h6 {
  font-size: 28px;
  color: #cfa490;
  font-weight: 600;
  margin-bottom: 30px;
}
.living-box article h5 {
  font-size: 16px;
  color: #78736e;
  font-weight: 500;
  margin-bottom: 0px;
}
.living-box article p {
  font-size: 16px;
  color: #78736e;
  font-weight: 300;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
/*.testi-slide-sec {
  background: linear-gradient(to bottom, #edf3f4 0%, #fff 100%);
}*/
.get-slide-title {
  padding-bottom: 130px;
}
.get-slide-title h4 {
  font-family: "Abuget";
  font-size: 126px;
     color: #BBC2C7;
  margin-bottom: 10px;
  text-align: center;
}
.get-slide-sec {
  padding: 20px 0px 130px;
}
.get-testimonial .owl-nav {
  display: none;
}
.get-testimonial .owl-dots {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding-top: 0px;
  z-index: 11;
    position: relative;
}
/*.get-testimonial .owl-dots .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #eeeeed;
  margin: 0px 8px;
}*/
.get-testimonial .owl-dots .active span {
  background: #dededb;
}
.get-testimonial .owl-stage-outer {
  padding: 60px 0px;
}
.get-testimonial .owl-item > .item article {
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.get-testimonial .owl-item.center > .item article {
  background: #f6f6f6;
  transform: scale(1.2);
  cursor: pointer;
  z-index: 9;
}
.get-testimonial .owl-item:not(.center) > .item article:hover {
}
.get-testimonial .owl-item.active {
  z-index: -1;
  position: relative;
}
.get-testimonial .owl-item.active.center {
  z-index: 9;
}

.video-sec {
  padding: 0px 0 140px 0px;
  position: relative;
  background:linear-gradient(to top, #2e767e 0%, #005761 50%, #052130 100%);
  position: relative;
}
.video-sec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/home-top-texure2.png");
  background-repeat: repeat;
  width: 100%;
  height: 187px;
  background-position: center;
}
/*.video-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #fff;
  z-index: 0;
}*/
.home-top-texure1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.why-wk-top {
  position: relative;
  z-index: 1;
}
.home-top-texure1 img {
  width: 100%;
}
.wish-video-info h4 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.wish-video-info p {
  font-size: 13px;
  color: #eeeeed;
  font-weight: 400;
  margin-bottom: 15px;
  padding-right: 10px;
}
.safe-title {
  padding: 100px 0px;
}
.safe-title h4 {
  font-size: 75px;
  font-weight: 600;
  color: #fff;
  padding-right: 90px;
  max-width: 830px;
}
.safe-info h5 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #bd8266;
}
.safe-info p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #fff;
}
.safe-info .btn-shell .btn {
  margin: 0;
  margin-top: 40px;
}
.pdd-space02 {
  padding: 260px 0px;
}
.safe-links {
  padding-bottom: 10px;
}
.safe-links ul {
  display: flex;
  justify-content: center;
}
.safe-links ul li {
  padding: 0px 20px;
}
.safe-links ul li a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  display: block;
}
.safe-links ul li a figure {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
  height: 80px;
}
.safe-links-center {
  text-align: center;
}
.safe-links-center span {
  display: flex;
  justify-content: center;
}
.safe-protected {
  padding: 0px 85px;
}
.safe-protected h6 {
  font-size: 15px;
  font-weight: 600;
  color: #bd8266;
  border-bottom: 1px solid #bd8266;
  padding: 15px 0px;
}
.safe-protected ul {
  display: flex;
  padding: 20px 0px 30px;
  justify-content: center;
}
.safe-protected ul li {
  padding-right: 40px;
}
.safe-protected ul li:last-child {
  padding-right: 0px;
}
.safe-protected .m-auto {
  display: flex;
}
.safe-protected .btn {
  font-size: 19px;
  min-height: 49px;
  max-width: 220px;
  line-height: 49px;
  padding: 0 26px;
}
.great-list {
  border-top: 2px solid #bab8b5;
}
.great-list figcaption {
  width: 100%;
  word-break: break-all;
  padding: 25px 0px 60px 0px;
}
.great-list figcaption h6 {
  font-size: 13px;
  font-weight: 600;
  color: #bab8b5;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  text-transform: uppercase;
}
/*.great-list figcaption h6:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #80ccd1;
}*/

img.arrow-fig-icon {
    top: 13px;
    position: relative;
}
.exp-red:after {
  background: #bd8266 !important;
}
.exp-blue:after {
  background: #8d9aa1 !important;
}
.great-list figcaption h3 {
  font-size: 30px;
  font-weight: 600;
  color: #bae3e6;
  margin-bottom: 35px;
  max-width: 600px;
}
.great-list figcaption p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.great-list {
  display: flex;
}
.great-list figure {
  width: 220px;
  min-width: 220px;
  height: 191px;
  border-radius: 0px 0px 24px 24px;
  overflow: hidden;
  margin-right: 25px;
  margin-left: 25px;
}
.great-list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.great-read-sec .btn-cenetr {
  text-align: center;
}
.great-read-sec h4 {
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.great-texure-bg {
  background: linear-gradient(
    to bottom,
    rgb(6, 37, 51) 0%,
    rgb(19, 62, 75) 100%
  );
}
.great-read-sec {
  background: linear-gradient(
    to bottom,
    rgba(102, 102, 102, 0) 0%,
    rgba(186, 184, 181, 0.11) 30%,
    rgba(186, 184, 181, 0.11) 70%,
    rgba(186, 184, 181, 0) 100%
  );
  padding: 40px;
  box-shadow: -28px 0px 16px -14px #00000061, 18px 0px 16px -7px #00000070,
    11px 6px 22px -19px rgba(7, 27, 34, 0);
}

.common-texure-bg {
  position: relative;
  padding: 240px 0px;
}
.common-texure-bg:after {
  content: "";
  position: absolute;
  bottom: -11%;
  left: 0;
  background: url("../images/help-left1.png");
  background-repeat: repeat;
  width: 346px;
  height: 301px;
  background-position: bottom left;
  background-size: cover;
}
.common-texure-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/home-top-texure3.png");
  background-repeat: repeat;
  width: 100%;
  height: 226px;
  background-position: center;
}
.common-box {
  display: flex;
  width: 100%;
  padding: 30px 0px;
}
.common-box h5 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #bd8266;
  width: 100%;
}
.btn-right-help {
  width: 100%;
  text-align: right;
}
.btn-lt-red {
  background: #d15938;
}

/*----faq----*/
.faq-list-box {
  position: relative;
  z-index: 1;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ededed !important;
  padding: 0;
  border-radius: 5px;
}
.panel-default > .panel-heading a {
  display: block;
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 400;
  padding: 30px 9px;
  position: relative;
  padding-right: 30px !important;
}
.panel-default > .panel-heading a:after {
  content: "";
  font-size: 22px;
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}
.panel-default {
  border-bottom: 1px solid #bab8b5;
  background: #fff;
}
.panel-body {
  display: flex;
  padding-right: 50px;
}
.panel-body span {
  font-size: 20px;
  color: #a2a9ab;
  padding-right: 15px;
}
.panel-body p {
  font-size: 14px;
  color: #4a4a4a;
  padding-top: 5px;
  font-weight: 400;
  text-align: justify;
   word-break: break-all; 
}
.panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\f077";

  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #d9775c;
}
.panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\f077";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #d9775c;
}
.panel-default .panel-title {
  margin: 0px;
}
.panel-title a span {
  font-size: 20px;
  font-weight: 600;
  padding-right: 10px;
}
.faq-inner-sec {
  padding: 60px 0px;
}
/*----faq----*/
.common-texure-pdd {
  padding: 290px 0px 60px 0px;
  position: relative;
  background: url(../images/help-left.png), url(../images/help-right.png);
  background-repeat: no-repeat;
  background-position: top left, top right;
}
.common-texure-pdd:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/help-right1.png");
  background-repeat: repeat;
  width: 193px;
  height: 285px;
  background-position: bottom left;
  background-size: cover;
}

/*--------------------------------------------------------------------------------------*/
/*footer-css-here
  /*--------------------------------------------------------------------------------------*/

footer {
  position: relative;
  margin-top: -50px;
  /*background: linear-gradient(65deg, rgba(5,33,48,1) 0%,rgba(0,87,97,1) 100%);*/
  background: url("../images/foote-texure.png");
  background-repeat: repeat;
  width: 100%;
  background-position: top center;
  background-size: cover;
}
.foot-link li {
  margin-bottom: 15px;
}
.foot-link li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.foot-link li a:hover {
  color: #bd8266;
}
.foot-logo p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.foot-info li {
  color: #fff;
  display: flex;
  margin-bottom: 15px;
}
.foot-info li a {
  color: #fff;
  font-size: 16px;
}
footer .col-md-4 {
  padding-right: 70px;
}
.foot-social {
  display: flex;
  align-items: center;
}
.foot-social ul {
  display: flex;
  justify-content: center;
  padding: 25px 20px;
}
.foot-social ul li {
  padding: 0px 15px;
}
.foot-social ul li a {
  font-size: 28px;
  display: inline-block;
  margin-right: 10px;
  color: #bd8266;
}
.Lets-form h5 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.lets-search-box {
  padding: 20px 0px;
}
.lets-search-box .form-search {
  display: flex;
}
.lets-search-box .form-search .form-control {
  width: 100%;
  height: 44px;
  border-radius: 25px;
  border: none;
  margin-right: 15px;
      border-radius: 30px;
    overflow: hidden;
}
.lets-search-box .form-search .btn {
  min-width: 125px;
  margin: 0;
}
.Lets-form .custom-control .custom-control-label {
  font-size: 14px;
  font-weight: 400;
  padding-left: 28px;
  color: #fff;
  user-select: none;
}
.Lets-form
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #bd8266;
}
.line-social {
  height: 1px;
  width: 100%;
  background: #bd8266;
  display: block;
}
.copy-right {
  text-align: right;
}
.Lets-form .custom-control {
  padding-left: 0px !important;
}
.copy-right p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
}
footer .foot-main {
  padding: 80px 0px;
}
footer .section-padding {
  padding-top: 40px;
}

/*--------------------------------------------------------------------------------------*/
/*sign-in-sign-up-css-here
  /*--------------------------------------------------------------------------------------*/

.user-options-shell {
  padding: 80px 30px;
}
.welc-title {
  color: #1A4E77;
  font-family: "Cera-Pro-Bold";
  font-size: 36px;
}
.welc-para {
  color: #4a4a4a;
  font-size: 18px;
}
.form-label {
  margin-bottom: 0;
}
.user-opt-form .form-control {
  border: 0;
  height: 40px;
  line-height: 26px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0px 2px 3px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: inset 0px 2px 3px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0px 2px 3px 2px rgb(0 0 0 / 10%);
}
.user-opt-form .input-group .form-group {
  margin-bottom: 0;
  flex: 1;
}
.user-opt-form .form-label {
  flex: 0 0 150px;
  max-width: 150px;
}
.user-opt-form .input-group {
  margin-bottom: 1rem;
}
.label--checkbox span {
  line-height: initial;
  user-select: none;
}
.label--checkbox,
.label--radio {
  position: relative;
  margin: 0 0 15px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}
.checkbox {
  position: relative;
  margin: 0 15px 0 0;
  top: 5px;
  cursor: pointer;
}
.checkbox:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  z-index: 1;
  width: 12px;
  height: 6px;
  border: 2px solid #005761;
  border-top-style: none;
  border-right-style: none;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  bottom: 2px;
  left: 3px;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #979797;
  cursor: pointer;
  border-radius: 3px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.tool-tip-btn-shell {
  position: relative;
}
.form-tooltip-btn {
  background-color: #e8ebec;
  color: #77868e !important;
  padding: 0;
  min-height: initial;
  line-height: initial;
  font-size: 11px;
  height: 24px;
  width: 24px;
  position: absolute;
  /* right: 0; */
  right: 8px;
  transform: translate(0px, -30px);
}
.label--checkbox a {
  color: #bd8266;
}
.user-form-btn {
  margin-top: 30px;
}
.user-form-btn .btn {
  background-color: #005761;
  font-weight: 600;
}

.user-form-btn .payment-btn {
  background-color: #bd8266;
  font-weight: 600;
}
.user-opt-img-sec {
  position: absolute;
  left: -70%;
  height: 100%;
}
.user-opt-img-sec img {
  /* height: 100%;
  width: 100%; */
  object-fit: cover;
  object-position: center;
}

/*--------------------------------------------------------------------------------------*/
/*get-in-touch-shell-css-here
  /*--------------------------------------------------------------------------------------*/

.get-in-touch-shell {
  padding: 100px 0 170px;
  background-image: url("../images/bg-img-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.get-in-touch-shell .welc-title {
  color: #bd8266;
}
.get-in-touch-shell textarea.form-control {
  min-height: 230px;
}

.get-in-touch-shell.report-issue-shell {
  background-position: top;
  background-image: url("../images/bg-img-3.jpg");
}
.report-issue-shell .welc-title,
.report-issue-shell .welc-para {
  color: #fff;
  padding-right: 40px;
}
.report-issue-shell .form-btn .btn {
  background-color: #052130 ;
  color: #fff ;
}

/* Css Dated 18 2020 */

.navbar {
  position: relative;
  z-index: 9;
}

.while-here-box,
.while-gone-box {
  position: relative;
}
.while-here-box:before,
.while-gone-box:before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  /* backdrop-filter: blur(2px); */
}
.footer-grad.dark-footer {
    background: url(../images/Mask.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size:cover;
}
.dark-footer .foot-link li a,
.dark-footer .Lets-form .custom-control .custom-control-label,
.dark-footer .Lets-form h5,
.dark-footer .copy-right p {
  color: #fff !important;
}

/*--------------------------------------------------------------------------------------*/
/* user-policy-section-css-here
  /*--------------------------------------------------------------------------------------*/

.user-policies-section {
  padding: 70px 0 170px;
}
.user-pol-title {
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 36px;
  color: #000000;
  font-family: "Cera-Pro-Bold";
}
.pol-seperator {
  display: block;
  height: 1px;
  background-color: #bab8b5;
  margin: 30px 0;
}
.u-policies-para {
  font-size: 14px;
  color: #4a4a4a;
}

/*--------------------------------------------------------------------------------------*/
/* top-banner-section-css-here
  /*--------------------------------------------------------------------------------------*/

/* .top-banner-section {
  padding: 70px 0;
  background-image: url("../images/top-banner-bg-img.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  height: 540px;
} */
.top-banner-content h4 {
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "Cera-Pro-Bold";
}
.top-banner-content .form-control::placeholder {
  color: #bd8266;
  text-transform: capitalize;
}
.search-form {
  max-width: 430px;
  margin: 60px auto 0;
}
.search-form h5 {
  font-family: "Cera-Pro-Bold";
  font-size: 32px;
  text-align: center;
  color: #78736e;
}
.top-banner-content .form-control {
  font-size: 14px;
  font-family: "Cera-Pro-Medium";
  padding-right: 50px;
  height: 50px;
}
.search-form .form-group {
  position: relative;
}
.search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  background-color: transparent;
  margin: 0;
  padding: 0 15px;
  box-shadow: none !important;
}

/*--------------------------------------------------------------------------------------*/
/* help-center-section-css-here
  /*--------------------------------------------------------------------------------------*/

.help-center-section {
  padding: 100px 0 170px;
}
.help-center-section .faq-list-box,
.help-center-section .common-box {
  margin: 0 60px;
}
.help-center-section .faq-list-box {
  border-bottom: 2px solid #bab8b5;
  margin-bottom: 80px;
  padding-bottom: 50px;
}
.back-top-btn {
  text-align: center;
}
.back-top-btn a {
  text-transform: capitalize;
  font-size: 18px;
  color: #4a4a4a;
}

/*--------------------------------------------------------------------------------------*/
/* simple-pricing-section-css-here
  /*--------------------------------------------------------------------------------------*/

.simple-pricing-section {
  padding: 140px 0 0;
  background: linear-gradient(
    to bottom,
    rgb(6, 37, 51) 0%,
    rgb(19, 62, 75) 100%
  );
}
.simple-pricing-faq {
  position: relative;
  padding: 280px 0px 200px;
}
.simple-pricing-faq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/home-top-texure3.png");
  background-repeat: repeat;
  width: 100%;
  height: 226px;
  background-position: center;
}
.pricing-lg-title {
  margin: auto;
  max-width: 700px;
}
.pricing-lg-title h3 {
  font-size: 66px;
  color: #ffffff;
  font-family: "Cera-Pro-Bold";
  text-transform: capitalize;
}
.till-death-section {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  margin: 60px 0;
}
.till-death-section h4 {
  font-size: 46px;
  color: #052130;
  text-align: center;
  font-family: "Cera-Pro-Bold";
  text-transform: capitalize;
}
.till-death-section p {
  color: #4a4a4a;
  font-size: 18px;
}
.whats-included-list {
  display: flex;
  margin-top: 40px;
}
.whats-included-list h5 {
  font-family: "Cera-Pro-Medium";
  color: #000000;
  font-size: 25px;
  margin-right: 40px;
}
.whats-included-list .Works-it-list {
  flex: 1;
}
.whats-included-list .Works-it-list ul li {
  font-size: 25px;
}
.paying-methods-section p {
  text-align: center;
}
.or-text {
  text-align: center;
  font-size: 32px;
  color: #bab8b5;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Abuget";
  font-weight: 800;
}
.paying-methods-section {
  margin-top: 30px;
  margin-bottom: -130px;
}
.blue-bubble {
  background: url("../images/bubble-bg-blue.png");
  height: 238px;
}
.brown-bubble {
  background: url("../images/bubble-bg-brown.png");
  height: 238px;
}
.bubble-texts {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 320px;
  padding: 40px;
  color: #fff;
  text-align: center;
  margin: auto;
}
.bubble-texts h2 {
  font-family: "Cera-Pro-Bold";
  font-size: 70px;
  margin-bottom: 0;
}
.bubble-texts h6 {
  font-size: 17px;
  margin-bottom: 30px;
}
.flex-center-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bubble-texts h2 sup {
  top: -11px;
  font-size: 58px;
  font-family: "Cera-Pro-Bold";
}
.try-free-section {
  margin-top: 150px;
  color: #fff;
  text-align: center;
  padding: 0 100px;
}
.try-free-section h4 {
  font-family: "Cera-Pro-Bold";
  font-size: 66px;
  color: #bd8266;
}
.try-free-section p {
  font-family: "Cera-Pro-Bold";
  font-size: 24px;
  margin-bottom: 30px;
}
.try-free-section .btn {
  font-family: "Cera-Pro-Bold";
  font-size: 22px;
  padding: 5px 25px;
}
.bottom-info-sm-text {
  margin-top: 50px;
  font-size: 14px !important;
  color: #d2d7d9;
}
.md-head-title {
  font-family: "Cera-Pro-Medium";
  color: #4a4a4a;
  font-size: 24px;
}
.create-account-bottom-box {
  /* margin-top: 45px; */
  /* margin-bottom: -60px; */
  margin-top: 0;
  text-align: center;
  position: relative;
  top:50px
}
.create-account-bottom-box .btn {
  font-size: 23px;
  margin-top: 15px;
}
.till-death-two-section {
  position: relative;
  box-shadow: 0 8px 8px 0 rgb(0 0 0 / 30%);
}
.try-free-section-other {
  background: linear-gradient(to top, #d5af9e, #c38d74);
  border-radius: 30px;
  padding: 100px 40px 20px;
  margin: -120px 0 110px 0;
  text-align: center;
}
.try-free-section-other h4 {
  font-family: "Cera-Pro-Bold";
  font-size: 53px;
  color: #fff;
}
.try-free-section-other .btn-shell {
  margin-bottom: -50px;
}
.try-free-section-other .btn-shell .btn {
  font-size: 33px;
  padding: 15px 25px;
  color: #d1a896 !important;
  border: 1px solid;
}
.account-setting-shell .form-label {
  flex: 0 0 240px;
  max-width: 240px;
}
.profile-upload-input-box {
  position: relative;
}
.profile-upload-input-box .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  display: block;
}
.profile-upload-input-box {
  padding: 15px;
  border-radius: 10px;
  background-color: #005761;
  color: #fff;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.profile-upload-box {
  display: flex;
  align-items: center;
}
.profile-right-content {
  flex: 0 0 160px;
  max-width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0px 0px 24px rgba(210, 215, 217);
}
.profile-right-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.profile-left-content {
  flex: 1;
  margin-right: 20px;
}
.profile-upload-input-box i {
  display: inline-block;
  margin-left: auto;
  min-width: 40px;
}
.form-control.other-form-control {
  border: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0px 2px 3px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: inset 0px 2px 3px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0px 2px 3px 2px rgb(0 0 0 / 10%);
}
.grey-blue-bg {
  background-color: #e8ebec;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 4px rgb(210 215 217 / 76%);
  margin-bottom: 40px;
}
.dash-head-title {
  font-size: 20px;
  text-transform: capitalize;
  color: #005761;
  margin-bottom: 16px;
  font-family: "Cera-Pro-Bold";
}
.dash-head-popup {
  font-size: 20px;
  color: #005761;
  margin-bottom: 16px;
  font-family: "Cera-Pro-Bold";
}
.del-account-btn {
  background-color: #bbc2c7 !important;
}
.delete-account-modal .close {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 35px;
  text-shadow: none;
  color: #717171;
  font-weight: 100;
}
.delete-account-modal .modal-inner-body {
  text-align: center;
  margin: 20px 0 10px;
  position: relative;
}
.delete-account-modal .modal-inner-body .dash-head-title {
  margin-bottom: 0;
  color: #78736e;
  font-size: 24px;
}
.delete-account-modal .modal-footer {
  justify-content: center;
  border: 0;
}
.delete-account-modal .modal-footer .btn {
  font-size: 16px;
  text-transform: initial;
}
.delete-account-modal .modal-content {
  border-radius: 15px;
}
.delete-account-modal .modal-dialog {
  max-width: 660px;
}
.bg-orange {
  background-color: #d15938;
}

/****/

.sign-up-shell.signup-blog {
  position: relative;
}

.user-opt-img-sec {
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
  bottom: 0;
  top: 0;
}

.figure-for-category .while-img img,
.figure-for-category .add-cate-img figure img {
  width: 129px;
  height: 126px;
  object-fit: contain;
}

.navbar .dropdown-menu {
  position: absolute !important;
  margin-top: 0;
  right: 0;
  min-width: 204px;
  left: auto;
}

/*.till-death-section.till-death-two-section:before {
    background: url(../images/White-box.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -144px;
    height: 144px;
    background-position: center;
    content: "";
    width: 100%;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}*/
/*****30-06-2021*****/

.simple-renew-sec .till-death-section.till-death-two-section {
    background: url(../images/White-box.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 75px;
    box-shadow: none;
    background-position: center bottom;
}
.simple-renew-sec .whats-included-list {
    display: flex;
    margin-top: 60px;
}

.simple-renew-sec .bubble-texts {
    margin-top: 30px;
}

.simple-renew-sec .create-account-bottom-box .btn {
    font-size: 22px;
    max-width: 263px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 38px;
}

.simple-renew-sec .try-free-section.try-free-section-other {
    background: url(../images/Copper-Box.svg);
    padding: 430px 0px 0;
    box-shadow: none;
    height: auto;
    margin-top: -450px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.simple-renew-sec .try-free-section p {
    font-family: "Cera-Pro-Bold";
    font-size: 24px;
    margin-bottom: 70px;
    padding-top: 10px;
}

 .simple-pricing-section.simple-renew-sec {
    padding: 140px 0 0;
    background: linear-gradient( to bottom, rgb(6, 37, 51) 0%, rgb(19, 62, 75) 100% );
    background: url(../images/kk.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
 .simple-pricing-faq:before{ display: none;}

 .simple-pricing-faq {
    position: relative;
    padding: 100px 0px 200px;
    border: 0;
}

.simple-renew-sec .bottom-info-sm-text {
    margin-top: 90px;
    font-size: 14px !important;
    color: #d2d7d9;
    padding-bottom: 70px;
}


.what-wish-pre{padding-left: 50px;}
.Works-it-list{padding-left: 50px;}
.home-slider-bg{position: relative;}
.home-slider{position: absolute; right: 0; top: 68px; width: 58%;}
.home-slider .item img{min-height: 1000px; width: auto; object-fit: cover; object-position: left;}
.video-sec-bg{position: relative;}
.video-top-sec{position: relative;}
.video-background-image{background:url(../images/bg002.png) no-repeat top center; min-height: 813px; position: relative; z-index: 9;}
.video-image-box{position: absolute; top: 0; left: 0; width: 100%; padding-top: 270px;}
.video-image{display: inline-block; margin-left: -28px; margin-top: -14px; width: 684px; height: 458px;}
.video-image img{width: 100%; height: 100%; object-fit: cover;}
.wish-video-info{position: relative; z-index: 99;}

.video-sec .pdd-space02{padding-top: 0;}


/*home-cokies*/
.cokkies-modal button.close {
    position: absolute;
    right: 43px;
    top: -18px;
    font-size: 29px;
    color: #BBC2C7;
    opacity: 1;
    font-weight: 400;
}
.cokkies-modal .modal-body.text-center {
    padding: 0;
}
.cokkies-modal .cookies-message-box {
    padding: 35px 55px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cokkies-modal .cookies-message-box p {
    margin-bottom: 0;
        font-size: 14px;
}
.cokkies-modal .accept-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -54px;
}
.cokkies-modal .modal-dialog {
  max-width: 459px;
    margin: 1.75rem auto;
}
.cokkies-modal .modal-dialog {
    background: url(../images/cokkies-shape-bg.svg);
    background-position: center;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: 0 !important;
    box-shadow: none !important;
    height: auto;
    width: 459px;
    height: 310px;
}

.tc-modal button.close {
  position: absolute;
  right: 43px;
  top: -18px;
  font-size: 29px;
  color: #BBC2C7;
  opacity: 1;
  font-weight: 400;
}
.tc-modal .modal-body.text-center {
  padding: 0;
}
.tc-modal .cookies-message-box {
  padding: 45px 60px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tc-modal .cookies-message-box p {
  margin-bottom: 0;
  font-size: 14px;
}
.tc-modal .accept-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
}
.tc-modal .modal-dialog {
  background: url(../images/cokkies-shape-bg-copy.svg);
  background-position: center;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0 !important;
  box-shadow: none !important;
  height: auto;
  width: 550px !important;
  max-width: 550px !important;
  height: 370px !important;
  margin: 1.75rem auto;

}

.macbook-img img {
    max-width: initial;
}

 

@keyframes slidebg {
  to {
    background-position:20vw;
  }
}


.rainwo-effects{
      background-image: linear-gradient(
90deg, #74a3a9 0%, #005761 49%, #74a3a9 80%) !IMPORTANT;
   /*animation:slidebg 5s linear infinite;*/
     animation-name: slidebg;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  -webkit-transition: all 0.9s ease;
     -moz-transition: all 0.9s ease;  
       -o-transition: all 0.9s ease;
          transition: all 0.9s ease;
  animation-direction: alternate;
}


.rainwo-effects-secondry{
    background-image: linear-gradient(
90deg, #bd8266 0%, #edddd5 49%, #bd8266 80%);
    /*animation: slidebg 5s linear infinite;*/
         animation-name: slidebg;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  -webkit-transition: all 0.9s ease;
     -moz-transition: all 0.9s ease;
       -o-transition: all 0.9s ease;
          transition: all 0.9s ease;
  animation-direction: alternate;

}
.white-secondry-effects{
    background-image: linear-gradient(
90deg, #edddd5 -97%, #dbbbac 8%, #cfa490 65%, #C998 117%);
 /* background-image: linear-gradient(90deg, #edddd5 -97%, #dbbbac 0%, #cfa490 80%, #C998 100%);*/
    animation-name: slidebg;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  -webkit-transition: all 0.9s ease;
     -moz-transition: all 0.9s ease;
       -o-transition: all 0.9s ease;
          transition: all 0.9s ease;
  animation-direction: alternate;
}


.video-sec-bg .get-slide-title {
    padding-bottom: 0;
    margin-bottom: -70px;
    z-index: 99;
    position: relative;
}

.living-box article h6 {
    font-size: 34px;
    color: #BD8266;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Conv_CeraPro-BoldItalic';
}


.living-box article p {
    font-size: 20px;
    color: #4A4A4A;
    font-weight: 300;
    padding-bottom: 60px;
    margin-bottom: 0px;
    font-family: "Cera-Pro-Regular";
}

.get-testimonial .owl-item.center > .item article {
    background: transparent;
    transform: none;
    cursor: pointer;
    z-index: 9;
    box-shadow: none;
}




.living-box article{    box-shadow: none;    background: transparent;}


.owl-nav {
    display: flex !IMPORTANT;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.owl-prev{

    background: url(../images/arrow-left-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
     background-size: 100% 100%;
         position: relative;
    left: 70px;
}

.owl-next {
    background: url(../images/arrow-right-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    background-size: 100% 100%;
        position: relative;
    right: 70px;
}


.living-box {
    padding: 0 220px;
}

.living-box article h5 {
    font-size: 58px;
    color: #78736E;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "Abuget";
}

.name-title-slides small {
    font-size: 20px;
    color: #E29580;
    font-family: "Cera-Pro-Bold";
    margin-top: -10px;
    display: block;
}

.get-slide-sec .owl-stage-outer {
    z-index: 9;
    position: relative;
}
.macbook-img {
    display: flex;
    justify-content: flex-start;
    align-items: self-start;
}

.macbook-img img {
    max-width: initial;
    width: auto;
    max-width: 100%;
}

.safe-protected ul {
    display: flex;
    align-items: center;
    
}


/*
.great-list figcaption h6:after {
    background: url(../images/shape-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    min-width: auto;
    width: 23px;
    height: 11px;
    background-position: center;
    bottom: 0;
    margin: auto;
    border-radius: inherit;
}*/

.cheryl-david-box-content {
    display: flex;
    align-items: center;
    padding: 0 84px;
}
.cheryl-david-box-left {
    z-index: 9;
    position: relative;
    padding-top: 55px;
}
.cheryl-david-box {
    position: relative;
}
.cheryl-david-box:after {
         background-image: url(../images/group-bg-blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    content: "";
    position: absolute;
    left: -313px;
    top: -515px;
    width: 1515px;
    height: 941px;
}
.cheryl-david-box-right {
    z-index: 9;
    position: relative;
    top: 22px;
    left: -39px;
}
.cheryl-david-box-left h3 {
    font-size: 41px;
    color: #BD8266;
    font-family: "Cera-Pro-Bold";
}

.cheryl-david-box-left small {
    font-size: 20px;
    color: #DEDEDB;
    font-family: "Cera-Pro-Bold";
}

.why-video {
   
    z-index: 9;
    position: relative;
}

.customer-list .row {
    padding: 0 84px;
}

.customer-list {
    padding: 110px 84px 0 !important;
}
.customer-box {
    padding: 0 30px;
}

.private-dashboard-bg {
    position: relative;
    padding-bottom: 159px;
    padding-top: 90px;
    background: #ffffff;
    background: -moz-linear-gradient( top, #ffffff 0%, #f6f6f6 100% );
    background: -webkit-linear-gradient( top, #ffffff 0%, #EEEEED 100% );
    background: linear-gradient( to bottom, #ffffff 0%, #EEEEED 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EEEEED',GradientType=0 );
}
.private-dashboard-bg {
    position: relative;
    padding-bottom: 0px !Important ;
    padding-top: 90px;
    background: #ffffff;
    background: -moz-linear-gradient( top, #ffffff 0%, #f6f6f6 100% );
    background: -webkit-linear-gradient( top, #ffffff 0%, #f6f6f6 100% );
    background: linear-gradient( to bottom, #ffffff 0%, #f6f6f6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
        margin-bottom: 60px;
}
.private-dashboard-bg:before {
       content: "";
    position: absolute;
    left: 0;
    bottom: -15px !important;
    background: url(../images/mak-grey-img.png) no-repeat bottom center !important;
    width: 100% !Important;
    height: 213px !IMPORTANT;
    background-size: cover !important;
    overflow: hidden;
    /* z-index: 9;*/
}

.white-img-shape  img {
    -webkit-mask-image: url(../images/white-mask.png);
    mask-image: url(../images/white-mask.png);
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
        -webkit-mask-size: 100%;
    mask-size: 100%;
        height: 226px;
        min-width: 342px;
   
}

figure.white-img-shape {
    margin-bottom: 0;
}

.stories-list ul {
    display: flex;
    flex-wrap: wrap;
}

.stories-list ul li {
    width: 30.33%;
    margin: 0 15px;
}

.line-tpst {
    border-top: 0 !important;
    padding: 0 !important;
}

section.bubbles-sec .stories-list ul li h4:after {
        content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 23px !IMPORTANT;
    height: 11px !IMPORTANT;
    border-radius: 0 !IMPORTANT;
    /* background: #80ccd1; */
    /* background: url(../images/mask-blue-arrow-shape.svg) !important; */
    background-size: contain !IMPORTANT;
    background-repeat: no-repeat !important;
}

.stories-list {
    margin-top: -30px;
}
.green-color {
    background: #005761;
    margin-top: 30px;
}

figure.white-img-shape {
    margin-bottom: 0;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.35));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.75));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.75));
    }


    .b-post-titles{    width: auto !important;    max-width: initial !Important;}


    .b-post-titles h6::after {
     content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    width: 35px !IMPORTANT;
    height: 16px !IMPORTANT;
    border-radius: 0 !IMPORTANT;
    /* background: #80ccd1; */
    /* background: url(../images/mask-blue-arrow-shape.svg) !important; */
    background-size: contain !IMPORTANT;
    background-repeat: no-repeat !important;
}

.bloges-boxes-main {
    float: left;
}
.blog-title-top {
    float: left;
    width: 45%;
    padding-bottom: 100px;
        padding-right: 40px;
}
.socialBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}
.socialBtn h4 {
    font-family: "Abuget";
    font-size: 56px;
    color: #77868E;
}

.socialBtn ul {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.socialBtn ul li a {
    font-size: 20px;
    margin: 0 10px;
    color: #BD8266;
}

.recent-st h4.stories-title {
        font-size: 30px;
    color: #005761;
    font-family: "Cera-Pro-Bold";
    border-bottom: 1px solid #dededb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.recent-st .most-point  h4:after{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 23px !IMPORTANT;
    height: 11px !IMPORTANT;
    border-radius: 0 !IMPORTANT;
    /* background: #80ccd1;
    background: url(../images/mask-blue-arrow-shape.svg) !important; */
    background-size: contain !IMPORTANT;
    background-repeat: no-repeat !important;}

.most-point-description h6 {
    font-size: 16px;
    font-family: "Cera-Pro-Bold";
    color: #4a4a4a;
    margin-bottom: 0px;
}

.see-all-bloges-btn {
    margin-top: 30px;
}





@media only screen and (min-width: 1200px) and (max-width: 1500px){

.cheryl-david-box:after{    left: -643px;
    top: -527px;}

  }


  /* section.testi-slide-sec .owl-nav{    z-index: 9;} */

  section.testi-slide-sec .owl-theme .owl-nav [class*=owl-]{    z-index: 9;}

  .home-slider .owl-nav {
    display: none !important;
}

header{z-index:999 !important;}

section.great-texure-bg {
              background: url(../images/Blogs-BG1.svg);
    padding: 148px 0 264px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -153px;
    z-index: 9;
    position: relative;
}

.video-sec:before,.common-texure-bg:before {
    display: none;
}


.common-texure-bg{    padding: 0px 0px;}


.common-texure-pdd{    margin-top: -154px;}



.video-sec {
    background: url(../images/security-combo.svg);
    background-position: center;
    background-size: contain;
}



.video-image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 245px;
   
    overflow: hidden;
}
.video-sec {
    /*background: url(../images/security-combo.svg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;*/
    background: #005761;
    z-index: 9;
    padding-top: 55px;
    margin-top: -2px;
}
.security-head {
    display: none !important;
}

.security-video-box {
    max-width: 100% !Important;}


  .video-background-image {
    background: url(../images/top-security-bg-bg001.png) no-repeat top center;
    min-height: 813px;
    position: relative;
    background-size: cover;
    z-index: 9;
}  

.safe-title {
    padding: 0;
}



/*reflection-room**/

.reflection-room-bg{background-image:url(../images/ReflectionRoom.jpg)!important;
  /* background-position:left 100%!important */
}
.reflection-room-head h3{font-family:"Cera-Pro-Bold";font-size:60PX;color:#Fff;text-shadow:2PX 2PX 0 #00000038}
.reflection-room-head{text-align:center}
.reflection-room-head p{color:#Fff;font-size:16px;max-width:78%;margin:auto;font-family:"Cera-Pro-Regular";margin-top:40px}
ul.reflection-room-body-list li{width:48%;background:#f6f0f4;border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:5px 12px;margin-bottom:20px}
ul.reflection-room-body-list{display:flex;justify-content:space-between;flex-wrap:wrap}
.reflection-room-body-list-left{display:flex;align-items:center}
.reflection-room-body-list-left figcaption h5{margin-bottom:0;font-family:"Cera-Pro-Bold";font-size:16px;color:#4c5e68}
.reflection-room-body-list-left figure{margin-bottom:0;margin-right:8px}
.reflection-room-body-list-left figure i{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid #80ccd1;border-radius:50%;color:#80ccd1;background:#fff;box-shadow:0 0 5px #80ccd1;font-size:13px}
.reflection-room-body-list-right span{font-size:14px;text-align:right;color:#80ccd1}
.reflection-room-body-list-right span small{display:block;color:#000}
ul.reflection-room-body-list{margin-top:40px}
.play-sound-box{width:100%;background:#f6f0f4;border-radius:18px;padding:15px 15px;margin-bottom:20px;display:flex;align-items:self-start;    max-height: 245px;
  height:auto;}
.play-sound-box-left{width:100px;margin-right:20px}
.play-sound-box-left figure i{height:60px;display:flex;align-items:center;justify-content:center;border:1px solid #80ccd1;border-radius:50%;color:#80ccd1;background:#fff;box-shadow:0 0 5px #80ccd1;font-size:25px;flex:0 0 60px;width:60px}
.play-sound-box-top{display:flex;align-items:self-start;justify-content:space-between}
.play-sound-box-body-top{display:flex;align-items:center;justify-content:space-between;padding:5px 0 10px}
.play-sound-box-body-top h5{margin-bottom:0}
.play-sound-box-top-left h5{margin-bottom:0;font-family:"Cera-Pro-Bold";font-size:22px;color:#4c5e68}
.play-sound-box-top-right span{font-size:20px;text-align:right;color:#80ccd1;font-family:"Cera-Pro-Bold"}
.play-sound-box-body-top h5{font-size:18px;text-align:right;color:#80ccd1;font-family:"Cera-Pro-Bold"}
.play-sound-box-body-top small{font-size:14px;color:#4c5e68}
.play-sound-box-body-top small i{padding-left:10px}
.play-sound-box-process span{border-bottom:3px solid #d2d7d9;width:100%;display:block;position:relative}
.play-sound-box-process span:after{position:absolute;left:0;top:0;bottom:0;content:"";border-bottom:3px solid #80ccd1;width:41%}
.play-sound-box-description{padding-top:15px;font-size:14px}
.reflection-room-body{margin-top:65px}
.play-next{background:#80ccd1!IMPORTANT}
.play-next P{margin-bottom:0;font-family:"Cera-Pro-Bold";font-size:20px;color:#fff}


/***wishkeepeer*/

.wish-storys {
    min-height: 1500px;
    background: url(../images/bg001.png) no-repeat top center;
    position: relative;
    z-index: 9;
    margin-top: -33px;
    padding-top: 27px;
}
.what-wish-title h4{font-family: "Cera-Pro-Bold";}
.home-slider .item img{transform: rotateY(180deg); object-position: center}
.wish-left figure{margin-bottom: 0;}
.banner-text-top {
  padding-left: 15px;
  max-width: 92%;
}
.banner-text-top h6 {
    /* font-family: "Abuget";
    font-family: "Cera-Pro-Light"; */
    font-size: 36px;
   
    margin-top: 35px;
    /* color: #BBC2C7; */
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    
    line-height: 1.1;
    font-family: 'Conv_cera-pro-light-italic';
}
.row.p-space {
    padding-top: 130px;
}

/*
.resource-sliders-box .owl-nav {
    position: static;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;
        margin-top: 0 !important;
}*/

.resource-sliders-box .owl-prev {
 /*   position: absolute !IMPORTANT;
    top: 15px !IMPORTANT;*/
    background: url(../images/arrow-left-resource.svg) !IMPORTANT;
    background-size: 100% !IMPORTANT;
    color: transparent !IMPORTANT;
    left: 0;
    padding: 0 !IMPORTANT;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
       width: 40px;
    height: 126px;
    background-repeat: no-repeat !IMPORTANT;
}



.resource-sliders-box-dashboard .owl-prev {
/*    position: absolute !IMPORTANT; 
    top: 15px !IMPORTANT;*/
    background: url(../images/arrow-left-resource.svg) !IMPORTANT;
    background-size: 100% !IMPORTANT;
    color: transparent !IMPORTANT;
    left: 296;
    padding: 0 !IMPORTANT;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
       width: 40px;
    height: 126px;
    background-repeat: no-repeat !IMPORTANT;
}


.resource-sliders-box-dashboard .owl-next {
  /*  position: absolute !IMPORTANT;
    top: 15px !IMPORTANT;*/
    background: url(../images/arrow-right-resource.svg) !IMPORTANT;
     background-size: 100% !IMPORTANT;
    color: transparent !IMPORTANT;
    right: 0;
    padding: 0 !IMPORTANT;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 126px;
    background-repeat: no-repeat !IMPORTANT;
}

.resource-sliders-box .owl-next {
/*    position: absolute !IMPORTANT;
    top: 15px !IMPORTANT;*/
    background: url(../images/arrow-right-resource.svg) !IMPORTANT;
     background-size: 100% !IMPORTANT;
    color: transparent !IMPORTANT;
    right: 0;
    padding: 0 !IMPORTANT;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 126px;
    background-repeat: no-repeat !IMPORTANT;
}


.resource-sliders-box .owl-theme .owl-na{    margin-top: -14px !important;}


.get-slide-sec .owl-next {
    background: url(../images/arrow-right-img.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
    background-size: 100% 100% !important;
    position: relative;
    right: 70px;

}

.get-slide-sec .owl-prev {
    background: url(../images/arrow-left-img.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: transparent !important;
    background-size: 100% 100% !important;
    position: relative !important;
    left: 70px !important;

}


div#cookiesModal {
    top: 350px;

}
div#cookiesModal .modal-dialog{    pointer-events: auto;}
div#TCModal .modal-dialog{    pointer-events: auto;}
div#TCModal1 .modal-dialog{    pointer-events: auto;}
.wish-storys,.home-slider-bg{    overflow: hidden;}
body.modal-open{position: relative;overflow: hidden;}
.upper-home-in{overflow: hidden;}
#section-how-it-works.upper-home-in{overflow: inherit;}







@media only screen and (min-width: 2350px) and (max-width: 10000px){
 .wish-storys,.footer-grad.dark-footer{background-size:cover;}
}




.resource-center-banner-left h4{    font-family: "Abuget"; }

.resource-center-banner-left h4 br,.resource-center-banner-left h3 br{ display: none; }


.podcost-bg-sec .blog-titles h4{ color: #ffff;    font-family: "Cera-Pro-Bold"; }




.sub-catg-popup-content h2,.sub-catg-popup-left strong {
    font-size: 18px !IMPORTANT;
    color: #000 !important;
        font-family: "Cera-Pro-Bold";
}

.sub-catg-popup-content p { color: #000; }

.play-sound-box-body .mat-accent .mat-slider-track-fill, .play-sound-box-body .mat-accent .mat-slider-thumb, .play-sound-box-body .mat-accent .mat-slider-thumb-label {
    background-color: #80ccd1 !important;
}



.how-works-slider .owl-nav,.Quick-Tips-slider .owl-nav { pointer-events: none !important; }
.how-works-slider .owl-nav > div,.Quick-Tips-slider .owl-nav > div { pointer-events: initial !important; }


.play-sound-box-body .mat-slider-track-background{    background: gray;}


/* .top-banner-section{    background-position: top;} */

/* .resource-center-top-box{    margin-top: -16px;} */


.common-resource-bg{    background-position: top;    background-size: cover ;}


.user-post {
    padding-top: 40px;
}

.signup-blog .upload-file-box {
    position: relative;
}

.signup-blog input#hiddenBtns {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.signup-blog input#hiddenBtns1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.user-opt-form .form-label {
 
    display: flex;
    align-items: center;
}

.content-head-right {
    padding-left: 10px;
}
.dash_content {
  padding: 0;
  margin-left: 0;
}
.dash_content.dash-resource-center {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  
}

.owl-theme .owl-nav [class*=owl-]{

  left: 0;
}

.uploaded-file-blk button.uploaded-file-item{    text-align: left;}

.modal{ z-index: 9999  !important; overflow-y: auto;}


/***/


/* header.inner-header {
  position: static;
}



.dash-pages .dash_content {
  padding-top: 0 !important;
}


.row.home-all-category,ul.wish-options-shell,.reflection-room-bg {
  padding-top: 35px;
} */


.dash_content.dash-resource-center{ padding-top: 0;}

.resource-header.inner-header .navbar .nav-link{color:#fff !important;}
.resource-header i.header-user-icon span{color:#fff !important;}
.inner-header{transition-duration: 0.5s; -moz-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -o-transition-duration: 0.5s; -ms-transition-duration: 0.5s;}



.inner-header.nav-up{top:-75px}
.inner-header.nav-down{top:0px}



.try-free-section-other .white-secondry-effects {
  background-image: linear-gradient( 90deg, #ffffff -97%, #ffffff 8%, #ffffff 65%, #29414e 117%);
  background-image: linear-gradient(90deg, #ffffff -92%, #ffffff 0%, #cfa4905e 90%, #fff 100%);
  
}


.simple-renew-sec .till-death-section.till-death-two-section {
  background: url(../images/White-box.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 85px 62px;
  box-shadow: none;
  background-position: center -29px;
  width: 93%;
  margin: 60px auto;
}

.simple-renew-sec .try-free-section.try-free-section-other {
  background: url(../images/Copper-Box.svg);
  padding: 440px 0px 0;
  box-shadow: none;
  height: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 93%;
  margin: auto;
  margin-top: -450px;
}

/***/
/* 

section.how-its-works .container {
  width: 900px;
  margin: auto;
}

section.how-its-works {
  margin-top: 90px;
  margin-bottom: 70px;
  position: relative;
}

.common-resource-heading h3 {
  font-size: 42px;
  color: #BD8266;
  font-family: "Cera-Pro-Bold";
  margin-bottom: 3px;
}

.common-resource-heading p {
  font-size: 22px;
  color: #77868E;
  font-family: "Cera-Pro-Regular";
}

figcaption.how-its-works-content h4 {
  font-size: 22px;
  color: #77868E;
  margin-bottom: -5px;
}

figcaption.how-its-works-content p {
  font-size: 27px;
  color: #005761;
  font-family: "Cera-Pro-Bold";
}

.how-works-video {
  border-bottom: 2px solid #77868E;
  margin-bottom: 20px;
}

.how-works-video .video-box {
  border-radius: 10px;
  margin-bottom: 20px;
}

figcaption.how-its-works-content {
  margin-bottom: 30px;
  display: block;
}

.common-resource-heading {
  margin-bottom: 20px;
}

.btn-load-more {
  width: 100%;
}

section.quick-tips-box .container {
  max-width: 900px;
  margin: auto;

}

section.quick-tips-box {
  background-image: url(../../../../assets/images/quick-tips-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  height: 970px;
  background-position: 100%;
}

.common-resource-bg section.free-downloads {
  margin-top: -305px;
}

figure.shape-curve {
  position: absolute;
  right: -114px;
  top: -24%;
}

.wrapper-video img{height:100% ;   width: 100%;}
.wrapper-video iframe{display:none;z-index:1;position:relative;width:100%;height:100%}
.wrapper-video .play-btn{position:absolute;z-index:666;top:50%;left:50%;transform:translate(-50%,-50%);background-color:transparent;border:0}
.wrapper-video .play-btn:hover{cursor:pointer}
.wrapper-video .play-btn:focus{outline:0} */


/***26--9-2022***/

/* div#cont::before{
  background-image:url("../images/Border-Dots.png"); 
  background-position: center;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: scale(1.1);
} */


.prices-box-list ul li{
  background-image:url("../images/shape-bubble-green.png"); 
  fill: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 186px;
  height: 150px;
}

.brown-prices-box{
  background-image:url("../images/shape-bubble-brown.png") !important; 
}

.prices-box-list ul {
  display: flex;
  margin-top: 40px;
}
.prices-box-list ul li{ position: relative;    margin-right: 20px;}

.price-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 12px;
  padding-right: 15px;
}

.price-content span {
  font-size: 70px;
  line-height: 0.80;
  color: #fff;
  font-family: "Cera-Pro-Bold";
}

.price-content sup {
  font-size: 48px;
  color: #fff;
  font-family: "Cera-Pro-Bold";
  top: -14px;
  right: 2px;
}

.price-content span small {
  display: block;
  font-size: 15px;
  line-height: normal;
  font-family: "Cera-Pro-Bold";
  padding-left: 2px;
}


.brown-tag{
  background-image:url("../images/Bubble-brown.png"); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 5px;
  top: -6px;
  width: 83px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.1;
  color: #fff;
  

}

.brown-tag span{font-size: 22px;
  font-family: "Cera-Pro-Bold";}

  .brown-tag span b {
    font-size: 15px;
    font-family: "Cera-Pro-Regular";
    font-weight: normal;
    padding-left: 2px;
    position: relative;
    bottom: 1px;
}

.brown-tag small {
  font-size: 8px;
  text-transform: uppercase;
  font-family: "Cera-Pro-Bold";
}

.brown-tag span {
  font-size: 22px;
  font-family: "Cera-Pro-Bold";
  margin-top: -4px;
}
span.recommende-tag {
  position: absolute;
  font-size: 8.64px;
  background: #F3F7F7;
  height: 16px;
  padding: 0px 8px;
  display: flex;
  justify-content: center;
  color: #005761;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  border-radius: 33px;
  font-family: "Cera-Pro-Bold";
  top: 15px;
  left: 10px;
  line-height: 17px;
}


span.active-tag {

  position: absolute;
  font-size: 8.64px;
  background: #F3F7F7;
  height: 16px;
  padding: 0px 8px;
  display: flex;
  justify-content: center;
  color: #BD8266;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  border-radius: 33px;
  font-family: "Cera-Pro-Bold";
  top: 15px;
  left: 10px;
  line-height: 17px;
}

.bottom-tag-line {
  font-size: 9px;
  color: #4A4A4A;
  font-family: "Cera-Pro-Italic";
  margin-top: 15px;
   
}

.range-bg {
  width: 70%;
}

.pricing-main-box {
  width: 100%;
  margin: auto;
}
  
.simple-renew-sec .till-death-section.till-death-two-section {
  width: 100%;
  margin: 0;
  padding: 63px 57px 265px;
  /* background-size: cover; */
  background-size: 100%;
  height: auto;
  /* background-position: center -360px; */
  background-position: bottom;
  margin-top: 49px;
  padding-bottom: 60px;
}


.simple-renew-sec .try-free-section.try-free-section-other{    width: 100%;

  margin-top: -380px;
}


/** dropdown  */ 


.drop_arrow1 select{
    position: relative;
}

.drop_arrow1::after{
    position: absolute;
    content: "";
    right: 6px;
    top: 50%;
    z-index: 9;
    height: 11px;
    width: 11px;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../../../../assets/images/down_arrow.svg');
}

.create-account-btn{position: relative; z-index: 1;}
.create-account-btn:after{content: ""; position: absolute; left: 42%; top:7px; width: 138px; height:50px; background: #c89680; z-index: 0;}
.create-account-btn a{z-index: 1;}

.sideNav{position:fixed;top:3em;left:0;width:30%;height:100%;background-color:#fff;text-align:center;overflow:auto;transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .6s ease;transition:transform .6s ease}
.sideNav.open{transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}


.faq-list-box .panel{ padding-right: 0 !important; padding-top: 0 !important;}

.view-more-btn a{ color:#d9775c !important; font-size: medium;
  font-weight: bold;}


  .view-more-btn {
    margin-top: 20px;
    text-align: right;
}

.green-box p,.brown-box p {
  margin-bottom: 20px;
}

.rememb-box .form-check{    align-items: flex-start !important;}

.close-icon-h {
  position: absolute;
  top: -23px;
  right: -13px;
  font-size: 28px;
  color: #bab8b5;
}

.sign-center-box .form-control{    width: 100% !IMPORTANT;
  margin: 0 !IMPORTANT;}

  .sign-center-box h6{    width: auto !important;}

  

  .sign-center-box .sub-mint-bt {
    margin-left: 0 !important;
}

.sign-center-box .resend-otp {
  float: none !important;
  margin: 0 !important;
}

.sign-center-box .sub-mint-bt {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.sign-center-box {
  max-width: 485px !important;
  margin: auto;
}

.sub-mint-bt button.btn {
  margin: 0;
}


.rememb-box{    flex-direction: column !important;}

.rememb-box .form-check-label {
  font-size: 16px !important;}


  .in-rememb .form-check input#exampleCheck1 {
    top: 1px;
}

.in-rememb{display:flex;justify-content:space-between}
.sub-mint-bt.float-rigt{margin-top:14px;text-align:center}
.sub-mint-bt.float-rigt{margin-top:14px;text-align:center}
.dash_content_sign{padding:15px 20px}


/**/

.circle-box-main {
  width: 200px;
  position: relative;
}
.circle-text-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 65%;
  /* flex-direction: column; */
}


  .ration-circle1{    margin: 0 !IMPORTANT;}


  .fullPayment {
    max-width: initial !important;
    margin-top: 0 !important;
    margin-bottom: 0;
}

.circle-box-main .ration-circle {
  margin: 0 !important;
}

.circle-box-main .ration-circle p{    margin-left: 0;}




.circle-box-main .ration-circle span{
  color: #005761;
  font-weight: 900;
  font-size: 47px;
  line-height: normal;
}

.ration-circle2 p{    margin: 0;    font-size: 25px;}


.card-add-category .close-icon-h {
 
  top: -25px;
  right: -17px;
}

.while-here-input{    flex: 1;}


.sub-catg-form-content .form-group label img {
  margin-left: 24px;
  padding-right: 40px;
  margin-right: 0 !important;
}

.common_title {
  font-size: 24px !important;    font-family: "Cera-Pro-Regular" !important;}

.free-trial-btn{text-align: center; margin-top: 25px;}
.free-trial-btn a{padding: 10px 30px; box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);}
.free-trial-btn a:hover{box-shadow: none;}


/* body {
  overflow: hidden;
  
}

body:hover {
  overflow: auto;
  overflow-x: hidden;
} */
.sidebar-menu-shell:hover {
  overflow: auto;
  overflow-x: hidden;
}



.get-slide-sec .owl-next {
  left: auto !important;
}



app-footer-home {
  position: relative;
  z-index: 99;
}


.card-add-category ul li a:focus,.card-add-category ul li a:focus-visible {
  outline: 0;
  border: 0;
  box-shadow: none;
}



.top-banner-help figure img{ width: 100%;}

.top-banner-help {
  position: relative;
}

.top-banner-content-help {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.toast-title {
  font-weight: normal !important;
}



/* input[type=checkbox] { width: 18px;height: 18px;overflow: hidden;    min-width: 18px; } */



.episode-box div {
  word-wrap: break-word;
}




.private-dashboard-bg {
  overflow: visible !important;}


 


.ipad-dashborad{bottom: 19px;}
.Ambassador_Noti .modal_content--inner_body{border-bottom-left-radius:24px; border-bottom-right-radius:24px;}
.Locked_Wishes .modal_content--inner_body{border-bottom-left-radius:24px; border-bottom-right-radius:24px;}
.tab_top_body_right [type="radio"]:checked + label,  .tab_top_body_right [type="radio"]:not(:checked) + label{    height: 16px;    margin-bottom: 0 !important;}
.tab_top_body_right [type="radio"] label{ margin-bottom: 0 !important;}
.phone-icon svg{position: relative; display: inline-block; margin-bottom: -0.3em;}
.phone-icon span{margin-left: 0.8em; font-family: 'Cera-Pro-Medium';}
.phone-icon:hover svg{fill: #bd8266;}



/****/
section.price-bg-main{background:url(../images/price-bg-bb.png); background-size: cover;padding-top:120px;background-position:bottom center;background-repeat:no-repeat; padding-bottom: 50px;}
h1.price-title figure{margin-bottom:0}
h1.price-title figure img{width:520px}
h1.price-title{display:flex;align-items:flex-start;justify-content:center;margin:0;font-family:Abuget;font-size:108px;color:#fff;padding-bottom:35px}
.price-sub-box h2{font-size:32px;color:#80ccd1;font-family:Cera-Pro-Bold;padding-bottom:15px}
.price-sub-box p{white-space: pre-wrap; font-size:20px;color:#fff;margin-bottom:5px}
.price-info-box{background:#fff;border-radius:24px;padding:25px 20px 40px;height:100%; width: 100%;}
.price-info-head{white-space: pre-wrap;text-align:center}
.price-head.text-center{padding-bottom:106px}
.price-info-head h3{font-size:36px;font-family:Cera-Pro-Bold;line-height:42px;padding-bottom:30px}
.price-info-box.green-price .price-info-head h3{color:#005761}
.price-info-box.brown-price .price-info-head h3{color:#d15938}
.price-info-box .Works-it-list{padding-left:0;padding-top:30px}
.price-info-box .Works-it-list h4{font-size:20px;font-family:Cera-Pro-Bold}
.price-info-box .Works-it-list ul li{font-size:15px;font-weight:500;color:#4a4a4a;padding-left:45px;padding-bottom:10px;font-family:Cera-Pro-Medium}
.price-info-head p{font-size:18px;color:#4a4a4a;font-family:Cera-Pro-Regular;padding:0 17px}
.price-info-head{padding-bottom:20px;min-height:320px}
.price-info-box.brown-price .Works-it-list h4{color:#d15938}
.price-info-box.green-price .Works-it-list h4{color:#005761}
.price-info-box .Works-it-list{padding-left:0;padding-top:30px}
.price-info-box .brown-bubble{background:url(../images/bubble-bg-brown-d.svg)}

.price-body .btn-shell{position:absolute;left:0;right:0;margin:auto;display:flex;align-items:center;justify-content:center;bottom:-14px}
.price-info-box-rows .col-md-4{display: flex;}

a.btn.btn-green-light{background:#80ccd1}
.price-footer{padding-top:90px;text-align:center;padding-bottom:50px}
.price-footer p {
  white-space: pre-wrap;
  margin-bottom: 2px;
  font-size: 14px;
  color: #d2d7d9;
  font-family: "Cera-Pro-Regular";
  font-style: italic;
}
.bubble-texts h2{font-family:Cera-Pro-Bold;font-size:83px;margin-bottom:0;line-height:1}
.bubble-texts{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;text-align:center;margin:auto;padding:0}
.price-show{display:flex;align-items:center;padding-top:15px}
.price-show sup{font-size:58px;font-family:Cera-Pro-Bold;top:-6px}
.service-provider-box-inner{display:flex;align-items:center}
.service-provider-left{width:939px;background:url(../images/shape-l.png); background-size:100% 100%; height:579px;background-repeat:no-repeat;padding-top:77px;padding-left:160px}
.service-provider-left h2{white-space: pre-wrap;font-size:36px;text-align:center;font-family:Cera-Pro-Bold;color:#fff;padding-bottom:20px}
.service-provider-right{flex:1;background:url(../images/service-r.png);background-size:contain;height:413px;background-repeat:no-repeat;position:absolute;width:51%;flex:initial;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding:122px 63px 100px 118px;color:#fff;flex-direction:column;text-align:center}
.service-provider-box{position:relative}
.service-provider-left p{white-space: pre-wrap;color:#fff;font-size:18px}
.service-provider-right p{white-space: pre-wrap; font-size: 24px; line-height: 30px; font-family: "Cera-Pro-Regular"; font-style: italic;}
.price-info-box.brown-price .Works-it-list ul li:after{    background: url(../images/dot-brown.svg); background-repeat: no-repeat;}


@media only screen and (min-width: 2350px) and (max-width:2600px){
.what-wishkeeper-section .container{max-width: 100%; width: 100%;}
.what-wishkeeper-des{max-width: 555px; margin-left: auto;}
.what-wishkeeper-section .right-mackbook{position: inherit; top: auto; margin-top:0px;}
.get-slide-sec{padding-top:0px;}
.home-slider .item img{min-height: 1080px;}
.wish-video-info{max-width: 457px; margin-left: auto;}
.video-image{width: 900px; height: auto;}
.get-testimonial .owl-stage-outer{padding-top: 0;}
.video-background-image{min-height: 885px;}
}

@media only screen and (min-width:2601px) and (max-width:2700px){
.wish-storys{min-height: 1635px;}
.video-background-image{min-height: 919px;}
.video-image{width: 754px; height: 520px; margin-top: 0; margin-left: -33px;}
.what-wishkeeper-section .container{max-width: 100%; width: 100%;}
.what-wishkeeper-des{max-width: 555px; margin-left: auto;}
.what-wishkeeper-section .right-mackbook{position: inherit; top: auto; margin-top:0px;}
.get-testimonial .owl-stage-outer{padding-top: 0;}
.get-slide-sec{padding-top: 0;}
.home-slider .item img{min-height: 1096px;}
}


@media only screen and (min-width:2701px) and (max-width:2800px){
.wish-storys{min-height: 1635px;}
.video-background-image{min-height: 919px;}
.video-image{width: 782px; height: 547px; margin-top: 0; margin-left: -41px;}
.what-wishkeeper-section .container{max-width: 100%; width: 100%;}
.what-wishkeeper-des{max-width: 555px; margin-left: auto;}
.what-wishkeeper-section .right-mackbook{position: inherit; top: auto; margin-top:0px;}
.get-testimonial .owl-stage-outer{padding-top: 0;}
.get-slide-sec{padding-top: 0;}
.home-slider .item img{min-height: 1096px;}
}


@media only screen and (min-width:2801px) and (max-width:2900px){
  .wish-storys{min-height: 1635px;}
  .video-background-image{min-height: 919px;}
  .video-image{width: 810px; height: 579px; margin-top: 0; margin-left: -41px;}
  .what-wishkeeper-section .container{max-width: 100%; width: 100%;}
  .what-wishkeeper-des{max-width: 555px; margin-left: auto;}
  .what-wishkeeper-section .right-mackbook{position: inherit; top: auto; margin-top:0px;}
  .get-testimonial .owl-stage-outer{padding-top: 0;}
  .get-slide-sec{padding-top: 0;}
  .home-slider .item img{min-height: 1096px;}
}

@media only screen and (min-width:2901px) and (max-width:3000px){
.wish-storys{min-height: 1635px;}
.video-background-image{min-height: 919px;}
.video-image{width: 837px; height: 606px; margin-top: 0; margin-left: -44px;}
.what-wishkeeper-section .container{max-width: 100%; width: 100%;}
.what-wishkeeper-des{max-width: 555px; margin-left: auto;}
.what-wishkeeper-section .right-mackbook{position: inherit; top: auto; margin-top:0px;}
.get-testimonial .owl-stage-outer{padding-top: 0;}
.get-slide-sec{padding-top: 0;}
.home-slider .item img{min-height:1300px;}
}

@media only screen and (min-width:3001px) and (max-width:3100px){
.wish-storys{min-height: 1705px;}
.video-background-image{min-height: 979px;}
.video-image{width: 858px; height: 630px; margin-top: 0; margin-left: -55px;}
.what-wishkeeper-section .container{max-width: 100%; width: 100%;}
.what-wishkeeper-des{max-width: 555px; margin-left: auto;}
.what-wishkeeper-section .right-mackbook{position: inherit; top: auto; margin-top:0px;}
.get-testimonial .owl-stage-outer{padding-top: 0;}
.get-slide-sec{padding-top: 0;}
.home-slider .item img{min-height:1300px;}
}

@media only screen and (min-width:3101px) and (max-width:3300px){
.video-background-image{min-height:1030px;}
.what-wishkeeper-section .container{max-width: 100%; width: 100%;}
.what-wishkeeper-des{max-width: 555px; margin-left: auto;}
.what-wishkeeper-section .right-mackbook{position: inherit; top: auto; margin-top:0px;}
.get-slide-sec{padding-top: 50px;}
.wish-storys{min-height: 1800px;}  
.wish-video-info{max-width: 457px; margin-left: auto; margin-top: 90px;}
.video-image{width:1065px; height: auto; margin-left: -70px;}
}
.textCeraBold{font-family: "Cera-Pro-Bold"}
.textCeraMedium{font-family: "Cera-Pro-Medium"}



@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

router-outlet + * {
  display: block;  /* Change display inline to block */
  animation: fade 1s;
}
