/* custome css my MAHAVEER SAINI 15-07-2022 SMART 2023 

.title-benefits {
            margin-top: 25px;
            margin-bottom: 15px;
        }
        /*
		.service-card-4:hover .inner {
     background: #E1E1E1  ; 
}
*/

@media only screen and (max-width: 600px) {
    .edu-search-popup .inner .search-form .submit-button {
        top: 80%;
    }
}

.service-card-4:hover h4 {
    color: #FFFFFF;
}

.service-card-4:hover .inner .icon i {
    opacity: 1;
    color: var(--color-white);
}

.edu-counterup .inner .icon img {
    max-height: 100px;
}

.color-ornge {
    color: var(--color-secondary);
}

.service-card-5:hover .inner {
    /*background: var(--color-secondary);*/
    background: #F5F5F5;
}

.service-card-5:hover .inner .icon {
    background: var(--color-secondary);
}

.service-card-5:hover .inner .content .title a {
    color: var(--color-secondary);
}

.service-card-5 .inner .icon {
    transition: 0.5s;
}

.copyright-area p {
    font-size: var (--font-size-b4);
}

.edu-search-popup .inner .search-form input {
    height: 60px;
    border: 0 none;
    border-radius: 5px;
    background: #f5f5f5;
    padding: 0 30px;
    padding-right: 55px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /*border-style: solid;
	border-width: 1px;*/
}

.edu-search-popup .inner .search-form select {
    background-color: #f5f5f5;
    border-radius: 5px;
    border-style: none;
}

.edu-search-popup .inner {
    position: relative;
    /*top: 46%;*/
    width: 100%;
}

.whatsapp-btn {
    position: fixed;
    left: 10px;
    bottom: 35px;
    z-index: 10;
    border: none;
    background: none;
}

.mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 5px;
    position: relative;
}

/*.mainmenu-nav .mainmenu>li>a {
    padding: 0 8px !important;
}*/

.cont-h-equal {
    display: flex;
    align-items: stretch;
    height: 100%;
}

#modal-subscribe .close {
    position: relative;
    right: -440px;
    top: 5px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    z-index: 1;
    font-size: 26px;
    line-height: 24px;
    padding: 0;
    background: #F86F03;
}

.answer-key-popup .modal-header {
	    position: absolute;
    right: -15px;
    top: -15px;
    border: 1px solid #ccc;
    z-index: 1;
    background: rgba(254,254,254, 0.9);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 6px;
}
.answer-key-popup .modal-header .btn-close {
	margin: 0;
    background-size: 14px;
}
.answer-key-popup a.edu-btn.btn-small {
	width: calc(100% - 10px);
	margin: 5px 5px;
}

.benefits-btn {
    position: fixed;
    right: 0px;
    top: 300px;
    cursor: pointer;
    z-index: 10;
}

.feature-list .icon {
    position: relative;
}
.feature-list .icon .early-bird {
    position: absolute;
    right: 10px;
    bottom: -40px;
}
.feature-list .icon .early-bird-img {
    max-width: 130px;
    animation: rotateIt 7s linear infinite;
}
.feature-list .icon .early-bird p {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    background-color: #f86f03;
    padding: 5px 5px;
    border-radius:8px;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 900;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: -17px;
    text-align: center;
    text-transform: uppercase;

}

.edu-header .logo a img {
    width: 100%;
    max-width: 182px;
}

