@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"),
    url("../fonts/myriadPro/MyriadPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"),
    url("../fonts/myriadPro/MYRIADPRO-SEMIBOLD.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"),
    url("../fonts/myriadPro/MYRIADPRO-BOLD.woff") format("woff");
}
.ebook_viewerbody,
html {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  font-weight: 400;
}
.ebook_container {
  padding: 0 20px;
}
button:focus {
  outline: none;
}

.line_strike
{
  text-decoration: line-through;
}

header#nav-header .logo-wrapper a.navbar-brand .logo_color
{
  color: #000000;
  text-transform: uppercase;
}
header#nav-header .logo-wrapper a.navbar-brand
{
  padding: 0px;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  margin-right: 0;
  color: #2B5597;
  padding-right: 0;
}
.contrast-video {
  margin-bottom: 45px;
  line-height: 0px;
  height: 355px;
}
.captcha_field {
  margin-top: 10px !important;
}
.content_main {
  width: 100%;
  float: left;
  position: relative;
}
/*
.left_content {
  float: left;
  width: 250px;
  height: 100%;
  border-right: 1px solid #f5f8ff;
  overflow: auto;
  height: 100%;
  position: fixed;
  z-index: 999;
  padding-bottom: 50px;
}
*/

.left_content
{
  max-width: 250px;
  height: 100%;
  border-right: 1px solid #f5f8ff;
  overflow: auto;
  position: sticky;
  z-index: 999;
  padding-bottom: 50px;
  top: 45px;
}

.left_content #side-menu {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  transition: 0.3s all linear;
}
.left_content #side-menu li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 90%;
}
.left_content #side-menu li a {
  color: #4d5e71;
  display: inline-block;
  background-position: 25px 17px;
  background-repeat: no-repeat;
  padding: 14px 20px 14px 54px;
  display: inline-block;
  font-size: 13px;
  width: 100%;
}
.left_content #side-menu li a i {
  font-family: "FontAwesome";
}
.left_content #side-menu li a.dashboard {
  background-image: url(../img/dashboard_icon.png);
}
.left_content #side-menu li a.dashboard {
  background-image: url(../img/dashboard_icon.webp);
}
.left_content #side-menu li a.dashboard:hover,
.left_content #side-menu li.active a.dashboard {
  background-image: url(../img/dashboard_icon_hover.png);
  color: #fff;
}
.left_content #side-menu li.active a.dashboard {
  background-image: url(../img/dashboard_icon_hover.webp);
  color: #fff;
}
.sidebar-menu-arrow {
  position: absolute;
  right: 8px;
  top: 18px;
  cursor: pointer;
}
.csub_menu {
  display: none;
  padding: 0px;
}
.left_content #side-menu li a:hover {
  background-color: #346182;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  text-decoration: none;
  color: #fff;
}
.left_content #side-menu li.active > a {
  background-color: #346182;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  color: #fff;
}
.left_content #side-menu li a.contrast,
.left_content #side-menu li a.docs {
  background-image: url(../img/contrast_icon.png);
}
.left_content #side-menu li a.contrast,
.left_content #side-menu li a.docs {
  background-image: url(../img/contrast_icon.webp);
}
.left_content #side-menu li ul li a {
  background-image: url(../img/contrast_icon.png);
}
.left_content #side-menu li ul li a {
  background-image: url(../img/contrast_icon.webp);
}
.left_content #side-menu li ul.result-menu {
  margin-top: 10px;
}
.left_content #side-menu li a.docs:hover,
.left_content #side-menu li a.contrast:hover,
.left_content #side-menu li.active a.contrast,
.left_content #side-menu li ul li a:hover,
.left_content #side-menu li ul.result-menu li.active a {
  background-image: url(../img/contrast_icon_hover.png);
  color: #fff;
}
.left_content #side-menu li a.docs:hover,
.left_content #side-menu li a.contrast:hover,
.left_content #side-menu li.active a.contrast,
.left_content #side-menu li ul li a:hover,
.left_content #side-menu li ul.result-menu li.active a {
  background-image: url(../img/contrast_icon_hover.webp);
  color: #fff;
}
.left_content #side-menu li a.ebook {
  background-image: url(../img/ebook_icon.png);
}
.left_content #side-menu li a.ebook {
  background-image: url(../img/ebook_icon.webp);
}
.left_content #side-menu li a.ebook:hover,
.left_content #side-menu li.active a.ebook {
  background-image: url(../img/ebook_icon_hover.png);
  color: #fff;
}
.left_content #side-menu li a.ebook:hover,
.left_content #side-menu li.active a.ebook {
  background-image: url(../img/ebook_icon_hover.webp);
  color: #fff;
}
.right_content {
  width: 100%;
  float: left;
  /*padding: 0 0 0 250px;*/
  padding: 0 0 0 0px;
}
.input-lg.captcha_input {
  float: left;
  width: 54% !important;
  margin-left: 23px !important;
}
#login .container #login-row #login-column #login-box {
  margin-top: 20px;
  max-width: 600px;
  border: 1px solid #9c9c9c;
  background-color: #eaeaea;
  padding: 20px 0px;
  margin-bottom: 20px;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
.page-footer {
  background-color: #1e1e1e;
  color: #fff;
  width: 100%;
  background-image: url(../img/footerbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
}
.page-footer {
  background-color: #1e1e1e;
  color: #fff;
  width: 100%;
  background-image: url(../img/footerbg.webp);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
}
.page-footer h4 {
  color: #35383c;
  font-size: 76px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}
.ft_logo img {
  width: 3%;
}
.title-top {
  margin-top: 20px;
}
.wrapper {
  min-height: 100%;
  position: relative;
}
div#content {
  padding-bottom: 169px;
  margin-bottom: 0px;
}
div.error {
  margin: 0;
  color: red;
}
body.search {
  background-color: #ebebeb;
}
.welcome_message {
  color: #fff;
  text-align: right;
  padding: 10px 15px 0px 15px;
  margin: 0;
}
#nav-menu li {
  display: inline-block;
  padding: 0px 11px 0 0;
}
ul#nav-menu {
  padding: 0px;
  margin: 0;
  position: relative;
  width: 100%;
}

header ul#nav-menu li a {
  text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #000000;
}
header ul#nav-menu li a:hover,
header ul#nav-menu li.active a {
  color: #000000;
}

.header_cart
{
  background: url('../img/header_cart.png');
  height: 38px;
  width: 38px;
  margin-right: 20px;
  position: relative;
}

.header_cart span
{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 17px;
  color: #FFFFFF;
  background: #00CCB1;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  border-radius: 100px;
  text-align: center;
}

.header_right_area
{
    display: flex;
    align-items: center;
    height: 100%;
}

