.card-border {
    border: 1px solid #e32845;
    padding: 20px;
    border-radius: 25px;
}

.width-400 {
    width: 400px;
}

.bg-white {
    background: white;
}

.text-primary {
    color: #3b1d78 !important;
    font-family: inherit !important;
}

.text-secondary {
    color: #E32845 !important;
    font-family: inherit !important;
}

/* .pull-right {
    float: right !important;
} */

.mb-0 {
    margin-bottom: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit !important;
}

.input-border {
    outline: 1px solid #c6acf8;
}

.alert-danger{
    background: red !important;
    color: #fff !important;
    font-size: 20px;
}

.alert-success{
    background: #35b435 !important;
    color: #fff !important;
    font-size: 20px;
}

.border-btn-secondary {
    border: 2px solid;
    border-radius: 30px;
    padding: 14px 45px 14px 45px;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
}

.border-btn-secondary:hover {
    border-style: none;
    border-radius: 30px;
    padding: 14px 45px 14px 45px;
    font-weight: 600;
    font-size: 18px;
    background-color: #E32845;
    color: #fff;
    opacity: 1;
}

.reveal-btn {
    border: 1px solid;
    border-color: #fff;
    color: #fff;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    transition: 0.3s;
}

.reveal-btn:hover {
    border: 1px solid;
    border-color: #fff;
    color: #fff;
    background-color: #E32845;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    transition: 0.3s;
}

.custom-alert-danger {
    background-color: #940c20;
    color: #fff;
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    line-height: 14px;
    font-family: sans-serif !important;
}

.team-block .inner-box .image .verified-tag{
	position:absolute;
	left:10px;
	top:10px;
	z-index:1;
	color:#ffffff;
	line-height:21px;
	font-size:15px;
	padding:4px 18px;
	border-radius:50px;
	letter-spacing:1px;
	display:inline-block;
	font-style: italic;
    background-color: #0e5aab;
}

.team-block-two .inner-box .image .verified-tag{
	position:absolute;
	left:45px;
	top:8px;
	z-index:1;
	color:#ffffff;
	/* line-height:21px; */
	font-size:15px;
	padding:3px;
	border-radius:50%;
    width: 30px;
    height: 30px;
	/* letter-spacing:1px; */
	display:inline-block;
	font-style: italic;
    background-color: #0e5aab;
    text-align: center;
}

.teacher-detail-section .auto-container .inner-container .image .verified-tag{
    position:absolute;
	left:10px;
	top:10px;
	z-index:1;
	color:#ffffff;
	line-height:21px;
	font-size:15px;
	padding:4px 18px;
	border-radius:50px;
	letter-spacing:1px;
	display:inline-block;
	font-style: italic;
    background-color: #0e5aab;
}

.btn-style{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #e32845;
	padding: 10px 54px;
	font-weight: 400;
	overflow: hidden;
	background:#ffffff;
	border-radius:50px;
	text-transform: capitalize;
	border:1px solid #e32845;
}

.btn-style:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style .txt{
	position:relative;
	z-index:1;
}

.btn-style:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #e32845;
}

.btn-style:hover{
	color: #ffffff;
	border-color:#ffffff;
    background-color: #e32845;
}

.btn-style-0{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 54px;
	font-weight: 400;
	overflow: hidden;
	background:#e32845;
	border-radius:50px;
	text-transform: capitalize;
	border:1px solid #ffffff;
}

.btn-style-0:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-0 .txt{
	position:relative;
	z-index:1;
}

.btn-style-0:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #ffffff;
}

.btn-style-0:hover{
	color: #e32845;
	border-color:#e32845;
    background-color: #ffffff;
}


