.hero-slider .ensure-controller-wrap > div {
    position: initial;
}
.hero-slider .sp-slider_number {
    display: none;
}

#sp-bottom {
    padding: 60px 0 45px;
}
.featurebox-effect .sppb-row {
    justify-content: center;
}
.featurebox-effect .sppb-addon-wrapper .sppb-btn {
    opacity: 0;
    transform: translateY(100px);
    width: calc(100% + 60px);
  	padding: 12px 15px;
    text-align: center;
    display: block;
}

.featurebox-effect .sppb-addon-wrapper .sppb-btn,
.featurebox-effect .sppb-addon-wrapper .sppb-img-container {
    transition: 0.3s !important;
}

.featurebox-effect .sppb-addon-wrapper:hover .sppb-btn {
    transform: translateY(0px);
    opacity: 1;
    margin-top: 20px !important;
    height: 100%;
}

.featurebox-effect .sppb-addon-wrapper:hover .sppb-img-container {
  	margin-bottom: 0 !important;
}

ul.star {
    padding: 10px 0 0;
    margin: 0;
    list-style-type: none;
  	transition: 0.3s;
  	text-align: left;
}

.featurebox-effect .sppb-addon-wrapper:hover ul {
  	padding: 0;
}

ul.star li {
    padding: 0 0 5px 25px;
    position: relative;
}

.featurebox-effect .sppb-addon-wrapper ul li {
    border-bottom: 1px dotted #ccc;  
  	margin-bottom: 5px;
}

.featurebox-effect .sppb-addon-wrapper ul li:last-child {
  	border-bottom: none;
   	margin-bottom: 0;
  	padding-bottom: 0;
}

ul.star li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url('/mintsteer/images/flying-star.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    top: 5px;
}

.client-slider .owl-carousel .owl-item img {
  	width: auto;
  	margin: auto;
}

.call-to-action-wrapper > .sppb-row-container {
    background-color: #fdf3f3;
}

#sp-bottom .sp-module ul > li {
    text-align: left;
}

#sp-bottom .sp-module ul > li > a {
    font-weight: 500;
}

.mintsteer-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-panel {
    padding: 20px !important;
    box-shadow: 0px 2px 40px 10px rgb(0 0 0 / 5%);
    border: none !important;
  	transition: 0.15s;
  	background: #fff;
}

.mintsteer-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-panel:hover {
  	background: #f3dcdc;
}

.mintsteer-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-panel:hover:before {
  	border-color: #f3dcdc #f3dcdc transparent transparent;
}

.mintsteer-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-panel:before {
  	box-shadow: none !important;
}

.mintsteer-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-panel p.title {
    font-weight: bold;
    font-size: 20px !important;
}

.mintsteer-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-panel .details {
    font-size: 16px !important;
}

.mintsteer-timeline.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-item .timeline-date {
    font-size: 24px !important;
    font-weight: 600;
  	color: #dd3e3e;
}

.sp-page-title {
    padding: 70px 0;
    margin-bottom: 40px;
}
.sp-page-title .sp-page-title-heading {
	letter-spacing: 2px;
}
.sp-page-title .sp-page-title-sub-heading {
    font-size: 52px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .row > div:first-child > ul.sp-mega-group ul.sp-dropdown-items {
    height: 96px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .row > div:first-child > ul.sp-mega-group {
    box-shadow: 1px 0px 0px #ddd;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    margin: 3px 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul.menu-child {
    display: block;
    margin: 5px 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul li span.menu-toggler {
    display: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul.menu-child ul.menu-child {
    margin: 8px 0 8px 16px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul.menu-child ul.menu-child li {
    margin: 3px 0;
}

.slab-rates {
    border: 1px solid #e9c7c7;
    border-radius: 5px;
}

.slab-rates h3 {
    text-align: center;
    padding: 10px;
    background: #e23d42;
    color: #fff;
    margin: 0;
}

.slab-rates h4 {
    margin: 0;
    text-align: center;
    padding: 10px;
    background: #261f22;
    color: #fff;
    font-weight: 500;
}

.slab-rates p {
    padding: 8px 15px;
    margin: 0;
}

.slab-rates .row {
    border-top: 1px solid #e9c7c7;
    padding: 10px 0;
    margin: 0;
    font-weight: 500;
}

.slab-rates .row.selected {
    background: #fdf3f2;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mint-form .rsform-block label.formControlLabel {
    margin: 0 0 3px;
    font-size: 16px;
}

.mint-form .rsform-block select, .mint-form .rsform-block textarea, .mint-form .rsform-block input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 12px;
    box-shadow: none;
  	font-size: 16px;
    font-weight: 500;
}

.mint-form .rsform-block-disclaimer label.formControlLabel,
.mint-form .rsform-block-captcha label.formControlLabel{
    display: none;
}

.mint-form .rsform-block-submit label {
    display: none;
}

.mint-form .rsform-block-submit .rsform-submit-button {
    box-shadow: none;
    text-shadow: none;
    background: transparent;
    border: solid 1px #ccc;
    color: #252525;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.mint-form .rsform-block-submit .rsform-submit-button:hover,
.mint-form .rsform-block-submit .rsform-submit-button:focus {
	color: #fff;
    box-shadow: none;
    background-color: #dd3e3e;
    border-color: #dd3e3e;
}

.mint-form .rsform-block-disclaimer label {
    font-size: 15px;
}

@media (min-width: 991px){
  	.sp-megamenu-parent li.sp-menu-item.contact-class {
    	display: none;
  	}
}
@media (max-width: 991px){
	#sp-menu-right {
		display: none;
  	}
    .sp-page-title {
    	padding: 50px 10px;
	}
	#sp-menu {
    	display: flex;
    	flex-direction: row-reverse;
    	align-items: center;
	}
    .sp-page-title .sp-page-title-sub-heading {
        font-size: 40px;
    }
  	.call-to-action-wrapper.full-bg-low {
    	background-color: #fdf3f3;
  	}
  	#sp-bottom {
        padding: 60px 0 15px;
    }
  	#sp-bottom #sp-bottom1 .sp-module, #sp-bottom #sp-bottom2 .sp-module, #sp-bottom #sp-bottom3 .sp-module {
        margin-bottom: 40px;
    }
  	#sp-footer #sp-footer2 > .sp-column {
        text-align: right;
        margin-top: 0;
    }
}

@media (max-width: 767px){
	#sp-footer, #sp-footer .sppb-addon-text-block {
    	text-align: center;
	}
}

@media (max-width: 575px){
  	#sp-bottom {
        padding: 50px 10px;
    }
 	#sp-bottom #sp-bottom1 .sp-module, #sp-bottom #sp-bottom2 .sp-module {
    	margin-bottom: 18px;
  	} 
}

@media (max-width: 480px){
    .logo-image {
        height: 42px !important;
    }
  	body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	    margin-left: 10px;
    	padding: 0 10px;
	}
  	.sp-page-title .sp-page-title-sub-heading {
        font-size: 32px;
    }
}
@media (max-width: 425px){
	#sp-menu .sp-module {
    	display: none;
	}
}