header #content {
  display: inline-block;
  width: 100%;
  background-color: #ebebeb;
}
header#nav-header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}
header .sign {
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-family: "Cinzel", serif;
  font-size: 20px;
  cursor: pointer;
  align-items: center;
}
header .sign a {
  color: #666666;
  text-decoration: none;
}
header .sign a:hover {
  color: #47c2a7;
}
header .user-icon {
  background-color: #47c2a7;
  border-radius: 50%;
  padding: 0px 8px;
  text-align: center;
  display: inline-block;
}
header .user-icon i {
  color: #fff;
  font-size: 14px;
}
header i.icon-scnd {
  color: #929292;
  font-size: 20px;
  margin-left: 8px;
}
#slug {
  display: none;
}
.dropdown:hover .dropdown-menu {
}
.btn {
  font-size: 16px;
  background-color: #222b37;
  border-color: #222b37;
  text-transform: uppercase;
}
.search_btn button {
  width: 180px;
  padding: 9px;
}
.diamond_result table,
.listingview table {
  font-size: 14px;
  border: 1px solid #cdcdcd;
}
.diamond_result table tr th,
.listingview table tr th {
  text-transform: uppercase;
  text-align: left !important;
  border: none !important;
  background-size: 15px !important;
}
.diamond_result .table td,
.table th,
.listingview .table td,
.table th {
  padding: 0.75em 0px 0.75em 15px !important;
  border: none;
  vertical-align: middle !important;
}
.diamond_result .table-striped tbody tr.odd {
  background-color: rgba(0, 0, 0, 0.05);
}
.diamond_result table.dataTable tbody tr.even {
  background-color: #ffffff;
}
#videoModal video {
  max-width: 100%;
}
.video_media_icon {
  margin-left: 10px;
}
.video_media_icon i {
  font-size: 20px;
  color: #464646;
}
.diamond_result .table thead,
.listingview .table thead {
  background-color: #47c2a7 !important;
  color: #ffffff;
  border: none !important;
}
.diamond_result .dataTables_scrollBody .table th,
.listingview .dataTables_scrollBody .table th {
  padding: 0px 7px !important;
}
.zero-raduis {
  border-radius: 0px !important;
}
a {
  color: #007b;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}
h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  color: #56baed;
}
.registeration h2 {
  font-family: "Myriad Pro Regular";
  font-size: 25px;
  color: #346182;
  font-weight: bold;
}
.registeration a {
  color: #346182;
}
a.marginLeft {
  margin-left: 10px;
}
.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}
.registeration #formContent {
  max-width: 900px;
}
#formContent {
  padding: 30px;
  width: 90%;
  max-width: 485px;
  position: relative;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
}
.sign_in_block {
  border: 2px solid #346182;
  background: #f4f5f6;
}
.half-field {
  padding: 0px 5px;
}
.full-field {
  padding: 0px 5px;
}
.half-field select,
.full-field select {
  color: #346182 !important;
}
#sign_up_block {
  border: 2px solid #346182;
  background: #f4f5f6;
}
#sign_up_block #formContent .container {
  max-width: 50%;
}
#sign_up_block input,
#sign_up_block select {
  width: 100% !important;
  height: 50px;
}
#sign_up_block input.age_check {
  width: auto !important;
  height: auto;
  margin-left: 0;
  float: left;
}
#sign_up_block input[type="submit"] {
  margin: 0px;
}
#formFooter {
  padding: 2px;
  text-align: right;
  width: 92.5%;
}
.column_double {
  margin-top: 5px;
  margin-bottom: 15px;
}
.column_single {
  margin-top: 5px;
  margin-bottom: 15px;
}
h2.inactive {
  color: #cccccc;
}
h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}
.registeration #formContent .container {
  max-width: 96%;
}
.registeration #formContent .sects {
  padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background-color: #346182 !important;
  border: none;
  color: white;
  width: 85%;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 25px 20px;
  -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;
  transition: all 0.3s ease-in-out;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #39ace7;
}
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
.registeration select {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
::-webkit-input-placeholder {
  color: #346182 !important;
}
::-moz-placeholder {
  color: #346182 !important;
}
:-ms-input-placeholder {
  color: #346182 !important;
}
:-moz-placeholder {
  color: #346182 !important;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.underlineHover:after {
  display: block;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}
.underlineHover:hover {
  color: #0d0d0d;
}
.underlineHover:hover:after {
  width: 100%;
}
*:focus {
  outline: none;
}
#icon {
  width: 30%;
}
div#formContent {
  padding-bottom: 30px;
}
footer .navbar a {
  text-transform: capitalize;
}
.listingview {
  padding-top: 25px;
  padding-bottom: 25px;
}
.listingview .tab-content {
  padding: 25px;
}
.listingview .tab-content input[type="text"],
.listingview .tab-content input[type="email"],
.listingview .tab-content input[type="password"] {
  margin: 0 0 5px 0;
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
}
.listingview .panel {
  background: #fff;
}
.listingview .example-box-wrapper .nav-tabs {
  background: #ebebeb;
}
.listingview input[type="submit"] {
  background: #43c6ab;
  border: 1px solid #43c6ab;
}
#media-carousel .carousel-item img {
  height: 320px;
  object-fit: contain;
}
.go_page {
  width: 20px !important;
}
.diamond_result .dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: inherit;
  display: inline;
  margin: 0 15px;
}
.diamond_result .bottom,
#PData_wrapper .bottom {
  text-align: center;
  margin: 30px 0 30px;
}
.diamond_result .dataTables_wrapper .dataTables_length {
  display: inline;
  float: none;
}
.go_sec {
  display: inline;
}
.diamond_result table.dataTable.no-footer {
  border: none;
  max-width: 100%;
}
.diamond_result div.dataTables_length select {
  width: 65px;
  margin-left: 10px;
  color: #737373;
  border: none;
}
.diamond_result #searchData_length label,
.subscribe_sec #paymentData_length label {
  font-weight: 600;
  font-size: 18px;
  color: #737373;
}
.diamond_result .dataTables_wrapper .dataTables_paginate .paginate_button,
.subscribe_sec .dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-left: 5px;
  font-size: 18px;
  min-width: 1.6em;
  color: #737373 !important;
  padding: 0px;
  border: none;
}
.diamond_result
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button#searchData_previous,
.diamond_result
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button#searchData_next {
  color: #737373 !important;
  font-size: 16px;
}
.diamond_result
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button#searchData_previous:hover,
.diamond_result
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button#searchData_next:hover {
  color: #ffffff !important;
}
.diamond_result
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current,
.diamond_result .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.subscribe_sec
  #paymentData_wrapper
  .dataTables_paginate
  .paginate_button.current {
  background: #47c2a7 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 600;
}
.diamond_result
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  color: #ffffff !important;
}
.search .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.go_sec label {
  color: #737373;
  font-size: 18px;
  font-weight: 600;
}
.go_sec input.go_page {
  padding: 0 !important;
  width: 60px !important;
  border-radius: 0 !important;
  margin-left: 12px !important;
  background-color: #ffffff !important;
  border: none !important;
}
.go_sec button.go_btn {
  background-color: #47c2a7;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}
.terms-and-conditions,
.privacy-policy {
  background-color: #f8f9fa;
}
.terms-and-conditions .page_title,
.privacy-policy .page_title {
  margin: 60px 0px 5px 0px;
}
.terms-and-conditions .sub-text,
.privacy-policy .sub-text {
  font-size: 24px;
  color: #333333;
  margin-bottom: 45px;
}
.terms-and-conditions .post_desc,
.privacy-policy .post_desc {
  padding: 20px;
}
.terms-and-conditions .post_desc h2,
.privacy-policy .post_desc h2 {
  font-weight: 700;
  color: #212529;
  margin: 10px 0 20px;
}
.terms-and-conditions .post_desc p,
.privacy-policy .post_desc p {
  color: #212529;
}
.terms-and-conditions .post_desc ul li,
.privacy-policy .post_desc ul li {
  font-size: 21px;
  color: #333333;
  margin-bottom: 25px;
  position: relative;
}
.terms-and-conditions .post_desc ul,
.privacy-policy .post_desc ul {
  padding-left: 60px;
  list-style: none;
}
.terms-and-conditions .post_desc ul li:before,
.privacy-policy .post_desc ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #346182;
  left: -30px;
  top: 10px;
  position: absolute;
  border-radius: 50%;
}
.terms-and-conditions .content,
.privacy-policy .content {
  margin-bottom: 35px;
}
.search_form .inner_form {
  background-color: #ffffff;
  border: 3px solid #cdcdcd;
  border-radius: 5px;
  padding: 50px 70px;
  margin: 35px 0;
}
.inner_form h3 {
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 29px;
  color: #333333;
  margin-bottom: 0px;
}
.inner_form ul.shape {
  list-style: none;
  padding: 0px;
}
.inner_form ul.shape li {
  display: inline-block;
  text-align: center;
  width: 16%;
  padding: 0 4px;
  vertical-align: bottom;
}
.inner_form ul li.less_more .img_wrapper span {
  margin: auto 0 auto auto;
  color: #464646;
  text-transform: uppercase;
  font-weight: 600;
}
.inner_form ul li.less_more .img_wrapper i.fa {
  margin: auto;
}
.inner_form ul.shape li label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 18px;
  margin-top: 6px;
  color: #666767;
}
.inner_form ul.shape li .img_wrapper {
  background-color: #ebebeb;
  border-radius: 10px;
  height: 55px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.inner_form ul.shape li .img_wrapper.active {
  background-color: #43c6ab;
}
.inner_form ul.shape li .img_wrapper img {
  margin: auto;
  width: 43px;
  height: 43px;
  object-fit: cover;
}
.userOptions button.btn {
  font-size: 16px;
  color: #43c6ab;
  margin-top: 6px;
  font-family: "Open Sans", sans-serif;
  background: #fff !important;
  border: none !important;
  outline: none;
}
.userOptions li.dropdown-header {
  font-size: 14px;
  font-weight: 700;
  float: left;
  width: 100%;
  margin-bottom: 6px;
  font-family: "Open Sans", sans-serif;
  color: #377dff;
}
.userOptions .dropdown-menu li {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.userOptions .dropdown-menu li a {
  font-size: 14px !important;
  line-height: 16px;
}
.hidden {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
span.menuCircle {
  background: #43c6ab;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid;
}
.dropdown-toggle::after {
  display: none;
}
ul.color-type {
  padding: 0;
  text-align: center;
  list-style: none;
  margin: 5px 0 10px;
}
ul.color-type li {
  display: inline;
}
ul.color-type li {
  display: inline;
  text-transform: uppercase;
  font-size: 14px;
  color: #acacac;
  position: relative;
  padding: 0 14px;
}
ul.color-type li:first-child:after {
  position: absolute;
  content: "|";
  right: -2px;
  color: #acacac;
}
ul.color-type li.active {
  color: #43c6ab;
  font-weight: 700;
}
.nopadding {
  padding: 0 !important;
}
ul.diamond_color {
  list-style: none;
  padding: 0;
}
li.rightmenu {
  position: absolute;
  right: -25px;
}
ul.diamond_color li {
  display: inline-block;
  text-align: center;
  width: 10.4%;
  padding: 0 4px;
  margin-bottom: 23px;
  font-size: 17px;
  color: #666767;
  vertical-align: bottom;
}
ul.diamond_color li .color_wrapper {
  background-color: #ebebeb;
  height: 60px;
  display: flex;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
}
ul.diamond_color li .color_wrapper span {
  margin: auto;
}
.userOptions button.btn:focus {
  outline: none;
  box-shadow: none;
}
.size_sec {
  margin-top: 45px;
}
.inner_form ul.shape li .img_wrapper.active img {
  filter: brightness(0) invert(1) grayscale(1);
}
.inner_form .form-group input,
.inner_form .form-group input:focus {
  width: 97%;
  margin: 0 !important;
  background-color: #ebebeb !important;
  border: 1px solid #666767 !important;
  padding: 0px 10px !important;
  box-shadow: none;
  outline: none;
  height: 34px;
  border-radius: 6px;
  font-size: 15px;
  color: #959595;
}
ul.lab {
  list-style: none;
  padding: 0;
}
ul.lab li {
  display: inline-block;
  text-align: center;
  width: 19.4%;
  padding: 0 4px;
  font-size: 17px;
  color: #666767;
  margin: 8px 0;
}
ul.lab li .lab_wrapper {
  background-color: #ebebeb;
  height: 60px;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
ul.lab li .lab_wrapper span {
  margin: auto;
}
.dimond_form .submit_button button {
  width: 210px;
  padding: 8px;
}
.dimond_form .submit_button {
  margin-bottom: 30px;
}
.rightmenu ul.dropdown-menu.show {
  right: 65px;
  left: auto;
}
.mysignin a {
  color: #346182;
}
.mysignin input {
  text-align: left;
  padding: 10px;
  height: 54px;
  border: 1px solid #666767;
  border-radius: 1px !important;
}
.mysignin input[type="submit"] {
  text-align: center;
  border: none;
}
.mysignin h2 {
  font-family: "Myriad Pro Regular";
  font-size: 25px;
  color: #346182;
  font-weight: bold;
}
div#PData_length {
  margin-top: 6px;
}
#PData_wrapper div#PData_filter {
  float: left;
}
ul.flour li {
  display: inline-block;
  text-align: center;
  width: 17.3%;
  padding: 0 5px;
  font-size: 17px;
  color: #666767;
  margin: 8px 0;
  line-height: 18px;
}
ul.flour li .flo_wrapper {
  background-color: #ebebeb;
  height: 56px;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
ul.flour li .flo_wrapper span {
  margin: auto;
}
ul.flour {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 8px;
}
.flo_sec,
.price_sec,
.location_sec,
.finish_sec,
.measure_sec {
  margin-top: 30px;
}
ul.clarity {
  list-style: none;
  padding: 0;
}
ul.clarity li {
  display: inline-block;
  text-align: center;
  width: 16%;
  padding: 0 5px;
  font-size: 17px;
  color: #666767;
  margin: 8px 0;
  line-height: 18px;
}
ul.clarity li .clarity_wrapper {
  background-color: #ebebeb;
  height: 56px;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
ul.clarity li .clarity_wrapper span {
  margin: auto;
}
.clarity_sec {
  margin-top: 24px;
}
ul.price_type {
  padding: 0;
  text-align: center;
  list-style: none;
  margin: 5px 0 10px;
}
ul.price_type li {
  display: inline;
  text-transform: uppercase;
  font-size: 14px;
  color: #acacac;
  position: relative;
  padding: 0 14px;
}
.price_type label {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.price_type label input:checked ~ .radiobtn {
  background-color: #43c6ab;
}
.radiobtn {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #666767;
}
.price_type label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.inner_form .form-group label {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #666767;
}
.inner_form .form-group select {
  width: 98%;
  background-color: #ebebeb;
  border: 1px solid #666767;
  padding: 4px;
  box-shadow: none;
  height: 34px;
  border-radius: 6px;
  color: #959595;
  font-size: 15px;
}
.inner_form .from_to select.form-control {
  float: left;
  width: 48.5%;
}
.inner_form .from_to select.form-control:last-child {
  float: right;
}
.from_to {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.inner_form .from_to .after_per {
  float: left;
  width: 48.5%;
  position: relative;
}
.inner_form .from_to .after_per:last-child {
  float: right;
}
.inner_form .from_to .after_per input.form-control {
  width: 100%;
}
.after_per:after {
  content: "%";
  position: absolute;
  z-index: 99;
  right: 6px;
  top: 6px;
  color: #959595;
}
ul.diamond_color li .color_wrapper.active,
ul.flour li .flo_wrapper.active,
ul.clarity .clarity_wrapper.active,
ul.lab .lab_wrapper.active {
  background-color: #42c3a8;
  color: #ffffff;
}
.diamond_color .less_more .color_wrapper span {
  text-transform: uppercase;
  color: #666767;
  font-size: 14px;
  font-weight: 600;
}
.diamond_color .less_more .color_wrapper i {
  vertical-align: top;
  line-height: 10px;
}
.diamond_color .less_more .color_wrapper {
  display: block;
  padding: 11px 0;
}
ul.color-type li label {
  cursor: pointer;
}
ul.color-type li input:checked ~ .activebtn {
  color: #43c6ab;
  font-weight: 700;
}
.checkout_form_container {
  margin: auto auto 40px;
  background: #fff;
  padding: 20px 20px;
}
.checkout_form_container h2 {
  color: #333333;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}
.checkout_form_container .pack_details {
  width: 100%;
  margin: auto auto 15px auto;
}
.checkout_form_container .pack_details .pack_name {
  font-family: "Cinzel", serif;
  font-size: 25px;
  width: 65%;
  text-align: right;
  padding-right: 20px;
}
.checkout_form_container .pack_details .pack_price {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  width: 35%;
}
.checkout_form_container .pack_details .pack_price .curr_sign {
  font-size: 25px;
  float: left;
  margin-top: 0px;
}
.check_pay_form .form-group {
  float: left;
  margin-bottom: 15px;
}
.check_pay_form label {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
}
.check_pay_form .form-control {
  line-height: 40px;
  height: auto;
  padding: 0 16px;
  width: 100%;
  margin: 0;
  background: #ebebeb;
  border-color: #ebebeb;
  text-align: left;
}
.check_pay_form .error {
  border-color: #a94442 !important;
}
.check_pay_form .form-control:focus {
  background-color: #fff;
  border-bottom: 2px solid #ebebeb;
  box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.25);
}
.check_pay_form select {
  padding: 10px 20px;
  margin-right: 15px;
}
.check_pay_form .owner {
  width: 63%;
  margin-right: 1%;
}
.check_pay_form .CVV {
  width: 36%;
}
.check_pay_form #card-number-field {
  width: 100%;
}
.check_pay_form #expiration-date {
  width: 49%;
}
.check_pay_form #credit_cards {
  width: 50%;
  margin-top: 25px;
  text-align: right;
}
.check_pay_form #pay-now {
  width: 100%;
  margin-top: 25px;
}
.check_pay_form .btn {
  width: 100%;
  margin-top: 3px;
  font-size: 24px;
  color: white;
}
.check_pay_form .btn:hover {
  background-color: #43c6ab;
  border-color: #43c6ab;
  color: #fff;
  transition: 0.4s;
}
.check_pay_form .transparent {
  opacity: 0.2;
}
.check_pay_form .hide {
  display: none;
}
.bg-green {
  background: #43c6ab;
  float: none;
  margin: auto;
}
.measurements label {
  width: 100%;
}
.table-row-div ul.price_sec li {
  width: 32%;
}
ul.price_sec {
  margin-bottom: 20px;
}
.comment_sec {
  display: inherit;
  width: 100%;
}
.comment_sec .comment {
  float: left;
  width: 76%;
  font-size: 12px;
  color: #464646;
}
.comment_sec label {
  float: left;
  width: 22.5%;
}
.make_note_sec {
  margin-top: 30px;
}
.make_note_text img {
  margin-right: 10px;
}
.make_note_sec span.make_note_text {
  font-size: 15px;
  color: #464646;
  cursor: pointer;
}
.modal-body #notes_area {
  height: 150px !important;
}
.comment_sec label,
.comment p {
  font-size: 12px;
  color: #464646;
}
.menu-login a {
  font-family: "Cinzel", serif;
  font-size: 20px;
  color: #666666;
  text-decoration: none;
}
.menu-login {
  padding: 0px 15px;
}
header ul.dropdown-menu {
  width: 20%;
}
header ul.dropdown-menu li a {
  font-size: 20px;
  color: #666666;
  text-decoration: none;
}
header ul.dropdown-menu li {
  display: inline-block;
  padding: 0px 15px;
}
.rightmenu.pull-right {
  margin-top: 4px;
}
.dz-message {
  font-size: 35px !important;
  line-height: 50px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 50% !important;
  height: auto !important;
  margin-top: 0px !important;
  margin-left: 0 !important;
  padding: 0px !important;
  text-align: center !important;
  right: 0;
  margin: auto !important;
  display: flex;
  bottom: 0;
  align-items: center;
}
.subscribe_sec table {
  margin-bottom: 20px !important;
}
.subscribe_sec .table thead {
  background-color: #47c2a7 !important;
  color: #ffffff;
  border: none !important;
}
.subscribe_sec table {
  font-size: 14px;
  border: none !important;
}
.subscribe_sec table tr th {
  text-transform: uppercase;
  text-align: center !important;
  border: none !important;
}
.subscribe_sec .table td,
.table th {
  padding: 0.75em 0px 0.75em 15px !important;
  border: none;
  text-align: center !important;
  vertical-align: middle !important;
}
#paymentData_wrapper .bottom {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
.registeration select,
.payment_cart_form select {
  margin: 0px !important;
  background: #fff !important;
  text-align: left !important;
  padding: 5px 10px !important;
  border: 2px solid #f6f6f6 !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
.registeration select:focus {
  background-color: #fff !important;
  border-bottom: 2px solid #222b37 !important;
  box-shadow: none !important;
}
#PData a.btn-sm {
  padding: 3px 6px;
  font-size: 12px;
  cursor: pointer;
}
.pad10 {
  padding: 5px;
}
#loginPopup {
  left: 0px !important;
  right: 0px;
  width: 50%;
  margin: auto;
  text-transform: uppercase;
}
.result .b-modal {
  z-index: -1 !important;
}
.button.b-close,
.button.bClose {
  border-radius: 7px 7px 7px 7px;
  box-shadow: none;
  font: bold 131% sans-serif;
  padding: 0 6px 2px;
  position: absolute;
  right: -7px;
  top: -7px;
  background-color: #666666;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.inner_form ul.shape li.hide_options,
.inner_form ul.diamond_color li.hide_options {
  display: none;
}
.inner_form ul.shape li .img_wrapper .shape_icon {
  font-size: 36px;
  margin: auto;
  color: #666767;
}
.inner_form ul.shape li .img_wrapper.active .shape_icon {
  color: #ffffff;
}
.inner_form ul.shape li .img_wrapper .other {
  font-size: 14px;
  margin: auto;
  color: #666767;
  font-weight: 600;
}
.inner_form .select2 .select2-search__field,
.inner_form .select2 .select2-search__field:focus {
  background: transparent !important;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  margin-top: 5px !important;
}
.selection .select2-selection {
  margin: 0 !important;
  background-color: #ebebeb !important;
  border: 1px solid #666767 !important;
  padding: 0px 3px !important;
  box-shadow: none;
  outline: none;
  border-radius: 6px;
  font-size: 15px;
  color: #959595;
}
.delete-record {
  display: inline-block;
  width: 100%;
}
.delete-record input[type="submit"] {
  width: auto;
  color: #fff;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 0px;
}
.delete-record a.btn-primary {
  margin-bottom: 20px;
  margin-top: 20px;
}
.table-row-div .price_sec li label {
  width: auto;
  margin-right: 10px;
}
.inner_form .from_to.intensity select.form-control:first-of-type {
  width: 46.5%;
}
.inner_form .from_to.intensity select.form-control:last-of-type {
  width: 47.5%;
}
.form-group.from_to.intensity {
  margin-bottom: 15px;
}
.search_form .fancy_color {
  margin-bottom: 30px;
}
.fancy_color_type {
  display: none;
}
.ss-plan.floatnone {
  display: inline-block;
}
.fancy_color .select2-container {
  width: 98.5% !important;
}
a.expand_result {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  background-color: #47c2a7 !important;
  color: #fff !important;
  padding: 2px 6px;
  cursor: pointer;
}
a.expand_result.close {
  padding: 2px 8px;
  opacity: inherit;
}
@keyframes anim {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.table-row-data {
  display: table-row;
  animation: anim 0.5s ease;
}
.row.innerBlock {
  margin: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  box-shadow: 1px 1px 15px #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}
.select2-results__option[aria-selected="true"] {
  display: none;
}
.gridBlock {
  padding: 50px 10px 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px #aaa;
  margin-bottom: 35px !important;
  position: relative;
  overflow: hidden;
}
label.blockTitle {
  background: #ddd;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 15px;
  font-weight: 600;
}
.listing-login-popup {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
}
.select2-container .select2-selection--single {
  height: 35px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 34px !important;
}
.gridBlock .switch {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 24px;
  top: 6px;
  left: 10%;
}
.gridBlock .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.gridBlock .carousel {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #777;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gridBlock .carousel:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gridBlock input:checked + .carousel {
  background-color: #2196f3;
}
.gridBlock input:focus + .carousel {
  box-shadow: 0 0 1px #2196f3;
}
.gridBlock input:checked + .carousel:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20px;
}
.toggle.ios .toggle-handle {
  border-radius: 20px;
}
.toggle.android {
  border-radius: 50px;
}
.toggle.android .toggle-handle {
  border-radius: 50%;
}
.gridBlock label.switch.toggle {
  position: absolute;
  width: 50px;
  height: 25px;
  top: 4px;
}
.toggle.btn.btn-primary {
  min-height: 24px;
}
label.btn.toggle-off {
  font-size: 14px;
  line-height: 14px !important;
}
label.btn.toggle-on {
  font-size: 14px;
  line-height: 14px !important;
}
span.toggle-handle.btn.btn-default {
  background: #fff;
  top: -3px;
}
.toggle.btn.off {
  min-height: 25px;
}
.toggle.btn {
  min-width: 59px;
  min-height: 25px !important;
}
.mytoggle {
  position: absolute;
  top: 5px;
  left: 10%;
}
#media-carousel .carousel-control-next-icon,
#media-carousel .carousel-control-prev-icon {
  width: 30px !important;
  height: 30px !important;
  background-size: 50% 100% !important;
  background-color: #43c6ab !important;
}
.mytoggle.pull-right {
  right: 10px;
  left: auto;
}
#PData_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-left: 5px;
  font-size: 18px;
  min-width: 1.6em;
  color: #737373 !important;
  padding: 0px;
  border: none;
}
#PData_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current,
#PData_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #47c2a7 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 600;
}
.search .form-group .input_error {
  border: 1px solid red !important;
}
.table-row-div .additional_info li {
  display: inline-flex;
}
.table-row-div .additional_info li.report_number {
  width: 70%;
}
.animate_rotate {
  transform: rotateY(0deg);
  -webkit-animation: startRotation 1s infinite;
  animation: startRotation 1s infinite;
}
@-webkit-keyframes startRotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes startRotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.btn:hover {
  background-color: transparent !important;
  border: 1px solid #222b37 !important;
  color: #222b37 !important;
  transition: 0.4s;
}
#PData_filter input[type="search"] {
  margin: 0px !important;
  background: #fff !important;
  text-align: left !important;
  padding: 5px 10px !important;
  border: 2px solid #f6f6f6 !important;
}
#PData_filter input[type="search"]:focus {
  background-color: #fff !important;
  border-bottom: 2px solid #5fbae9 !important;
  box-shadow: none !important;
}
#mediaModal h1,
#videoModal h1 {
  font-size: 25px;
}
.table th.arrow_space,
#PData_wrapper thead th {
  background-position: center left !important;
}
tr.table-row-data td {
  vertical-align: top !important;
}
.dataTables_wrapper .dataTables_processing {
  height: auto !important;
  padding-top: 0px !important;
  font-size: 0.9em !important;
}
.select2-container {
  max-width: 100% !important;
}
.diamond_result .table .table-row-data td {
  vertical-align: top !important;
}
.contact .input_error,
.input_error {
  border: 1px solid red !important;
}
.margin_zero {
  margin: 0 !important;
}
.process_loder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.processloader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  float: none;
  margin: 55px auto 0;
}
.redirectIn {
  text-align: center;
  display: none;
}
.width110 {
  width: 110px !important;
}
h5 small {
  font-size: 60%;
}
.modal-body.listingview:after {
  content: "Note : Only ZIP files can be uploaded and it should contain \201Clistings.csv\201D.";
  color: #888;
  font-size: 14px;
  font-weight: 600;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contrast-table {
  width: 100%;
  margin-bottom: 30px;
}
.contrast-table td,
.contrast-table th {
  background-color: #d3e2ff;
  text-align: center;
  vertical-align: middle;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  padding: 15px;
  border-radius: 6px;
}
.contrast-table tfoot td {
  background: transparent;
}
.contrast-table tr td:first-child {
  background-color: transparent;
}
.contrast-table.mobile_contrast tbody tr td:first-child {
  background-color: #d3e2ff;
}
.contrast-table.mobile_contrast tbody tr td:nth-child(3) {
  background-color: transparent;
}
.contrast-table tbody td {
  text-align: left;
}
.contrast-table th {
  font-weight: 400;
}
.contrast-table .contrast-option {
  width: 57px;
  height: 57px;
  background-color: #fff;
  border-radius: 6px;
  margin: auto;
  overflow: hidden;
}
.contrast-table td.answer .contrast-option {
  width: 100%;
  height: 80px;
  padding: 12px 0;
}
.contrast-table td.answer .contrast-option span {
  margin: auto;
}
.contrast-table .contrast-option span {
  background-color: #d3e2ff;
  color: #1e2022;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  display: block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  cursor: move;
  position: relative;
  z-index: 9999;
}
ul.btn-action {
  padding: 0;
  list-style: none;
  margin: auto;
  display: inline-block;
}
ul.btn-action.pre_btn {
  float: right;
  position: relative;
  top: -3px;
}
ul.btn-action li {
  display: inline-block;
  margin: 0 0 0 10px;
  float: left;
  cursor: pointer;
}
ul.btn-action li a.prev-btn {
  display: block;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  color: #fff;
  font-size: 26px;
  background-color: #222b37;
  padding-right: 3px;
  text-align: center;
}
ul.btn-action.questions-btn li a:hover {
  color: #fff !important;
}
ul.btn-action li a.next-btn {
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 100%;
  color: #fff;
  font-size: 26px;
  background-color: #222b37;
  padding-left: 3px;
  text-align: center;
}
ul.btn-action li a .fa {
  position: relative;
  top: -2px;
}
ul.btn-action li a.save-btn {
  display: block;
  width: 62px;
  height: 36px;
  border-radius: 22px;
  color: #fff;
  font-size: 15px;
  background-color: #222b37;
  text-align: center;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  cursor: pointer;
}
header.loggedin-header {
  padding: 0 !important;
  height: 80px;
}
header.loggedin-header .container {
  max-width: 100%;
  height: 100%;
}
header.loggedin-header .nopad1080px {
  padding-right: 0;
  height: 100%;
  position: absolute;
  padding-left: 30px;
  right: 0;
  margin: 0;
  width: 100%;
}

a.header_login {
    background: #2B5597;
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 17px 60px;
    text-transform: uppercase;
    margin-right: 40px;
}

a.header_login:hover
{
  text-decoration: none;
}

header.loggedin-header .logo-wrapper {
  text-align: left !important;
  display: inline-block;
  top: 15%;
  position: absolute;
}
header.loggedin-header #navbar {
  float: left;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}
