/*
Theme Name: Custom Theme
Version: 0.1
*/

body {
	font-family: "Inter", sans-serif;
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	background: #14161B;
    color: #FFFFFF;
}
body, p {
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
}
div, ul, li, a {
    box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1340px;
	padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
    display: none;
}
@media (max-width: 400px) {
.container {
    padding: 0px 15px;
}
}
h1, h2, h3, h4, h5 {
	color: #fff;
    font-weight: 700;
    line-height: 120%;
}
h1 {
	font-size: 50px;
	margin: 0;
}
a, a svg, a path {
	text-decoration: none;
	transition: 0.3s;
}
a {
	color: #E6AD60;
}
a:hover {
	color: #ffce8c;
}
p {
    margin: 0 0 20px;
}
.default_section_title, h2, h3, h4 {
	font-weight: 700;
	font-size: 32px;
    color: #fff;
    line-height: 110%;
    font-weight: 700;
    margin: 0 0 20px 0;
}
@media (max-width: 768px) {
body {
	font-size: 16px;
}
}
@media (max-width: 400px) {
body {
	font-size: 14px;
}
}
.default_section {
	padding: 80px 0px;
	position: relative;
}
.default_section + .default_section, .default_section:first-of-type {
	padding-top: 0px;
}
.default_section:first-of-type {
	padding-top: 40px;
}
.default_orange_btn {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E6AD60;
	color: #14161B;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	width: 100%;
	max-width: 270px;
	border-radius: 8px;
	height: 40px;
	text-align: center;
	cursor: pointer;
    text-wrap: nowrap;
	transition: 0.3s;
}
.default_orange_btn:hover {
	background: #ffce8c;
	color: #14161B;
}
.default_hollow_btn {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	color: #fff;
	border: 1px solid #697281;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	width: 100%;
	max-width: 300px;
	border-radius: 8px;
	height: 40px;
	text-align: center;
	cursor: pointer;
    text-wrap: nowrap;
	transition: 0.3s;
}
.default_hollow_btn:hover {	
	background: #ffce8c;
	color: #14161B;
	border: 1px solid #ffce8c;
}
.content {
	min-height: 50vh;
}
@media (max-width:992px) {
.default_section_title, h2, h3, h4 {
    font-size: 24px;
}
}
@media (max-width:768px) {
.default_section {
	padding: 60px 0px;
}
.default_section_title, h2, h3, h4 {
	font-size: 20px;
    margin: 0 0 20px 0;
}
}
@media (max-width:450px) {
.default_section_title, h2, h3, h4 {
	font-size: 19px;
}
}

