@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900&display=swap');
@font-face {
    font-family: AvenirNext-Bold;
    src: url(../fonts/AvenirNext.otf);
}

.navbar-area.otherpagesheader {
    background: #f3f3f3 !important
}

.headernav {
    display: flex;
    justify-content: space-between;
}

.recommended-btn {
    text-align: center;
    width: 130px;
    margin-left: auto;
    margin-right: 0px;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    background-color: #f3966c;
}

.prcimg.teacher-fluid {
    margin-top: 10px;
}

#navbarSupportedContent {
    flex-grow: 0;
}

#navbarSupportedContent>ul>li>a {
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #303c6c;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
}

#navbarSupportedContent>ul>li:hover>a {
    border-bottom: 2px solid #fe7e75;
}

.get>a {
    font-family: 'Montserrat';
    font-size: 17px;
    border: 2px solid #f3966c;
    color: #f3966c;
    font-weight: 700;
    padding: 7px 15px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    text-transform: uppercase;
}

.get>a:hover {
    background: #f3966c !important;
    color: #fff;
    border-color: #f3966c;
}

#features {
    background: #b4dfe5;
}

.game {
    font-family: AvenirNext-Bold;
    color: #303c6c;
    font-size: 37px;
    text-align: center;
    max-width: 380px;
    display: table;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: bold;
}

.dv {
    font-family: AvenirNext-Bold;
    color: #303c6c;
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
}

.getblue {
    font-family: 'Montserrat';
    font-size: 17px;
    border: 2px solid #303c6c;
    color: #303c6c;
    font-weight: 700;
    padding: 7px 15px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    text-transform: uppercase;
}

.bx {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.getblue:hover {
    background: #303c6c;
    color: #fff
}

#features>.container {
    max-width: 978px;
}

#define {
    padding: 90px 0;
    margin-bottom: 20px;
}

.dtxt>span {
    font-family: 'Montserrat';
    font-weight: bold;
}

.df {
    font-family: 'Montserrat';
    font-size: 48px;
    color: #4a4a4a;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.dtxt {
    font-family: AvenirNext-Bold;
    font-size: 21px;
    text-align: center;
    max-width: 486px;
    display: table;
    margin: auto;
    margin-bottom: 75px;
    line-height: 38px;
}

.vedo {
    display: table;
    margin: 0 auto;
    margin-bottom: 90px;
}

.whotxt {
    font-family: 'Montserrat';
    font-size: 60px;
    margin-top:60px !important;
    font-weight: bold;
    color: #474747;
    text-transform: uppercase;
    display: table;
    margin: auto;
    max-width: 285px;
}

#define .container {
    max-width: 978px;
}

.who {
    padding-bottom: 70px;
}

.buy>li {
    display: flex;
}

.buy>li>span:first-child {
    max-width: 70px;
    margin-right: 20px;
}

.buy>li {
    margin-bottom: 30px;
    color: #F3966C;
    font-size: 21px;
}

.helpbox {
    padding: 75px 0;
}

.help-img {
    display: table;
    margin: auto;
}

.help-block {
    min-height: 150px;
}

.helptxt {
    font-family: AvenirNext-Bold;
    color: #F3966C;
    font-size: 21px;
    text-align: center;
}

.rebalance-block {
    position: relative;
}

.abs-block {
    position: relative;
    width: 100%;
    z-index: 3s;
    flex-direction: column;
    height: 100%;
    left: 0;
    top: 0;

    display: flex;
    align-items: center;
    justify-content: center;
   }
   
.abs-block p {
    font-family: AvenirNext-Bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    color: #474747;
    font-weight: bold;
}

#getApp {
    background-color: #f3966c;
   /*  padding: 240px 0; */
   padding: 100px 0;
}