header.loggedin-header #navbar .rightmenu.pull-right {
  top: 0;
  margin: 0;
  height: 100%;
}
header.loggedin-header #navbar .userOptions {
  height: 100%;
}
header.loggedin-header #navbar .userOptions button.btn {
  margin: 0;
  background-color: #346182 !important;
  color: #fff !important;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 100%;
  padding: 0px 70px 0px 0px;
  border-left: 5px solid #a4b0c7 !important;
}
header.loggedin-header #navbar .userOptions .fa-angle-down {
  margin-left: 7px;
}
header.loggedin-header #navbar .UserImage {
  margin-left: 5px;
  margin-right: 10px;
  height: 62px;
  width: 62px;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
  background: #f5f8ff;
  color: #346182;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
}
header.loggedin-header #navbar .UserImage span {
  top: 5px;
  position: relative;
}
header.loggedin-header #navbar .UserImage img {
  height: 62px;
  width: 62px;
  display: inline-block;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
}
.myacc_container {
  display: none;
}
.site_outer .container {
  max-width: 100%;
}
.scrollup .fa-chevron-up {
  background: #222b37;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  justify-content: space-around;
  display: flex;
  align-items: center;
}
.scrollup .fa-chevron-up:before {
  margin-top: -5px;
}
.user-mb {
  display: none;
}
.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.test-wrap {
  position: relative;
  min-height: 350px;
}
.loader {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/aesthetic-gif-png-1.gif) 50% 50% no-repeat
    rgb(249, 249, 249);
  background-position: center;
  background-size: 100px 100px;
  right: 0;
}
.tgmenu {
  display: none;
}
.contrast-table .que_name {
  display: inline-block;
  margin: 0;
}
.mt-100 {
  margin-top: 100px !important;
}
.plans_area .features_list ul {
  padding: 0;
  list-style: none;
}
.carousel.home {
}
.carousel.home .item,
.carousel.home .carousel-inner {
  height: 100%;
  display: flex;
}
#nav-header {
  padding: 14px 0;
}
.loggedout-header .logo-wrapper {
  float: left;
  display: inline-block;
}
.loggedout-header #navbar {
  float: right;
}
#nav-menu .menu-login a {
  color: #fff;
  background: #346182;
  padding: 10px 23px;
}
#nav-menu li:last-child {
  padding-right: 0;
}
#nav-menu .menu-login a:hover {
  color: #fff !important;
}
#nav-header nav#navbar {
  padding: 0;
}
.banner_content {
}
.ebook_table thead th {
  text-align: left !important;
}
.ebbok_pdf_list {
  margin-top: 20px;
  margin-bottom: 40px;
}
.ebbok_pdf_icon {
  height: 115px;
  text-align: center;
  margin-bottom: 25px;
}
.ebbok_pdf_icon.pdf {
  background: url(../img/pdficon.png) !important;
  background-repeat: no-repeat !important;
  background-position: top 10px center !important;
}
.ebbok_pdf_icon.pdf {
  background: url(../img/pdficon.webp) !important;
  background-repeat: no-repeat !important;
  background-position: top 10px center !important;
}
.ebbok_pdf_icon.doc,
.ebbok_pdf_icon.docx {
  background: url(../img/doc.png) !important;
  background-repeat: no-repeat !important;
  background-position: top 10px center !important;
}
.ebbok_pdf_icon.doc,
.ebbok_pdf_icon.docx {
  background: url(../img/webp.png) !important;
  background-repeat: no-repeat !important;
  background-position: top 10px center !important;
}
.ebbok_pdf_icon_inner {
  border: 1px solid #346182;
  height: 100%;
  padding: 0;
}
.ebbok_pdf_icon_inner span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #346182;
}
.f24 {
  font-size: 24px !important;
}
.color_ab {
  color: #000 !important;
}
.color_contrast {
  color: #346182 !important;
}
.ansnumber .checked span {
  background-color: #346182;
  color: #fff;
}
.blank_content {
  background: #d3e2ff;
  height: 100vh;
  background-image: url(../img/banner.png);
  background-position: left top 62%;
}
.blank_content {
  background: #d3e2ff;
  height: 100vh;
  background-image: url(../img/banner.webp);
  background-position: left top 62%;
}
#passProtectForm {
  background-color: rgb(0, 0, 0, 0.4);
}
#passProtectForm .modal-dialog {
  max-width: 45%;
}
#passProtectForm .modal-title {
  font-size: 18px;
  font-family: "Cinzel", serif;
  color: #000;
  text-align: center !important;
  width: 100%;
}
#passProtectForm .modal-body {
  padding: 0 1rem;
}
#passProtectForm label {
  margin-bottom: 0;
  width: 15%;
  float: left;
  line-height: 38px;
}
#passProtectForm .msg {
  padding: 0px 27px 15px;
  text-align: center;
  color: red;
  font-weight: 500;
}
.accept_checkbox #checkCheck {
  margin-top: 17px;
  position: relative;
  top: 5px;
  border: 1px solid #346182;
}
.accept_checkbox .sub_accept {
  background: #346182;
  color: #fff;
  border: none;
  padding: 5px 20px;
  margin-left: 10px;
  cursor: pointer;
  width: auto;
}
.text_ul {
  text-decoration: underline;
}
.logo_slogan
{
  margin-left: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
}