/* header start */
.header {
	position: relative;
	z-index: 999;
    padding-bottom: 10px;
}
.header_cont {
    height: 118px;	
}
.header_outer {
	padding-top: 10px;
    transition: 0.3s;
}
.header_outer--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	padding-top: 0;
	background: #252B35;
}
.header_outer--fixed .header_inner {
	padding: 5px 0;
    height: 93px;
}
.header_inner {
    transition: padding 0.3s ease;
    height: 108px;
	position: relative;
}
.header_top {
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 20px;
}
.header_logo a:hover {
	opacity: 0.7;
}
.header_logo img {
	display: block;
    width: 100%;
    max-width: 101px;
}
.header_top_btns {
	display: flex;
    gap: 10px;
    align-items: center;
}
.header_bottom {
	padding-top: 10px;
	transition: padding 0.3s ease;
}
.header_menu ul {
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 20px;
    padding: 8px 8px 8px 8px;
	background: #252B35;
	border-radius: 12px;
}
.header_menu > div > ul > li.current-menu-item > a, .header_menu > div > ul > li.current-menu-item > .menu_item_inner > a {
	background: #E6AD60;
    color: #14161B;
}
.header_menu > div > ul > li > .sub-menu {
	display: none;
}
.header_menu > div > ul > li > a, .header_menu > div > ul > li > .menu_item_inner > a {
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #697281;
    display: flex;
    align-items: center;
    text-align: center;
    height: 40px;
    padding: 12px 16px;
    text-decoration: none;
    transition: all .3s linear;
    border-radius: 8px;
}
.header_outer--fixed .header_menu > div > ul > li > a, .header_outer--fixed .header_menu > div > ul > li > .menu_item_inner > a {
    height: 30px;
}
.header_outer--fixed .header_bottom {
    padding-top: 0;
}
.header_menu ul li a:hover {
	color: #ffce8c;
}
.header_menu .submenu-toggle {
	display: none;
}
.header_menu div > ul > li.menu-item-has-children:hover > .sub-menu {
	display: flex !important;
    flex-wrap: wrap;
    gap: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
}
.header_menu div > ul > li.menu-item-has-children > .sub-menu > li {
	width: 25%;
    box-sizing: border-box;
}
.header_menu div > ul > li.menu-item-has-children > .sub-menu > li > a {
	font-weight: 600;
    font-size: 13px;
    line-height: 130%;
    color: #000;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 20px;
    min-height: 40px;
}
.header_menu div > ul > li.menu-item-has-children > .sub-menu > li > a:hover {
	color: #ffce8c;
}
.custom-lang-select {
	position: relative;
	display: inline-block;
	cursor: pointer;
    font-size: 14px;
}
.custom-lang-select .selected {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #697281;
    border-radius: 8px;
    min-width: 125px;
    background: #252B35;
    height: 40px;
	transition: 0.3s;
}
.custom-lang-select .selected:hover {
	background: #656262;
}
.custom-lang-select .selected .arrow {
	transition: 0.3s;
	margin-left: auto;
	color: #697281;
}
.custom-lang-select .selected:hover .arrow {
	color: #fff;
}
.custom-lang-select.open .selected .arrow {
	transform: rotate(180deg);
}
.custom-lang-select .options {
	box-sizing: border-box;
	display: none;
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	background: #252B35;
	border: 1px solid #697281;
	border-radius: 8px;
	padding: 0;
	z-index: 20;
	min-width: 125px;
	margin: 0;
	overflow: hidden;
}
.custom-lang-select.open .options {
	display: block;
}
.custom-lang-select .options li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	cursor: pointer;
	white-space: nowrap;
	transition: 0.3s;
}
.custom-lang-select .options li:hover {
	background: #656262;
}
.custom-lang-select img {
	display: inline-block;
	width: 18px;
	height: 12px;
	object-fit: cover;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
.custom-lang-select .flag-fallback {
	display: inline-block;
	width: 18px;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
	text-align: center;
	background: #eee;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
@media (max-width:850px) {
.header_menu ul {
	gap: 10px;
}
.header_menu > div > ul > li > a, .header_menu > div > ul > li > .menu_item_inner > a {
    padding: 12px 5px;
}
.header_menu > div > ul > li.current-menu-item > a {
    padding: 12px 10px;
}
}
@media (min-width:769px) {
.header_mobile_menu {
	display: none !important;
}
}
@media (max-width:768px) {
.header_cont {
	height: 55px;
}
.header_inner {
	height: 50px;
	border-radius: 13px;
	padding: 8px 15px 8px 15px;
}
.header_outer--fixed .header_inner {
    height: 50px;
}
.header_logo img {
	max-width: 110px;
}
.custom-lang-select .selected {
    height: 36px;
	font-size: 13px;
}
.default_orange_btn {
    font-size: 13px;
    height: 36px;
}
.default_hollow_btn {
    font-size: 13px;
    height: 36px;
}
.header_menu {
	display: none;
}
.header_btns_mobile_menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}
.header_btns_mobile_menu span {
	display: block;
	width: 20px;
	background: #fff;
	height: 3px;
	transition: 0.3s ease;
}
.header_btns_mobile_menu.active span:nth-child(1) {
	transform: rotate(45deg);
}
.header_btns_mobile_menu.active span:nth-child(2) {
	display: none;
}
.header_btns_mobile_menu.active span:nth-child(3) {
	transform: rotate(-45deg);
    margin-top: -8px;
}
.header_mobile_menu_top {
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0;
}
.header_mobile_menu {
    position: fixed;
	right: -100%;
	top: 0;
	width: calc(100% - 20px);
    padding: 0 10px 10px 30px;
	background: #fff;
	box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.15);
	border-radius: 0 0 0 13px;
	max-height: 100vh;
	overflow-y: auto;
	z-index: 999;
	transition: right 0.3s ease;
}
.header_mobile_menu.active {
	display: block;
	right: 0px;
}
.header_outer.menu_active {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header_mobile_menu .header_btns_mobile_menu span:nth-child(1) {
	transform: rotate(45deg);
}
.header_mobile_menu .header_btns_mobile_menu span:nth-child(2) {
	display: none;
}
.header_mobile_menu .header_btns_mobile_menu span:nth-child(3) {
	transform: rotate(-45deg);
	margin-top: -8px;
}
.header_mobile_menu.active span {
	display: block;
	width: 20px;
	background: #000;
	height: 3px;
	transition: 0.3s ease;
}
.header_mobile_menu_list ul {
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0;
}
.header_mobile_menu_list .menu > li {
	border-bottom: 1px solid #c3c3c3;
	padding: 5px 0;
}
.header_mobile_menu .header_mobile_menu_list:last-child li:last-child {
	border-bottom: none;
}
.header_mobile_menu_list .menu > li > a {
	padding: 10px 0;
	display: block;	
	line-height: 120%;
    text-align: center;
}
.header_mobile_menu_list .sub-menu > li {
	padding: 0 0 3px 0;
}
.header_mobile_menu_list .sub-menu > li > a {
	font-size: 16px;
	display: block;
	padding: 7px 0 7px 0;	
	line-height: 120%;
	background: #ebebeb;
}
.header_mobile_menu_list a {
	font-weight: 400;
	font-size: 18px;
	color: #000;
	padding: 10px 0;
	display: block;
	line-height: 120%;
	flex-grow: 1;
	text-align: center;
	padding-left: 50px;
}
.header_mobile_menu .menu_item_inner {
	display: flex;
    justify-content: center;
}
.header_mobile_menu .menu_item_inner > .submenu-toggle {
	display: flex	;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	width: 50px;
	min-width: 50px;
    transition: 0.3s;
}
.header_mobile_menu .submenu-open .menu_item_inner > .submenu-toggle {
	transform: rotate(180deg);
}
.header_mobile_menu .submenu-open .menu_item_inner > .submenu-toggle svg path {
	fill: #ffce8c;
}
}
@media (max-width:600px) {
.header_top_btn_load {
	display: none;
}
.header_mobile_menu_list a {
	font-size: 16px;
}
}
@media (max-width:500px) {
.header_top_btn_reg {
	display: none;
}
}
@media (max-width:450px) {
.header_logo img {
	max-width: 100px;
}
.header_top {
    gap: 10px;
}
.custom-lang-select .selected {
    padding: 8px 7px;
    min-width: 120px;
}
.header_mobile_menu {
	width: calc(100% - 15px);
	padding: 0 10px 10px 15px;
}
}
/* header end */

/* breadcrumbs start */
.breadcrumbs {
	font-size: 14px;
	color: #8f8f8f;
}
/* breadcrumbs end */

/* footer start */
footer {
	background: #252B35;
    padding: 40px 0;
}
.footer_top_logo {
	display: flex;
    justify-content: center;
}
.footer_top_socials {
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 15px;
}
.footer_top_socials a {
	transition: 0.3s;
}
.footer_top_socials a:hover {
	opacity: 0.6;
}
.footer_top_socials a img {
	display: block;
	height: 40px;
    width: auto;
}
.footer_imgs {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px 20px;
    flex-wrap: wrap;
    padding-top: 25px;
}
.footer_imgs_item img {
	display: block;
	height: 60px;
    width: auto;
}
.footer_copyright {
	font-size: 14px;
	line-height: 130%;
	color: #ffffff;
	text-align: center;
    padding-top: 25px;
}
/* footer end */

/* img_sec start */
.image_sec {
    display: flex;
    justify-content: center;	
}
.image_sec a {
	display: block;
    width: 90%;
	cursor: pointer;
	transition: 0.3s;
}
.image_sec a:hover {
	transform: scale(1.1);
}
.image_sec img {
	display: block;
	max-width: 100%;
}
/* img_sec end */

/* first_sec start */
.first_sec {
	overflow: hidden;
    position: relative;
}
.first_sec_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;	
    position: relative;
    z-index: 1;
}
.first_sec_img {
	flex-grow: 1;
	width: 100%;
}
.first_sec_img img {
	display: block;
    max-width: 100%;
}
.first_sec_right {
	flex-grow: 1;
	width: 100%;
}
.first_sec_h {
	color: #fff;
    font-size: 40px;
}
.first_sec_btns {
	padding: 30px 0;
}
.first_sec_btn {
	font-size: 20px;
    height: 60px;
}
.first_sec_t_small {
	color: #aaa;
    font-size: 16px;
}
.star {
  position:absolute;
  left: var(--x); top: var(--y);
  width: var(--sz); height: var(--sz);
  border-radius:50%;
  background:#fffdc5c4;
  box-shadow:0 0 6px 2px rgba(255,255,255,.55);
  opacity:.8;
  animation:
    twinkle var(--dur) ease-in-out var(--del) infinite,
    drift 20s linear var(--del) infinite;
}
@keyframes twinkle {
  0%,100% { opacity:.2; }
  50%     { opacity:1;  }
}
@keyframes drift{
  from { transform: translateY(0); }
  to   { transform: translateY(calc(var(--drift) * -1)); }
}
@media (max-width:768px) {
.star {
	display: none;
}
.first_sec {
    padding-top: 30px;
}
.first_sec_img {
    display: none;
}
}
@media (max-width:500px) {
.first_sec_h {
    font-size: 30px;
}
.first_sec_btn {
    font-size: 14px;
    height: 50px;
}
.first_sec_t_small {
    font-size: 14px;
}
.first_sec_btns {
    padding: 25px 0;
}
}
@media (max-width:400px) {
.first_sec_h {
    font-size: 26px;
}
.first_sec_btns {
    padding: 15px 0;
}
}
/* first_sec end */

