@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Yantramanav:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nova+Square&display=swap');
.auth-cover-left {
    display: flex;
    background-color: #f4f4f4;
    min-height: 100vh;
	background: url(../img/icons/bg-3.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.auth-cover-right .form-title{ 
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;

}
.auth-cover-right .short-detail{ 
    font-weight: 500;
}
.auth-cover-right {
    display: flex;
    background-color: #ffffff;
    min-height: 100vh;
}
.auth-cover-right .card-body{
	padding: 80px 105px 0 105px;
}
#main-wrapper .navbar.navbar-light .navbar-toggler {
	border-color: transparent;
	background-color: #007BFF !important;
	color: #fff;
}

#main-wrapper .navbar.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#main-wrapper .navbar .navbar-toggler-icon {
	width: 1.2em;
}

.hy_general-features {
	background-color: #092e6d !important;
	padding: 65px 0 65px 0;
	background: url(../img/icons/bg-1.jpg);
}

.hy_general-features .row .title h4 span {
	color: #ff9d00;
}

.features-wrapper {
	color: #fbfafa;
	padding-left: 10px;
}

.features-wrapper .features-icon {
	float: left;
	text-align: center;
}

.features-wrapper .features-icon .icon {
	border: 2px solid #c0c0c0;
	border-radius: 6px;
	transform: rotate(45deg);
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.features-wrapper:hover .features-icon .icon {
	transform: rotate(135deg);
	border: 2px dashed #ff9d00;
}

.features-wrapper .features-icon .icon img {
	width: 45px;
	position: relative;
	transform: rotate(-45deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.features-wrapper:hover .features-icon .icon img {
	transform: rotate(-135deg);
}

.features-wrapper .features-list-text {
	padding-left: 100px;
	padding-bottom: 35px;
}

.features-wrapper .features-list-text h6 {
	font-size: 20px;
	color: #fbfafa;
}

.features-wrapper:hover .features-list-text h6 {
	color: #ff9d00;
}

.features-wrapper .features-list-text p {
	font-size: 14px;
}

.plan-box-wrapper{
    padding: 65px 0 65px 0;
    position: relative;
	background-color: #fff;
}

.plan-box-wrapper .img-view{
    text-align: center;
}

.plan-box-wrapper .label {
    font-size: 18px;
    background-color: #2E5FFF;
    height: 35px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    color: #fff;
    padding: 0 20px;
    font-weight: 500;
    border-radius: 0 10px;
}

.plan-box-wrapper .title{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
}

.plan-box-wrapper .title span{
    color: #007BFF;
}

.ul-theme, .ul-theme ul {
    list-style: none;
    margin-top: 30px;
    margin-left: 30px;
}

.ul-theme li {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    color: #1d2746;
}

.ul-theme li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 3px solid #D1CDCD;
    border-radius: 25px;
    left: -2rem;
    bottom: 0;
    top: 0;
    margin: auto;
}

/*  Pricing Table */

#prices-wrapper .card-body {
	padding: 0;
}

#prices-wrapper .tabs-menu ul li a span{
    color: #ff9400;
    font-weight: 600; 
    font-size: 14px;
}

#prices-wrapper .tabs-menu ul li .active span{
    color: #dcff00;
}

.pricing-plans .recommended {
	font-weight: 700;
}

.pricing-plans .tabs-menu ul li.recommended a {
	color: #007BFF;
}

.pricingTable {
	position: relative;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	margin-bottom: 30px;
	box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

.pricingTable.high {
	border: 2px solid #007BFF;
}

.pricingTable .pricingTable-header {
	text-align: center;
	padding: 1.5rem 1.25rem;
	margin-bottom: 0;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .03);
}

.pricing-plans [class*="col-"]:nth-child(1) .pricingTable .pricingTable-header{
    background-color: rgba(0,163,255,0.16);
}

.pricing-plans [class*="col-"]:nth-child(2) .pricingTable .pricingTable-header{
	background-color:rgba(255,34,29,0.16);
}

