* {
  padding:0;
  margin:0;
}
@keyframes redtxt {
  from {
    background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  to {
    background: linear-gradient(90deg, #EC1B5B 0%, #F43837 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body,
a,
p,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit";
}
.guest {
	background: #000;
	padding: 0;
	position: relative;
}
.guest .navbar {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
	top: 0;
	padding-top: 15px;
}
.guest .navbar-nav > li > a {
	color: #FFF !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 12px;
	background-color: transparent !important;
}
.navbar-collapse.collapse {
	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	min-height: 50px;
}
.navbar-collapse::before,
.navbar-collapse::after {
	display: none;
}
.guest .navbar-nav {
	display: flex;
	align-content: center;
	align-items: center;
}
.guest .navbar-nav > li > a.mode-btn {
	border-radius: 100px;
	border: 1px solid #A7A7A7;
	background-color: #D1D1D1 !important;
	min-width: 100px;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	line-height: 1;
	padding: 4px;
}
#topsec {
	background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/topbg.png');
	background-size: cover;
	background-position: bottom center;
	padding: 155px 0 80px;
}
.title-badge {
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background-color: rgba(255, 255, 255, 0.15);
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	padding: 7px 28px;
	margin-bottom: 20px;
}
.title-badge.title-badge-center {
	margin: 0 auto 20px;
	display: block;
	width: max-content;
}
.main-title {
	text-align: center;
	font-size: 55px;
	font-weight: 700;
	line-height: 1.4;
	color: #FFF;
	margin-bottom: 45px;
}
.redtxt {
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: redtxt 3s linear infinite;
}
.twofactor-txt {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 28px;
}
.login-frm {
	max-width: 806px;
	margin: 0 auto;
}
.form-group {
	position: relative;
}
.guest .form-control {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	height: 53px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.guest .form-control::placeholder { 
	color: rgba(255, 255, 255, 0.50);
}
.inpt-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	line-height: 1;
}
.inpt-icon + .form-control {
	padding-left: 55px;
}
.forgot-password {
	position: unset;
	margin-left: auto;
	width: max-content;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}
.btn.btn-primary {
	border-radius: 8px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	padding: 17px;
	border: 0;
}
.login-frm .btn.btn-primary {
	min-width: 487px;
	margin: 0 auto 15px;
	display: block;
}
.haveacc {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.haveacc a {
	font-weight: 700;
	color: #fff !important;
	text-decoration: none !important;
}
#social {
	background: rgba(255, 255, 255, 0.12);
	padding: 24px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.social-logos {
	display: flex;
	list-style: none;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 0;
	padding: 0;
}
#trusted {
	padding: 160px 0 120px;
}
#trusted .row {
	display: flex;
	align-content: center;
	align-items: center;
}
.title {
	color: #FFF;
	font-size: 54.5px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 16px;
}
.txt {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.trusted-left-col {
	position: relative;
}
.trusted-circle-img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.trusted-box {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	display: flex;
	align-content: center;
	align-items: center;
	transform: rotate(-8deg);
	justify-content: center;
	width: max-content;
	padding: 15px 45px;
	margin: 0 auto 20px;
	cursor: pointer;
	transition: 0.3s linear;
}
.trusted-box-icon {
	border-radius: 8px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.trusted-box-icon svg {
	transform: rotateZ(8deg);
}
.trusted-box-content {
	padding-left: 15px;
}
.trusted-box-title {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
.trusted-box-txt {
	color: #FFF;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
.trusted-box:nth-child(2n+1) {
	transform: rotate(0deg);
	padding: 15px 80px;
	margin-bottom: 23px;
}
.trusted-box:nth-child(2n+1) + .trusted-box {
	transform: rotate(8deg);
}
.trusted-box:hover {
	transform: rotateZ(0deg);
	padding: 15px 80px;
	transition: 0.3s linear;
	box-shadow: 0 0 15px 0 rgba(255,255,255,25%);
}
.trusted-box:nth-child(2n+1):hover {
  transform: rotateZ(8deg);
}
.trusted-box:nth-child(2n+1) + .trusted-box:hover {
	transform: rotate(-8deg);
}
.top-services-box {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	padding: 20px;
	margin: 0 8px;
	min-height: 350px;
}
.top-services-box-icon {
	border-radius: 8px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	width: 51px;
	height: 51px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
}
.top-services-box .title {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
}
.top-services-box .title a {
	color: #fff !important;
	text-decoration: none !important;
}
.top-service-txt {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}
.top-services-box:hover {
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	min-height: 370px;
	padding-top: 40px;
}
.top-services-box:hover .top-services-box-icon {
	background: #fff;
}
.top-services-box:hover .top-services-box-icon svg path {
	fill: #F02A48;
}
.boxes-slider1 {
	margin-top: 50px;
}
.boxes-slider1 .slick-track {
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
}
#delivered {
	padding: 80px 0 120px;
}
.titlesub {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}
.featured-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 53px 0 0 0;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
.featured-list li {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	flex: 0 0 15.66%;
	max-width: 15.66%;
	min-height: 171px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 12px;
}
#country-content {
	padding: 285px 0 80px;
}
.nav-tabs .nav-link {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	display: flex;
	align-content: center;
	align-items: center;
	gap: 15px;
	padding: 22px 37px;
}
.nav-tabs {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	border: 0;
	margin-bottom: 49px;
}
.nav-tabs::before,
.nav-tabs::after {
	display: none;
}
.nav-tabs .nav-link:hover, 
.nav-tabs .active .nav-link, 
.nav-tabs .active .nav-link:hover {
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	border: 0;
	color: #fff;
}
.tab-title {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
	font-size: 48px;
}
.team-img-wrap {
	position: relative;
}
.team-img-wrap img {
	position: absolute;
	max-width: unset;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#team .row {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
#team {
	padding: 80px 0;
}
#team .btn.btn-primary {
	margin: 57px auto 0;
	display: block;
	max-width: 487px;
}
.video-wrap iframe {
	width: 100%;
	height: 585px;
}
#video-sec {
	padding: 80px 0;
}
.video-wrap {
	border-radius: 12px;
	overflow: hidden;
}
#response {
	padding: 294px 0 221px;
	position: relative;
}
.response-box {
	border-radius: 12px;
	background: linear-gradient(48deg, #191919 0.82%, #303030 100%);
	padding: 33px 37px 47px;
	margin-bottom: 20px;
}
.response-icon {
	border-radius: 10px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	width: 58px;
	height: 58px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
}
.response-title {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}
.response-box .txt {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}
.response-row {
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
}
.response-row::before,
.response-row::after {
	content: '';
	background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/circle.png');
	width: 451px;
	height: 451px;
	position: absolute;
	top: -180px;
	left: -95px;
	animation: rotate 6s linear infinite;
	z-index: -1;
}
.response-row::after {
	top: auto;
	bottom: -180px;
	left: auto;
	right: 170px;
}
#delivered .top-services-box {
	min-height: 380px;
}
#delivered .container-fluid {
	padding: 0;
  	margin: 65px 0 0 0;
}
#delivered .container-fluid .row {
	margin: 0;
}
.boxes-slider2 .top-services-box {
	padding: 65px 83px 75px;
}
.boxes-slider2 .top-services-box .top-services-box-icon {
	width: 70px;
	height: 70px;
}
.boxes-slider2 .top-services-box .title {
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
}
.boxes-slider2 .top-services-box .top-service-txt {
	font-size: 14px;
	line-height: 1.6;
}
.automate-img-wrap {
	text-align: right;
	position: relative;
}
.automate-img {
	display: block;
	margin-left: auto;
}
#automate {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.automate-img-wrap::before {
	content: '';
	background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/circle2.png');
	width: 451px;
	height: 451px;
	position: absolute;
	animation: rotate 6s linear infinite;
	right: 60px;
	top: -130px;
	z-index: -1;
}
.cheapest-box1 {
	position: relative;
	border-radius: 12px;
	background: linear-gradient(48deg, #191919 0.82%, #303030 100%);
	padding: 97px 50px 33px;
}
.cheapest-icon {
	position: absolute;
	top: -80px;
	left: 55px;
	z-index: 1;
}
.cheapest-title {
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
}
.cheapest-txt {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 26px;
}
.cheapest-box .btn.btn-primary {
	padding: 17px 19px;
}
#cheapest-panel {
	padding: 100px 0;
}
.cheapest-box {
	background: linear-gradient(48deg, #191919 0.82%, #303030 100%);
	border-radius: 12px;
	margin-bottom: 20px;
	height: calc(100% - 20px);
}
.cheapest-box2 {
	padding: 56px 44px 43px;
}
#cheapest-panel .row {
	display: flex;
	flex-wrap: wrap;
}
.cheapest-box3 {
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	padding: 39px 50px;
}
.cheapest-box3 .cheapest-txt {
	margin: 0;
}
.cheapest-box3 .cheapest-icon {
	top: 0;
	left: auto;
	right: 60px;
}
.pay-logolist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.4%;
}
.pay-logolist li {
	flex: 0 0 32.33%;
	max-width: 32.33%;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	height: 87px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
#easy {
	padding: 80px 0;
}
#easy .row {
	display: flex;
	align-content: center;
	align-items: center;
	position: relative;
}
#easy .row::before {
	content: '';
	background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/circle3.png');
	width: 559px;
	height: 560px;
	position: absolute;
	top: -120px;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
	animation: rotate 6s linear infinite;
}
.pay-logolist, .easy-content {
	position: relative;
	z-index: 1;
}
.easy-content {
	padding-left: 80px;
}
#provider {
	padding: 80px 0;
}
.titlesub.redtxt {
	background: transparent;
	color: #F43837;
	-webkit-text-fill-color: #F43837;
	animation: none;
}
.step-box {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	padding: 21px 23px 50px;
	margin-bottom: 30px;
	max-width: 290px;
	position: relative;
}
.step-box-icon {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -25px;
	top: -25px;
}
.step-box-num {
	display: block;
	text-align: right;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 17px;
}
.step-box-title {
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 23px;
}
.step-box-txt {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
}
.provider-steps-row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 75px;
	margin-bottom: 75px;
}
.provider-steps-row::after {
	content: '';
	border-left: 2px dashed #F43837;
	width: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
}
.step-box-dot {
	width: 28px;
	height: 28px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	position: absolute;
	border-radius: 28px;
	top: 0;
}
.step-box-right {
	margin-left: auto;
}
.trusted-box-arrow {
	line-height: 0;
	margin-left: 50px;
}
#trusted.about .trusted-box {
	margin: 0 auto 30px;
}
#faqsec {
	padding: 80px 0;
}
.faq-title-row {
	margin-bottom: 53px;
}
#faq .card {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	margin-bottom: 23px;
}
#faq .card button {
	padding: 26px 45px 26px 22px;
	position: relative;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	align-content: center;
	align-items: center;
	width: 100%;
	text-decoration: none !important;
}
#faq .card button::before {
	content: '\f067';
	width: 36px;
	height: 36px;
	display: inline-flex;
	border: 2px solid #F43837;
	border-radius: 9px;
	margin-right: 10px;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #F43837;
	font-size: 16px;
}
#faq .card button::after {
	content: '\f107';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	animation: redtxt 3s linear infinite;
	font-size: 30px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#faq .card-body {
	padding: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}
