@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --e-global-color-primary: #241e78;
    --e-global-color-secondary: #e31e27;
    --e-global-color-accent: #ffac04;
	--e-global-color-text:#000;
}
body{
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	background: aliceblue;
}
.h1, h1{
	font-size: 60px;
    line-height: 1;
}
.h1, h2{
	font-size: 46px;
    line-height: 1;
}
.bannermain .button_text,
.message-section .message_content .submit{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size:18px;
}
.header,
.footer-section{
	background: white;
}
.navbar-nav .nav-item a{
	font-weight: 500;
	color:var(--e-global-color-very-dark-blue)!important;
}
.navbar-nav .drop-down-pages .nav-item a{
	font-size: 14px;
	color:var(--e-global-color-very-dark-blue);
}
.navbar-nav .nav-item a,
.text-size-16,
.text-size-18{
	font-family: 'Roboto', sans-serif;
}

.fixed-nav{
	position: fixed;
	top:0;
    width: 100%;
    z-index: 9;
    background-color: white;
    transition: all 1s ease 0s;
}

.pb-25{
	padding-bottom:25px;
}
.pt-25{
	padding-top:25px;
}

.section-padding{
	padding: 60px 0;
}
.sub-banner{
	padding: 50px 0 0px;
}

.about-repay .about-wrapper .image{
	position: relative;
	top: unset;
	left: unset;
}
.about-repay .about-wrapper .image img{
	width:100%;
}
.about-repay .about-wrapper .videobutton img{
	width:150px
}

.message-section .message_content .submit{
	background-color: var(--e-global-color-accent);
}
.message-section .message_content .submit:hover{
	background-color: var(--e-global-color-secondary);
}


.navbar-brand img{
	width: 180px;
}
.navbar-nav li:last-child{
	margin-left:0;
}
.navbar-expand-lg .navbar-nav .nav-link{
	text-transform: uppercase;
}

.bannermain .owl-carousel .owl-stage-outer{
	height:100%!important;
	overflow:unset;
}
.bannermain .banner-wrapper .banner-image img{
	margin-top: auto;
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
}



#price {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	text-align: center;
}
.plan{
	display: flex;
    flex-basis: 100%;
	justify-content: center;
    margin: 10px 1%;
    padding: 0;
} 

.plan-inner {
	flex-basis:25%;
	background: #fff;
	margin: 10px;
	position:relative;border: 1px solid #eae8ed;
	box-sizing: border-box;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
	border-radius: 28px;
}
.homepage.individual-plan .plan-inner{
	flex-basis: 100%;
}
.subplans-wrapper{
	display:flex;
	flex-wrap:wrap;
}
.subplans{
	flex-basis: 100%;
}
.homepage.individual-plan .plan{
	flex-basis: 25%;
    margin: 10px 0;
}
.homepage.individual-plan .subplans {
    flex-basis: 100%;
}
.entry-title {
	height: 100px;
	position: relative;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.chitsmart .entry-title{
	background: #ffac04cf;
}
.chitpro .entry-title{
	background: #241e78de;
}
.chitsaver .entry-title{
	background: #e31e27e0;
}
.chitwealth .entry-title{
	background: #008a34c4;
}
.chitsimple .entry-title{
	background: #008b8bad;
}

.chitsmart .entry-title.main{
	background: var(--e-global-color-accent);
}
.chitpro .entry-title.main{
	background: var(--e-global-color-primary);
}
.chitsaver .entry-title.main{
	background: var(--e-global-color-secondary);
}
.chitwealth .entry-title.main{
	background: #008a34;
}
.chitsimple .entry-title.main{
	background:darkcyan;
}
.entry-title.main{
	height:auto;
    margin-bottom: 0;
	border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}
.entry-title>h3 {
	color:white;
	font-size: 20px;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.entry-title .price {
	position: absolute;
    bottom: -32px;
	height: 100px;
    width: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 40px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 20px;
    font-weight: 700;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
.chitsmart .entry-title .price {
	background:var(--e-global-color-accent);
}
.chitpro .entry-title .price {
	background:var(--e-global-color-primary);
}
.chitsaver .entry-title .price {
	background:var(--e-global-color-secondary);
}
.chitwealth .entry-title .price {
	background:#008a34;
}
.chitsimple .entry-title .price {
	background:darkcyan;
}

.price span {
    position: absolute;
    font-size: 14px;
    bottom: -10px;
    left: 0;
    right: 0;
    font-weight: 400;
}
.entry-content {
	color: #323232;
}
.entry-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.entry-content li {
	font-size: 14px;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
}
.entry-content li:last-child {
	border: none;
}
.plan .btn {
	padding: 20px 0;
    text-align: center;
}
.plan .btn a {
	display:block;
	margin-bottom:10px;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none
}
.chitsmart.plan .btn a{
	background: var(--e-global-color-accent);
}
.chitpro.plan .btn a{
	background: var(--e-global-color-primary);
}
.chitsaver.plan .btn a{
	background: var(--e-global-color-secondary);
}
.chitwealth.plan .btn a{
	background: #008a34;
}
.chitsimple.plan .btn a{
    background:darkcyan;
}

.benefit-section .subheading h2{
	padding:0;
	margin-bottom: 20px;
}

#about-us .bannermain{
	padding:0;
}
#why-choose .row{
	justify-content: center;
}

.work-section .mobile-bg img{
	width:80%;
	margin:0 auto;
}

.about-repay{
	background-image:none;
}
.what-we-do .service1{
	margin:50px 0;
}
.certifications.plan {
    display: block;
    margin: 0;
    padding: 0;
}
.member-section .team-box{
	background-color: var(--e-global-color-white);
    box-shadow: 1px 1px 100px -30px #888888;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    filter: none;
	margin-bottom: 30px;
    padding: 12px 0 12px;
}
.member-section .content h3{
	font-size: 20px;
	font-weight:500;
    margin-bottom: 0;
}

.whatsapp-chat img {
	position: fixed;
	right: 0;
	bottom: 40px;
	width: 60px;
	z-index: 99999;
}


.message-section{
	padding:50px 0;
}

.message-section .message_content h4{
	font-size: 20px;
}
.message-section .message_content input,
.message-section .message_content textarea{
	font-family: 'Roboto';
	padding: 10px;
	background-color: white;
	color: black;
}
.manage-button{
	width:200px;
	margin:0 auto;	
}
#offices h2{
	margin-bottom: 25px;
}
#offices p{
	display: flex;
}
#offices p,
#offices p a{
	font-size:16px;
	line-height: 1.4;
	margin-bottom:5px;
	color:black;
}
#offices strong {
    padding-right: 15px;
}
#offices .col-md-4{
	padding: 30px;
    background: white;
    box-shadow: 1px 1px 1px -44px #888888;
}
#offices{
	padding:120px 0;
}
#contact-us{
	padding:0 0 30px;
}