.pricing-plans [class*="col-"]:nth-child(3) .pricingTable .pricingTable-header{
    background-color: rgba(41,191,48,0.16);
}

.pricingTable:before {
	content: "";
	background: #00A3FF;
	width: 45px;
	height: 45px;
	border-radius: 0 0 100px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
} 

.pricing-plans [class*="col-"]:nth-child(1) .pricingTable:before{
    background: #00A3FF;
}

.pricing-plans [class*="col-"]:nth-child(2) .pricingTable:before{
	background: #FF221D;
}

.pricing-plans [class*="col-"]:nth-child(3) .pricingTable:before{
    background: #29BF30;
}

.pricing-plans [class*="col-"]:nth-child(1) .pricingTable .pricingTable-header h3 {
	color: #00A3FF;
}

.pricing-plans [class*="col-"]:nth-child(2) .pricingTable .pricingTable-header h3 {
	color: #FF221D;
}

.pricing-plans [class*="col-"]:nth-child(3) .pricingTable .pricingTable-header h3 {
	color: #29BF30;
}

.popular {
	position: absolute;
	top: -13px;
	right: 32%;
	background-color: #ff9400;
	color: #fff;
	padding: 0 10px;
	border-radius: 2px;
	font-size: 14px;
}

.sub-title u {
	color: #dc3545;
}

.pricing-content {
	text-align: center;
	padding: 1rem;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0 3px 0 0 rgb(126 255 0 / 28%);
	box-shadow: 0 3px 0 0 rgb(126 255 0 / 28%);
}

.pricing-content .offer-price h1 {
	font-size: 30px;
	font-weight: 700;
    margin-bottom: 4px;
    margin-top: 4px;
}

.pricing-content .regular-price {
	position: relative;
	color: #6c757d !important;
}

.pricing-content .regular-price:after {
	content: " ";
	display: block;
	width: 85%;
	border-top: 2px solid #6c757d;
	height: 28px;
	position: absolute;
	bottom: 0;
	left: 19px;
	transform: rotate(-26deg);
}

.pricing-content .regular-price h1 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0;
	color: #6c757d !important;
}

.pricing-content ul li {
	margin-bottom: 1rem;
	display: flex;
	align-items: baseline;
	text-align: left;
	font-size: 15px;
	border-bottom: none;
	font-family: 'Yantramanav', sans-serif;
}

.pricing-content ul li i {
	color: #349008;
	padding-right: 8px;
}

.pricing-content ul li i.fa-times {
	color: #FF3A3F !important;
	font-size: 15px;
	padding-right: 10px;
}

@media (max-width: 575.98px) {
	.pricing-plans .tab-menu-heading {
		padding: 3px;
	}

	.pricing-plans .tabs-menu ul li a {
		padding: 5px 14px;
		font-size: 14px !important;
	}

	.pricing-plans .tabs-menu ul li .active {
		font-size: 14px !important;
	}
}


.footer-countdown {
	background: #0067ff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	padding-bottom: 6px;
	z-index: 5;
}

.footer-countdown .timer,
.footer-countdown .countdown-title {
	color: #fff;
	line-height: initial;
}

.footer-countdown .timer {
	font-family: 'Nova Square', cursive;
	font-weight: 600;
	font-size: 26px;
}

@media (max-width: 1199.98px) {

	.footer-countdown .countdown-title,
	.footer-countdown .timer {
		font-size: 28px;
		margin-bottom: 5px !important;
	}
}

@media (max-width: 768px) {

	.footer-countdown .countdown-title,
	.footer-countdown .timer {
		font-size: 18px;
		margin-bottom: 5px !important;
	}
}

@media (max-width: 575.98px) {
	.footer-countdown .timer span {
		font-size: 18px !important;
	}

	.footer-countdown .timer b {
		font-size: 24px;
		margin-bottom: 10px !important;
	}
}
.blink_me {
    animation: blinker 1s linear infinite;
  }
@keyframes blinker {
    70% {
      opacity: 0;
    }
  }