body{
    overflow-x: hidden;
}
/* Hide scrollbar */
.hide-scrollbar {
  overflow: hidden;
}

.automated-board {
	padding-block: 50px;
}
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height:100%;
    width: 100%;
    visibility: visible;
}

.brand_name{
	width: 60px;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    background-color: #d9b06a;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1111;
    box-shadow: 0 0 0 transparent;
    top: 0;
    padding-block: 10px;
    transition: 0.5s ease;
    border-bottom: 1px solid transparent !important;
    padding-inline: 15px;
    background-color: #fff;
}

header.sticky-header {
    box-shadow: 0px 6px 38px -20px #000;
}
    
.header-button > a {
    transition: 0.1s ease;
}

.customGap{
	gap:50px;
} 
#mega-menu>ul>li:hover .submenuList {
    display: grid;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 96%;
    position: absolute;
    min-width: 200px;
    top:53px;
}
div#dropdownNavbar, #mega-menu > ul > li:hover div#dropdownNavbar {
    transform: inherit !important;
    top: 26px !important;
}
.black-btn > .black {
	min-width: 150px;
	display: block;
	margin-inline: auto;
	max-width: 240px;
	font-family: Inter;
	font-size: 0;
	font-weight: 500;
	line-height: 42px;
	text-align: center;
	border-radius: 52px;
	position: relative;
	padding: 10px 20px;
	overflow: hidden;
}

.black::before, .black::after {
	content: attr(data-subtext);
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    white-space: pre;
    padding: 10px 20px;
    top: 0;
	transition: transform 0.5s ease;
}

.black-btn > .black.black-sm {
	padding:5px 40px;
	line-height: 14px;
	min-width: fit-content;
	max-width: fit-content;
    font-size: 0;
}

.sign_in:hover {
	color: #ff5e00!important;
	transition: 0.2s;
}

.get_started{
	background:linear-gradient( -22deg, rgb(255, 214, 0) 0%, rgb(255, 94, 0) 68%);
	color: #fff!important;
}


header .black-btn > .black.black-sm {
    padding: 13px 60px;
}

.black.black-sm::before, .black.black-sm::after {
	font-size: 12px;
	padding: 0;
}
.colorText {
	background-image: radial-gradient(224% 1824.85% at -65.6% 90.3%, rgb(97, 166, 242) 1.56053%, rgb(255, 94, 0) 32.436%, rgb(61, 56, 204) 68%, rgb(242, 201, 76) 100%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.black::before{
    background: linear-gradient( -22deg, rgb(213, 211, 205) 0%, rgb(0, 0, 0) 68% );
    transform: translateY(0);
    display: none;
   
}
.black::after {
	background:linear-gradient( -22deg, rgb(255, 214, 0) 0%, rgb(255, 94, 0) 68% );
	transform: translateY(0);
}

.black:hover::before{
    transform: translateY(-100%);
}

.black:hover::after{
    transform: translateY(0);
}

#mega-menu > ul > li > * {
    font-size: 16px;
    transition: 0.5s ease-in-out;
	column-gap: 5px;
}
#mega-menu > ul > li > * > i {
	font-size: 12px;
	transform: rotate(0deg);
	transition: 0.5s all;
}
#mega-menu > ul > li:hover > * > i {
	transform: rotate(-180deg);
}

.my_nav:hover, .my_nav.active{
	border-bottom:2px solid #ff5e00;
}
.img-grid-tems > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


main {
    padding-top: 70px;
}



.grid-box-hiring {
	display: grid;
	gap: 30px;
	margin-bottom: 70px;
	border: 1px solid #d9d9d9;
	align-items: center;
}

.gridOrder-1{
	order: 1;
}

.gridOrder-2{
	order: 2;
}


.grid-box-hiring:nth-child(odd){
	grid-template-columns: minmax(0,1fr) minmax(0,2fr);
}

.grid-box-hiring:nth-child(even){
	grid-template-columns: minmax(0,2fr) minmax(0,1fr);
}

.detail-grid-box h3{
    font-family: Inter;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color:#000;
    margin-bottom: 30px;
}
.detail-grid-box p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color:#6B7280;
}
.service-heading {
    display: flex;
    column-gap: 16px;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}
.service-heading img {
    width:40px;
}
.service-heading h3 {
    margin-bottom: 0;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color:#000;
}
.service-items p {
    margin-bottom: 0;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color:#6B7280;
}

