* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,span,a,button,li,ul,strong,b,input,textarea,select,option,div {
    font-family: "Poppins", sans-serif;
}
ul {
	padding: 0;
	list-style: none;
}
#top_sec {
	position: relative;
	padding-top: 150px;
	background: #F3F7FF;
	padding-bottom: 80px;
}
.guest .navbar {
	margin-bottom: 0 !important;
}
.main-title {
	color: #0D0E10;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 128%;
    position: relative;
}
.blue_txt {
	color: #145AFF;
}
.curve_line {
	position: relative;
}
.curve_line::before {
    content: '';
	position: absolute;
	background-image: url('https://i.23robo.info/projects/n1/img/curve.webp');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 100%;
	bottom: -9px;
	left: -22px;
	right: 0;
}
.txt-main {
	color: #40454F;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.form-group {
	position: relative;
}
.inpt_icon {
	position: absolute;
	top: 8px;
	left: 8px;
}
.guest .form-control {
	border-radius: 141px;
	border: 1px solid #E9F0FD;
	background: #FFF;
	min-height: 60px;
	padding: 12px 65px;
	color: #fff;
	box-shadow: none;
	color: #000;
}
label {
	color: #40454F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
}
.forgot-password {
	position: absolute;
	right: 11px;
	bottom: 0;
	color: #40454F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.btn.btn-primary {
	border-radius: 100px;
	background-color: #145AFF;
	/* padding: 14px 14px; */
	background-image: url('https://i.23robo.info/projects/n1/img/btn_shade.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	border: 2px solid #145AFF;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 110px;
	min-height: 52px;
}
.btn.btn-primary span svg {
	transform: translateY(2px);
}
.step_top_img {
	position: relative;
	z-index: 1;
}
.step_top_img::before {
	content: '';
	position: absolute;
	width: 362px;
	height: 362px;
	border-radius: 362px;
	background: #5184FF;
	filter: blur(150px);
	z-index: -1;
	right: 0;
	top: 16px;
}
.step_top_img img {
	max-width: 650px;
}
form {
	padding-top: 10px;
}
#orders_wrapper {
	padding: 80px 0;
}
.step_wrppaer {
	text-align: center;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    position: relative;
}
.step_wrppaer::before {
	content: '';
	position: absolute;
	width: 86px;
	height: 2px;
	background: #D0CBDE;
	right: -50px;
	top: 53%;
}
#orders_wrapper .col-sm-4:last-child .step_wrppaer::before {
	display: none;
}
.orders_complete_txt {
	color: #5E6874;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.step_wrppaer img {
	padding-bottom: 10px;
}
.order_number_txt {
	color: #13171F;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}
.guest .form_wrapper .form-control {
	border-radius: 18px;
	background: #F3F7FF;
	padding-left: 15px;
}
.title {
	color: #0D0E10;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 127%;
	letter-spacing: -1.92px;
}
.txt {
	color: #5E6874;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 166.155%;
	letter-spacing: -0.32px;
}
.btn_download {
	border-radius: 18px;
	background: #FF9D00;
	width: 148px;
	height: 59px;
	color: #fff !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
.btn_download span svg {
	transform: translateY(2px);
}
#download_story {
	padding: 80px 0;
}
.best_story {
	border-radius: 18px;
	background: #F3F7FF;
	padding: 25px;
    transition: 0.3s all ease-in-out;
}
.best_story .card-img-top {
	padding-top: 15px;
	padding-bottom: 15px;
}
.cd-title {
	color: #0D0E10;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.96px;
}
.crd-txt {
	color: #5E6874;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 137.617%;
}
.row.best_story_wrapper {
	padding-top: 20px;
}
.card-body-content .btn.btn-primary {
	min-height: 44px;
}
.best_story:hover {
	background-image: url('https://i.23robo.info/projects/n1/img/story_views_hover.webp');
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.best_story:hover .cd-title, .best_story:hover .crd-txt {
	color: #fff;
}
.best_story:hover .btn.btn-primary {
	background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #080B1B;
}
.best_story:hover .btn.btn-primary span svg path {
	fill: #145AFF;
}
.support_box {
	border-radius: 18px;
	background: #145AFF;
	padding: 25px;
	padding-bottom: 0;
}
.support_box .cd-title {
	color: #fff;
}
.support_txt {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 139.342%;
}
.row.support_wrapper {
	padding-top: 40px;
}
.support_list {
	padding-top: 30px;
}
.support_right_box {
	border-radius: 18px;
	background: #F3F7FF;
	padding: 35px;
	min-height: 250px;
	position: relative;
	overflow: hidden;
}
.support_right_black {
	border-radius: 18px;
	background: #0D0E10;
	padding: 35px;
	min-height: 250px;
	margin-top: 11px;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.support_right_black::before {
	content: '';
	position: absolute;
	width: 333px;
	height: 179px;
	border-radius: 333px;
	background: #145AFF;
	filter: blur(106.80000305175781px);
	right: -50px;
	top: -50px;
	z-index: -1;
}
.support_right_black .cd-title {
	color: #fff;
}
.support_img {
	position: relative;
}
.support_img img {
	position: absolute;
	right: -47px;
	bottom: -54px;
}
.support_right_box .support_txt {
	color: #455757;
}
.support_content {
	max-width: 280px;
}
.Powerful_Social .btn.btn-primary {
	display: inline-flex;
	width: 217px;
}
.row.tabs_wrapper .nav-tabs {
	border: none;
}
.row.tabs_wrapper .nav-tabs .nav-item {
	width: 100%;
}
.row.tabs_wrapper .nav-tabs .nav-item .nav-link {
	border-radius: 34px;
	background: #F3F7FF;
	border: none;
	min-height: 64px;
	padding: 12px;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}
.row.tabs_wrapper .nav-tabs .nav-item .nav-link img {
	margin-right: 5px;
}
.row.tabs_wrapper .nav-tabs .nav-item .nav-link {
	border-radius: 34px;
	background: #F3F7FF;
	border: none;
	min-height: 64px;
	padding: 12px;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	color: #00234B;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.in_title {
	color: #0D0E10;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -1.44px;
	margin: 10px 0;
}
#myTabContent .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.row.tabs_wrapper {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.row.tabs_wrapper .nav-tabs .nav-item .nav-link span {
	margin-left: auto;
	position: absolute;
	right: 18px;
	top: 18px;
	display: none;
}
.row.tabs_wrapper .nav-tabs .nav-item .nav-link:hover span {
	display: block;
}
.row.tabs_wrapper .nav-tabs .nav-item .nav-link:hover { 
	border-radius: 100px;
	background-color: #145AFF;
	padding: 14px 14px;
	background-image: url('https://i.23robo.info/projects/n1/img/btn_shade.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	border: 2px solid #145AFF;
	color: #FFF;
}
#myTabContent .row .btn.btn-primary {
	display: inline-flex;
	width: 235px;
}
#amazing_features {
	padding-bottom: 80px;
}
#three_simple {
	position: relative;
	padding-top: 80px;
	padding-bottom: 50px;
}
#three_simple::before {
	content: '';
	position: absolute;
	border-radius: 0 60px 60px 0;
	background: #F3F7FF;
	width: 95%;
	height: 100%;
	top: 0;
}
.three_simple_wrapper {
	border-radius: 31px;
	background: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	transition: 0.3s all ease-in;
}
.three_simple_wrapper:hover {
	box-shadow: 9px 21px 43.2px 0px rgba(158, 165, 187, 0.50);
}
.three_simple_wrapper img {
	padding-bottom: 10px;
}
.number_wrapper {
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(180deg, rgba(108, 123, 153, 0.34) 20.53%, rgba(108, 123, 153, 0.00) 82.63%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: right;
	margin: 0;
}
.mobile_img img {
	max-width: unset;
	width: unset;
	position: absolute;
	left: -115%;
	top: 66%;
	transform: translateY(178px);
}
#payment_method {
	padding: 80px 0;
}
.payment_box {
	border-radius: 30px;
	background: #F3F7FF;
	padding: 30px;
}
.payment_uls {
	display: flex;
	flex-wrap: wrap;
}
.payment_uls li {
	border-radius: 14px;
	border: 1px solid #E9F0FD;
	background: #FFF;
	width: 158px;
	height: 90px;
	margin-right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.payment_box .cd-title {
	font-size: 30px;
}
.payment_right_box {
	border-radius: 30px;
	background: #145AFF;
	padding: 35px;
}
.payment_right_box .btn_download {
	border-radius: 16px;
	background: #FFB832;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.38);
	width: 294px;
	justify-content: center;
	margin-top: 13px;
}
.card_wraps .cd-title, .card_wraps .txt {
	color: #fff;
}
.card_wraps .cd-title, .card_wraps .txt {
	color: #fff;
}
#happy_customers {
	padding: 80px 0;
}
.step_happy_img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
}
.happ_box {
	border-radius: 18px;
	background: #F3F7FF;
	padding: 25px;
	margin-bottom: 20px;
}
.happy_quotes {
	text-align: right;
}
.happ_img_txt_wrappaer {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 20px;
}
.happ_img_txt_wrappaer h6 {
	color: #0D0E10;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.8px;
	margin: 0;
}
.happY-body .txt {
	font-size: 14px;
}
.row.happy_customers_row {
	padding-top: 20px;
}
.customer_support {
	border-radius: 18px;
	background: #145AFF;
	padding: 25px;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.customer_support::before {
	content: '';
	position: absolute;
	width: 333px;
	height: 179px;
	border-radius: 333px;
	background: #FFF;
	filter: blur(106.80000305175781px);
	right: 0;
	top: -200px;
	z-index: 0;
}
.customer_support p {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.72px;
}
.customer_support h2 {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	letter-spacing: -1.2px;
}
.customer_support .btn_download {
	justify-content: center;
	gap: 5px;
	border-radius: 14px;
	background: #FFB832;
	width: 161px;
	height: 45px;

}
.img_supp {
	position: absolute;
	top: 22px;
	right: -50px;
}
#accordion .card-header {
	border-radius: 18px;
	border: 1px solid #E9F0FF;
	background: #EBF1FF;
	padding: 11px 7px;
	margin-bottom: 15px;
	height: 67px;
}
#accordion .card-header a {
	color: #0D0E10;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.32px;
}
.faq-icon {
	width: 43px;
	height: 43px;
	border-radius: 10px;
	background: #FFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}
#accordion .card-header:hover {
	border: 1px solid #E9F0FF;
	background: #0D0E10;
}
#accordion .card-header:hover a {
	color: #fff;
}
#accordion .card-header:hover a .faq-icon {
	color: #000;
}
#accordion .card-body {
	border-radius: 18px;
	border: 1px solid #E9F0FF;
	background: #EBF1FF;
	padding: 20px;
	margin-bottom: 10px;
}
.footer_wrapper {
	border-radius: 48px 48px 0px 0px;
	background: #0D0E10;
	width: 95%;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-top: 80px;
}
.inp_wrapper {
	display: flex;
	align-items: center;
}
.inp_wrapper .form-control {
	border-radius: 18px !important;
	background: rgba(255, 255, 255, 0.12);
	border: none;
	margin-right: 8px;
	padding-left: 45px;
}
.inp_wrapper .inpt_icon {
	top: 18px;
	left: 15px;
}
.btn.btn-dark {
	width: 124px;
	height: 56px;
	border-radius: 18px;
	background: #145AFF;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.row.footer_top_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.19);
	padding-bottom: 50px;
	margin-bottom: 40px;
}
.row.bottom_row h6 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.row.bottom_row p {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.64px;
}
.row.bottom_row a {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.64px;
}
.row.bottom_row h5 {
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 111.072%;
	letter-spacing: -1.92px;
}
.btn.btn-hero {
	width: 154px;
	height: 56px;
	border-radius: 18px;
	background: #145AFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.btn.btn-hero1 {
	width: 154px;
	height: 56px;
	border-radius: 18px;
	background: #FFBC36;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.row.copy_row {
	border-top: 1px solid rgba(255, 255, 255, 0.19);
	padding-top: 50px;
	margin-top: 30px;
}
.row.copy_row p {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.64px;
	margin: 0;
}
.row.copy_row a {
	color: rgba(255, 255, 255, 0.70);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.64px;
	margin-right: 10px;
}
.row.copy_row .col-md-6:last-child {
	margin-left: auto;
	text-align: right;
}
.guest .navbar-wrapper {
	border-radius: 34px;
	background: #FFF;
	box-shadow: 0px 26px 31.2px 0px rgba(31, 36, 53, 0.10);
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	width: 90%;
	margin: auto;
	height: 68px;
	display: flex;
	align-items: center;
}
.guest .navbar-wrapper .navbar-right li a {
	color: #0D0E10;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.64px;
	background: transparent;
	padding-bottom: 0;
}
.guest .navbar-wrapper .navbar-right li .btn.btn-black {
	width: 132px;
	height: 48px;
	border-radius: 24px;
	background: #0D0E10;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	justify-content: center;
	border: none;
	display: flex;
	align-items: center;
	padding-bottom: 14px;
}
.guest .navbar-wrapper .navbar-right li .btn.btn-primary {
	width: 94px;
	min-height: 48px;
	height: 48px;
	border: 2px solid #145AFF;
	background-image: url('https://i.23robo.info/projects/n1/img/btn_shade.webp') !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	background-color: #145AFF;
	color: #fff;
	justify-content: center;
	margin-left: 8px;
	padding-bottom: 14px;
}
#download_top {
	background-color: #145AFF;
	padding-top: 200px;
	background-image: url('https://i.23robo.info/projects/n1/img/d_bg.webp');
	background-repeat: no-repeat;
	background-position: top right;
}
.text_white {
	color: #fff;
}
#steps_download {
	padding: 80px 0;
}
.card_wraps .card_body h4 {
	color: #0D0E10;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 117.625%;
	letter-spacing: -0.8px;
}
.card_wraps .card_body p {
	color: #5E6874;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.56px;
}
.download_ins .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.card_wraps {
	position: relative;
}
.card_wraps1::before {
	content: '';
	position: absolute;
	background-image: url('https://i.23robo.info/projects/n1/img/down_shadow.webp');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: -30px;
	left: -20px;
}
.card_wraps2::before {
	content: '';
	position: absolute;
	background-image: url('https://i.23robo.info/projects/n1/img/down_shadow.webp');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 40px;
	right: -85px;
}
.card_wraps3::before {
	content: '';
	position: absolute;
	background-image: url('https://i.23robo.info/projects/n1/img/down_shadow.webp');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: -30px;
	left: 85px;
}
.signup_page {
	padding-top: 120px;
	position: relative;
}
.guest .well {
	border-radius: 23px;
	background: #FFF;
	box-shadow: 0px 42px 97px 0px rgba(126, 122, 147, 0.22);
	padding: 20px;
}
.signup_title {
	color: #0D0E10;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -1.2px;
	position: relative;
}
.signup_title .curve_line::before {
	left: 0;
	top: 11px;
	background-size: 100% auto;
}
.txt_black {
	color: #262626;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.control-label {
	color: #262626;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.signup_page .form-control {
	border-radius: 16px;
	border: 1px solid #E9F0FD;
	background: #F3F7FF;
	padding-left: 15px;
}
.signup_page .pull-right-middle {
	color: #40454F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.56px;
}
.signup_page .pull-right-middle a {
	color: #145AFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.56px;
}
.sp_icon i {
	width: 40px;
	height: 40px;
	background: #FFF;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 50px;
	display: flex;
	align-items: center;
	color: #000;
	justify-content: center;
	rotate: 50deg;
	font-weight: 400;
}
.signup_page .btn.btn-primary {
	width: 147px;
	height: 50px;
	justify-content: start;
	padding-left: 3px;
	gap: 8px;
	margin-top: 15px;
	border: none;
	background-image: none;
}
.step_signup_Img {
	margin-top: 100px;
}
.signup_page::before {
	content: '';
	position: absolute;
	width: 572px;
	height: 572px;
	background: #145AFF;
	border-radius: 100%;
	top: -350px;
	left: -80px;
}
.back_btn {
	color: #145AFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.reset_password .form-control {
	border-radius: 16px;
	border: 1px solid #E9F0FD;
	background: #F3F7FF;
	color: #000;
	padding-left: 15px;
}
.reset_password {
	padding-top: 200px;
}
.reset_password::before {
	display: none;
}
.service_sec {
	padding-bottom: 80px;
	padding-top: 180px !important;
}
.service-filters {
	display: flex;
	border: 0;
	margin-bottom: 28px;
}
.service-filters li:first-child .btn.btn-primary {
	background: #0D0E10;
	border: none;
	margin-right: 5px;
}
.service-filters li.search {
	flex: 1;
	width: 100%;
	margin-left: 16px;
}
.service-filters li.search .input-group {
	display: flex;
	width: 100%;
	max-width: 100%;
	gap: 10px;
	margin: 0;
}
.service-filters li.search input {
	flex: 1;
	background: #F3F7FF;
	border-radius: 54px !important;
	border: 1px solid #E9F0FD;
	height: 54px;
	min-height: 46px;
	color: #000;
	padding-left: 15px;
}
.service-filters li.search .input-group-btn {
	width: 118px;
}
.service-filters li.search .input-group-btn .btn-primary {
	border-radius: 100px !important;
	justify-content: center;
}
.services_page {
	padding: 50px 0;
}
.table th, .table td {
	padding: 16px 14px !important;
	border: 0 !important;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.48px;
	vertical-align: middle !important;
}
.table th {
	background: #145AFF;
	color: #fff;
	text-transform: capitalize !important;
	font-weight: 400 !important;
}
.table {
	border-collapse: separate;
	border-spacing: 0 12px;
	background: transparent;
}
.table th:first-child {
	border-top-left-radius: 54px;
	border-bottom-left-radius: 54px;
}
.table th:last-child {
	border-top-right-radius: 54px;
	border-bottom-right-radius: 54px;
}
.width-service-name {
	min-width: 200px;
}
th {
	text-align: left;
}
.services .table tbody td {
	border-top: 1px solid #E9F0FD !important;
	border-bottom: 1px solid #E9F0FD !important;
}
.table td {
	background: #F3F7FF;
	box-shadow: none !important;
	color: #0D0E10;
}
.table td:first-child {
	border-top-left-radius: 54px;
	border-bottom-left-radius: 54px;
	border-left: 1px solid #E9F0FD !important;
}
.table td:last-child {
	border-top-right-radius: 54px;
	border-bottom-right-radius: 54px;
	border-right: 1px solid #E9F0FD !important;
}
.services .btn-modals {
	width: 83px;
	height: 40px;
	border-radius: 45px;
	background: #FF9D00;
	color: #fff;
}
.service-name {
	width: 100% !important;
	white-space: wrap;
}
.service-description__th {
	width: 100% !important;
	word-break: normal;
}
.service_bg {
	background: #0D0E10 !important;
	color: #fff !important;
	border: none !important;
}
.close {
	margin-right: 10px;
	margin-top: 10px;
}