.gettxt {
    font-family: 'Montserrat';
    font-size: 44px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.gets {
    font-family: AvenirNext-Bold;
    font-size: 21px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.getinput {
    width: 350px !important;
    border-radius: 0;
    height: 60px;
    border: 2px solid #cecece;
}

.signn {
    height: 58px;
    border-radius: 0;
    background: #f3966c;
    border: 3px solid #fff;
    padding: 0 45px;
    font-family: 'Montserrat';
    font-weight: 700;
}

.getinput::placeholder {
    color: #b0b0b0;
}

section.pricing {
    background: #f2f2f2;
    padding: 0px 0 90px;
}

.pricing .card {
    border: none;
    border-radius: 0rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 16px;
    margin: 0;
    font-family: AvenirNext-Bold;
    font-weight: normal;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

.prctxt {
    font-family: AvenirNext-Bold;
    text-align: center;
    font-size: 48px;
    color: #4a4a4a;
    padding: 120px 0;
}

.prcimg {
    max-height: 80px;
    display: table;
    margin: 30px auto;
}

.navbar-area.otherpagesheader.sticky {
    background: #f3f3f3 !important;
    box-shadow: 0 8px 6px -6px #d7d7d6;
}

.pricingBox-2 {}

.pricing .card-price {
    font-size: 20px;
    margin: 0;
    margin-bottom: 0px;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    color: #474747;
    margin-bottom: 20px;
}

.fa-ul {
    padding: 0;
    margin: 0;
    display: table;
    margin: auto;
}

.fa-ul>li {
    background-image: url(../images/greentick.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0 0 0 30px;
    background-position: center left;
}

.mn {
    min-height: 246px;
    border-bottom: 1px solid #f3f3f3;
}

.mn1 {
    min-height: 206px;
    border-bottom: 1px solid #f3f3f3;
}

.prcelist {
    padding: 60px 0;
    text-align: center;
    width: 100%;
    color: #303c6c;
    font-size: 23px;
}

.pricingBox-1 {
    margin-top: 40px;
    max-width: 30%;
}

.pricingBox-2 {
    max-width: 40%;
}

.pricingBox-3 {
    margin-top: 40px;
    max-width: 30%;
}

#press {
    background: #fff
}

.prctxt {
    font-family: 'Montserrat';
    text-align: center;
    font-size: 48px;
    color: #4a4a4a;
    font-weight: 600;
    font-weight: bold;
    padding: 120px 0;
}

.recentxt {
    font-family: 'Montserrat';
    text-align: center;
    font-size: 48px;
    color: #4a4a4a;
    padding: 120px 0;
    font-weight: bold;
}

#testimonial {
    padding-top: 0;
}

#press>.container {
    max-width: 975px;
}

.footer-area::before {
    display: none;
}

.footer-ul>ul>li>a {
    font-family: 'Montserrat';
    color: #464646;
    font-weight: bold;
}

#footer>.container {
    max-width: 975px;
}

.footer-ul>ul {
    display: flex;
    justify-content: space-around;
    margin: 75px 0;
}


/* Hover Effects on Card */

.footer-icon img {
    max-width: 30px;
}

.footer-icon {
    display: flex;
    margin: 75px 0;
    justify-content: center;
}

.footer-icon img {
    max-width: 20px;
    margin-right: 15px;
}


.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: .4s;
	transition: .4s;
}
.section-title {
	position: relative;
}
.section-title p {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}
.section-title h4 {
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}
.section-title h4::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.section-title h4::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #FF7200;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.blog-img {
	position: relative;
}
.blog-img img {
	width: 100%;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 5px 10px 10px 5px #ccc;
}
.post-category a {
	display: inline-block;
	background-color: #295f4c;
	color: #fff;
	font-size: 15px;
	padding: 5px 20px;
}
.single-blog:hover img {
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
}
.post-category {
	position: absolute;
	left: 0;
	bottom: 0;
}
.blog-content {
	padding: 30px 20px;
}

.blog-title h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.meta {
	margin-bottom: 20px;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.blog-content a.box_btn {
	display: inline-block;
	background-color: #FF7200;
	padding: 5px 15px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 20px;
}
a.box_btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #CC5B00;
	left: -100%;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}
a.box_btn {
	overflow: hidden;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	text-decoration:none;
}
a.box_btn:hover::before {
	left: 0;
	z-index: -1;
}
.clv{margin-top:20px ;}

.blog-block{margin-bottom:30px ;}

.yespagination{width:100%}