.service-items {
    width: 100%;
    padding: 20px;
	border-radius: 20px;
}




.effect-text{
    background-image: url("/new_dashboard/img/animation-img/text-effect.webp"); 
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    background-position: 100%;
}


.video-box {
	border-radius: 50px;
	overflow: hidden;
}


.vertical-line {
	width: 1px;
	height: 100px;
	display: block;
	background: #dbdbdb;
	margin-inline: auto;
}


.horizontal-line {
	display: block;
	width: 550px;  
	height: 1px;
    background: #dbdbdb;
    margin-inline: auto;
}

.team-list {
	display: flex;
    justify-content: center;
    padding-top: 40px;
}

.team-list li {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	overflow: hidden;
	margin-left: -4px;
}
.team-list li:first-child {
	margin-left:0;
}
.team-list li > a {
	display: block;
	height: 100%;
	width: 100%;
}

.team-list li > a >img{
	height: 100%;
	width: 100%;
    object-fit: cover;
}

.pra-size {
	font-family: Inter;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #716B78;
	margin-block: 20px;
}
.team-mian-box {
	padding-bottom: 30px;
}


.light-box-design {
	display: grid;
	grid-template-columns: repeat(4, auto);
	gap: 16px;
}
.three-item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	width: 500px;
}
.full-width {
	grid-column-start: 1;
	grid-column-end: -1;
}

.two-item a, .three-item a:not(:last-child) {
	height:287px;
	overflow: hidden;
	display: block;
    width: 100%;
}

.two-item a:not(:last-child) {
	margin-bottom: 16px;
	
}
.one-item a {
	display: block;
	height: 590px;
   
}
.light-box-design > .light-box-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
    transition: 0.5s ease;
}

.light-box-item a {
	position: relative;
	border-radius: 30px;
    overflow: hidden;
}

.light-box-item a:hover img {
	transform: scale(1.2);
}

.light-box-item a > p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}
.gallery {
	padding-block: 50px;
}
.light-box-item > .black-text p {
	color: #000;
}
.black-text .icon-svg {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
}
.benefits-part{
    padding-block: 50px;
}
.benefits-caroser .owl-item {
	display: flex;
	align-items: stretch;
    transition:0.5s ease;
    margin-left: 10px;
}
.benefits-caroser .owl-item > .item {
	position: relative;
	z-index: 1;
	border: 1px solid transparent;
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, #fe6d33, darkorchid) border-box;
}



.benefits-caroser .owl-stage {
	display: flex;
    padding-block: 20px;
}

.benefits-caroser .owl-item:hover {
	box-shadow: 0px 0px 6px #fe6d335e;
    transform: scale(1.1);
     z-index: 111;
     border-radius:.5rem;
}

.benefits-caroser > .owl-nav > button {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: #f1f1f1 !important;
	z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}


.benefits-caroser > .owl-nav > button.owl-prev {
	left:-50px;
}
.benefits-caroser > .owl-nav > button.owl-next {
	right:-50px;
}

.benefits-part .tital-main-box h2 {
	margin-top: 30px;
}
.benefits-caroser .owl-item > .item h4 {
	font-size: 16px;
	font-weight: 600;
}

.benefits-caroser .owl-item > .item p {
	font-size: 12px;
	font-weight: 400;
    color: #797979;
}

.benefits-caroser .owl-item > .item > svg {
	color: #fe6d33;
}

/* .img-grid-tems { */
    /* border-radius: 124px 0 124px 0;
    overflow: hidden;
    box-shadow: 0px 3px 5px 2px #00000047; */
/* } */
#message {
    resize: none;
}
#back_to_top {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 5px;
    right: 5px;
    padding: 10px;
    font-size: 14px;
    background-image: url(../img/landingpage_img/boder-img.png);
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    background-size: cover;
}

.yellow-box-active #back_to_top svg path, .black-box-active #back_to_top svg path{
	stroke: #fff;
}
.footer-active #back_to_top svg path{
	stroke: #FF7C00;
}
.grid-box-four {
	column-gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}
