/*
Theme Name: GCP Finding
Theme URI: http://gcpfinding.com/
Author: GCP Finding
Author URI: https://www.codywebz.com/
Version: 1.0.0
Tags: Bootstrap 4, Responsive, Font Awesome, Blog, Custom Theme, custom-logo, Woocommerce, Random Quiz, Lesson Quiz
Text Domain: GCP Finding
*/
@import url('https://eab513.claudeassets.com/20241001005734cs_/https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
html,body {height: 100%;position: relative;}
body {
	margin: 0;
	padding: 0;
	background: #ffffff url('https://e31698.claudeassets.com/20241001005734im_/https://www.gcpfinding.com/wp-content/themes/gcp-finding/images/overlay-bg.png') 0 0 / cover fixed no-repeat;
	font-size: 16px;
	font-weight: 400;
	color: #2a2f54;
	line-height: 30px;
    font-family: 'Poppins', sans-serif;
}


p {
    margin-bottom: 10px;
}

/*Common CSS*/
.white-bg {
    background: #ffffff;
}

iframe {
    float: left;
    width: 100%;
}

.custom-control {
    border: 1px solid #cccccc;
    border-radius: 50px;
    padding: 10px 9px 10px 50px;
    float: left;
    width: 100%;
    position: relative;
    margin: 7px 0;
}

.custom-control-label::before, .custom-control-label::after {
    width: 30px;
    height: 30px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -40px;
}
.flag {
    display: block;
    height: 25px;
    width: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.invalid  {color: #efa2a9;}
.invalid.custom-cc-checkbox  .checkmark {background-color: #efa2a9 !important;border-color: #efa2a9;}
.valid  {color: #71dd8a;}
.valid.custom-cc-checkbox .checkmark {background-color: #71dd8a !important;border-color: #71dd8a;}

.custom-control.custom-radio.valid {
    border-color: #71dd8a;
}
.custom-control.custom-radio.valid label {
   color: #71dd8a !important; 
}

.custom-control.custom-radio.invalid {
    border-color: #efa2a9;
}
.custom-control.custom-radio.invalid label {
   color: #efa2a9 !important; 
}

/*Header*/
.navbar {
    background: transparent !important;
    padding: 15px;
}

.navbar-expand-md .navbar-collapse {
    background: #0F5B63;
    padding-left: 10px;
}
.navbar-brand {
    margin: 0;
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background: #8CD3DA url('https://e31698.claudeassets.com/20241001005734im_/https://www.gcpfinding.com/wp-content/themes/gcp-finding/images/overlay-bg.png') 0 0 / cover no-repeat;
}

.navbar-brand img {
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
}


.cart-icon {
    background: #39C2C8;
    color: #ffffff;
}

.cart-icon a {
    color: #ffffff !important;
    padding-left:15px !important;
    padding-right:15px !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.cart-icon a:hover {
    background: #23A7AC !important;
}
.cart-icon a i {
    margin-right: 5px;
}


/*footer*/

.footer {
    margin: 0;
    padding: 10px 0;
    float: left;
    width: 100%;
    background: #0F5B63;
    color: #95D6DD;
    font-size: 14px;
}
.footer a {
    color: #95D6DD;
}
.footer p {
    margin: 0;
}

.body-content {
    margin: 0;
    padding: 50px 0 65px 0;
    float: left;
    width: 100%;
    min-height: calc(100% - 180px);
}

.border-heading {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0B848A;
    line-height: 30px;
}

.border-heading:after {
    content: "";
    display: block;
    margin: 0;
    width: 100px;
    height: 5px;
    background: #0F5B63;
    margin: 10px 0 0 0;
}

.icon-list {
    margin: 15px -15px;
    padding: 0;
    list-style-type: none;
}

.icon-list li {
    margin: 0 0 10px 0;
    padding: 0 15px 0 70px;
    float: left;
    width: 50%;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items:center
}

.icon-list li:before {
    content: "\f105";
    
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #0B848A;
    text-align: center;
    line-height:40px;

}
.image-block {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border: 1px solid #4FE6EA;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 400px;
}
.image-block a:hover {
    background: #23A7AC !important;
}
.image-block a {
    background: #39C2C8;
    padding: 10px 15px;
    color:#ffffff;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration: none;
}

/*Woocommerce*/
.woocommerce-result-count, .woocommerce-ordering {
    display: none;
}

/*custom-table-design*/
.custom-table-design td, .custom-table-design th {
    border: none;
    padding: 10px;
}
.custom-table-design th {
    border: none !important;
}
.custom-table-design {
    border-spacing: 0 10px !important;
    border-collapse: initial;
}
.custom-table-design td:first-child {
    border-left:1px solid #F2F2F2;
}
.custom-table-design td:last-child {
    border-right:1px solid #F2F2F2;
}
.custom-table-design td {
    background: #ffffff;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
        vertical-align: middle;
}
.custom-table-design thead tr {
    background: #85CAD6;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-title {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #0B848A;
    margin-bottom: 20px;
}

.single-product-block {
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
    border-radius: 20px;
    background: #f2f3f3;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);

}

.content {
  padding: 30px 20px;
  margin: 0;
  float: left;
  width: 100%;  
}

.single-product-block .woocommerce-loop-product__title{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #0B848A;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.single-product-block p {
    margin: 0;
}
.single-product-block .col-md-3 {
    border-left: 1px solid rgba(0,0,0,0.1);
}
.pricing-details {
    margin: 0;
    padding: 30px 0;
    float: left;
    width: 100%;
}

.pricing-details .woocommerce-Price-amount.amount {
    width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    color: #0B848A;
}

.woocommerce a.button, .btn-default {
    margin: 5px 0;
    padding: 10px 15px;
    background: #39C2C8;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    min-width: 150px;
    
}

.btn-secondary {
    background: #030303;
}
.btn {
     border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px 15px;
}
.form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.woocommerce a.button:hover, .btn-default:hover {
    background: #23A7AC !important;
    color: #ffffff !important;
}
textarea {
    height: auto !important;
    min-height: 100px;
}
input[type="text"], input[type="email"],input[type="password"],input[type="tel"], textarea, select, span.select2-selection.select2-selection--single {
    border: 1px solid #707070;
    border-radius: 5px;
    height: 56px;
    color: #2B2B2B;
    font-size: 14px;
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    float: left;
    width: 100%;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.background-image {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 34px;
}

.woocommerce-account .page-title {
    display: none;
}


.white-box-rounded {
    margin: 0 auto;
    padding: 40px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: inline-block;
    width: 100%;
    max-width: 540px;
    text-align: left;
}

.white-box-rounded h2 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #0B848A;
    margin-bottom: 20px;
    text-align: center;
}


.custom-cc-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-cc-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  bottom:0;
  margin: auto;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #CECECE;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.custom-cc-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-cc-checkbox input:checked ~ .checkmark {
  background-color: #85CAD6;
  border-color: #85CAD6;
  
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-cc-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-cc-checkbox .checkmark:after {
  left: 8px;
    top: 3px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

.lost-your-password {
        font-size: 14px;
    text-align: right;
    width: 100%;
    display: inline-block;
    color: #2b2b2b;
    text-decoration: underline;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
    right: 11px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}


.price del, .strike {
   position: relative;
    line-height: normal;
    display: inline-block;
}

.price del:after, .strike:after {
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    margin: auto;
    bottom: 0;
}


.testimonial-section {
    margin: 0;
    padding: 50px 0;
    background: #8CD3DA;
    width: 100%;
    float: left;
    text-align: center;
}

.testimonial-section h2 {
    text-align: center;
    color: #0F5B63;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
}

.testminial-bg {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.testminial-bg .background-image {
    border-radius: 0;
}

.carousel-item {
    padding: 10%;
}

.carousel-item .text-brand {
    color: #ACACAC;
    font-size: 16px;
    font-weight: 300;
}

.carousel-item .no-margin {
    margin-bottom: 0;
    margin-top: 10px;
}
.carousel-item .no-margin p {
    font-size:20px;
    color: #2B2B2B;
    font-weight: 700;
    margin-bottom: 0;
}

.page-template-template-pdf-viewer nav, .page-template-template-pdf-viewer footer {
    display:none
}
.pdf-viewer {
    padding:0;
}
.pdf-viewer ._df_book {
    height:100vh !important;
}



.welcome-text {
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #0B848A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-navigation  ul {
    text-align: center;
    width: 100% !important;
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
}

.woocommerce-MyAccount-navigation li {
    display: inline-block;
    width: 33.33%;
    float: left;
    margin: 0;
    padding:0 15px
}

.woocommerce-MyAccount-navigation li a {
    display: inline-block; 
    border-radius: 10px;
    background: #fff;
    border: 1px solid #707070;
    width: 100%;
    color: #0B848A;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 500;
    padding:20px 15px
}
.woocommerce-MyAccount-navigation li a:hover {
    background: #0B848A;
    color: #ffffff;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation li a:before {
    content: "\f290";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 40px;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: #FC6464 !important;
    border-color:#FC6464 !important;
    color: #ffffff !important;
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f044" !important;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5" !important;
}

.remove-padding-bg {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.myaccount-title {
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #0B848A;
    letter-spacing: 1px;    
}

.edit-profil-button {
    max-width: 300px;
    width: 100%;
}

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-total {
    display: none;
}
td.woocommerce-orders-table__cell a {
    color: #2B2B2B;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    display: none;
}

.list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.list li {
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
    width: 100%
}
.list li:last-child {
    margin-bottom: 0;
}
.list li a {
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #707070;
    width: 100%;
    color: #0B848A;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    text-decoration: none;
}
.list li a:hover {
    background: #0B848A;
    color: #ffffff;
    border-color: #0B848A;
}
.list li a i {
    margin-right: 10px;
}


@media(max-width:767px) {
    .navbar-toggler {
        background:#2b2b2b;
    }   
}

.cart-collaterals, .cart_totals  {
    float: left !important;
    width: 100% !important;
  
}

.cart-collaterals .cart_totals h2 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #0B848A;
    margin-bottom: 20px;
}

.woocommerce-checkout h1.page-title {
    display: none;
}


.woocommerce-thankyou-order-details {
    margin: 15px 0 0 0 !important;
    padding: 0;
}
.woocommerce-thankyou-order-details li{
    width: 100%;
    border:none !important;
    background: #f9f9f9;
    text-align: left;
    padding: 15px !important;
    border-radius: 5px;
    margin: 0 0 10px 0 !important;
}
.woocommerce-thankyou-order-details li:last-child {
    margin-bottom: 0;
}
.woocommerce-thankyou-order-details li {
        font-size: 14px !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-thankyou-order-details li strong {
    display: inline-block;
    float: right;
    font-size: 14px !important;
    font-weight: 600;
    color: #0B848A;
}

.added_to_cart {
    display:none;
}


.single-product-strip{
background: #fff !important;
border: 1px solid #efefef !important;
border-radius: 0;
box-shadow: none;
margin: 0 0 10px 0;
float: left;
width: 100%;
padding: 0;
position: relative;
overflow: hidden;
}

.single-product-strip h2 {
    font-size: 14px;
    color: #2B2B2B;
    margin: 0;
    width: calc(100% - 100px);
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
    padding: 0 15px;

}

.button-div {
    float: right;
    width: 100px;
}
.button-div a {
    width: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    border-left: 1px solid #efefef;
    color: #39C2C8;
}
.button-div a:hover .hover-content{
    left: 0;
}
.sidebar-product .single-product-block p {
    display: none;
}

.hover-content {
    position: absolute;
    top: 0;
    left: -100%;
    background: #39C2C8;
    color: #ffffff;
    width: calc(100% - 100px);
    padding: 0 15px;
    text-align: left;
    transition: 0.5s all;
}

.sidebar-product {
        margin-top: 8px !important;
    float: left;
}



.main-quiz-count {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.main-quiz-count span {
    display: block;
    font-size: 50px;
    color: #0B848A;
    margin: 20px 0;
}
.randoom-quiz-bg .card {
overflow: hidden;
border-radius: 20px;
background: #fff;
border: 1px solid #d0d0d0;

}
.randoom-quiz-bg .card-header{
    background: #85CAD6;
    color: #ffffff;
    font-size: 14px;
    border: none;
}


#EndQuizPopUp .modal-body{
    background: #ffffff url(https://e31698.claudeassets.com/20241001005734im_/https://www.gcpfinding.com/wp-content/themes/gcp-finding/images/overlay-bg.png) 0 0 / cover fixed no-repeat;
}

.bg-warning td{
    background: #F2F2F2;
}


.btn-primary {
    background: #0F5B63;
    border-color: #0F5B63;
}

.sidebar-button {
    letter-spacing: 0;
    text-align: left;
    font-size: 14px;
}

.sidebar-button span.quiz-number {
    float:right
}


.embed-iframe {
    float: left;
    width: 100%;
    padding-top: 59%;
    position: relative;
}

.embed-iframe iframe{
   float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.page-template-template-read-view nav, .page-template-template-read-view .footer {
    display:none;
}


.body-content {
    text-align:justify;
}

.df-ui-share {
 display:none !important;   
}

.select2-container--default .select2-results>.select2-results__options {
    float:left;
    width: 100%;
}

li.wc_payment_method {
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px !important;
    padding: 10px 20px 10px 44px;
    position:relative;
    border: 2px solid #39C2C8;
}



li.wc_payment_method img, li.wc_payment_method a {
    display: none;
}

li.wc_payment_method label {
    line-height: normal;
    margin-bottom: 0;
}
ul.wc_payment_methods.payment_methods.methods { padding-left:0 !important; padding-right:0 !important; }
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { background:transparent; }

.form-row.place-order {     padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 13px;
    text-align: left; }
    
li.wc_payment_method input {
    position: absolute;
    top: 20px;
    left: 15px;
}

.payment_box {
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
}

.payment_box:before { display:none !important; }


.logo-area-box { margin:0; }
.logo-area-box a { min-width:320px;  background: #ffffff;
    padding: 13px;
    border-radius: 10px;
    border: 2px solid #cccccc; display:inline-block; }
.logo-area-box img { max-height:100px; width:auto; }
/*
     FILE ARCHIVED ON 11:08:21 Jun 30, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:04:56 Jul 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.461
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.046
  esindex: 0.007
  cdx.remote: 3.944
  LoadShardBlock: 76.115 (3)
  PetaboxLoader3.datanode: 145.727 (5)
  PetaboxLoader3.resolve: 54.441 (2)
  load_resource: 130.342
  loaddict: 70.925
*/