span.logo_tm
{
  font-style: normal;
  font-weight: 600;
  color: #2B5597;
  font-size: 25px;
  position: relative;
  top: -2px;
  left: 2px;
}

.checkout_form_container .pack_details .has_setup_fee .pack_name {
  text-align: center;
}
.checkout_form_container .pack_details .has_setup_fee .pack_price .curr_sign {
  float: none;
}
.checkout_form_container .pack_details .has_setup_fee .pack_price label {
  margin-right: 5px;
}
.err_msg {
  display: none;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  margin-bottom: 25px !important;
  width: 40%;
  margin: auto;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
}
.mysignin .alert-success {
  width: 42%;
  margin: 0px auto;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.mysignin .alert-dismissible .close {
  top: -4px;
}
.mysignin .alert-dismissible {
  padding-right: 4rem;
}
.welcome_image {
  text-align: center;
  margin-bottom: 25px;
}
.welcome_wrap {
  padding-left: 30px;
}
.wel-sincerely {
  text-align: left;
  font-weight: bold;
}
.ulliwelcome{
  margin-left: 30px;
}
.welcome-btn {
  background-color: #346182;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 18px;
  margin: 30px 0px;
}
.welcome-btn:hover {
  color: #fff;
  text-decoration: none;
}
.contrast-complete p {
  line-height: 27px;
}
.progress_wrap {
  width: 30%;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;
}
.progress_wrap .progress-bar {
  background-color: #346182;
}
.progress_wrap .progress_count {
  display: inline-block;
  width: 50px;
  border: solid 5px #346182;
  border-radius: 50%;
  height: 50px;
  padding: 8px 0 0;
  text-align: center;
  margin-right: 10px;
}
.progress_wrap .progress_count span {
  font-size: 13px;
  font-weight: 500;
}
.progress_wrap .progress {
  width: 80%;
  display: inline-block;
}
.animated.delay-1s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  z-index: 9;
  position: relative;
}
.animated.delay-2s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  z-index: 0;
}
.animated.delay-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.questions-btn li:hover a.next-btn,
.questions-btn li:hover a.prev-btn {
  cursor: pointer;
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #346182;
}
.tooltip-inner {
  max-width: 400px !important;
}
.tooltip-inner span {
  background: url(../img/smile.png) 50% 50% no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  float: right;
  margin: 1px 0 0 5px;
}
.tooltip-inner span {
  background: url(../img/smile.webp) 50% 50% no-repeat;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  float: right;
  margin: 1px 0 0 5px;
}
.tooltipwrap {
  cursor: pointer;
}