/* FAQ_sec start */
.faq_sec_item {
    background-color: #413f46;
    border-radius: 20px;
    margin-bottom: 13px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
}
.faq_sec_item:last-child {	
    margin-bottom: 0;
}
.faq_sec_item p {
	margin: 0;
	padding: 0;
}
.faq_sec_item .faq_sec_question svg {
	position: absolute;
    right: 30px;
    top: calc(50% - 9px);
	transition: 0.3s;
}
.faq_sec_item .faq_sec_question svg path {
	transition: 0.3s;
}
.faq_sec_item.open .faq_sec_question svg {
	transform: rotate(180deg);
}
.faq_sec_item.open .faq_sec_question svg path {
	stroke: #E6AD60;
}
.faq_sec_question {
	padding: 20px 60px 20px 30px;
    font-weight: 600;
    position: relative;
	transition: 0.3s;
}
.faq_sec_item:hover .faq_sec_question svg path {
	stroke: #E6AD60;
}
.faq_sec_answer {
	padding: 0px 30px 15px 30px;
	font-size: 16px;
}
@media (max-width: 400px) {
.faq_sec_answer {
    padding: 0px 20px 15px 20px;
    font-size: 14px;
}
.faq_sec_question {
    padding: 15px 50px 15px 20px;
}
.faq_sec_item .faq_sec_question svg {
    right: 20px;
}
}
/* faq_sec End */

