.banner__image-lists li img {
	width: 100%;
}

/******** quiety about slider start *******/
.crm-htw-slider {
    padding: 25px 24px 60px !important;
}

.crm-htw-slider .pagination-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 190px;
    padding-bottom: 15px
}

.crm-htw-slider .pagination-wrapper .slide_counter {
    position: absolute;
    font-size: 32px;
    font-weight: 500;
    color: #0b163f;
    top: -15px
}

@media(max-width: 1199.98px) {
    .crm-htw-slider .pagination-wrapper .slide_counter {
        color: #fff
    }
}

.crm-htw-slider .pagination-wrapper .crm_init_value {
    left: -46px
}

.crm-htw-slider .pagination-wrapper .crm_total_value {
    right: -46px
}

.crm-htw-slider .swiper-pagination {
    position: initial
}

.crm-htw-slider .swiper-pagination-progressbar {
    background-color: #d7d7d7; 
	height: 3px;
}

.crm-htw-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #ef3d3d
}

.crm-htw-single {
    padding: 32px 24px;
    border: 1px solid rgba(11, 22, 63, .12);
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box
}

.crm-htw-single p {
    font-size: 15px
}

.crm-htw-single:hover {
    -webkit-box-shadow: 10px 10px 50px rgba(2, 0, 91, .1);
    box-shadow: 10px 10px 50px rgba(2, 0, 91, .1);
    border-color: rgba(0, 0, 0, 0)
}

/************* quiety about slider end ************/


/************* quiety feedback box ***************/
.crm-feedback-box {
    background-color: #093a3e;
    padding: 60px 24px 75px
}

.crm-feedback-slider {
    max-width: 870px;
    margin: 0 auto
}

.crm-feedback-slider .crm-stars li {
    color: #ff9d4d;
    font-size: 14px
}

.crm-fd-slide-control {
    width: 56px;
    height: 56px;
    background-color: #ef3d3d;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.crm-fd-slide-control:hover {
    background-color: #fff;
    color: #093a3e
}

.crm-fd-slide-control.crm-next-control-outer {
    right: -25px
}

.crm-fd-slide-control.crm-prev-control-outer {
    left: -25px
}

@media(max-width: 767.98px) {
    .crm-fd-slide-control {
        display: none
    }
}

.crm-feedback-control-slider {
    max-width: 325px;
    position: absolute !important;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.crm-feedback-control-slider .crm-feedback-control-thumb {
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.crm-feedback-control-slider .crm-feedback-control-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.crm-feedback-control-slider .crm-feedback-control-thumb.swiper-slide-visible {
    opacity: 1
}

.crm-feedback-control-slider .crm-feedback-control-thumb.swiper-slide-active {
    border-color: #ef3d3d
}

.crm-feedback-control-slider .crm-feedback-control-thumb.swiper-slide-active img {
    border-color: #ef3d3d
}
.crm-pricing-table table {
	margin-bottom:0;
	border: 0;
}
.crm-pricing-table table tr {
	border: 0;
}
.crm-pricing-table table th{
	border-right:1px solid #e3e3e3;
	border-bottom:0;
	vertical-align:middle;
	padding-bottom:16px
}
.crm-pricing-table table th.crm-pricing-switch-wrapper{
	min-width:290px
}
.crm-pricing-table table th.crm-package-wrapper{
	min-width:190px
}
.crm-pricing-table table th:last-child{
	border-right:0
}
.crm-pricing-table table .title-sm{
	font-family:"Poppins",sans-serif;
	font-weight:500;
	color:#001042;
	display:block
}
.crm-pricing-table table .crm-package-price{
	display:block;
	font-size:24px;
	font-weight:600;
	color:#001042;
	font-family: "Poppins",sans-serif
}
.crm-pricing-table table .crm-package-price.crm_monthly_price{
	display:none
}
.crm-pricing-table table .crm-package-subtitle{
	font-size:12px;
	font-weight:400
}
.crm-pricing-table table .crm-package-btn{
	padding: .5rem 1.25rem;
	border:1px solid #093a3e;
	color:#093a3e;
	position:relative;
	overflow:hidden;
	z-index:1;
	font-weight: 600; 
}

.crm-pricing-table table .crm-package-btn:hover{
	background-color:#ef3d3d;
	color:#fff;
	border-color:rgba(0,0,0,0)
} 
.crm-pricing-switch-wrapper .arrow-shape{
	position:absolute;
	width:40px;
	left:160px;
	top:75px;
	-webkit-transform:rotate(40deg);
	transform:rotate(40deg)
}
.crm-pricing-switch-wrapper .crm-offer-badge{
	color:#ff724b;
	font-size:12px;
	font-weight:600;
	position:absolute;
	left:200px;
	bottom:60px
}
.crm-pricing-switch-wrapper .title{
	font-size:24px;
	font-weight:700;
	color:#001042
}
.crm-pricing-switch{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.crm-pricing-switch button{
	border:0;
	background-color:rgba(0,0,0,0);
	font-size:14px;
	font-weight:600;
    color: #212529;
	padding: 0;
}
.crm-pricing-switch button:hover {
	color: #212529;
}
.crm-pricing-switch .crm-switch{
	width:33px;
	height:16px;
	display:inline-block;
	border:1px solid #001042;
	border-radius:30px;
	position:relative;
	cursor:pointer;
	margin:0 6px
}
.crm-pricing-switch .crm-switch .crm-switch-dot{
	position:absolute;
	width:11px;
	height:11px;
	background-color:#001042;
	border-radius:50%;
	top:50%;
	left:2px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.crm-pricing-switch .crm-switch .crm-checkbox-switch{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	cursor:pointer;
	z-index:1;
	opacity:0
}
.crm-pricing-switch .crm-switch .crm-checkbox-switch:checked~.crm-switch-dot{
	left:18px
}
.crm_pricing_feature_accordion .accordion-item+.accordion-item{
	margin-top:8px
}
.crm_pricing_feature_accordion .accordion-item .accordion-header a{
	background-color:#f6f9ff;
	display:block;
	font-weight:600;
	font-family:"Urbanist",sans-serif;
	color:#001042;
	padding:10px 17px 10px 32px;
	position:relative
}
.crm_pricing_feature_accordion .accordion-item .accordion-header a::before{
	position:absolute;
	left:11px
}

.crm_pricing_feature_table table{
	margin-bottom:0
}
.crm_pricing_feature_table table tbody tr td{
	border:1px solid #e3e3e3;
	border-top:0;
	font-size:14px;
	color:#666
}
.crm_pricing_feature_table td:first-child{
	border-left:0
}
.crm_pricing_feature_table td:last-child{
	border-right:0
}
.crm_pricing_feature_table .crm_pricing_features_name{
	min-width:290px
}
.crm_pricing_feature_table .crm_pricing_feature_check{
	min-width:190px
}

.hd-hero-title {
	font-weight: 600;
	text-align: center;
	font-size: 4rem;
}
.hd-hero-title mark {
    color:#ff3d55;
    position:relative;
	background-color: transparent;
	padding: 0;
	display: inline-block;
}
.hd-hero-title mark .hd-line-shape {
    bottom:-14px;
    left:10px
}

.hd-pricing-title {
	margin-bottom: 0;
}

.hd-pricing-title sup {
	font-size: 24px;
}

.hd-pricing-title span {
    font-size: 16px;
    color: #0b163f;
}