#faq .card button[aria-expanded="true"]::after {
	transform: translateY(-50%) rotateZ(180deg);
}
#faq .card button[aria-expanded="true"]::before {
	content: '\f068';
}
#faq.aboutfaq .card button::before {
	display:none;
}
.faq-icon {
	width: 54px;
	height: 54px;
	border-radius: 10px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-right: 12px;
}
#faq.aboutfaq .card button {
	padding: 16px 45px 16px 22px;
}
#testimonial .title .redtxt {
	font-size: 30px;
}
.testimonial-box {
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.12);
	padding: 29px 41px;
}
.testimonial-icons {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
.testimonial-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 18px;
	margin-bottom: 5px;
}
.testimonial-txt {
	color: #FFF;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}
#testimonial {
	padding: 80px 0;
	overflow: hidden;
}
.testimonial-row {
	display: flex;
	align-content: center;
	align-items: center;
	position: relative;
}
.testimonial-row::after {
	content: '';
	background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/circle3.png');
	width: 559px;
	height: 560px;
	position: absolute;
	z-index: -1;
	animation: rotate 6s linear infinite;
	right: -160px;
	bottom: -160px;
}
#blogs {
	padding: 80px 0;
}
.blogs-title-row {
	margin-bottom: 50px;
}
.blogs-box {
	border-radius: 12px;
	background: linear-gradient(48deg, #191919 0.82%, #303030 100%);
	padding-bottom: 12px;
	overflow: hidden;
}
.blogs-img {
	min-height: 173px;
	background-size: cover;
	width: 100%;
	margin-bottom: 17px;
}
.blogs-title {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 15px;
	margin-bottom: 18px;
}
.blogs-ftr {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
}
.blogs-share {
	display: flex;
	align-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 10px;
}
.blogs-auth {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}
.blogs-row .col-sm-4:nth-child(2n) .blogs-box .blogs-img {
	min-height: 220px;
}
.blogs-row {
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
}
.ready-row .btn.btn-primary {
	width: 100%;
}
.btn.btn-primary.btn-icon {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	gap: 21px;
}
.btn-icon {
	line-height: 0;
}
.response-box:hover {
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
}
.response-box:hover .response-icon {
	background: #fff;
}
.response-box:hover .response-icon svg path {
	fill: #ed1f56;
}
#topsec.topsec-inner {
	background-image: url('https://i.23robo.info/projects/worldofsmm/newdesign/img/inner-bg.png');
	margin-bottom: 59px;
}
.search-filter-row {
	margin-top: 60px;
}
.filter-label {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
	display: block;
}
.search-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	list-style: none;
	justify-content: space-between;
	gap: 2%;
}
.cat-filter-li,
.search {
	flex: 0 0 38%;
	max-width: 38%;
}
.cat-filter .dropdown-toggle {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	padding: 0 0 0 17px;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.cat-filter .dropdown-toggle .mycaret {
	margin-left: auto;
	border-radius: 8px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	width: 54px;
	height: 53px;
	border: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.cat-filter .open .dropdown-toggle .mycaret {
	transform: rotateZ(180deg);
}
.search-filter .dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
	scrollbar-width: thin;
	width: 100%;
	border-radius: 12px;
	background: #000;
	padding: 0;
}
.search-filter .dropdown-menu .dropdown-item {
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	white-space: normal;
	word-break: break-word;
}
.search-filter .dropdown-menu .dropdown-item:hover, 
.search-filter .dropdown-menu .dropdown-item:focus {
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
}
.search .form-group {
	margin: 0;
}
.search .form-control {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	border: 0;
	height: 53px;
}
.search .form-group .btn.btn-default {
	position: absolute;
	right: 00;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	height: 53px;
	width: 122px;
	box-shadow: none;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(90deg, #F43837 0%, #EC1B5B 100%);
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}
.cat-filter-currency-li {
	flex: 0 0 20%;
	max-width: 20%;
}
.catname {
	border-radius: 12px;
	background: linear-gradient(90deg, #FF3B5C 0%, #FF1744 100%);
	padding: 8px 20px;
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 27px;
}
.serbox {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	padding: 11px 20px;
	margin-bottom: 27px;
}
.serbox-top {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0 0 17px;
}
.serbox-top li {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	padding-right: 10px;
	border-right: 2px solid #fff;
	margin-right: 10px;
}
.ser-label {
	color: rgba(255, 255, 255, 0.50);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}
.serbox-top li.ser-name {
	font-weight: 700;
}
.serbox-top li:last-child,
.serbox-top li.ser-avgtime {
	padding-right: 0;
	border: 0;
	margin-right: 0;
}
.serbox-bottom {
	margin-bottom: 0;
}
.ser-detail {
	margin-left: auto;
}
.ser-detail .btn.btn-primary {
	color: rgba(250, 250, 250, 0.80);
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	padding: 3px 30px 6px;
	border-radius: 3px;
	height: auto !important;
	display: block;
}
.ser-detail .modal-content {
	background-color: #000;
	border: 1px solid #f43837;
	box-shadow: none;
}
.ser-detail .modal-header {
	border-bottom: 1px solid #f43837;
}
.ser-detail .modal-header {
	border-bottom: 1px solid #f43837;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}
.ser-detail .modal-header:before,
.ser-detail .modal-header:after {
	display:none;
}
.ser-detail .modal-body {
	font-size: 14px;
}
.ser-detail .modal-body img {
	max-width: 100%;
}
.blog-page .blogs-img {
	min-height: 220px;
}
.blog-page .blogs-link {
	text-decoration: none !important;
	color: #FFF !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
.blog-page .blogs-title {
	font-size: 20px;
	max-height: 61px;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 61px;
}
.blog-page .blogs-box {
	margin-bottom: 18px;
}
.ready-row {
	border-radius: 16px;
	border: 2px solid #F43837;
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 50px;
	padding: 32px 50px;
	margin-bottom: 50px;
}