.pathway_text
{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 20px;
}

.pathway_text p {
    line-height: 34px;
    text-align: center;
    list-style: none;
    font-size: 24px;
    font-family: "Myriad Pro Regular";
    margin-bottom: 0;
}

.pathway_text h1 {
    font-size: 33px;
    font-family: "Myriad Pro Semibold";
}

.myaccount_bg_top {
  width: 100%;
  background-image: url(../img/myaccount_top_bg.png);
  height: 447px;
  background-size: cover;
}
.myaccount_bg_top {
  width: 100%;
  background-image: url(../img/myaccount_top_bg.webp);
  height: 447px;
  background-size: cover;
}
.myaccount_bg_top.premium {
  width: 100%;
  background-image: url(../img/premium_banner.png);
  height: 447px;
  background-size: cover;
}
.myaccount_bg_top.premium {
  width: 100%;
  background-image: url(../img/premium_banner.webp);
  height: 447px;
  background-size: cover;
}
.myaccount_bg_top.onecontrast {
  width: 100%;
  display: none;
  background-image: url(../img/onecontrast_banner.png);
  height: 447px;
  background-size: cover;
}
.myaccount_bg_top.onecontrast {
  width: 100%;
  background-image: url(../img/onecontrast_banner.webp);
  height: 447px;
  background-size: cover;
}
.myaccount_bg_top.coachcounselor {
  width: 100%;
  display: none;
  background-image: url(../img/coachcounselor_banner.png);
  height: 447px;
  background-size: cover;
}
.myaccount_bg_top.coachcounselor {
  width: 100%;
  background-image: url(../img/coachcounselor_banner.webp);
  height: 447px;
  background-size: cover;
}
.myaccount_bg_top.teamfamily {
  width: 100%;
  display: none;
  background-image: url(../img/teamfamily_banner.png);
  height: 447px;
  background-size: cover;
}
.myaccount_bg_top.teamfamily {
  width: 100%;
  background-image: url(../img/teamfamily_banner.webp);
  height: 447px;
  background-size: cover;
}
.myaccount_bg_top.getthebook {
  width: 100%;
  background-image: url(../img/getthebook_banner.jpg);
  height: 447px;
  background-position: center;
  background-size: cover;
}
.myaccount_bg_top.getthebook {
  width: 100%;
  background-image: url(../img/getthebook_banner.webp);
  height: 447px;
  background-position: center;
  background-size: cover;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 0px solid #34b44a;
  padding: 9px;
  height: auto;
  display: inline-block;
  position: relative;
  margin-right: 7px;
  margin-left: 14px;
}
input[type="checkbox"]:checked {
  background-color: #346182;
  border: 0px solid #34b44a;
  color: #99a1a7;
  height: auto;
  outline: none;
}
.quizSurveyOptions input[type="checkbox"] {
  border: 1px solid #346182;
}
.fquiz_opt_error {
  color: red;
  text-align: center;
  display: none;
}
.quizSurveyOptions label {
  position: absolute;
  top: -2px;
  line-height: 20px;
  font-size: 15px;
}
.footer_signin_checkbox label {
  color: #346182;
}
.cart_form .container_sub {
  border: 2px solid #346182;
  background: #f4f5f6;
  padding: 0px 78px;
  margin-top: 85px;
}

