.banner__image-lists li img {
	width: 100%;
}

.pt-like-it.disabled{
	pointer-events: none
}
.blog-card.list_item {
	display: grid;
	grid-template-columns: 30% 70%;
}
.domain-search-box input#hostim-domain{
	width: 68%;
}

.result-wrapper.alert-success {
	padding: 10px;
	margin-top: 15px;
	margin-left: 3px;
}
.hm2-feedback-slider{
	overflow: hidden;
}
hr.spacer{
	background: #ddc5c5 !important;
	margin: 20px 0 !important;
}
.app-explore .app-thumbs img {
	width: 56px;
	height: 56px;
	border-radius: 50% !important;
}
.clients-explore .app-thumbs img {
	width: 52px;
	height: 52px;
	border-radius: 50% !important;
	border: 3px solid #fff;
}
.app-explore .app-thumbs img + img,
.clients-explore .app-explore img + img {
	margin-left: -15px;
}

.hero-style-1 .hero-right img {
	max-width: inherit;
}

/*Footer menu style*/
.elementor-widget-container ul.menu li a {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	color: #ffffff;
	font-size: 15px;
}

.elementor-widget-container ul.menu li a::before {
	content: "//";
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.elementor-widget-container ul.menu li a:hover {
	padding-left: 15px;
	color: #1C40F2;
}

.elementor-widget-container ul.menu li a:hover::before {
	opacity: 1;
	color: #1C40F2;
}

.elementor-widget-container ul.menu li+li {
	margin-top: 12px;
}
.elementor-widget-container > .footer-widget{
	margin-bottom: 0;
}

@keyframes theme_fadeInUp {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}

	50% {
		transform: translateY(30px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes theme_scaleUp {
	0% {
		transform: scale(0.7);
		opacity: 0;
	}
	100% {
		tranform: scale(1);
		opacity: 1
	}
}

.vps-hero.swiper-slide-active .dm-hero-left h4{
	animation: 1s theme_fadeInUp;
}
.vps-hero.swiper-slide-active .dm-hero-left h1{
	animation: 1.2s theme_fadeInUp;
}
.vps-hero.swiper-slide-active .dm-hero-left p{
	animation: 1.4s theme_fadeInUp;
}
.vps-hero.swiper-slide-active .dm-hero-left ul{
	animation: 1.6s theme_fadeInUp;
}
.vps-hero.swiper-slide-active .dm-hero-left .template-btn{
	animation: 1.8s theme_fadeInUp;
}
.vps-hero.swiper-slide-active .wp-hero-right img{
	animation: 1.5s theme_scaleUp;
}


.hostim_slider .swiper-pagination {
	bottom: 100px !important;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 50px;
}


/*Hostim Pricing Layout 2*/
.popular_baged > .pricing-badge.position-absolute.rounded {
	width: 200px;
	font-size: 14px;
	padding: 6px 0;
	right: -68px;
	top: 21px;
	text-align: center;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*========= Heading ==============*/
.hostim_heading mark {
	position: relative;
}
.hostim_heading mark::after {
	content: '';
	background-repeat: no-repeat;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 10px;
}


/*================ Home Minimal ==================*/
.mn-primary-btn{
	background-color:#5041bc;
	color:#fff
}
.mn-primary-btn:hover{
	background-color:#ff8057;
	color:#fff
}
.mn-secondary-btn{
	background-color:#ff8057;
	color:#fff
}
.mn-secondary-btn:hover{
	background-color:#5041bc;
	color:#fff
}

.minimal-hero{
	padding:120px 0 120px;
	margin-top:-80px
}
@media(max-width: 1199.98px){
	.minimal-hero{
		padding-top:160px
	}
}
.mn-hero-content{
	padding-right:30px
}
.mn-hero-content p{
	width:90%
}
@media(max-width: 767.98px){
	.mn-hero-content{
		padding-right:0
	}
	.mn-hero-content p{
		width:100%
	}
}
.mn-subtitle{
	color:#5041bc
}
.mn-hero-title mark{
	color:#ff8057
}
.mn-domain-info{
	gap:18px
}
.mn-hero-form{
	max-width:540px
}
.mn-hero-form input[type=text]{
	border-radius:5px 0 0 5px;
	border:1px solid #e7e7e7;
	border-right:0
}
.mn-hero-form .form-select{
	border:1px solid #e7e7e7;
	border-right:0;
	border-left:0
}
.mn-hero-form .template-btn{
	padding:16px 21px
}
.dm-info-single h4{
	font-size:20px
}
.dm-info-single h4 .dot{
	color:#ff8057
}
.mn-hero-pricing-slider{
	width:calc(100% + 200px);
	margin-left:-100px
}
.mn-hero-pricing-slider .single-wrapper{
	padding:0 50px
}
.mn-hero-pricing-slider .swiper-slide{
	-webkit-transform:scale(0.8);
	transform:scale(0.8);
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in;
	position:relative
}
.mn-hero-pricing-slider .swiper-slide::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,.7);
	z-index:1
}
.mn-hero-pricing-slider .swiper-slide.swiper-slide-active{
	-webkit-transform:scale(1);
	transform:scale(1);
	position:relative;
	z-index:10
}
.mn-hero-pricing-slider .swiper-slide.swiper-slide-active::before{
	display:none
}
.mn-hero-pricing-slider .swiper-slide.swiper-slide-active .hosting-signle-product{
	-webkit-box-shadow:12px 12px 25px rgba(90,108,234,.07);
	box-shadow:12px 12px 25px rgba(90,108,234,.07)
}
.mn-hero-pricing-slider .hosting-signle-product h3{
	color:#ff8057
}
.mn-hero-pricing-slider .slide-control{
	position:absolute;
	bottom:0;
	left:calc(50% - 28px);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:10;
	width:40px;
	height:40px;
	border:1px solid #001042;
	color:#001042;
	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;
	border-radius:4px;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.mn-hero-pricing-slider .slide-control:hover{
	color:#fff;
	background-color:#5041bc
}
.mn-hero-pricing-slider .slide-control.slide-control-next{
	left:calc(50% + 28px)
}
@media(max-width: 767.98px){
	.mn-hero-pricing-slider{
		width:100%;
		margin-left:0
	}
	.mn-hero-pricing-slider .single-wrapper{
		padding:0
	}
	.mn-hero-pricing-slider .swiper-slide{
		-webkit-transform:scale(1);
		transform:scale(1)
	}
	.mn-hero-pricing-slider .swiper-slide::before{
		display:none
	}
}
.at-header-social{
	left:-100px;
	top:50%;
	z-index:50;
	-webkit-transform:translateY(-50%) rotate(-90deg);
	transform:translateY(-50%) rotate(-90deg)
}
.at-header-social>span{
	color:#001042;
	position:relative;
	padding-left:20px;
	font-weight:600
}
.at-header-social>span::before{
	content:"";
	position:absolute;
	left:0;
	bottom:8px;
	width:15px;
	height:2px;
	background:#ff8057
}
.at-header-social .social-list li{
	display:inline-block;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	margin-right:12px
}
.at-header-social .social-list li a{
	color:#001042;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in;
	margin:5px
}
.at-header-social .social-list li a:hover{
	color:#ff8057
}
.mn-feature-and-data-center .cloud-shape{
	top:-60px
}
.mn-feature-and-data-center .arrow-blue{
	right:150px;
	top:-30px
}
.mn-feature-and-data-center .dotted-blue{
	top:-80px;
	right:-60px
}
@media(max-width: 767.98px){
	.mn-feature-and-data-center{
		overflow:hidden
	}
	.mn-feature-and-data-center .cloud-shape{
		top:10px
	}
}
.mn-title h2 mark{
	color:#ff8057
}
.mn-title h2 mark .line-shape{
	width:100%;
	bottom:0;
	left:0
}
.mn-title-2 h2 mark{
	color:#5041bc
}
.mn-title-2 h2 mark .line-shape{
	width:100%;
	left:0;
	bottom:-2px
}
.mn-data-center-content .country-info span{
	color:#ff8057;
	font-weight:700
}
.mn-data-center .data-center-pointer{
	position:absolute;
	-ms-flex-negative:0;
	flex-shrink:0
}
.mn-data-center .data-center-pointer i{
	color:#ff8057
}
.mn-data-center .data-center-pointer span{
	position:absolute;
	text-align:center;
	padding:7px 10px;
	white-space:nowrap;
	background-color:#ff8057;
	color:#fff;
	border-radius:4px;
	top:-52px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.mn-data-center .data-center-pointer span::after{
	content:"";
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	bottom:-10px;
	width:15px;
	height:15px;
	background-color:#ff8057;
	-webkit-clip-path:polygon(0 0, 50% 100%, 100% 0);
	clip-path:polygon(0 0, 50% 100%, 100% 0)
}
.mn-data-center .data-center-pointer.active span{
	top:-46px;
	opacity:1;
	visibility:visible
}
.mn-data-center .data-center-1{
	left:20px;
	top:12%
}
.mn-data-center .data-center-2{
	left:24%;
	top:0
}
.mn-data-center .data-center-3{
	left:24%;
	top:30%
}
.mn-data-center .data-center-4{
	left:31%;
	bottom:25%
}
.mn-data-center .data-center-5{
	top:25%;
	left:50%
}
.mn-data-center .data-center-6{
	bottom:27%;
	left:55%
}
.mn-data-center .data-center-7{
	top:15%;
	right:20%
}
.mn-data-center .data-center-8{
	top:40%;
	right:30%
}
.mn-data-center .data-center-9{
	bottom:22%;
	right:13%
}
@media(max-width: 767.98px){
	.mn-data-center .data-center-3{
		left:240px
	}
}
.mn-support-section .arrow-sm-blue{
	left:120px;
	top:-40px
}
@media(max-width: 1199.98px){
	.mn-support-section .arrow-sm-blue{
		left:-30px;
		top:0
	}
}
@media(max-width: 991.98px){
	.mn-support-section{
		padding-bottom:120px
	}
}
@media(max-width: 767.98px){
	.mn-support-section{
		padding-bottom:65px;
		overflow:hidden
	}
}
.mn-chatting-slider{
	max-width:310px;
	float:right;
	max-height:170px
}
.mn-chatting-slider .mn-chatting-single{
	opacity:.2
}
.mn-chatting-slider .mn-chatting-single.swiper-slide-active{
	opacity:1
}
.mn-chatting-single p{
	font-size:14px;
	padding:10px 24px
}
.mn-message-call a{
	font-size:20px;
	font-weight:700
}
.mn-message-call a.phone{
	color:#001042
}
.mn-message-call a.message{
	color:#5041bc
}
.mn-about-section .arrow-sm-yellow{
	top:200px;
	left:160px
}
@media(max-width: 1199.98px){
	.mn-about-section .arrow-sm-yellow{
		left:0
	}
}
.mn-about-feature-single{
	padding:24px;
	border:1px solid #e7e7e7;
	background-color:#fff;
	border-radius:10px;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in;
	-webkit-box-shadow:12px 12px 25px rgba(90,108,234,.07);
	box-shadow:12px 12px 25px rgba(90,108,234,.07);
	position:relative;
	z-index:25
}
.mn-about-feature-single h5,.mn-about-feature-single p{
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.mn-about-feature-single:hover{
	background-color:#5041bc;
	-webkit-box-shadow:12px 15px 30px rgba(80,65,188,.24);
	box-shadow:12px 15px 30px rgba(80,65,188,.24)
}
.mn-about-feature-single:hover h5{
	color:#fff
}
.mn-about-feature-single:hover p{
	color:#fff
}
.mn-feedback-section{
	padding-top:200px;
	margin-top:-100px
}
.mn-feedback-slider .swiper-pagination{
	left:0;
	text-align:left
}
.mn-feedback-slider .swiper-pagination .swiper-pagination-bullet{
	width:6px;
	height:6px;
	border-radius:50%;
	background:#001042;
	opacity:1;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in;
	border:0
}
.mn-feedback-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width:16px;
	border-radius:30px;
	background:#ff8057
}
.mn-feedback-clients img{
	margin-top:-50px
}
.mn-app-single{
	padding:40px 24px
}
.mn-app-single h3{
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.mn-app-single h3:hover{
	color:#5041bc
}
.mn-blog-card{
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.mn-blog-card .mn-blog-meta span{
	color:#ff8057
}
.mn-blog-card .mn-blog-meta span i{
	margin-right:4px
}
.mn-blog-card .mn-blog-title h4{
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.mn-blog-card .mn-blog-title h4:hover{
	color:#5041bc
}
.mn-blog-card .mn-blog-explore{
	color:#001042
}
.mn-blog-card .mn-blog-explore:hover{
	color:#5041bc
}
.mn-blog-card:hover{
	-webkit-box-shadow:12px 12px 25px rgba(90,108,234,.07);
	box-shadow:12px 12px 25px rgba(90,108,234,.07)
}



/*================= Hostim Slider Demo ====================*/
.hm7-hero-slider .hm7-hero-slide-control{
	position:absolute;
	right:48px;
	bottom:46px;
	z-index:2;
	width:64px;
	height:64px;
	border:1px solid #fff;
	color:#fff;
	border-radius:10px;
	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;
	font-size:20px;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.hm7-hero-slider .hm7-hero-slide-control::before{
	content:"";
	position:absolute;
	left:-1px;
	top:-1px;
	width:calc(100% + 2px);
	height:calc(100% + 2px);
	background-image:-webkit-gradient(linear, left top, right top, from(#6AAEFF), to(#005EFF));
	background-image:linear-gradient(90deg, #6AAEFF 0%, #005EFF 100%);
	z-index:-1;
	border-radius:10px;
	opacity:0;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.hm7-hero-slider .hm7-hero-slide-control:hover{
	border-color:rgba(0,0,0,0)
}
.hm7-hero-slider .hm7-hero-slide-control:hover::before{
	opacity:1
}
.hm7-hero-slider .hm7-hero-slider-prev{
	bottom:122px
}
@media(max-width: 575.98px){
	.hm7-hero-slider .hm7-hero-slide-control{
		right:auto;
		left:100px;
		bottom:80px
	}
	.hm7-hero-slider .hm7-hero-slider-prev{
		bottom:80px;
		left:12px
	}
}
.slider-hero-single{
	padding:148px 0 260px 0;
	background-repeat:no-repeat;
	background-position:center right
}
.slider-hero-single::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:linear-gradient(85.83deg, #000E50 43.12%, rgba(0, 14, 80, 0.673076) 53.17%, rgba(0, 14, 80, 0) 83.05%);
	z-index:-1
}
.slider-hero-single.swiper-slide-active h4{
	-webkit-animation:.7s fadeInUp;
	animation:.7s fadeInUp
}
.slider-hero-single.swiper-slide-active h1{
	-webkit-animation:1s fadeInUp;
	animation:1s fadeInUp
}
.slider-hero-single.swiper-slide-active p{
	-webkit-animation:1.2s fadeInUp;
	animation:1.2s fadeInUp
}
.slider-hero-single.swiper-slide-active .hm7-hero-btns{
	-webkit-animation:1.5s fadeInUp;
	animation:1.5s fadeInUp
}
.hm7-hero-content .hm7-hero-subtitle{
	color:#ff0766
}
.hm7-hero-btns{
	gap:32px
}
.hero-social-2>span{
	color:#fff
}
.hero-social-2>span::before{
	background-color:#fff
}
.hero-social-2 .social-list li a{
	color:#fff
}
.hero-social-2 .social-list li a:hover{
	color:#1c40f2
}
@media(max-width: 1399.98px){
	.hero-social-2{
		left:-115px
	}
}


.hm7-feature-box{
	margin-top:-80px;
	position:relative;
	z-index:2
}
.hm7-feature-box .light-color-shape{
	position:absolute;
	left:-15px;
	top:-15px;
	width:100%;
	height:100%;
	background-color:rgba(246,249,255,.15)
}
.hm7-feature-box{
	padding:40px 8px;
	-webkit-box-shadow:12px 26px 50px rgba(90,108,234,.07);
	box-shadow:12px 26px 50px rgba(90,108,234,.07)
}
.hm7-feature-single{
	padding:0 32px;
	position:relative
}
.hm7-feature-single p{
	font-size:15px
}
.hm7-feature-single.border-right::after{
	content:"";
	position:absolute;
	right:8px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:2px;
	height:80px;
	background-color:#e3e3e3;
	opacity:.5
}
.hm7-about-left .circle-shape-gradient{
	width:84px;
	height:84px;
	background:linear-gradient(286.17deg, #335EF7 0%, #5F82FF 100%);
	left:-40px;
	top:-40px;
	opacity:.2
}
.hm7-counter-circle{
	width:168px;
	height:168px;
	padding:13px;
	left:50%;
	bottom:10px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%)
}
.hm7-counter-circle .counter-circle-wrapper{
	width:100%;
	height:100%;
	background-color:#ff0766;
	border-radius:50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.hm7-title .hm7-subtitle{
	color:#1c40f2
}
.hm7-pricing-table-tab .nav-tabs{
	max-width:1100px;
	margin:0 auto 40px
}
.hm7-pricing-table-tab .nav-tabs li a{
	color:#666;
	font-weight:600;
	position:relative;
	padding:0 30px
}
.hm7-pricing-table-tab .nav-tabs li a::before{
	content:"";
	position:absolute;
	left:0;
	bottom:-4px;
	width:0;
	height:2px;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in;
	background-image:linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%)
}
.hm7-pricing-table-tab .nav-tabs li a.active{
	color:#001042
}
.hm7-pricing-table-tab .nav-tabs li a.active::before{
	width:100%
}
@media(max-width: 1199.98px){
	.hm7-pricing-table-tab .nav-tabs{
		border:0;
		gap:16px
	}
	.hm7-pricing-table-tab .nav-tabs li a{
		padding:0
	}
}
.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:"Urbanist",sans-serif;
	font-weight:600;
	color:#001042;
	display:block
}
.crm-pricing-table table .crm-package-price{
	display:block;
	font-size:24px;
	font-weight:700;
	color:#001042
}
.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{
	border:1px solid #001042;
	color:#666;
	position:relative;
	overflow:hidden;
	z-index:1
}
.crm-pricing-table table .crm-package-btn::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
	z-index:-1;
	opacity:0;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.crm-pricing-table table .crm-package-btn:hover{
	background-color:#1c40f2;
	color:#fff;
	border-color:rgba(0,0,0,0)
}
.crm-pricing-table table .crm-package-btn:hover::before{
	opacity:1
}
.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
}
.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 4px
}
.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_accordion .accordion-item .accordion-header a::after{
	content:"";
	position:absolute;
	left:8px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:20px;
	height:20px;
	border-radius:50%;
	border:1px solid #001042;
	font-size:14px
}
.crm_pricing_feature_accordion .accordion-item .accordion-header a.collapsed::before{
	content:"+";
	font-family:"FontAwesome"
}
.crm_pricing_feature_accordion .accordion-item .accordion-header a:not(.collapsed)::before{
	content:"";
	font-family:"FontAwesome"
}
.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
}
.hm7-application-box{
	background-image:linear-gradient(101.48deg, #102062 -0.49%, #060B43 97.87%);
	padding:60px 40px 0;
	border-radius:10px;
	position:relative;
	z-index:1
}
.hm7-application-box .hm7-app-slide-control{
	position:absolute;
	bottom:-26px;
	width:54px;
	height:54px;
	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;
	border-radius:4px;
	background-color:#fff;
	color:#001042;
	-webkit-box-shadow:12px 26px 50px rgba(90,108,234,.07);
	box-shadow:12px 26px 50px rgba(90,108,234,.07);
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in;
	overflow:hidden;
	z-index:1;
	margin-left: 16px;
}
.hm7-application-box .hm7-app-slide-control::before{
	content:"";
	position:absolute;
	left:0;
	width:100%;
	top:0;
	height:100%;
	background-image:linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
	z-index:-1;
	opacity:0;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.hm7-application-box .hm7-app-slide-control:hover{
	color:#fff
}
.hm7-application-box .hm7-app-slide-control:hover::before{
	opacity:1
}
.hm7-application-box .hm7-app-slide-control.hm7-app-slide-prev{
	left:24px
}
.hm7-application-box .hm7-app-slide-control.hm7-app-slide-next{
	left:95px
}
@media(max-width: 1199.98px){
	.hm7-application-box .hm7-app-slide-control{
		display:none
	}
}
.hm7-application-slider{
	margin-bottom:-75px
}
.next-section{
	margin-top:-100px
}
.hm7-app-item{
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in
}
.hm7-app-item:hover{
	-webkit-box-shadow:10px 10px 25px rgba(90,108,234,.1);
	box-shadow:10px 10px 25px rgba(90,108,234,.1)
}

.h8-slider {
	max-width: 832px;
	margin: 0 auto;
	padding: 0 20px !important;
}
.h8-slider .swiper-controls {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background-color: #0082F8;
	z-index: 10;
	transition: 0.3s;
}
.h8-slider .swiper-controls.swiper-next {
	left: auto;
	right: 0;
	background-color: #001042;
}
.h8-slider .swiper-controls.swiper-prev:hover {
	background-color: #001042;
	transform: translateY(-50%) rotate(-30deg);
}
.h8-slider .swiper-controls.swiper-next:hover {
	background-color: #0082F8;
	transform: translateY(-50%) rotate(-30deg);
}
.h8-feedback-single {
	padding: 48px 24px 48px 48px;
	gap: 90px;
	border: 1px solid #E7E7E7;
	border-radius: 10px;
}
.h8-feedback-single .h8-feedback-single-left {
	width: 25%;
	flex-shrink: 0;
	position: relative;
}
.h8-feedback-single .h8-feedback-single-left::after {
	content: '';
	position: absolute;
	right: -24px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 138px;
	background-color: #F0F0F0;
}
.h8-feedback-single .h8-feedback-single-right {
	width: 75%;
}

.h8-application-box {
	padding: 60px 40px 0;
}
.hm8-app-single h3 {
	color: #001042 !important;
}
.hm8-app-single p {
	color: #696969 !important;
}
.hostim-domain-search .dm-hero-domain-form {
	max-width: 100%;
}
.dm-hero-domain-form > .domain_search {
	flex: 1;
}