.yespagination > li > a {color:#f3ab8a}

.yespagination .page-item.active .page-link {background-color: #3131e7;border-color:#3131e7 ;}


#singleBlog .blog-img {padding-left:0 ;}
#singleBlog .post-category{top:0;bottom:unset;}

.themeBtn {
    background: #ff5c00;
    color: #ffffff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 0.8;
    padding: 18px 30px;
    text-transform: capitalize;
    border-radius: 1px;
    letter-spacing: 0.5px;
	border:0px !important;
	cursor:pointer;
	border-radius:100px;

}

.themeBtn:hover {
    background: rgb(255, 92, 0);
    color: #ffffff;
    box-shadow: 0 10px 25px -2px rgba(255, 92, 0, 0.6);
}

#yesmamBlogs .blog-img > img{
max-height: 279px;
min-height: 279px;
}

#blogcontent.bel{/* max-width:60% ; */margin:auto ;}

#blogcontent.bel p{letter-spacing:2px ;font-size:22px ;line-height:31px ;margin-bottom: 35px;} 
#blogcontent.bel h4 {
    font-size: 26px;
    padding: 20px 0;}

@media (min-width: 0px) and (max-width:767px) {

    #singleBlog .row{margin:0 ;}
    #singleBlog .blog-img {
        padding-left: 0;
        padding-right: 0;
    }

    .header-area .navbar-toggler .toggler-icon {
        background-color: #000;
    }
    .get {
        display: none;
    }
    #features {
        margin-top: 90px;
    }
    .game {
        font-size: 20px;
    }
    .dv {
        font-size: 16px;
    }
    .getblue {
        font-family: 'Montserrat';
        font-size: 14px;
        margin-bottom: 30px;
    }
    .df {
        font-family: 'Montserrat';
        font-size: 22px;
    }
    #define {
        padding: 30px 0;
        margin-bottom: 20px;
    }
    .dtxt {
        font-family: AvenirNext-Bold;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .vedo {
        height: 200px;
        width: 100%;
        margin-bottom: 30px;
    }
    .whotxt {
        font-family: 'Montserrat';
        font-size: 28px;
        font-weight: bold;
        color: #474747;
        text-transform: uppercase;
        display: table;
        margin: auto;
        margin-bottom: auto;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .buyimg {
        max-width: 40px;
    }
    .who {
        padding-bottom: 30px;
    }
    .helpbox {
        padding: 15px 0;
    }
 
  
    .abs-block p {
        margin-bottom: 20px;
        font-size: 16px;
    }
  
    #getApp {
        background-color: #f3966c;
        padding: 30px 15px;
    }
    .getinput {
        width: 100% !important;
        border-radius: 0;
        height: 40px;
        border: 2px solid #cecece;
    }
    .signn {
        height: 40px;
        padding: 0 15px;
    }
    .prctxt {
        font-family: 'Montserrat';
        text-align: center;
        font-size: 28px;
        padding: 30px 0;
    }
    .pricingBox-1,
    .pricingBox-2,
    .pricingBox-3 {
        max-width: 100%;
    }
    .mn {
        min-height: inherit;
        border-bottom: 1px solid #f3f3f3;
    }
    .recentxt {
        font-family: 'Montserrat';
        text-align: center;
        font-size: 28px;
        padding: 30px 0;
    }
    .imgpress>div {
        margin-bottom: 15px;
    }
    .footer-ul>ul {
        display: block;
    }
    .footer-icon {
        display: flex;
        margin: 30px 0;
    }
    .media-grid>li {
        width: 100%;
    }
    .gettxt {
        font-size: 28px;
    }

    .modalheading {
        font-size: 14px;
    }
    #modalandroidlink > img{max-width:100% ;height:auto ;}
    .modal-btn-grid > div {width:50% ;padding:0 15px ;}
    .modal-btn-grid{padding-top:0 ;}
    .modal-footer{display:none ;}
    #yesmamBlogs .blog-img > img {
        max-height: 200px;
        min-height: 200px;
    }
}


@media (min-width:768px) and (max-width:991px) {
    #singleBlog .blog-img {
        padding-left: 0;
        padding-right: 0;
    }
}


@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}