.footer-section .footer-logo{
	width: 200px;
    top: 0;
}
.footer-section .middle-portion{
	margin-top: 0;
	border-top: 0;
}
.footer-section .middle-portion .heading{
	font-weight: 500;
    color: var(--e-global-color-primary);
}
.footer-section .links .text-size-16{
	font-size:17px;
	padding:0;
	color: var(--e-global-color-primary);
}
.footer-section .list-unstyled li,
.footer-section .list-unstyled li a{
	font-size:17px;
	padding:0;
	margin: 10px 0;
	color: var(--e-global-color-primary);
}
.footer-section .links li a:before{
	display:none;
}
.footer-section .social-icons{
	padding-top:20px;
}
.footer-section .middle-portion .social-icons .circle{
	height: 40px;
    width: 40px;
	margin-right: 10px;
    line-height: 40px;
	background: var(--e-global-color-accent);
}

.copyright{
	background-color: var(--e-global-color-primary);
}

#enrollmodal .modal-title{
	width: 100%;
    text-align: center;
}

#enrollmodal .modal-btn{
	padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: none;
    background: var(--e-global-color-accent);
}

@media screen and (max-width:767px){
	.h1, h1{
		font-size: 30px;
		line-height: 1.2;
	}
	.h1, h2{
		font-size: 26px;
		line-height: 1.2;
	}
	.bannermain .owl-carousel .row{
		flex-direction: column-reverse;
	}
	.about-repay .about-wrapper{
		margin-bottom: 0;
	}
	#price{
		flex-direction: column;
	}
	.plan,
	.subplans-wrapper{
		display: block;
	}
	.plan-inner{
		margin: 0 0 20px;
	}
	.homepage.individual-plan .plan{
		margin: 0;
	}
	.homepage.individual-plan .plan-inner{
		margin:10px;
	}
	.subplans{
		flex-basis: 50%;
	}
	.footer-section .middle-portion .icon,
	.footer-section .middle-portion .links{
		padding-left:0;
	}
	.footer-section .col-12{
		text-align: left;
	}
	.footer-section .footer-logo img{
		width:100%;
	}
	.footer-section .social-icons {
		padding: 20px 0;
	}
	.footer-section .col-lg-3.col-md-4.col-sm-3.col-12 {
		margin-bottom: 15px;
	}
	.footer-section{
		padding-bottom: 0;
	}

	#offices{
		padding:0;
	}
	#offices .row{
		padding: 50px 15px 20px;
	}	
	#contact-us{
		padding-top:40px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.h1, h1{
		font-size:40px;
		line-height:1.2;
	}
	.h2, h2{
		font-size:32px;
		line-height:1.2;
	}
	.subplans {
		flex-basis: 50%;
	}
	#price{
		flex-wrap: wrap;
	}
	.footer-section .middle-portion .row{
		justify-content: center;
	}
}
@media screen and (max-width:1024px) {
	.plan .btn {
		display: flex;
		justify-content: space-evenly;
		padding: 0;
	}
	.plan .btn a{
		display: block;
		width: 110px;
		font-size: 14px;
		padding: 10px;
		margin-bottom: 15px;
	}
}





