
.about-modal h2 {
    font-size: 45px;
    font-family: 'Great Vibes', cursive;
}

.about-modal button.close {
    position: absolute;
    right: -10px;
    background: #ffffff;
    opacity: 1;
    margin: 0px !important;
    top: -10px;
    color: #fff;
    font-weight: 200;
    font-size: 35px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    padding: 0px !important;
    border-radius: 50%;
    text-align: center;
}
.about-modal .modal-header {
    position: relative;
}

a.whatsapp-icon {
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #25d366;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
}

a.whatsapp-icon:hover{
    background:#fff;
    color:#25d366;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin-right: 0px; 
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.listing-image {
	height: 216px !important;
}
.home-p-member a.btn.btn-styled.btn-xs.btn-base-1.z-depth-2-bottom.mt-2.text-white:focus,
.home-p-member a.btn.btn-styled.btn-xs.btn-base-1.z-depth-2-bottom.mt-2.text-white:hover {
    color: inherit;
    text-decoration: none;
    background: #24242D;
    border: 1px solid #24242D;
}
.swiper-container {
    height: 100%;
    padding: 0px 10px;
    margin: 0 -10px;
}
.sticky-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.sticky-header .navbar.bg-default {
    /*background: #fffffff3;*/
    background: #d13b44;
    border-bottom: 1px solid #f1f1f1f3;
}

.sticky-header + .sticky-content {
	padding-top: 114px;
}



    .why-us{
	   background: url(../images/bg1.png);
    background-size: cover;
     background-repeat: no-repeat;
     padding:80px 0;
}

.planning-tools.style1 {
    border: 0;
    border-radius: 5px;
    padding: 30px;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.planning-tools {
    padding: 50px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 5px 5px 30px 0 rgba(0,0,0,0.05);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.planning-tools.style1 .title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 30px;
}
.text-italic {
    font-style: italic;
}
.planning-tools.style1 .content-bx{
	z-index: 99;
	position: relative;
}
.planning-tools.style1 .icon-bx {
    margin: 0 auto 15px;
	height: 100px;
	width: 100px;
}
.planning-tools.style1:before{
	content:"";
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;	
	background-image:url(../images/sap1.png);
	background-repeat:no-repeat;
	background-position:top;
	background-size:contain;
	transition:all 0.8s;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
	z-index: 1;
}
.planning-tools.style1:after{
	content:"";
	background: #d13b44;
    /*background: rgb(253,96,162);*/
    /*background: -moz-linear-gradient(left, rgba(253,96,162,1) 0%, rgba(255,150,165,1) 100%);*/
    /*background: -webkit-linear-gradient(left, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);*/
    /*background: linear-gradient(to right, rgba(253,96,162,1) 0%,rgba(255,150,165,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd60a2', endColorstr='#ff96a5',GradientType=1 );
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;	
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.planning-tools.style1:hover:before{
	top:0;
}
.planning-tools.style1:hover:after{
	bottom: 0;	
	border-radius:0;
}
.planning-tools.style1:hover .icon-bx{
    background: #fff;
    border-radius: 100%;
    box-shadow: inset 0 0 0px 6px var(--bg-color), 10px 0px 40px -5px rgba(57,0,0,0.17);
}
.planning-tools.style1 .icon-bx,
.planning-tools.style1 .icon-bx img{
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	border-radius:100%;
}
.planning-tools.style1:hover .icon-bx img{
	transform:scale(0.8);
}
.planning-tools.style1:hover .title{
	color:#fff;
}
.planning-tools.style1 .btn {
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.planning-tools.style1:hover .btn {
	background:#fff;
	color:#000;
}
.planning-tools.style1 p {
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.planning-tools.style1:hover p {
	color:#fff;
}

.planning-tools.style1 .icon-bx {
    position: relative;
    z-index: 99;
    transition: all 0.5s;
}
.planning-tools.style1:hover .icon-bx {
    background: #fff;
    border-radius: 100%;
    /*box-shadow: inset 0 0 0px 6px #fd60a2, 10px 0px 40px -5px rgba(57,0,0,0.17);*/
    box-shadow: inset 0 0 0px 6px #d13b44, 10px 0px 40px -5px rgba(57,0,0,0.17);
}

.green{
	color: #8BC34A
}

.red{
	color: red
}
   

.section-title .section-title-inner, .section-title h2, .outer-search h4, h1.heading{
	font-size: 45px;
    font-family: 'Great Vibes', cursive;
}


.well-box {
    background-color: #fff;
    padding: 28px;
    border: 1px solid #e9e6e0;
    margin-bottom: 30px;
}

.well-box h2 {
    font-size: 22px;
}

.contact-info .address i, .contact-info .email i, .contact-info .call i {
    padding-right: 10px;
    font-size: 16px;
    color: #706a68;
}

.well-box a:focus, .well-box a:hover {
    color: #f9a630;
    text-decoration: none;
}
.well-box a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.well-box a {
    color: #FF6A00;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
    */: ;
}

.contact-info li:last-child {
    margin-bottom: 0px;
    border: none;
    padding-bottom: 0;
}
ul.listnone {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.contact-info .address, .contact-info .email, .contact-info .call {
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e6e0;
    padding-bottom: 20px;
}

.section-space80 {
    padding-top: 90px;
    /*padding-bottom: 80px;*/
}
.packages-button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.packages-button button{
   padding: 10px 22px;
    border-radius: 6px 6px 0px 0px;
}
.feature-info h3 {
    font-size: 18px;
    font-weight: bold
}


.icon-light {
    color: #c4c1b7;
}
.icon-size-60 {
    font-size: 60px;
}

/* sm */
@media (max-width: 575px){
	.top-navbar .top-navbar-menu > ul.top-menu > li > a {
	    padding: 14px 0px;
	}
	.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu {
	    left: 0;
	    right: auto;
	}
	.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu {
	    left: 0;
	    right: auto;
	}

	.top-navbar .top-navbar-menu > ul.top-menu > li > a {
	    font-size: 11px;
	}

	.top-navbar .top-navbar-menu > ul.top-menu > li > a > img {
	    width: 12px!important;
	    margin-top: 0px!important;
	}

	.top-navbar .top-navbar-menu > ul.top-menu > li.dropdown > a:after {
	    margin: 0;
	    font-size: 8px;
	}

	.top-navbar .top-navbar-menu ul.top-menu:not(:first-child) {
	    padding-left: 5px;
	}
	.top-navbar .top-navbar-menu .top_bar_right .dropdown-toggle {
	    padding: 0 7px;
	    font-size: 18px;
	}

	.top-navbar .top-navbar-menu .top_bar_right .top_nav_img {
	    height: 24px;
	    width: 24px;
	}

	.top-navbar .top-navbar-menu .top_bar_right .btn-xs {
	    padding: 3px !important;
	}
	nav.navbar {
	    padding: 10px 0;
	}

	nav.navbar .navbar-brand img {
	    max-height: 50px;
	    max-width: 100%;
	}

	nav.navbar .navbar-brand {
	    max-width: calc(100% - 60px);
	}
}
/* md */
@media (max-width: 767px){
	.footer {
	    text-align: center;
	}

	.footer .navbar-brand img {
	    max-width: 70%;
	    margin-bottom: 20px;
	}
	#payment_section .card-image img {
	    height: auto;
	}

}
/* lg */
@media (max-width: 991px){
}
/* xl */
@media (max-width: 1199px){
	.table-sm td, .table-sm th {
	    padding: 0.25rem .25rem;
	}
}