.Products-guide-box {
    grid-area: 1/1/-5/2;
    background: #FFF5F2;
    display: flex;
    flex-direction: column;
    padding: 18px 20px 30px;
    text-align: center;
}
.Products-guide-box h4, .Products-guide-box h5{
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    color: #2F2F2F; 
    margin-bottom: 14px;   
}
.Products-guide-box p{
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    color: #707070;
    margin-bottom:0;       
}
.guide-line-img {
	position: relative;
	margin:50px auto;
	width: 151px;
	height: 167px;
    text-align: center;
}
.guide-line-img img {
	position: relative;
	border-radius: 100%;
	width: auto;
}
.guide-line-img::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: auto;
    background-color: #F15922;
    height: 150px;
    width: 150px;
    border-radius: 100%;
}
.Products-guide-box h5{
    font-size: 18px;
    line-height: 21.78px;
   
}
.request-demo-btn {
	display: flex;
	justify-content: center;
	margin-top:24px;
}
.request-demo-btn > a {
	display: block;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 16.94px;
	text-align: center;
	text-decoration-skip-ink: none;
	width: fit-content;
	padding: 10px 20px;
	color: #2f2f2f;
	border: 1px solid #EE482A;
    border-radius: 20px;
}
.megamenu-item {
	padding: 18px 20px;
}
.main-link {
	display: flex;
	width: auto;
	column-gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    align-items: center;
   
}

.stand-out {
	padding-bottom: 50px;
}

.tab-view-list {
	display: flex;
	column-gap: 20px;
	background: #f5f5f5;
	padding: 10px;
	border-radius: 10px;
	justify-content: space-between;
}

.mian-list-tab{
    margin-bottom: 20px;
}
.stand-out .tital-main-box > h2 {
	margin-top: 30px;
}
.tab-view-list li > button {
	padding: 20px 30px;
	border-radius: 10px;
	background: none;
    color: #3E3E3E;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
	text-transform: capitalize;
}
.tab-view-list li > button.active-tab{
    background: #FF6C79;
    color: #fff;
}

