/*
============================
Theme Name: Advisr
Theme URI: https://consultia.fleexstudio.com
Author: VikingLab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Description: Advisr - Tax consulting Template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eduker
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
============================
*/

/*
============================
Name:  Advisr - Tax consulting Template
Version: 1.0.0
Description:
Author: Noyon Ahemd
Author URI:
Location:
============================
*/

.sp4 {
  padding: 150px 0 20px 0;
}
@media screen and (min-width:1024px) {
    .main-hadding3 {
         padding-top: 0px;
    }
}
.page-hero-inner-page{
    background:#EDF2F6;
    height:270px
}
.contact-form .error{
    
    color: #e74c3c;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 10px;


}

/* Loan amount slider */
.range__slider {
	width: 100%;
}

.range__value {
	width: auto;
	font-size: 1rem;
	padding-top: 10px;
}

.range__value span {
	font-size: 1.5rem;
	font-weight: 700;
	color: #273773;
}

.range__emi {
	width: auto;
	font-size: 0.8rem;
}

.range__emi span {
	font-size: 0.8rem;
	font-weight: 700;
	color: #273773;
}

.range__slider [type="range"] {
	width: 100%;
	-webkit-appearance: none;
	height: 11px;
	border-radius: 6px;
	background: #f1f1f1;
	outline: none;
	padding: 0;
	margin: 0;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #273773;
	border: #273773 3px solid;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
	background: #273773;
}

.range__slider [type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #273773;
	border: #273773 5px solid;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

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

.form-control:focus {
  border-color: unset;
  box-shadow: unset; 
}
/* Loan amount slider */

.error-message{
  color: #f30505;
}


.contact-btn{
  display: inline-block;
  padding: 12px 30px;
  color: #000;
  border: 2px dotted #EB3E3F;
  border-radius: 6px;
  margin-top: 16px;
  transition: .3s linear;
  min-width: 240px;
}


.card-footer{
  background: #EEEDF0;
  padding: 60px 10px;
}
.border{
  width: 2px;
  height: 30px;
/*   background: #bbb; */
  background: linear-gradient(130deg, #74b9ff, #e66767);
}
.animated-progress {
  width: 100%;
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgb(236, 236, 236);
  position: relative;
}
.progress-green span {
  background-color: #e66767;
  border-radius: 6px;
  display: block !important;
}

.animated-progress span {
  height: 100%;
  width: 0;
  color: #181818;
  font-size: 18px;
  line-height: 27px;
  position: absolute;
  text-align: center;
}

/* Membership page*/

.serviceBox{
  color:#444e6d;
  background: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 30px 15px 25px;
  border-radius: 12px;
  border: 1px solid #444e6d;
  position: relative;
  z-index: 1;
}
.serviceBox:before{
  content: '';
  background:linear-gradient(to top left,transparent 49%,var(--color2) 50%); 
  width: 70px;
  height: 70px;
  border-radius: 30px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.serviceBox .service-icon{
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 2px;
  left: 2px;
}
.serviceBox .title{
  color: var(--color2);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}
.serviceBox .description{
  color: #777;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}
.serviceBox.blue{
  --color1: #125AB7;
  --color2: #105BB8 ;
}
.serviceBox.orange{
  --color1: #FD6E00;
  --color2: #FF6E01;
}
@media only screen and (max-width: 1199px){
  .serviceBox{ margin: 0 0 30px; }
}
ul.Categories-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #EDEDED;
  padding: 12px 0;
}
.single-widget {
  padding: 0px 20px;
  margin-bottom: 30px;
  background: unset;
}
@media screen and (max-width:468px){
  .contact-btn {
    min-width: 189px;
  }
  .serviceBox .title {
    font-size: 20px;
  }
}

.member-name {
  margin-top: 80px;
}
.member-info {
  padding: 10px 20px;
}
.social-listing {
  align-items: center;
  justify-content: center;
  display: flex;
  list-style: none;
  padding: 0;
}
.social-listing >li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #f4f5f7;
  border-radius: 50%;
  margin: 5px;
}

.theme-btn11 {
  color: #931500;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
  padding: 12px 14px;
  border-radius: 12px;
  background: transparent;
  transition: all .4s;
  border: 2px solid #EDF2F6;
  margin-left: 16px;
  min-width: 280px;
}
.theme-btn11:hover {
  color: #fff;
  transition: all .4s;
  background: #031638;
  transform: translateY(-5px);
}
.checkout-input-selact label {
   /* color: #931500; */
}
.checkout-input-selact:hover label {
  color: #fff;
}
label.form-check-label {
  padding-top: 1px;
  padding-left: 10px;
}


.service5-box:hover {
  border-radius: 5px;
  background: unset;
 color: #000;
}
/*how works*/
.howworks{
  border: 1px solid;
  border-radius: 11px;
  max-width: 16%;
  margin-right: 6px;
}

.utype:hover label{
    color: #931500 !important;
}

.service4-box:hover {
  background-color: #EEEFF7;
}

.hadding6-w h4 {
  color: rgba(255, 255, 255, 0.85);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  transition: all .4s;
  text-transform: capitalize;
}

.service6-box-iocn {
  background-color: #fff;
  font-size: 30px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}

.service6-border {
  margin: 12px 0;
}

.service6-box:hover {
   background-color: #283A42;
   transition: unset;
   transform: unset;
}
.clickable-div {
  cursor: pointer;
border: 1px solid #E9E9E9;
}

@media screen and (max-width:425px) {
  .theme-btn11 {
    min-width: 250px;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .main-hadding6{
    padding-top: 0px !important;
  }
}

.main-hadding6{
  padding-top: 0px;
}

.sp6{
	padding:150px 0;
}

.bg-1{
	/* background-color: #f3fffa !important; */
}

.bg-2{
	background-color: #eaf5ff !important;
}

.bg-3{
	background-color: #000 !important;
}

.bg-4{
	background-color: #000 !important;
}

.bg-5{
	background-color: #000 !important;
}

.text-primary {
  color: #1db496 !important;
}

.text-secondary {
  color: #444e6d !important;
}
.sp3.bg-light .owl-dots {
    display: none;
}