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

[Theme CSS]

Theme   : Shock
Version : 1.0.0
Author  : Codings
Support : codings.dev
----------------------------------------------*/


 


.shock-header .navbar .navbar-brand .logo{
	max-height:100%
}

.shock-footer .footer-content .footer-brand .logo{
	max-height:60px !important

}

.dropdown-menu li a {

	color:#000 !important;
	text-transform: inherit !important
}

.justify {text-align: justify}

.p1 {
	list-style-type: none;
  }
  
  .p2 {
	display: inline-block;
  }
  input[type="checkbox"][id^="cb"] {
	display: none;
  }
  
  .pl {  
	position: relative;
	cursor: pointer;
	margin: 2px 0;
  }
  
.tab-pane :checked + .pl:before{
	margin-left: -14px;
}
  
  .pl:before {
	color: white;
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: -6px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
  }
   
  :checked + .pl:before {
	content: "\f00c";
	font-family: "font awesome 5 free";
	z-index: 2;
	position: absolute;
	font-weight: 900;
    left: 0px;
    top: 10px;
	background: #006493;
	height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 25px;
	border-radius: var(--bs-border-radius-lg)!important;
	text-align: center;
	align-items: center;
	color: #fff;
  }
   
  :checked + .pl .help-center-box-item{
	border: 2px dashed #006493!important;
	border-radius: var(--bs-border-radius-lg)!important;
  }
  .help-center-box-item {
	background: #fff;
	padding: 25px;
	border: 1px solid #e6e9ea;
	border-radius: 8px;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.help-center-box-item:hover {
	background: #f1fbfb;
}

.help-center-box-icon {
	height: auto;
	width: auto;
	padding: 5px;
	border-radius: 6px;
	float: left;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #38444a;
  	border-right: 1px solid #eaeaee;
	margin-right: 30px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.help-center-box-icon img {height:70px;margin-right: 15px;}
.help-center-box-text span:first-child {
	text-align: left;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.5px;
	display: block;
	color: #394246;
 
}

.help-center-box-text span:last-child {
	color: #8a9ba2;
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	margin-top: 0px;
	display: block;
}

.help-center-box-link {
	background: #6068d1;
	color: #fff !important;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	right: -90px;
}

.help-center-box-item:hover .help-center-box-link {
	right: 40px;
}

.center{text-align: center;}

  .fr{
	float: right;
  }

  .captcha {
    position: relative;
    top: -59px;
    right: 0;
    float: right;
    border-radius: 5px;
    background: #eee;
    color: #000;
    font-weight: bold;
    padding: 10px;
}       

.captcha2 {
    position: relative;
	top: -47px;
    right: 3px;
    float: right;
    border-radius: 5px;
    background: #eee;
    color: #000;
    font-weight: bold;
    padding: 10px;
}       



.bold {
    font-weight: bold;
}


.note {
    background: #0486c3;
    color: #fff;
    padding: 10px 0 15px 10px;
    border-radius: 5px;
}
.note i {
    font-size: 40px;
    position: inherit;
}
.note .dsc {
    margin-left: 50px;
    margin: -36px  0 0px 50px;
}