.empty_cart_container {
    margin-bottom: 85px;
}

.cart_form .container_sub h1.page_title {
  font-family: "Myriad Pro Regular";
  font-size: 27px;
  color: #346182;
  font-weight: bold;
  text-transform: uppercase;
}
.cart_form .container_sub table {
  width: 100%;
}
.cart_table tr th:nth-child(4) {
  width: 10%;
}
.cart_table tr td:nth-child(4) {
  width: 10%;
  text-align: center;
  font-weight: normal;
  color: red;
}
.cart_table tr th {
  background: #346182;
  color: #fff;
  text-align: left;
  padding: 21px 18px;
  font-weight: normal;
}
.cart_table tr td {
  text-align: left;
  padding: 17px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.cart_table tbody {
  background: #fff;
}
.cart_table tfoot {
  background: #cde0ed;
}
.total_outer {
  background: #cde0ed;
}
.cart_table tr td:nth-child(3) {
  text-align: right;
  color: #346182;
}
.cart_table tr th:nth-child(3) {
  text-align: right;
}
.total_footer {
  background: #cde0ed;
}
.total_block {
  margin-top: 27px;
  color: #346182;
  font-size: 15px;
}
.payment_cart_form input {
  width: 100%;
}
.payment_cart_form .half-field input {
  width: 100%;
  height: 50px;
}
.payment_cart_form .half-field select {
  width: 32%;
  height: 50px;
}
.extrainfo_area label {
  color: #346182;
  font-size: 15px;
}
.paynopadding {
  padding: 0px;
}
.payment_cart_form .half-field {
  padding: 7px 5px;
}
.cart_table tr th:nth-child(2) {
  text-align: center;
}
.cart_table tr td:nth-child(1) {
  color: #346182;
}
.cart_table tr td:nth-child(2) {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
}
li.cart_link {
  position: relative;
}
li.cart_link span {
  position: absolute;
  background: #346182;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  top: -4px;
  right: -7px;
}
.cart_table input[type="text"] {
  width: 50px;
  background: #f4f5f6 !important;
  border: 0px !important;
  height: 38px;
  margin: 0px 9px !important;
  text-align: center !important;
  color: #346182;
  font-weight: bold;
  font-size: 16px;
}
.total_block .nomargleft {
  margin-left: 0px;
}
form.cart_form input[type="checkbox"] {
  border: 1px solid #346182;
}
form.cart_form .checkerror {
  border: 1px solid red !important;
}
form.cart_form .rep_sendto ul {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
form.cart_form .rep_sendto ul li {
  display: inline-block;
  margin-right: 20px;
}
form.cart_form .rep_sendto ul li span {
  position: relative;
  top: -5px;
}
.reqcheckerrors,#card-errors {
  color: red;
}
.submitbutton_cart {
  margin: 43px 0px;
}
.bothmargin {
  margin: 0px 0px !important;
}
.total_block span.check_term {
  float: left;
  display: initial;
  width: 25px;
  margin-top: 6px;
}
.description {
  float: right;
  width: 97%;
}
.payment_cart_form label {
  color: #346182;
}
.payment_cart_form .half-field input[type="submit"] {
  background-color: #348255 !important;
}
.oneConEbookCover {
  padding: 15px 15px 0;
  position: relative;
}
.oneConEbookCover .owl-dots {
  display: none;
}
.oneConEbookCover .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 60px !important;
  color: #346182 !important;
}
.oneConEbookCover .owl-nav .owl-prev {
  left: -30px;
}
.oneConEbookCover .owl-nav .owl-next {
  right: -30px;
}
.oneConEbookCover .owl-nav button:hover {
  background: transparent !important;
}
.quizIntroSec img {
  max-width: 100%;
}
.beginnowimg {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}
/*coupon code*/
.applycoupn{
    background-color: #348255 !important;
    color: #fff;
    height: 40px;
    width: 100px;
    margin-left: 10px;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    float: left;
    margin-top: 5px;
  }
  .applycoupn:hover{
    color: #fff;
    text-decoration: none;
  }
  #couponcode {
    width: 300px;
    float: left;
  }
  .applycoupnerror {
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
  .couponcon{
    display: inline-block;
    margin: auto;
  }
/*coupon code*/