#back_to_top svg path {
	stroke: #FF7C00;
}
.boder-gradient{
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #fe6d33, darkorchid) border-box;
    border: 1px solid transparent !important;
}
.boder-gradient-bg-black{
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #fe6d33, darkorchid) border-box;
    border: 1px solid transparent !important;
}
#dropdownNavbar {
	transform:translate(0px , -42px) !important;
	transition: 0.5s ease-in-out;
}
#dropdownNavbar.block {
	transform:translate(0px , 34px) !important;
}
.main-link > i {
	font-size: 12px;
	color: #f15922;
    animation: mymove 5s infinite;
    position: relative;
    left:0;
}
@keyframes mymove {
    0%  {left:0px;color: #000;}
    25% {left:3px;color: #f15922;}
    50% {left:10px;color: #f15922;}
    75% {left:3px;color: #f15922;}
    100% {left:0px;color: #000;}
}

.pocket-main-box {
	position: relative;
}

.pocket-main-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: calc(100% - 200px);
	width: 66%;
	background: #FFC371;
	border-radius: 0 40px 40px 0;
	transform: translateY(-50%);
}

.grid-row {
	display: grid;
	grid-template-columns: 68% 25%;
	gap: 40px;
	justify-content: space-between;
}
.three-row-grid {
	display: grid;
	grid-template-columns: repeat(3, 240px);
	width: 100%;
	position: relative;
	gap: 80px 16px;
	padding-top: 0;
	justify-content: space-between;
	padding-right: 50px;
	align-items: center;
	align-content: center;
}
.black-btn > .black.black-span {
	display: flex;
	align-items: center;
	margin-inline: auto;
    height: 70px;
}
.black-btn > .black.black-span > svg {
	fill: #fff;
	position: relative;
	width: 24px;
	z-index: 111;
	height: 24px;
}
.black-btn > .black.black-span > span {
	position: absolute;
	left: 60px;
	width: calc(100% - 60px);
}
.black-btn > .black.black-span > span.get-on {
	top: 0;
}
.black-btn > .black.black-span > span.gp {
	top: 25px;
}
.black-btn > .black.black-span > span::before, .black-btn > .black.black-span > span::after {
    content: attr(data-subtext);
	position: absolute;
	left:0;
	color: #fff;
    top: 0;
    transition: 0.5s ease;
}
.black-bg::after {
	
    background: #000;
}
.black-btn > .black.black-span > span::before{
    display: none;
}
.black-btn > .black.black-span:hover span::before{
    transform: translateY(-160%);
    
   
}
.black-btn > .black.black-span > span::after{
    transform: translateY(0);
    z-index: 1;
}

.black-btn > .black.black-span > span.get-on::before, .black-btn > .black.black-span > span.get-on::after {
	font-size: 16px;
}
.black-btn > .black.black-span > span.gp::before, .black-btn > .black.black-span > span.gp::after {
	font-size: 24px;
}
.three-row-item > h4 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    color: #000;
    margin-bottom: 20px;
}
.three-row-item p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
   color: #353535;
}
.mobile-img-box {
	width: 70%;
	margin-inline: auto;
}
.mobile-app-link-box img {
	width: auto;
	margin: 25px auto;
	
}

.mobile-app-link-box h3 {
	font-family: Inter;
	font-size: 42px;
	font-weight: 500;
	line-height: 51px;
	color: #000;
	padding-left: 20px;
}
.megamenu-item > ul {
	margin-top:13px;
}
.megamenu-item > ul > li:not(:first-child) {
	margin-top: 5px !important;
}
.megamenu-item > ul > li > a {
	font-size: 12px;
	line-height: 20px;
}
.managemnt-system {
	grid-area: 1/4/-5/4;
}
.megamenu-item > ul > li + hr + li {
	margin-bottom: 14px !important;
}
/* body{
	transition: 0.5s ease-in-out;
} */
body:has(#mega-menu-dropdown.block) {
	overflow-y: hidden;
}

h1{
    font-family: Inter;
    font-size: 54px;
    font-weight: 500;
    line-height: 76px;
    text-align: center;
}
.container {
	max-width: 1500px;
}

.benefits-caroser, .mian-list-tab {
	margin-top: 30px;
}
#pricing {
	padding-block: 70px;
}

.light-box-item a.full-width {
	height: 290px;
}
.main-home > section {
	width: 100%;
	display: block;
	padding-block: 50px;
    position: relative;
}



.main-home {
	overflow: hidden;
}

.two-grid {
	display: grid;
	grid-template-columns: 300px 1fr;
	column-gap: 20px;
}
.filter-cantroll {
	margin-bottom: 16px;
}
.filter-cantroll label {
	width: 100%;
	display: block;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	text-align: left;
	margin-bottom: 10px;
	color: #6B7280;
}
.filter-cantroll > input {
	width: 100%;
	font-family: Inter;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	text-decoration-skip-ink: none;
	border-radius: 50px;
	color: #ADADAD;
	border: 1px solid #EDF0F5;
	padding: 10px 16px;
}
.blog-tab-list {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.blog-tab-list > li > a {
	display: flex;
	width: 100%;
	align-items: center;
	font-family: Inter;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	text-decoration-skip-ink: none;
	color: #A3A3A3;
}
.blog-tab-list > li.active > a {
	background: linear-gradient(90deg, #FF7001 0%, #FFBB01 100%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.blog-content .tab-pane {
    display: none;
    margin-top: 10px;
}
.blog-content .tab-pane.active {
    display: block;
}
.two-grid-deatil-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:55px;
	width: 100%;
}
.full-w-box {
	grid-column-start: 1;
	grid-column-end: -1;
}
.bloger-one-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.blog-img > img {
	width: 100%;
}
.blog-info h3 {
	font-family: Inter;
	font-size: 25px;
	font-weight: 500;
	line-height: 36px;
	text-decoration-skip-ink: none;
	color: #060606;
	margin-bottom: 16px;
}
.blog-info > p {
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	text-decoration-skip-ink: none;
	color: #6B7280;
}
.blog-writer-img {
	width: 46px;
	height: 46px;
	overflow: hidden;
	border: 1px solid #000;
	border-radius: 100%;
}
.blog-writer-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-writer-name h6 {
	font-family: Inter;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	text-align: left;
	text-decoration-skip-ink: none;
	color: #060606;
}
.blog-writer-name > p {
	font-family: Inter;
	font-size: 10px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	text-decoration-skip-ink: none;
	color: #656565;
}
.blog-info {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.blog-writer {
	display: flex;
	column-gap: 20px;
	align-items: center;
	margin-top: auto;
}
.blog-img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.blog-info h5 {
	background: rgba(254, 187, 0, 0.25);
	width: fit-content;
	padding: 8px 20px;
	font-family: Inter;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	border-radius: 30px;
	margin-bottom: 10px;
}
.blog-info h5 span{
    background: linear-gradient(90deg, #FF7001 0%, #FFBB01 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blog-box {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.blog-box .blog-writer {
	position: static;
	margin-top: 20px;
}
.blog-info a {
	position: absolute;
	right: 0;
	bottom: 6px;
	background: #F4F4F4;
	height: 36px;
	width: 36px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-btn {
	display: none;
}
.bg-threeD {
	background: linear-gradient( -22deg, rgb(255, 214, 0) 0%, rgb(255, 94, 0) 68% );
	width: fit-content;
	margin-inline: auto;
	padding: 8px 16px;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 30px;
	font-family: Inter;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
}
.bg-threeD:hover{
    color: #fff;
}

.main-row {
	display: flex;
	flex-wrap: wrap;
    gap: 20px;
}



.infomation-list-box {
	padding-left: 30px;
}
.infomation-list h3 {
	font-family: Inter;
	font-size: 20px;
	font-weight: 600;
	line-height: 42px;
	text-decoration-skip-ink: none;
	color: #232323;
}
.infomation-list p, .infomation-list ol li {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #6B7280;
}
.infomation-list {
    counter-reset: list-counter;
}
.ordered-list {
    counter-reset: sublist-counter;
}
.ordered-list > li ,.infomation-list h3,
.ordered-sub-list > li {
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
}


.infomation-list h3 {
    counter-increment: list-counter;
    padding-left:0;
  }
  
  .ordered-list> li {
    counter-increment: sublist-counter;
  }
  
  .ordered-list > li::before, .infomation-list h3::before, .ordered-sub-list > li::before {
    position: absolute;
    top: 0;
    left:0;
    width:auto;
    font-size: 14px;
    color: #666;
  }
  
  .infomation-list h3::before {
    content: counter(list-counter);
    font-size:0;
  }

  
  .ordered-list > li::before {
    content: counter(list-counter) "." counter(sublist-counter);
  }
  .ordered-sub-list > li::before {
    content:".";
    font-size: 40px;
    line-height: 5px;
  }
    .ordered-sub-list > li {
        padding-left: 23px;
    }
  .ordered-sub-list {
	margin-left: -23px;
}


.policy-tab-list ul li a {
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	padding: 20px 30px;
	border-radius: 8px;
	color:rgb(62, 62, 62);
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}
.policy-tab-list ul li a:hover{
	text-decoration: none;
}

.policy-tab-list ul li.active a {
	background: rgb(255, 108, 121);
   color: #fff;
}
.privacyPolicy{
    padding-block: 50px;
}
.tab-pane{
    display: none;
}
.tab-pane.active{
    display:block;
}
.border-3d{
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, #fe6d33, darkorchid) border-box;
	border: 1px solid transparent;

}
.btn-red {
	background-color: #FB501E;
	color: #fff;
}
.button-3d {
	background: linear-gradient( -22deg, rgb(255, 214, 0) 0%, rgb(255, 94, 0) 68% );
	color: #fff;
	font-size: 12px;
	padding:12px 40px;
	border-radius: 30px;
	line-height: 14px;
	display: inline-flex;
}
form .control-from {
	width: 100%;
	position: relative;
}
form .control-from input, form .control-from textarea {
	width: 100%;
	border: 1px solid #F2F2F0;
	height: 50px;
	border-radius: 10px;
	padding: 10px 16px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 300;
	line-height: 38px;
	color: #6C6C6C;
    position: relative;
    z-index: 1;
    background-color: transparent;
}
form .control-from .form-label {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
    font-family: Inter;
	font-size: 16px;
	font-weight: 300;
	line-height: 38px;
	color: #6C6C6C;
    transition: 0.3s ease-in-out all;
}
form .control-from.messageWrite .form-label {
	top: 26px;
}
form .control-from input:valid ~ label,
form .control-from input.form-control:focus ~ .form-label, form .control-from.messageWrite textarea:valid ~ label, form .control-from.messageWrite textarea.form-control:focus ~ .form-label{
    top: 2px;
    font-size: 12px;
    background-color: #fff;
    z-index: 1;
    padding-inline: 7px;
    transform: translateY(-23px);
}


form .control-from textarea {
	width: 100%;
	resize: none;
	height: 250px;
}
.row-gap-20 {
	row-gap: 20px;
}
.container:has(.row) {
	padding-inline: 15px;
}
button:focus {
	box-shadow: none !important;
}
.header-button > a.sing-in-btn {
	padding-inline: 20px !important;
}
.header-main-page a:hover, .header-main-page a, .header-main-page a.active, footer a:hover{
    color: rgb(19, 26, 43);
    text-decoration:none !important;
}
.remove-scroll{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.remove-scroll::-webkit-scrollbar {
    width:0'
}
.modal-open .modal {
    padding: 0 !important;
}
.modal .modal-dialog, .modal.show .modal-dialog {
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	top: 50%;
	margin: auto;
}
.modal-header .modal-title {
	font-size: 16px;
	font-weight: 600;
}
.modal {
	background-color: rgba(0,0,0,0.8);
}
.all-popup .modal-dialog {
	max-width: 800px;
}
.all-popup .modal-content {
	border-radius: 20px;
}
.modal-header {
	justify-content: center !important;
}
.modal-content .close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ff9900;
	position: absolute;
	top: -20px;
	right: -20px;
	transition: .3s all linear;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-content .close {
	top: 0;
	right: 0;
}
.sign-in-box {
	height: 500px;
	overflow-y: auto;
}
.control-form-icon, .control-form {
	position: relative;
}
.control-form label {
	font-family: Poppins;
	font-size: 13px;
	line-height: 20px;
	color: #6b7280;
	margin-bottom: 8px;
	padding-top: 0 !important;
}
.control-form label sup {
	color: #f00;
}
.control-form input, .control-form select, .control-form-icon input, select.form-control.select2 + span .select2-selection--single, .filter_forms .field > select, .filter_forms .field > input {
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	height: 48px;
	padding: 10px 20px;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #6b7280;
	width: 100%;
}
.control-form textarea {
	width: 100%;
	resize: none;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	height: 60px;
	padding: 10px 16px;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #6b7280;
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d !important;
	border-color: #6c757d !important;
}
.btn-orange, .btn-orange:hover {
	background-color: #f28e1f !important;
	color: #fff !important;
	border: 1px solid #f28e1f !important;
	font-weight: normal;
}

.modal-open .modal {
	z-index: 1111;
}

.plans-grid {
	display: grid;
	grid-template-columns: repeat(3 , 1fr);
	gap: 20px;
}
.plans-card {
	border: 1px solid #d1d1d1;
	border-radius: 6px;
	padding: 20px;
}
.plans-card > h2 {
	font-family: Inter;
	font-size: 26px;
	font-weight: 600;
	line-height: 38px;
	color: #000;
	margin-bottom: 20px;
    text-transform: capitalize;
}
.card-description {
	font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #353535;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
  
}
.plan-price {
	font-size: 20px;
	font-weight: 600;
}
.price-btn > a {
	width: 100%;
	display: block;
	border: 1px solid #d1d1d1;
	text-align: center;
	padding: 5px 20px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
}
.feature-list {
	line-height: 30px;
	white-space: pre-line;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
}
.plans-card.active-plans {
	background-color: #000;
}
.plans-card.active-plans * {
	color: #fff !important;
}
.brand-img {
	width: 100px;
	margin: 0 auto 12px;
}
.brand-about {
	padding-right: 16px;
	text-align: center;
}
.footer-menu-list{
	grid-template-columns: repeat(3, minmax(0, auto));
}
.footer-coyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.media-link {
	column-gap: 10px;
}

.media-link > li > a {
	width: 30px;
	height: 30px;
	display: flex;
	border-radius: 25px 25px 25px 0;
	align-items: center;
	justify-content: center;
	background: #00000070;
	
}
.media-link > li > a:hover {
	background: linear-gradient( -22deg, rgb(255, 214, 0) 0%, rgb(255, 94, 0) 68%);
}
.media-link > li > a > svg {
	fill: #fff;
}
.footer-menu > ul {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
.footer-menu > h6 {
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin-bottom: 15px;
}
.footer-menu > ul > li > a {
	font-size: 16px;
	color: #828282;
	display: block;
	font-weight: 500;
}
.footer-menu > ul > li > a:hover {
	color: #ff5e00;
}
.megamenu-item > ul > li > a {
	pointer-events: none;
}
.office-detail ul > li > a:hover {
	text-decoration: none;
	color: #ff8100;
}