/* blog_sec start */
.blog_sec_slider {
	margin: 0 -10px;
}
.blog_sec_slider_item {
	margin: 0 10px;
}
/* FAQ_sec end */

/* TOC_sec start */
.toc_sec {
	padding: 8px;
	background: #252B35;
	border-radius: 12px;
	display: flex;
	align-items: center;
}
.toc_sec_h2 {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 12px 16px;
	color: #FFFFFF99;
	border-right: 1px solid #BF9DCE;
	margin: 0;
    text-wrap: nowrap;
}
.toc_sec_list_outer {
	width: 100%;
    overflow: auto;
	scrollbar-width: none;
    -ms-overflow-style: none;
}
.toc_sec_list {
	margin: 0;
	padding: 0;	
	list-style: none;
	display: flex;
	align-items: center;
	width: max-content;
	gap: 15px;
}
.toc_sec_list li a {
	display: block;
	font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 16px;
    color: #ffffff;
}
.toc_sec_list li a:hover {
	color: #ffce8c;
}
/* TOC_sec end */

/* promotions_sec start */
.promotions_sec_items {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}
.promotions_sec_item {
	border-radius: 12px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid #484F61;
	width: calc(33% - 8px);
    flex-grow: 1;
}
.promotions_sec_item_t {
	font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 8px;
}
.promotions_sec_item_h {
	font-weight: 900;
	max-width: 200px;
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 35px;
}
.promotions_sec_item_btn {
	width: 150px;
	text-wrap: initial;
}
@media (max-width:992px) {
.promotions_sec_items_outer {
	width: calc(100% + 20px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.promotions_sec_items {
    width: max-content;
}
.promotions_sec_item {
    flex-grow: initial;
    width: 450px;
}
}
@media (max-width:768px) {
.promotions_sec_item {
	width: 80vw;
}
}
@media (max-width:400px) {
.promotions_sec_items_outer {
	width: calc(100% + 15px);
}
.promotions_sec_item {
	width: 85vw;
}
.promotions_sec_item_h {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
}
}
/* promotions_sec end */

/* best_sec start */
.best_sec_list_outer {
	width: 100%;
}
.best_sec_list {
    display: flex;
    gap: 15px;
}
.best_sec_item {
	display: block;
	border-radius: 13px;
	overflow: hidden;
    padding-top: 175px;
	text-align: center;
	color: #fff;
    width: 100%;
    transition: 0.3s;
}
.best_sec_item:hover {
	transform: scale(1.1);
	color: #fff;
}
.best_sec_item_bottom {
	background: linear-gradient(to bottom,rgba(230, 173, 96, 0) 0%,	#E6AD60 10%,#E6AD60 100%);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px 15px 15px 15px;
}
.best_sec_item_h {
	font-size: 28px;
	line-height: 95%;
    margin: 0;
}
.best_sec_item_t {
	font-weight: 500;
    font-size: 12px;
    padding-top: 5px;
}
.best_sec_btns {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
@media (max-width:992px) {
.best_sec_list_outer {
	width: calc(100% + 20px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.best_sec_list {
	width: max-content;
	padding-right: 20px;
}
.best_sec_item {
    width: 200px;
}
}
@media (max-width:768px) {
.best_sec_item {
	width: 40vw;
}
}
@media (max-width:500px) {
.best_sec_item {
	width: 60vw;
}
}
@media (max-width:400px) {
.best_sec_list_outer {
	width: calc(100% + 15px);
}
.best_sec_item {
	width: 75vw;
}
}
/* best_sec end */

/* blocks_sec start */
.blocks_sec_list_outer {
	width: 100%;
}
.blocks_sec_list {
	display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.blocks_sec_item {
	display: block;
	border-radius: 13px;
	overflow: hidden;
	text-align: center;
	color: #fff;
    width: calc(16.666% - 10px);
    transition: 0.3s;
}
.blocks_sec_item:hover {
	transform: scale(1.1);
	color: #fff;
}
.blocks_sec_item_img img {
	width: 100%;
    display: block;
}
.blocks_sec_item_bottom {
    background: linear-gradient(to bottom,rgba(230, 173, 96, 0) 0%,	#E6AD60 10%,#E6AD60 100%);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 35px 15px 15px 15px;
    margin-top: -23px;
    position: relative;
}
.blocks_sec_item_h {
	font-size: 23px;
    line-height: 100%;
    margin: 0;
}
.blocks_sec_item_t {
	font-weight: 500;
    font-size: 12px;
    padding-top: 5px;
}
.blocks_sec_btns {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
@media (max-width:1200px) {
.blocks_sec_item {
    width: calc(20% - 10px);
}
}
@media (max-width:992px) {
.blocks_sec_item {
    width: calc(25% - 9px);
}
}
@media (max-width:768px) {
.blocks_sec_item {
    width: calc(33% - 6px);
}
}
@media (max-width:600px) {
.blocks_sec_item {
    width: calc(50% - 6px);
}
}
@media (max-width:500px) {
.blocks_sec_item_h {
    font-size: 20px;
}
.blocks_sec_item_bottom {
    padding: 35px 10px 10px 10px;
}
}
@media (max-width:400px) {
.blocks_sec_item_h {
    font-size: 18px;
}
}
/* blocks_sec end */

/* table_sec start */
.table_sec_table {
	width: 100%;
}
.table_sec_table > *:first-child tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}
.table_sec_table > *:first-child tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
}
.table_sec_table > *:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
.table_sec_table > *:last-child tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
.table_sec_table > *:first-child tr:first-child td {
    border-top: 1px solid #abb2ba;
}
.table_sec_table tr td:first-child {
    border-left: 1px solid #abb2ba;
}
.table_sec_table tr td {
    border-right: 1px solid #abb2ba;
    border-bottom: 1px solid #abb2ba;
	padding: 14px 14px 14px 24px;
}
@media (max-width:500px) {
.table_sec_table_outer {
	overflow-x: auto;
    margin-right: -20px;
    padding-right: 20px;
}
.table_sec_table {
    width: 450px;
}
}
/* table_sec end */