@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:is(.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6) {
    color: #000;
    font-family: Poppins,sans-serif !important;
	/* font-family: 'Archivo', sans-serif; */
}
body {
    background-color: var(--pk-topnav-bg);
	/*font-family: 'Poppins' !important;
	font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;*/
	font-family: Poppins,sans-serif !important;
}
#back-to-top {
    position: fixed;
    bottom: 70px;
    right: 10px;
    transition: all .5s ease;
    display: none;
    z-index: 1000;
    border-radius: 16px;
    font-size: 20px;
    background: #ff7700;
    border: 5px solid #ffeddc;
}
#back-to-top {
  margin: 24px;
  width: 50px;
  height: 50px;
}
[data-layout-mode=dark] body {
    background-color: var(--pk-card-bg) !important;
	--pk-card-bg: #212529;
    --pk-card-cap-bg: #212529;
}
[data-layout=horizontal] .navbar-menu .navbar-nav>.nav-item>.nav-link[data-bs-toggle=collapse]:after {
    right: -8px;
    transform: rotate(90deg)!important;
}
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link {
    color: #f8f9ff;
    padding: 15px;
    font-size: 15px;
    
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: auto !important;
    font-size: 15px;
    line-height: 15px;
    content: "\f0140";
    font-family: Material Design Icons;
}
.widget-list-link {
    font-size: 16px !important;
    font-weight: 600;
    transition: 0.5s;
}
.widget-list-link:hover {
    color: #ff8301;
    padding-left: 8px;
}
.font-size-base {
    font-size: 16px !important;
    font-weight: 600;
}
.widget-list {
    list-style:none;
    padding-left: 0rem;
}
.mega-dropdown-column {
    width:100%;
}
/*****/

.btn-topbar {
    background: var(--vz-topbar-search-bg);
}
.widget.no-border ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.footer-services>li {
    display: inline-block;
    padding-right: 50px;
}
.pks-acc-text {
    border: none;
    background: none;
    font-size: 13px;
}
.pks-accordion-body {
	width: 100%;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: all .2s ease;
    margin-bottom: 20px;
    font-size: 12px;
    color: #707070 !important;
    font-weight: 500;
}
.pks-accordion-body:after, .pks-accordion-body:before {
    content: " ";
    display: block;
    overflow: hidden;
    border: 10px solid transparent;
    border-top: 0;
    border-bottom-color: #fffcfc;
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    top: 110px;
}
.pks-accordion-body:before {
    bottom: 0;
    z-index: 1;
    border-bottom-color: #ccc;
}
.pks-footer-services {
    width: 100%;
    background: var(--vz-header-bg);
    padding: 20px 0 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 1px solid var(--vz-gray-300);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-bottom: 20px;
    font-size: 12px;
    color: #707070;
    font-weight: 500;
}
.pks-footer-services a {
    display: block;
    width: 140px;
    padding-bottom: 20px;
    margin-right: 38px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 12px;
    color: #707070;
    font-weight: 500;
}
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link i {
    line-height: 1;
    display: none;
}
.footer-top {
    /*background-color: #ecf7ff;*/
    background-color: #ff980063;
}
[data-layout-mode=dark] .footer-top {
    background: none !important;
    background-color: var(--pk-card-bg) !important;
	background-size: cover !important;
}
@media only screen and (max-width: 600px) {
  [data-layout=vertical] .footer-top {
    padding-left: 0px !important;
}}
[data-layout=vertical]:is([data-sidebar-size=sm],[data-sidebar-size=sm-hover]) .footer-top {
   padding-left: 80px !important;
}
.footer-hr {
	margin: 0px;
}
/* [data-layout=horizontal] .navbar-menu-front {
    background: var(--vz-topnav-bg);
    border-right-color: transparent;
    padding: 0 calc(1.5rem / 2);
    -webkit-box-shadow: 0 2px 4px rgba(15,34,58,.12);
    box-shadow: 0 2px 4px rgba(15,34,58,.12);
    margin-top: 140px !important;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    bottom: auto;
} */
[data-layout=vertical] .navbar-top {
    padding-left: 260px !important;
}
@media only screen and (max-width: 600px) {
  [data-layout=vertical] .navbar-top {
    padding-left: 0px !important;
}}
[data-layout=vertical]:is([data-sidebar-size=sm],[data-sidebar-size=sm-hover]) .navbar-top {
   padding-left: 80px !important;
}
.navbar-top {
   position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: var(--vz-header-bg);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    border: 1px solid none;
}
[data-layout=horizontal] .navbar-top {
    left: 0;
    border-bottom: 1px solid var(--vz-gray-300);
	height: 50px;
}
[data-layout=vertical] .navbar-top {
    left: 0;
    border-bottom: 1px solid var(--vz-gray-300);
	height: 50px;
}
.nav-top {
	padding: 0px 30px 0px 30px !important;
}
@media (min-width: 414px){
[data-layout=horizontal] .main-content-front {
    margin-left: 0;
    margin-top: 75px !important;
}}
@media (min-width: 375px){
[data-layout=horizontal] .main-content-front {
    margin-left: 0;
    margin-top: 75px !important;
}}
@media (min-width: 360px){
[data-layout=horizontal] .main-content-front {
    margin-left: 0;
    margin-top: 75px !important;
}}
@media (min-width: 1200px){
[data-layout=horizontal] .main-content-front {
    margin-left: 0;
    margin-top: 130px !important;
}}
@media (min-width: 1024px){
[data-layout=horizontal] .main-content-front {
    margin-left: 0;
    margin-top: 70px !important;
}}
@media (min-width: 768px){
.main-content-front {
    margin-top: 80px !important;
}}
.justify {
	text-align: justify !important;
}
.layout-rightside {
    width: 100%;
    margin-right: -1.5rem;
    margin-top: 0 !important;
    height: calc(100% + 1.5rem * 1.1);
}
.modal-backdrop {
    z-index: auto !important;
}
.model-otp{
    border-left: 2px solid #353e6d !important;
    border-right: 2px solid #353e6d !important;
    border-bottom: 2px solid #353e6d !important;
}
.form-control-lg {
    min-height: calc(1.5em + 1.4rem + 2px);
    padding: 0.5rem !important;
    font-size: 1.015625rem;
    border-radius: 0.3rem;
}
.sign-in {
	border: 1px solid #000;
    padding-right: 14px;
    border-radius: 90px;
    background: #ff8100;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #cfcfcf;
    border-radius: 20px;
}
::-webkit-scrollbar {
    width: 6px;
	height: 6px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #5a5a5a;
    border-radius: 20px;
}
::-webkit-scrollbar-thumb {
    background: #5a5a5a;
}
::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
.wallet-amt {
	font-size: 20px;
    margin-top: 17px;
    font-weight: 600;
    color: var(--pk-gray-700);
    font-family: monospace;
}
.btn-wallet {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: calc(1rem + 1.5em + 2px);
    width: 100%;
    padding: 0;
}
.pks-profile-img {
	width: 150px !important;
    height: 100px !important;
}
.m-0 {
	margin: 0 !important;
}
.dataTables_scroll {
    border: 1px solid var(--pk-border-color);
}
.pks-tab-content {
	padding: 10px;
    border: 2px solid #4680ff;
    border-radius: 5px;
    background: #4680ff05;
}
.upi-box {
    background-color: #3577f13d;
    border-radius: 10px;
    padding: 20px;
    background-image: url(../img/pattern-bg.png);
}
.step-arrow-nav .nav .nav-link.active {
    background-color: #f5891a;
    color: #fff;
    box-shadow: none;
}
.step-arrow-nav .nav .nav-link.active:before {
    border-left-color: #f5891a;
}
.services-agreement-box {
	height:250px !important;
	overflow: scroll !important;
}
.btn-datasearch {
	margin: 0;
    cursor: pointer;
    border-left: 1px solid #eee;
    border-right: 1px solid #ccc;
    z-index: 1;
    white-space: nowrap;
    text-align: center;
    padding: 0 10px;
    background-color: #eee;
    transition: all .3s;
}
.datasearch-activebtn {
    display: flex;
    line-height: 32px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.datasearch-btn-check:active {
	color: #fff;
    background-color: #4680ff !important;
}
.ldio-ki6mbw4dp8r div { box-sizing: content-box; }
#preloader {
    background-color: #fff !important;
	border-radius: 10px;
}
/* #status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
} */

@keyframes ldio-j9ultdusoha {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}
.ldio-j9ultdusoha div {
  position: absolute;
  animation: ldio-j9ultdusoha 1s linear infinite;
  width: 80px;
  height: 80px;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  box-shadow: 0 2px 0 0 #f68a1b;
  transform-origin: 40px 41px;
}
.loadingio-spinner-eclipse-egkdkz5rz29 {
  width: 92px !important;
  height: 92px !important;
  display: block;
    overflow: hidden;
    background: #ffffff;
    margin: auto;
    margin-top: 21%
}
.ldio-j9ultdusoha {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  transform: translateZ(0) scale(0.92);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
  background-image: url(../img/reloader-icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ldio-j9ultdusoha div { box-sizing: content-box; }
.select2-container--default .select2-selection--single {
    background-color: var(--pk-input-bg)!important;
    border: 1px solid var(--pk-input-border) !important;
    border-radius: 4px;
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.mr-5x {
    margin-right: 5px !important;
}
.menu-title {
    letter-spacing: .05em;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--pk-vertical-menu-title-color);
    font-weight: 600;
    display: none;
}
.font[_ngcontent-tnp-c10] {
    padding-top: 5px;
    font-size: 18px;
    margin-left: 20px;
    color: var(--pk-heading-color) !important;
}
.c-font[_ngcontent-tnp-c10] {
    padding-left: 20px;
    line-height: 15px;
    font-size: 13px;
    font-weight: 500;
}
.a1[_ngcontent-tnp-c10] {
    position: absolute;
    top: 40px;
    right: 30px;
}
[data-layout-mode=dark] .card1 {
    background: none !important;
    background-color: var(--pk-card-bg) !important;
	background-size: cover !important;
}
[data-layout-mode=dark] .card2 {
    background: none !important;
    background-color: var(--pk-card-bg) !important;
	background-size: cover !important;
}
[data-layout-mode=dark] .card3 {
    background: none !important;
    background-color: var(--pk-card-bg) !important;
	background-size: cover !important;
}
[data-layout-mode=dark] .card4 {
    background: none !important;
    background-color: var(--pk-card-bg) !important;
	background-size: cover !important;
}
.card1[_ngcontent-tnp-c10] {
    background: url(../img/bg.png) no-repeat;
    background-color: #1ebdbf;
	background-size: cover;
}
.card2[_ngcontent-tnp-c10] {
    background: url(../img/bg.png) no-repeat;
    background-color: #fbc9ad;
	background-size: cover;
}
.card3[_ngcontent-tnp-c10] {
    background: url(../img/bg.png) no-repeat;
    background-color: #4680ff;
	background-size: cover;
}
.card4[_ngcontent-tnp-c10] {
    background: url(../img/bg.png) no-repeat;
    background-color: #64e25a;
	background-size: cover;
}
span[_ngcontent-tnp-c10] {
    font-size: 10px;
    color: #5e5d5d;
}
.bonus[_ngcontent-tnp-c10] {
    font-size: 10px;
}
.currency[_ngcontent-tnp-c10] {
    font-size: 16px;
}
.marketplace-ser-box {
    padding: 15px;
    margin-bottom: 17px !important;
    text-align: center;
    height: 140px;
    background: var(--pk-header-bg);
    border-radius: 5px;
    /* border: 0.17em solid #f78f26; */
    font-weight: bold;
    font-size: 18px;
	border: 1px solid rgb(42 58 141 / 18%);
}
.marketplace-ser-box>img {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 25px;
}
.marketplace-ser-box:after {
    content: "";
    position: absolute;
    top: 55px;
    right: 50%;
    transform: translateX(50%) !important;
    padding: 0 0 8px;
    width: 60px;
    border-bottom: 4px solid #c5c6c9;
}
.marketplace-ser-box:hover {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 12%);
}
.marketplace-ser-box:hover:after {
    padding: 0 20px 8px !important;
    border-color: #1f7ec8;
    width: 80px !important;
	transition: 0.3s;
}
/* .marketplace-ser-box > span {
    color: #000 !important;
}*/
@media (min-width: 414px){
.marketplace-box {
    width: 33.33% !important;
}}
@media (min-width: 375px){
.marketplace-box {
     width: 33.33% !important;
}}
@media (min-width: 360px){
.marketplace-box {
     width: 33.33% !important;
}}
@media (min-width: 1200px){
.marketplace-box {
    width: 24.666% !important;
}}
@media (min-width: 1024px){
.marketplace-box {
    width: 24.666% !important;
}}
.section-title h2 {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #1f7ec8;
}
.section-title {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
	font-size: 20px;
    font-weight: 700;
}
.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}
.step-img img {
    width: 130px;
    padding: 10px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
.works-item h3 {
    font-size: 17px;
    margin-bottom: 10px;
}
.pks-bg-white {
	background:var(--pk-header-bg);
}
.side-nav-pks i {
    padding-right: 11px;
    line-height: 18px;
}
@media (min-width: 414px){
.card-mobile {
    width: 50% !important;
}}
@media (min-width: 375px){
.card-mobile {
    width: 50% !important;
}}
@media (min-width: 360px){
.card-mobile {
    width: 50% !important;
}}
@media (min-width: 1200px){
.card-mobile {
    width: 25% !important;
}}
@media (min-width: 1024px){
.card-mobile {
    width: 25% !important;
}}
.form-control:focus {
    color: var(--pk-body-color) !important;
    background-color: var(--pk-input-bg) !important;
    outline: 0 !important;
    box-shadow: 0 0 #40518940 !important;
    border: 2px solid var(--pk-body-color) !important;
}
.float-left {
	float:left !important;
}
.float-right {
	float:right !important;
}
.ml-auto {
	margin-left: auto !important;
}
.mr-auto {
	margin-left: auto !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 8px 0 !important;
    white-space: nowrap;
    justify-content: flex-end;
}
.text-uppercase {
	text-transform: uppercase !important;
}
select {
    word-wrap: normal;
    width: 100%;
    border: 1px solid #ddd;
    height: 30px;
    padding-left: 4px;
}
[data-layout=horizontal] .navbar-menu {
    background: var(--pk-topnav-bg);
    box-shadow: none;
	/*background-color: #1482ca !important;*/
    background-color: #2069d9 !important;
    
}
[data-layout=vertical] .navbar-menu {
    box-shadow: none;
    
}

.pk-check-input {
    width: 2.8em !important;
    height: 2.8em !important;
    margin-top: 0em !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--pk-vertical-menu-item-active-color-dark);
    background-color: var(--pk-vertical-menu-bg-dark);
    border-color: var(--pk-nav-tabs-link-active-border-color);
}
.ml-1 {
	margin-left:1rem !important;
}
.mr-1 {
	margin-right:1rem !important;
}
/* Base tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:    
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:         
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 400px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  border-radius:5px;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
.amount-size {
    font-size: 20px;
    font-weight: 700;
}
.card {
    margin-bottom: 1.5rem!important;
    box-shadow: none!important;
    /*border: solid 1px rgb(42 58 141 / 18%) !important;*/
}
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    color: #fff !important;
}
[data-layout-mode=dark] .header-bg {
    background-color: #212529 !important;
}
@media (min-width: 1440px){
[data-layout=semibox] .main-content {
    margin-left: 288px;
    padding: 0 110px;
    margin-right: 12px;
}}
@media (min-width: 1440px){
[data-layout=semibox] .main-content-front {
    margin-top: 120px !important;
}}
.receipt-bg {
	background-image: url(../img/pattern-pay.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  border-radius: 10px !important;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  background: linear-gradient(to left, #4364f7, #6fb1fc);
  color: black;
  z-index: 2;
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: 10px !important;
  background-image:url(../img/pay-bg.png);
  background-size:cover;
}

.flip-card-back {
  background: linear-gradient(to right, #4364f7, #6fb1fc);
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: 10px !important;
  background-image:url(../img/pay-bg.png);
  background-size:cover;
}
.flip-content-front {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
}
.flip-content-back {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}
.fs-24 {
	font-size: 24px !important;
}
.fs-26 {
	font-size: 26px !important;
}
.fs-28 {
	font-size: 28px !important;
}
.fs-30 {
	font-size: 30px !important;
}
.fs-32 {
	font-size: 32px !important;
}
.fs-34 {
	font-size: 34px !important;
}
.fs-36 {
	font-size: 36px !important;
}
.fs-38 {
	font-size: 38px !important;
}
.fs-40 {
	font-size: 40px !important;
}
.trans-table {
    border: 2px solid #000;
}
.trans-table tr> th {
    border: 2px solid #000;
}
.trans-table tr> td {
    border: 2px solid #000;
}
.trans-table tr> td i {
    font-size: 16px;
	font-weight:900;
}
[data-layout-mode=dark] .alert-success {
    background: none !important;
    background-color: var(--pk-card-bg) !important;
	background-size: cover !important;
	--pk-alert-border-color: #212529 !important;
}
[data-layout-mode=dark] .flip-card-front {
    background-image:none !important;
	background-color: var(--pk-card-bg) !important;
}
[data-layout-mode=dark] .flip-card-back {
    background-image:none !important;
}
.bbps_services {
	/* background-color: var(--pk-vertical-menu-bg-dark); */
	background-image: url(../img/pattern-bg.png);
    border-radius: 15px;
	background-size: cover;
    border: 2px dashed var(--pk-vertical-menu-bg-dark);
    cursor: pointer;
}
.bbps_services p {
	background-color: var(--pk-vertical-menu-bg-dark);
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0 10px 0;
    color: #fff;
}

.bbps_services img {
	width:62px;
	height:62px;
}
.offers {
	background-image: url(../img/gift-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
[data-layout-mode=dark] .offers {
    background-image:none !important;
	background-color: var(--pk-card-bg) !important;
}
.plan_dth_list {
	display: flex;
    padding: 15px 5px 10px;
    border-bottom: 1px solid #eaeaea;
}
.plan_list {
    width: 90%;
}
.plan_price {
    width: 10%;
}
nav{
  display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding: 12px;
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    z-index: 1;
    border-radius: 0px;
    /*border: solid 1px rgb(42 58 141 / 18%) !important;*/
}
.breadcrumb {
    --pk-breadcrumb-margin-bottom: 0rem !important;
}

 .nav-bottom-menu{
  display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 50px;
}

.nav-bottom-menu span{
  width: 0;
  overflow: hidden;
}

.nav-bottom-menu:focus{
  text-decoration: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  transition: .2s;
}

.nav-bottom-menu:focus span{
  width: 100%;
  margin-left: 8px;
  transition: .2s;
}

*:focus{
  outline: none;
  border: none;
}
@media (min-width: 1200px){
.mobile-bootom-menu {
    display: none !important;
}}
@media (min-width: 1024px){
.mobile-bootom-menu {
    display: none !important;
}}

.centerimg {
  display: block;
  margin: 0 auto;
}
.customer_bill {
	border:1px solid #ddd;
	padding:1rem;
}
.pk-search{
    width: 600px !important;
    border: 1px solid rgb(42 58 141 / 18%);
    border-radius: 4px !important;
}

.search-hover {
  border: 1px solid #ccc !important;
  outline: none;
  background-size: 22px;
  background-position: 13px;
  border-radius: 4px;
  width: 100px;
  height: 40px;
  padding: 15px;
  transition: all 0.5s;
  padding-left: 15px;
}
.search-hover:hover {
  width: 300px;
  padding-left: 30px;
}

.app-search .form-control {
    border: none;
    height: 38px;
    padding-right: 0px;
    background-color: #fff0;
    box-shadow: none;
}
[data-layout-mode=dark] .search-hover {
    border: 1px solid #000 !important;
    background: none !important;
    background-color: var(--pk-card-bg) !important;
    background-size: cover !important;
}




.main-wrapper a{
    color: #000;
    text-decoration: none;
}
.main-wrapper ul li{
    list-style-type: none;
}
.navbar{
    background: #fff;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}
.brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}
.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.navbar-toggler{
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border: 2px solid #000;
    border-radius: 4px;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
.navbar-collapse{
    overflow-y: scroll;
    display: none;
}
.navbar-nav > li > a{
    font-size: 16px !important;
    font-weight: 400;
    display: block;
    position: relative;
	transition: .25s ease-in;
    color: #000;
	font-family: Poppins,sans-serif !important;
}
[data-layout-mode=dark] .navbar-nav > li > a {
    font-size: 17px !important;
    font-weight: 600;
    display: block;
    position: relative;
    transition: .25s ease-in;
    color: #ddd;
}
.navbar-nav > li > a:hover{
	color: #FF5722;
}
.sub-menu h4{
    text-transform: capitalize;
    font-size: 15px;
    padding: 0.5rem 0;
    font-weight: 600;
}
.sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
	list-style-type: none;
}
.sub-menu ul li a{
    transition: all 0.5s ease;
	color: #000;
}
.sub-menu ul li a:hover{
    opacity: 0.8;
    transition: all 0.5s ease !important;
	color: #FF5722;
    /* font-weight: 700; */
    font-size: 16px;
}
[data-layout-mode=dark]  .sub-menu ul li a:hover {
    /* padding-left: 14px; */
    opacity: 0.9;
    color: #FF5722;
	transition: all 0.5s ease;
	font-weight:500;
}
.sub-menu ul li a small:hover {
   /*  padding-left: 14px; */
    opacity: 0.9;
    color: #FF5722;
	transition: all 0.5s ease;
}
.sub-menu ul li a small {
  font-size: 12px;
}
.sub-menu{
    display: none;
}

.sub-menu-item{
    padding-left: 1.2rem;
}
/* header */
.header{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://source.unsplash.com/g-kNBpqMIs4/1920x1400) center/cover no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header h2{
    margin: 1rem;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}
.header p{
    margin: 1rem auto;
    color: #fff;
    width: 60%;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
}
.header button{
    margin: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease;
    cursor: pointer;
}
.header button:hover{
    background: #fff;
    color: #000;
}
@media screen and (min-width: 1024px){
.navbar-nav > li > a {
    border-bottom: none;
    margin: 0 0.4rem;
    padding: 20px 20px 10px 10px !important;
}}
@media screen and (min-width: 1900px){
.navbar-nav > li > a{
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 20px 23px 10px 10px !important;
        font-size: 0.8rem;
} }
@media screen and (min-width: 1024px){
.drop-icon {
    position: absolute;
    right: -3px !important;
    top: 47%;
    transform: translateY(-36%);
    font-size: 20px;
}}
@media screen and (min-width: 1900px){
.drop-icon {
    position: absolute;
    right: 0px !important;
    top: 47%;
    transform: translateY(-36%);
    font-size: 18px;
} }
/* Media Queries */
@media screen and (min-width: 992px){
    .navbar{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 0 5rem;
        position: relative;
    }
    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
		width: 100%;
    }
    .navbar-nav{
        display: flex;
        align-items: center;
        justify-content: center;
		float: right;
    }
    .sub-menu{
        position: absolute;
        left: 0;
		right: 0;
        width: 100%;
        top: 100%;
        background:#fff;
		height:505px;
    }
    .navbar-nav > li:hover .sub-menu{
        display: flex !important;
       /*  display: grid !important; */
        /* grid-template-columns: repeat(1, 1fr); */
        padding: 0px 6.8rem;
    }
    .navbar-nav > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
		display:flex !important;
		height: 69px !important;
    }
    /*.navbar-nav > li:hover{
        border-bottom-color: #000;
        border-bottom-color: #FF5722;
    }*/
    .sub-menu-item{
        padding-left: 0;
		padding-top: 25px;
    }
    .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* header */
    .header{
        height: calc(100vh - 75px);
    }
    .header h2{
        font-size: 6rem;
    }
    .header p{
        width: 40%;
    }
}
.navbar-nav {
    flex-direction: unset !important;
	width: 100%;
}
.sub-menu-item ul {
	padding-left: 0;
}
.pk-search{
    width: 600px !important;
    border: 1px solid rgb(42 58 141 / 18%);
    border-radius: 4px !important;
}

.search-hover {
  border: 1px solid #ccc !important;
  outline: none;
  background-size: 22px;
  background-position: 13px;
  border-radius: 4px;
  width: 100px;
  height: 40px;
  padding: 15px;
  transition: all 0.5s;
  padding-left: 15px;
}
.search-hover:hover {
  width: 334px;
  padding-left: 30px;
  background-color: #fff;
}

.app-search .form-control {
    border: none;
    height: 38px;
    padding-right: 0px;
    background-color: #fff;
    box-shadow: none;
	margin-top: -19px;
}
[data-layout-mode=dark] .search-hover {
    border: 1px solid #000 !important;
    background: #000 !important;
    /* background-color: var(--pk-card-bg) !important; */
    background-size: cover !important;
}
.pks-tab-head {
   /*  padding-right: 5px; */
    padding-top: 20px;
    padding-bottom: 20px;
	/* border-right: 1px solid #dddddd4a; */
}
[data-layout-mode=dark] .pks-tab-head {
	background: #212527;
    /* padding-right: 5px; */
    padding-top: 20px;
    padding-bottom: 20px;
} 
.pks-tab-head a{
	width: 100%;
    font-size: 16px !important;
    border-radius: 90px 0px 0px 90px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pks-tab-head a:hover{
	color:#ff5722 !important;
	font-weight:bold!important;
}
.tab-content{
	/* background-color: #ddd!important; */
	width: 100% !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--pk-nav-pills-link-active-color) !important;
    background-color: var(--pk-nav-pills-link-active-bg);
}
.custom-tab{
	width: 100% !important;
    padding: 0 0 0 7px;
    /* box-shadow: 1px 5px 6px 0px #9E9E9E; */
}
[data-layout-mode=dark] .sub-menu {
    background: none !important;
    background-color: #212527 !important;
	background-size: cover !important;
}
[data-layout-mode=dark] .sub-menu ul li a {
    opacity: 0.8;
    transition: all 0.5s ease;
    color: #fff;
}
[data-layout-mode=dark] .sub-menu h4 {
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
	color:#fff;
}
.menu-arrow{
	float: right;
	font-weight:700!important;
}
.menutab {
	padding-left: 20px;
    border-right: 0px solid #dddddd4a;
    height: 505px;
    margin-right: 0px;
    margin-left: -7px;
    overflow: auto;
    padding-right: 20px;
	background: #fff;
	width:100%;
}
[data-layout-mode=dark] .menutab {
	padding-left: 20px;
    border-right: 1px solid #dddddd4a;
    background: #2c3134;
    height: 506px;
    margin-right: 0px;
    margin-left: -7px;
    overflow: auto;
    padding-right: 20px;
}
.suggest {
	padding-left: 20px;
    height: 506px;
    overflow: auto;
    margin-right: 0;
	padding-top: 10px;
}
[data-layout-mode=dark] .suggest {
	padding-left: 20px;
    background: #2a2e31;
    height: 506px;
    overflow: auto;
    margin-right: 0;
}
.all-pdt {
	margin: 18px;
}
.all-pdt i {
	float: right;
    padding-right: 22px;
    font-weight: 700;
}
.navbar-nav .show>.nav-link, .navbar-nav .nav-link.active {
    color: #ff5722 !important;
	background: #fff;
    border-radius: 90px 0px 0px 90px;
    box-shadow: 2px 1px 2px #9E9E9E;
    padding-top: 10px;
    padding-bottom: 10px;
}
[data-layout-mode=dark] .navbar-nav .nav-link.active {
    color: #ff5722 !important;
	background: #2c3134;
    border-radius: 90px 0px 0px 90px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.allproduct {
	border-top: 1px dashed #0000004a;
    margin-top: 10px;
	padding-top: 10px;
}
[data-layout-mode=dark] .allproduct {
	border-top: 1px dashed #ddd;
    margin-top: 10px;
	padding-top: 10px;
}
.header-tab-side {
	width: 260px;
	/* height:425px; */
	overflow:auto;
}
.pk-search-icon{
	top:-19px!important;
}
.pk-relative{
	position: absolute !important;
    z-index: 999 !important;
}
.product-bg {
	margin-top: 50px;
    background-image: url(../img/it-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
[data-layout-mode=dark] .product-bg {
	margin-top: 50px;
	background-color: var(--pk-card-bg) !important;
	background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.btn-orange {
	background:#FF5722 !important;
	color: #fff !important;
}
.shadow-box {
    box-sizing: border-box !important;
    background-color: #fff !important;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1) !important;
	padding:1rem;
}
.digital-side {
	background-image: url(https://www.pngkey.com/png/full/39-398003_digital-marketing-digital-marketing-images-png.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
    background-size: contain;
}
/* Search Button */

.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 63px;
    width: 50px;
    vertical-align: bottom;
    margin-top: 26px;
    margin-right: -17px;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0px 0px 0px 1px;
    padding: 4px 0 0 14px;
    width: 40px;
    border-radius: 90px;
    cursor: pointer;
    border: 1px solid #ddd;
}
[data-layout-mode=dark] .searchbutton {
    border: 1px solid #4d545a;
}
.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
    background-color: white;
    color: black;
    width: 40px;
    height: 40px;
    z-index: 999;
    padding: 4px 0 0 11px;
    border: 1px solid #ddd;
    border-radius: 0px 90px 90px 0px;
   
}
.search {
    position: absolute;
    left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    height: 40px;
    border-radius: 90px 0px 0px 90px;
}
[data-layout-mode=dark] .search {
    background-color: var(--pk-header-bg);
}
[data-layout-mode=dark] .search:focus {
    border: 1px solid #4d545a;
}
[data-layout-mode=dark]  .search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: var(--pk-header-bg);
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 999;
    padding: 4px 0 0 11px;
    border: 1px solid #4d545a;
    border-radius: 0px 90px 90px 0px;
   
}
.search:focus {
    width: 363px; /* Bar width+1px */
    padding: 0 16px 0 0;
    border: 1px solid #ddd;
}

.expandright {
    left: auto;
    right: 49px; /* Button width-1px */
}

.expandright:focus {
    padding: 0 10px 0px 16px;
}
.bx_hov {
	padding:1rem;
	border:1px solid #f6f6f6;
}
.bx_hov:hover {
	background:#f6f6f6;
	transition: opacity .2s linear,transform .2s ease-out;
	padding:1rem;
	border-radius:8px;
}
[data-layout-mode=dark] .bx_hov:hover {
	background-color: var(--pk-card-bg) !important;
	--pk-card-bg: #212529;
    --pk-card-cap-bg: #212529;
	border: 1px solid #dddddd30;
}
[data-layout-mode=dark] .bx_hov {
    border: 1px solid #dddddd30;
}
.bx_hov {
    cursor: pointer;
    padding: 1rem;
    border:1px solid #f6f6f6;
    transition: all 0.5s;
    border-radius: 8px;
    width: auto;
    position: relative;

    &::after {
        content: "\f0142";
        font-family: Material Design Icons;
        font-weight: 700;
        position: absolute;
        left: 85%;
        top: 31%;
        right: 5%;
        bottom: 0;
        opacity: 0;
		font-size:18px;
		color: var(--pk-link-color);

    }

    &:hover {
        background: #daf2ff;
        transition: all 0.5s;
        border-radius: 8px;
        padding: 1rem;
        font-weight: 700;
        &::after {
            opacity: 1;
            transition: all 0.5s;

        }
    }
}
.support_search input {
    width: 100%;
    height: 70px;
    padding: 16px 120px 18px 75px;
    background-color: #e6ebf3;
    outline: 0;
    border: 0;
    box-shadow: 0 5px 20px rgba(0,41,112,.1);
    border-radius: 40px;
    background-position: calc(100% - 15px) 16px;
    position: relative;
    background: url(../img/search-icon.svg) no-repeat 24px center #fff;
    color: #707070;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .7px;
}
@media (min-width: 768px){
.line2 {
    position: absolute;
    right: 116px;
    top: 15px;
    z-index: 99999;
}}
.searchBtn {
	right: 90px;
    top: 0;
    border: none;
    outline: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #002970;
    cursor: pointer;
    letter-spacing: .2px;
    background: 0 0;
}
.supph {
    font-size: 42px;
    font-style: normal;
    margin-bottom: 28px;
    font-stretch: normal;
    line-height: 56px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: .5px !important;
    padding-right: 0;
    font-weight: 900;
	color: #1b1a19;
}
.optpatch .one p {
    margin: 10px;
	font-weight:600 !important;
}
@media (min-width: 768px){
.optpatch {
    max-width: 896px;
    background: #fff;
    margin: -94px auto 45px;
    box-shadow: 0 4.17094px 16.6838px rgba(0,41,112,.1);
    border-radius: 20px;
    padding: 23px 25px 32px 23px;
    display: flex;
    justify-content: space-around;
    z-index: 10;
    position: relative;
}}
@media (min-width: 768px){
.optpatch .imgouter1 {
    width: 72.5px;
    height: 72.5px;
    background: #e6f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .3s;
}}
@media (min-width: 768px){
.optpatch .imgouter2 {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .3s;
    margin: 0 auto;
}}
@media (min-width: 768px){
.optpatch .one:hover {
    transition: all ease-in-out .3s;
}}
@media (min-width: 768px){
.optpatch .one:hover .imgouter2 {
    transition: all ease-in-out .3s;
    background: #ffc10761;
}}
@media (min-width: 768px){
.optpatch .one:hover .imgouter1 {
    transition: all ease-in-out .3s;
    background: #FF9800;
}}

.supportList li:first-child {
    margin-right: 4%;
}
.supportList li {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000;
    display: inline-flex;
    align-items: flex-start;
	padding: 15px  0;
    border-bottom: 1px solid #e6ebf3;
	width: 100%;
}
.supportList li a {
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
    transition: all .2s ease;
}
.supportList li a:hover {
    color: #ff5722 !important;
}
.faqshead {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 6rem;
}
.support_contact {
	background-color: #F6F8FB;
    padding: 2rem;
	border-radius:8px;
    align-items: center;
    text-align: center;
}
[data-layout-mode=dark] .support_contact {
	background-color: var(--pk-card-bg) !important;
	--pk-card-bg: #212529;
    --pk-card-cap-bg: #212529;
	border: 1px solid #dddddd30;
}
[data-layout-mode=dark] .optpatch {
	background-color: var(--pk-card-bg) !important;
	--pk-card-bg: #212529;
    --pk-card-cap-bg: #212529;
	border: 1px solid #dddddd30;
}
[data-layout-mode=dark] .optpatch .imgouter2 {
    width: 100px;
    height: 100px;
    background: #ffffff38;
}

.products-box .one {
	text-align:center;
	width: 235px;
	height: 200px;
    padding: 10px;
	border: 1px solid #ddd9;
}
.products-box .one p {
    margin: 10px;
	font-weight:600 !important;
}
.products-box a {
	float:left;
}
@media (min-width: 768px){
.products-box {
    max-width: 100%;
    background: #fff;
    margin: -94px auto 45px;
    box-shadow: 0 4.17094px 16.6838px rgba(0,41,112,.1);
    border-radius: 20px;
    padding: 23px 25px 32px 23px;
    display: flow-root;
    z-index: 10;
    position: relative;
}}
@media (min-width: 768px){
.products-box .imgouter1 {
    width: 72.5px;
    height: 72.5px;
    background: #e6f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .3s;
}}
@media (min-width: 768px){
.products-box .imgouter2 {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .3s;
    margin: 0 auto;
}}
@media (min-width: 768px){
.products-box .one:hover {
    transition: all ease-in-out .3s;
}}
@media (min-width: 768px){
.products-box .one:hover .imgouter2 {
    transition: all ease-in-out .3s;
    background: #e9f2fa;
}}
@media (min-width: 768px){
.products-box .one:hover .imgouter1 {
    transition: all ease-in-out .3s;
    background: #f2fbfe;
}}
[data-layout-mode=dark] .products-box {
	background-color: var(--pk-card-bg) !important;
	--pk-card-bg: #212529;
    --pk-card-cap-bg: #212529;
	border: 1px solid #dddddd30;
}
[data-layout-mode=dark] .products-box .one {
    border: 1px solid #dddddd30;
}

[data-layout-mode=dark] .products-box .imgouter2 {
    width: 100px;
    height: 100px;
    background: #ffffff38;
}
.pp_box {
	padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4.17094px 16.6838px rgba(0,41,112,.1);
}
.privacy-fs {
	color: #000;
    font-weight: 600 !important;
    font-size: 20px;
	font-family: 'Poppins' !important;
}
.privacy-fs:hover {
	color: #FF5722;
    font-weight: 600 !important;
    font-size: 20px;
	font-family: 'Poppins' !important;
}
.text-justify {
	text-align: justify !important;
}
.tandc-fs {
	font-size:14px;
}

.pk-slide{
    height: 350px !important;
    width: 100% !important;
}

/* #page-topbar {
   box-shadow: 0px 2px 6px #2021241f !important;
} */


[data-layout=horizontal] #page-topbar {
    left: 0;
    /* border-bottom: 0px solid var(--pk-gray-300) !important; */
    border-bottom: 1px solid rgb(206, 206, 222) !important;
}
.fs-56{
    font-size: 56px;
}
.ff-pks{
    /* font-family: 'Gilroy', sans-serif; */
    font-weight: 700 !important;
}
.pk-btn-primary {
    --pk-btn-color: #fff;
   /* --pk-btn-bg: #f68c25;*/
    --pk-btn-bg: #436eed;
}
.pk-btn-primary:first-child:hover {
    color: #436eed;
    border-color:#436eed;
}
.otp{
    border: 2px solid #353e6d !important;
    font-weight: 700 !important;
}
.form-select {
	height: 42px !important;
}
.form-control:focus {
    border: 2px solid #353e6d !important;
}
.navbar-brand-box {
    padding: 0 !important;
}
.footer {
    /*background-color: #F2FBFE !important;*/
    background-color: #ff98008f !important;
    border-top: 1px solid #d1d1d1;
}
[data-layout-mode=dark]  .footer {
    background-color: #00000052 !important;
    border-top: 1px solid #000000;
}
.footer {
    bottom: 0;
    padding: 20px 20px 0 20px !important;
    position: absolute;
    right: 0;
    color: var(--pk-footer-color);
    left: 250px;
    height: auto;
    background-color: #ecf7ff;
}
a {
    font-size: 14px !important;
}
.pk-home-btn{
    border-radius: 70px;
    width: 228px;
    font-weight: 500;
    justify-content: center;
    padding: 0.6rem 2rem;
    background: #f7f7f7;
    display: inline-flex;
    align-items: center;
    color: #000 !important;
}
.pk-home-btn:hover{
    background: linear-gradient(-70deg, #E91E63 20%, #673AB7 75%);
    color: #fff !important;
    transition: 0.5s;
    box-shadow: 0px 0px 4px #9C27B0;
}
.text-dark2 {
    color: #253243 !important;
}
[data-layout-mode=dark] .text-dark2 {
   color: var(--pk-heading-color) !important;
}
.categories1 {
    background-color: #daf3ff;
}

[data-layout-mode=dark] .categories1 {
    background-color: var(--pk-card-bg) !important;
    --pk-card-bg: #212529;
    --pk-card-cap-bg: #212529;
}
.slide-up {
    animation: slide-up 2000ms;
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0%);
    }
}
.form-control {
    font-size: 16px !important;
}
@media (min-width: 414px){
.navbar-nav > li:hover .sub-menu {
    display: flex !important;
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 21.8rem !important;
}}
@media (min-width: 375px){
.navbar-nav > li:hover .sub-menu {
    display: flex !important;
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 21.8rem !important;
}}
@media (min-width: 360px){
.navbar-nav > li:hover .sub-menu {
    display: flex !important;
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 21.8rem !important;
}}
@media (min-width: 1920px){
.navbar-nav > li:hover .sub-menu {
    display: flex !important;
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 21.8rem !important;
}}
@media (min-width: 1024px){
.navbar-nav > li:hover .sub-menu {
    display: flex !important;
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 10px !important;
}}

@media (min-width: 414px){
.container-fluid {
    width:510px !important;
}}
@media (min-width: 375px){
.container-fluid {
    width:510px !important;
}}
@media (min-width: 360px){
.container-fluid {
    width:100% !important;
}}
@media (min-width: 1920px){
.container-fluid {
    width:1270px !important;
}}
@media (min-width: 1024px){
.container-fluid {
    width:1270px  !important;
}}
@keyframes DropDownSlide {
    from {
        opacity: 1;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sub-menu { 
    opacity: 0;
    transform: translateY(-10px);
    animation-name: DropDownSlide;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    box-shadow: 0px 8px 8px -5px #9E9EA5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	
}
.parent-element:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
}

.zoom:hover {
    transition: 0.5s;
    transform: scale(1.1);
}
.navbar-nav > li > a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0px;
    background-color: #FF5722;
    transition: all linear 0.3s;
}
.navbar-nav > li > a:hover::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #FF5722;
    transition: all linear 0.3s;
}
.form_talk {
    box-shadow: 0 8px 13px rgba(70,74,85,0.08);
    padding: 1.5rem;
    background-color: #ffffff;
	position: sticky;
    top: 95px;
}
[data-layout-mode=dark] .form_talk {
    background-color: var(--pk-card-bg) !important;
    --pk-card-bg: #212529;
    --pk-card-cap-bg: #212529;
}
.title-bg {
    background-image: url(../img/pay-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
[data-layout-mode=dark] .title-bg {
    background-color: var(--pk-card-bg) !important;
    --pk-card-bg: #212529;
    --pk-card-cap-bg: #212529;
    background-image: url(../img/black-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.title-theme {
    color: #FF6600;
    font-size: 36px;
    font-weight: 900;
}
.prd_bbx {
    box-shadow: 0 8px 13px rgba(70,74,85,0.08) !important;
    border-radius: 12px;
}
.prd_bbx:hover {
    transition: 0.5s;
    transform: scale(1.1);
}
.mck-sidebox-content> .mck-running-on{
    visibility: collapse !important;
}
.pks-card-title {
    border: 1px solid #ddd;
    padding: 10px;
    margin: -24px;
    border-radius: 6px 7px 0px 0px;
    background: #f70;
    color: #fff;
}
@media (min-width: 414px){
.mob-hide {
    display:none !important;
}}
@media (min-width: 375px){
.mob-hide {
    display:none !important;
}}
@media (min-width: 360px){
.mob-hide {
    display:none !important;
}}
@media (min-width: 1024.1px){
[data-layout=horizontal] .layout-width, [data-layout=horizontal] .container-fluid {
    max-width: 100% !important;
    margin: 0 auto;
}}
@media (min-width: 414px){
.logo img {
     width:150px !important;
}}
@media (min-width: 375px){
.logo img {
     width:150px !important;
}}
@media (min-width: 360px){
.logo img {
    width:100px !important;
}}
@media (min-width: 1024px){
.logo img {
    width:190px !important;
}}
@media (min-width: 1920px){
.logo img {
    width:190px !important;
}}



/* Mobile Menu */
@media (min-width: 1920px){
.desk-hide {
    display:none !important;
}}
@media (min-width: 1024px){
.desk-hide {
    display:none !important;
}}
.nav__sub {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px 0px 15px 0px;
    list-style-type: none;
}

.nav {
    position: relative;
    overflow: hidden;
}

.nav__item + .nav__item {
    line-height: 35px;
}

.nav__link {
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.nav__sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    transform: translateX(100%);
}

.nav__sub.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    z-index: 999;
}
.mobile-nav {
    width: 100%;
    padding-bottom: 150%;
}
.mobile-nav li {
    width: 100%;
}
.mobile-nav .nav__item .nav__sub {
    height: 100% !important;
}
.mobile-nav .nav__item .nav__sub.is-active {
    height: 100% !important;
}
.nav__link:after {
    display: inline-block;
    margin-left: auto !important;
    line-height: 43px;
    content: "\f0142";
    font-family: Material Design Icons;
    float: right;
    font-size: 22px;
}
.sub__close i {
    font-weight: 900;
}
.sub__close span {
    font-weight: 600;
}
.mobile-nav .nav__item {
    line-height: 42px;
    padding: 0px 8px 0px 8px;
    margin-bottom: 10px;
    background: #fff;
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.mobile-sidebar-social-icons {
    position: absolute;
    top: 90%;
}
.mobile-sidebar-social-icons ul li {
    border: 1px solid #FF9800;
    height: 42px;
    width: 40px;
    padding: 8px 8px 8px 8px;
    border-radius: 90px;
    margin-right: 5px;
    background: #FFC107;
}
.mobile-sidebar-social-icons ul li a {
    color: #fff;
}
@media (max-width: 767.98px){}
.navbar-brand-box {
    display: block !important;
}}

.section {
    padding: 30px 0 !important;
}
@media (max-width: 767px) {
	.carousel-inner .carousel-item > div {
		display: block;
	}
	.carousel-inner .carousel-item > div:first-child {
		display: block;
	}
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}
@media (min-width: 414px){
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: scroll !important;
}}
@media (min-width: 375px){
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: scroll !important;
}}
@media (min-width: 360px){
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: scroll !important;
}}
@media (min-width: 1200px){
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden !important;
}}
@media (min-width: 1024px){
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden !important;
}}
/* medium and up screens 
@media (min-width: 768px) {

	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(20%);
	}

	.carousel-inner .carousel-item-start.active, 
	.carousel-inner .carousel-item-prev {
		transform: translateX(-20%);
	}
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
	transform: translateX(2%);
}*/
.poplur_services {
    margin: 5px;
    padding: 20px;
    border-radius: 4px;
	background-size: cover;
	padding-Bottom: 230px;
}
.poplur_services a h2 {
    font-size: 15px !important;
    color: #fff;
    font-weight: 400;
}
 @media (min-width: 414px){
[data-layout=horizontal] .poplur_services a h2 {
    font-size: 13px !important;
    color: #fff;
    font-weight: 400;
    padding-Bottom: 230px;
}}
@media (min-width: 375px){
[data-layout=horizontal] .poplur_services a h2 {
    font-size: 13px !important;
    color: #fff;
    font-weight: 400;
    padding-Bottom: 230px;
}}
@media (min-width: 360px){
[data-layout=horizontal] .poplur_services a h2 {
    font-size: 13px !important;
    color: #fff;
    font-weight: 400;
    padding-Bottom: 230px;
}}
@media (min-width: 1200px){
[data-layout=horizontal] .poplur_services a h2 {
    font-size: 17px !important;
    color: #fff;
    font-weight: 400;
    padding-Bottom: 230px;
}}
@media (min-width: 1024px){
[data-layout=horizontal] .poplur_services a h2 {
    font-size: 17px !important;
    color: #fff;
    font-weight: 400;
    padding-Bottom: 230px;
}}
.bx_list{
	padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
    border-bottom: 1px solid #998f8f59;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 5px;
} 
.bx_list:hover{
	background-image: linear-gradient(to right, #c1dfe9 , #fadabb);
}
[data-layout-mode=dark] .bx_list:hover{
	background-image: linear-gradient(to right, #000 , #000);
}
.bx_list a {
	font-size: 14px !important;
    font-weight: 400;
    color: #000;
}
[data-layout-mode=dark] .bx_list a {
	font-size: 16px !important;
    font-family: 'hkgrotesk' !important;
    font-weight: 500;
    color: #ddd;
}
.bx_list a i {
	float: right;
    font-size: 16px;
}
.card-transition {
	padding: 10px 0 10px 0;
	border: solid 1px rgb(42 58 141 / 18%) !important;
}
.company_reg_cat {
	margin-top: -125px;
}
.pksoftech_brand {
	display:flex;
}
.pksoftech_brand {
	display:flex;
	overflow: auto;
}
.pksoftech_brand img {
    border: 1px solid #ddd;
    margin: 5px;
    background: #fff;
    border-radius: 7px;
    cursor: pointer;
    padding: 15px;
    height: 80px;
}
.security_box {
	background: #ffeddc;
}
[data-layout-mode=dark]  .security_box {
	background: #000;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.styles_list li {
	list-style: none;
    padding: 4px;
    font-size: 20px;
    padding-left: 0px;
    margin-left: -24px;
}
.org-btn {
	background: #F70 !important;
	border: 1px solid #F70;
}
.list-icon {
    list-style: none;
    padding-left: 0;
}
.serviceprice_inr {
	font-size: 0.923rem;
    color: rgb(155, 160, 177);
    text-decoration: line-through;
}
.offer_mess {
	color: rgb(56, 174, 4);
    background-color: rgb(228, 247, 219);
    padding: 3px 5px;
    font-size: 0.825rem;
    font-weight: bold;
}
.serviceprice {
	color: rgb(0, 0, 0);
    font-weight: 800;
    font-size: 15px;
}
.home_billtravel_outer {
    border: 1px solid#ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background: #fff;
}
[data-layout-mode=dark]  .home_billtravel_outer {
    border: 1px solid #dddddd47;
	background: #000;
}
.home_billtravel_ul {
    width: 100% !important;
    padding: 40px 50px;
    border-bottom: 1px solid #ccc;
}
[data-layout-mode=dark]  .home_billtravel_ul {
    border-bottom: 1px solid #dddddd47;
}
.home_billtravel_ul2 {
    width: 100% !important;
    padding: 40px 50px;
}
.home_billtravel_li_img {
    display: inline-block;
    border: 1px solid#ccc;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    overflow: hidden;
    width: 94px;
    height: 94px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.home_billtravel_li_img:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home_billtravel_right {
	 margin-bottom:10px;
}
.home_billtravel_name {
    padding-top:5px;
}
@media (min-width: 414px){
.home_billtravel_right .home_billtravel_li {
    width: 48%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
	margin-bottom:10px;
}}
@media (min-width: 375px){
.home_billtravel_right .home_billtravel_li {
    width: 48%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
	margin-bottom:10px;
}}
@media (min-width: 360px){
.home_billtravel_right .home_billtravel_li {
    width: 48%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
	margin-bottom:10px;
}}
@media (min-width: 1200px){
.home_billtravel_right .home_billtravel_li {
    width: 16%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
	margin-bottom:10px;
}}
@media (min-width: 1024px){
.home_billtravel_right .home_billtravel_li {
    width: 16%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
	margin-bottom:10px;
}}
@media (min-width: 414px){
.footer-top {
    padding-bottom: 200px !important;
}}
@media (min-width: 375px){
.footer-top {
    padding-bottom: 200px !important;
}}
@media (min-width: 360px){
.footer-top {
    padding-bottom: 200px !important;
}}
@media (min-width: 1200px){
.footer-top {
    padding-bottom: 115px !important;
}}
@media (min-width: 1024px){
.footer-top {
    padding-bottom: 115px !important;
}}


/* Start Slider */
.tns-outer
{padding:0 !important}
.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>
.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

.tns-carousel.tns-controls-outside [data-controls=prev] {
    left: 0px;
}
#tns3 > .tns-item {
	width: calc(3.69%) !important;
}
.tns-carousel [data-controls] {
    position: absolute;
    top: 50%;
    width: 2.75rem;
    height: 2.75rem;
    margin-top: -1.375rem;
    transition: all .3s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    background-color: #fff;
    font-size: 25px;
    line-height: 2.625rem;
    text-align: center;
    z-index: 10;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
.tns-carousel.tns-controls-outside [data-controls=next] {
    right: 0px;
}
@media (min-width: 68.75em){
#tns3-iw {
    margin: 0px 0px 0px 0px !important;
}}
/* End Slider */
.apps_loved {
	background: #f5f7fa;
	background-image: url(../img/pattern-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
[data-layout-mode=dark] .apps_loved {
	background-color: #000 !important;
	background-image: url(../img/pattern-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.call-menu {
	inset: 50px auto auto 0px !important;
    width: 450px !important;
    margin-left: -225px !important;
}
.footer-head {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.footer-head::after {
    position: absolute;
    top: 15px;
    margin-left: 5px;
    background: #ef6b4e;
    height: 2px;
    width: 50px;
}
.sidebar-theme-bg {
    background: #0677bc;
    border-top: 1px solid #fff !important;
}
.support_call:hover {
    color:rgb(4, 48, 170);
    font-weight: 700;
}
.quick_call {
    animation: quick_call 1s ease infinite;
    border: 3px solid #436eed;
    color: #436eed;
}
@keyframes quick_call {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  .footer_social_link a {
    border: 1px solid #fff;
    padding: 10px 7px 4px 7px;
    border-radius: 5px;
    background: #fff;
    color: #ff6a08;
    transition: 1s;
}
.footer_social_link a:hover {
    border: 1px solid #ff6a08;
    padding: 10px 7px 4px 7px;
    border-radius: 5px;
    background: #ff6a08;
    color: #fff;
}
.primary_bg {
    background: #ff7700;
}
.support_head {
	font-size: 50px;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins';
}
.chat_bxx {
	
}
.chat_bxx .chat_bxximg {
	margin-right: 20px;
	float: left;
}
.chat_bxx h2{
	color: #fff;
    font-weight: 700;
    font-family: 'Poppins';
	display: inline;
}
.chat_bxx h4{
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 17px;
}
.online-box {
    box-shadow: 0 2px 4px 1px hsla(0,0%,80%,.5) !important;
}
.team-box {
	border:solid 1px rgb(42 58 141 / 18%) !important;
}
.team-list.grid-view-filter .team-box .team-profile-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    margin-top: 36px;
}
.gradient-color {
    background: -webkit-linear-gradient(right, #f86a3a, #f5324f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fs-52 {
    font-size: 52px !important;
    font-weight: 700;
    line-height: 58px !important;
    color: #151515;
}
.border-1 {
    border: solid 1px rgb(42 58 141 / 18%) !important;
}

.pks-box-bdr {
    margin: 10px 0;
    text-align: center;
    padding: 35px;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    background: #fff;
}
.pks-box-bdr h2 {
    font-size: 70px;
    color: #f63755;
    font-weight: 900;
    margin: 10px 0;
}
.pks-box-bdr p {
    line-height: 20px;
    margin: 10px 0;
}
.para-title {
    font-size: 20px !important;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px !important;
}
.pks-bg-watermark {
    font-size: 200px;
    font-weight: 600;
    color: rgb(255 255 255 / 11%);
    line-height: 580px;
    display: block;
    width: 100%;
	margin-bottom: -600px;
}
@media (max-width: 767px) {
	.pks-bg-watermark {
		font-size: 50px;
		font-weight: 600;
		color: rgb(255 255 255 / 11%);
		line-height: 580px;
		display: block;
		width: 100%;
		margin-bottom: -600px;
	}
}
.inner-h2-font {
    font-size: 52px !important;
    font-weight: 700;
    line-height: 58px !important;
    color: #151515;
}
hr.space.m {
    height: 50px;
}
.inner-section .benefits-bold-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 30px;
}
.inner-section .benefits-bold-wrapper h3 {
    font-size: 100px !important;
    color: #fff;
}
@media (max-width: 767px) { 
.inner-section .benefits-bold-wrapper h3 {
    font-size: 60px !important;
    color: #fff;
}}
@media (max-width: 767px) { 
.mobile-hide {
    display:none;
}}

.inner-section .benefits-bold-wrapper .hori-desc {
    font-size: 24px;
    color: #fff;
}
.benefits-bold-wrapper-2 {
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.title-base h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
	font-size: 50px;
}
.sub-title {
    font-size: 30px !important;
    line-height: 42px;
	font-weight: 600;
}
.grid-table:not(.full-border-table) tr:first-child td {
    padding-top: 0;
}
.border-table tr td:first-child {
    border-left: none;
}
.border-table tr:first-child td {
    border-top: none;
}
.border-table td {
    border: 1px solid #f5f5f5;
}
.grid-table td {
    padding: 25px;
}
.text-left .icon-box {
    margin: 1px 0 0;
}
.grid-table td>div {
    padding-left: 0;
    padding-right: 0;
}
.icon-box {
    display: table;
}
.icon-box-cell {
    display: table-cell;
    vertical-align: middle;
}
.section-17 .text-m {
    font-size: 22px !important;
    margin-bottom: 10px;
    line-height: 28px;
}
.icon-box label {
    font-weight: 800;
	font-size: 22px;
}
.section-17 .icon-box-cell .text-s {
    line-height: 22px;
    font-size: 17px !important;
}
.icon-box-cell img {
	width:42px;
	height:42px;
	margin-right: 25px;
}
.billing_package {
  border-collapse: collapse;
  width: 100%;
}

.billing_package td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size: 17px;
}

.billing_package tr:nth-child(even) {
  background-color: #eefaf4;
}
.mrp-price {
	color: #878a99;
    font-size: 17px;
    text-decoration: line-through;
}
.benefit-sec-2 figure {
    margin-right: 0;
    margin-top: 0;
}
.benefit-col figure {
    background-color: #fff;
    border: 1px solid #c3b8b8;
    border-radius: 8px;
    padding: 10px 20px 20px;
    transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    box-shadow: 0 0 20px #ddd;
    cursor: pointer;
}
.benefit-col figure:hover {
    background-color: #fff;
    border: 1px solid #c3b8b8;
    border-radius: 8px;
    padding: 10px 20px 20px;
    transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    box-shadow: none;
    cursor: pointer;
}
.right-side .widget {
	list-style:none;
	margin-bottom: 0;
	display: flex;
}
.right-side .widget li {
	padding-left: 12px;
}
.right-side .widget li:first-child {
	padding-right: 12px;
    border-right: 1px solid #ddd;
}
.right-side .widget li:last-child {
	padding-right: 12px;
    border-right: 0px solid #ddd;
}
.top-menu {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-ads {
    color: #fff;
    margin: 0;
    text-align: center;
}
.section {
    padding: 50px 0 !important;
    position: relative;
}
.advs-box-top-icon.boxed, .advs-box-top-icon.boxed-inverse {
    min-height: auto;
    margin-bottom: 25px;
    box-sizing: content-box;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	text-align:center;
	padding: 20px;
    margin-top: 15px;
    border-radius: 8px;
    cursor: pointer;
}
.advs-box.boxed-inverse {
    transition: all 1s;
}
.advs-box h3 {
   font-weight: 600;
    font-size: 16px;
}
.factors-list-wrapper {
    background: #fff;
    box-shadow: 0 10px 25px #ccc;
    padding: 20px 20px;
    margin-top: 0;
    margin: 30px;
    border-radius: 4px;
    position: relative;
}
.factors-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.factors-list-wrapper.first:before, .factors-list-wrapper.second:before, .factors-list-wrapper.third:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 0;
    background-image: url(../img/top-bdr.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.fluper-expertise-wrapper p {
    font-size: 18px !important;
    margin: 0;
    font-weight: bold;
}
.fluper-expertise-wrapper {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    position: relative;
    text-align: center;
    background-color: #fff;
	margin: 10px 0;
}
.important_tag {
	background-color: #FFF;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 68% !important;
    text-align: center !important;
    color: #000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-left: 10px;
    padding-right: 10px;
}
@media only screen and (max-width: 768px) { 
.important_tag {
	background-color: #FFF;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 100% !important;
	text-align: center !important;
	font-size: 12px !important;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}}
.descriplist {
    max-width: 100%;
    margin: auto;
    background: #fff;
    border: solid 1px #FFEBD2;
    border-radius: 10px;
    padding: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    transition: all linear .3s;
}
.service-offers {
    background: #FFF9F5;
}
.offer-col .inners {
    background: #fff;
    border: solid 1px #FFEBD2;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    transition: all linear .3s;
    height: 100%;
}
.offer-col .inners:hover {
    border: solid 1px #d7a465;
	cursor:pointer;
}
.offer-col .col .offer-icons svg {
    transition: all linear .2s;
    fill: rgb(167 98 58 / 50%);
}
.ready-hire {
    background-color: #021424;
    background-image: url(../img/speakbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pys {
    padding: 100px 0;
}
.content-area a {
    color: #000;
}
.ready-hire * {
    color: #fff;
}
.pagebtn {
    background-color: #F70;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    padding: 15px 30px 15px 60px;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    animation: pulse 2s infinite;
	height: 55px;
    width: 100%;
}
.pagebtn {
  aspect-ratio: 1;
  box-shadow: 0 0 0 0 #fff9;
  animation: l1 1s infinite;
}
@keyframes l1 {
    100% {box-shadow: 0 0 0 10px #fff9}
}
.ready-hire h3 {
    font-size: 43px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 10px;
}
.mobapp-why-choose .col {
    position: relative;
    padding: 0 25px;
    text-align: center;
    margin-top: 50px;
}
.mobapp-why-choose .col .chooseicons:before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(167 98 58 / 14%);
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all linear .3s;
}
.mobapp-why-choose .col:after {
    border-right: dashed 2px #E6E6E6;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 70%;
    bottom: 0;
}
.mobapp-why-choose .col:hover .chooseicons:before {
    top: -18px;
    width: 70px;
    height: 70px;
}
.chooseicons {
	padding-bottom: 20px;
}
.mobapp-dicuss-project .block-left {
    background: #006285 url(../img/btnbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 425px;
}
.mobapp-dicuss-project .block-left .inners {
    max-width: 710px;
    padding-right: 50px;
}
.mobapp-dicuss-project * {
    color: #fff;
}
.mobapp-dicuss-project h2 .costupto {
    display: block;
    font-size: 44px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.mobapp-dicuss-project .block-right {
    background: #006285 url(../img/btnbg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mobapp-faqs .talkto {
    min-height: 450px;
    background-image: url(../img/talkto.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    z-index: 1;
}
.mobapp-faqs .talkto h2 {
    font-size: 34px;
    margin-bottom: 35px;
	color: #fff;
}
.mobapp-faqs .talkto p {
    margin-bottom: 5px;
	color: #fff;
}
.darkbox {
    background: #4caf503b;
    border-radius: 10px !important;
    padding: 1.5rem !important;
}
.bullet-list li:before {
    background-color: #42b847;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 10.5px;
    width: 8px;
}
.bullet-list {
    list-style: none;
}
.pkscolor-btn {
    background: linear-gradient(135deg, #2196F3 5%, #3F51B5 50%, #2196F3 100%);
    transition: all .3s;
    color: #fff;
    font-size: 16px !important;
    padding: 19px 26px;
    border: 2px solid #3F51B5;
    border-radius: 90px;
}
.pkscolor-btn:hover {
    color: #3F51B5;
    background: #fff;
    border: 2px solid #3F51B5;
}
.banner-bullets {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.banner-bullets li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.banner-bullets li {
    border-radius: 100px;
    border: 1px solid rgb(3 169 244 / 37%);
    width: auto;
    padding: 5px 10px;
    margin-right: 13px;
    font-size: 16px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}
 .counter-technology ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.counter-technology ul li {
    width: 50%;
    padding: 0 0 10px 0;
}
.counter-technology ul li {
    ext-align: left;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 15px 20px;
    width: 45%;
    margin: 0 auto;
    margin-right: 15px;
    height: 95%;
    margin-bottom: 25px;
}
.img-tech {
    display: inline-block;
    padding: 10px;
    border-radius: 16px;
    background: #2d58bd;
}
.counter-technology ul li h4 {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background: #2d58bd;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    text-align: left;
}
.counter-technology ul li p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.technology-stack ul {
    list-style: none;
    background: #fff;
    border-radius: 20px;
    padding: 0px;
    height: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.technology-stack .title_txx {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: #2d58bd;
    padding: 13px 15px;
    border-radius: 16px 16px 0 0;
	margin:0;
}
.technology-stack ul li, .chooseuswrapper p {
    font-size: 16px !important;
}
.technology-stack ul li {
    position: relative;
    left: 0px;
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 8px 8px 15px;
    font-family: 'Inter', sans-serif !important;
    margin-left: 15px;
    margin-right: 15px;
}
.technology-stack {
	margin-bottom:45px;
}
.laarvel_bxx {
	border-bottom: 5px solid #3750ba;
    padding: 1.875rem 2.188rem;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	
	color: #0000;
	  background: 
		linear-gradient(90deg,#1095c1 50%,#000 0) 
		var(--_p,100%)/200% no-repeat;
	  -webkit-background-clip: text;
			  background-clip: text;
	  transition: .4s;
}
.laarvel_bxx:hover {
	--_p: 0%;
	cursor:pointer;
}
.wp-features-box {
	box-shadow: 5px -4px 50px -5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 20px 50px 20px;
}
.Solutions-boxs {
    border-radius: 48px 8px;
    border: 1px solid var(--neutral-n-700, #E2E2E2);
    background: var(--extremes-white, #FFF);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    display: flex;
    height: 100%;
    padding: 20px 24px 35px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    transition: all .5s ease-out;
    position: relative;
}
.Solutions-boxs .sol-img {
    display: inline-block;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 12px;
}
.sol-img .entered {
	width:52px;
	height:52px;
}
.Solutions-boxs:hover {
    border-radius: 8px 48px;
}
.services-wrapper {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    height: 92%;
    position: relative;
}
.services-wrapper .services-inner-img {
    display: inline-block;
    padding: 10px;
    border-radius: 16px;
    background: #3F51B5;
}
.services-inner-img img {
    filter: brightness(0) invert(1);
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.technology-partner {
    background: url(../img/techbg.png);
    background-repeat: no-repeat;
    height: auto;
    padding: 50px 0 0;
    background-size: cover;
    background-position: right top;
}
.technology-partner h2 {
    background: linear-gradient(90deg, #09095B 6.14%, #6F134A 83.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.mobileapp-dev .mobileapp-wrapper h3, .bestintechnology h3, .ourclients h3 {
    background: linear-gradient(90deg, #FF5722 6.14%, #FF9800 83.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 113.957%;
}
.mobileapp-dev {
    padding: 50px 0;
}
.main-banner-button button {
    border-radius: 50px;
    background: #E9430E;
    padding: 12px 20px;
    color: #fff;
    border: none;
    transition: all .5s ease-out;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.mobileapp-dev button.accordion-button {
    background: transparent;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}
.mobileapp-dev .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 20px;
    border-radius: 16px;
}
.bestintechnology {
    background: url(../img/besttech-bg.png);
    background-repeat: no-repeat;
    height: auto;
    padding: 50px 0;
    background-size: cover;
    background-position: right top;
}
.howwework-sec {
    background: url(../img/processbg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    height: 564px;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}
.howwework-sec:after {
    content: "";
    background: url(../img/process-bg-arrow.png);
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 175px;
    height: 185px;
    z-index: -1;
}
.howwework-sec ul li {
    width: 17%;
    padding: 20px 10px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #ddd;
    background: #FFF;
    margin-right: 34px;
    text-align: center;
    transition: 0.3s;
    display: inline-block;
    float: left;
    transition: height 0.5s;
    height: 200px;
    overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.howwework-sec ul li p {
    visibility: hidden;
}
.howwework-sec p {
    font-size: 14px;
    text-align: center;
}
.howwework-sec ul li:hover {
    display: block;
    overflow: visible;
    height: auto;
    cursor: pointer;
	
}
.howwework-sec ul li:hover p {
    visibility: visible;
}
.cta-section-main {
    padding: 70px 0;
    background: url(../img/dropemail.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-section-main h4 {
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(90deg, #09095B 6.14%, #6F134A 83.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq-section-services {
    padding: 50px 0;
}
.headline {
    background: linear-gradient(90deg, #09095B 6.14%, #6F134A 83.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.vision-mission .vision-box {
    padding: 40px;
    border-radius: 15px;
    border: 3px solid #FF9800;
    text-align: center;
	background: #fff;
}
.loanform {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
    position: sticky;
    top: 140px;
	border: 1px solid #CDDC39;
    background: #cddc3921;
	border-radius: 15px;
}
.table-terms {
    border: 1px solid #e6eaee;
    margin-top: 10px;
}
.table-terms td:first-child {
    background-color: #f2f5f9;
}
/* CSS button-18 */
.button-18 {
	background: #fff;
    color: #2196F3 !important;
    transition: all .3s !important;
    box-shadow: 0 10px 50px rgb(33 150 243 / 42%);
    font-size: 16px !important;
    padding: 10px;
    border: 2px solid #2196F3;
    border-radius: 5px;
}
.button-18:hover {
	color: #fff !important;
    background: linear-gradient(135deg, #03A9F4 5%, #03a9f478 50%, #2196F3 100%);
}
@media (max-width: 768px) {
    .howwework-sec ul li {
        width: 38% !important;
        margin-bottom: 20px;
    }
	.howwework-sec {
        margin-bottom: 200px;
    }
}
.help-us-section {
    min-height: auto;
    background-size: cover;
    background-position: center;
    background-color: #f7f7f7;
	padding: 60px 0;
}
.h2-font {
	font-size: 45px;
	color: #000 !important;
    text-align: center;
	font-weight: 700;
    line-height: 58px !important;
}
.help-us-section .deschelp {
    font-size: 18px !important;
    text-align: center;
    font-weight: 500;
}
.shadow-1 {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.banner-offer {
    text-align: center;
    color: #000;
    font-weight: 300;
    padding: 60px 0;
}
.banner-offer h1 {
    font-size: 38px;
    padding-bottom: 10px;
    color: #000;
    font-weight: 600;
}
.banner-offer h1 span {
    font-size: 20px;
    display: block;
}
.banner-offer h1 strong {
    border-bottom: solid 3px #ffad30;
	padding-bottom: 5px;
}
.offer_card {
    padding: 50px 20px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: solid 1px #f1f2f5;
    transition: transform .2s;
}
.offer_card:hover {
    border-bottom: 4px solid #197E37;
    cursor: pointer;
    background: #fff;
    transition: all .3s ease-in;
    transform: scale(1.1);
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, .1);
}
.btn-success {
    background: #197E37;
    font-size: 16px;
    border: none;
    box-shadow: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 2.5rem;
    color: #fff;
    font-weight: 500;
    border-radius: 3rem;
}
.market_price {
    position: absolute;
    top: 23px;
    right: 40px;
    background: #e7fae4;
    color: #197E37;
    font-weight: 500;
    font-size: 14px;
    display: inline-flex;
    padding: .4rem 1.5rem;
    border-radius: 100px;
}
.pay_less {
	background-image: url(https://lblia.com/car_colloquium/wp-content/uploads/2019/10/bg-shape.svg);
	background-size: cover;
    background-repeat: no-repeat;
}
.fea_list {
	list-style: none;
    padding-left: 0;
}
.fea_list li {
	background-color: #fff;
    border: 1px solid #e4e5e7;
    font-size: 17px;
    margin: 8px;
    display: inline;
    padding: 5px 15px;
    line-height: 40px;
    margin-right: -5px;
    border-radius: 90px;
}
.card-cta-button {
	border: 1px solid #ddd;
    color: #222325 !important;
    font-size: 16px !important;
    line-height: 22px;
    padding: 6px 11px;
    float: inline-end;
    border-radius: 9px;
}
.dev-hire {
    background-color: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 8px;
	padding: 24px;
}
.dev-hire:hover {
    box-shadow: 0 .14px 2.29266px rgba(0, 0, 0, .032), 0 .37px 4.42626px rgba(0, 0, 0, .048), 0 3px 7px rgba(0, 0, 0, .09) !important;
}
.dev-profile-img img {
	width: 4rem;
    height: 4rem;
    border-radius: 90px;
    margin-right: 18px;
}
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.header-social-menu {
    padding: 0;
    margin: 0;
    color: #9e9e9e;
    font-size: 15px;
    list-style: none;
	display: flex;
}
.header-social-menu li {
    padding: 0 11px;
}
.header-social-menu li:not(:last-child):after {
	width: 1px;
	height: 24px;
	content: "";
	position: absolute;
	background: #848b91;
	z-index: 1;
}
.header-social-menu li a {
    line-height: 26px;
	padding-right: 15px;
}
.inquiry-form {
	margin: 0 25px;
    border: 2px solid #d4d4d4;
}
.form-info {
	height: 100%;
    padding: 40px 20px;
    background-color: #109cd8;
    background-image: url(https://cdn-dpdal.nitrocdn.com/GyhcCIiZNdTIbeWlnyLmouvoGPRcWSwV/assets/images/optimized/rev-7e2888a/www.emizentech.com/wp-content/themes/twentytwentyone-child/assets/images/form-bg.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}
.serving-diverse-sec {
	
}
.serving_box {
	border-radius: 15px;
    border: 1px solid #0585cd;
    padding: 17px;
    z-index: 1;
    transition: all .3s;
    text-align: center;
	margin-right: 20px;
}
.serving_box:hover {
    border: 1px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.serving_box .industries-title {
    margin-top: 8px;
    color: #002848;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
.sec-heading {
    color: #002848;
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
	text-align: center;
}
.serving-diverse-sec:before {
    border-radius: 712px;
    background: rgba(255, 148, 148, .25);
    filter: blur(225px);
    left: 0;
    bottom: -10%;
    width: 500px;
    height: 412px;
    z-index: 0;
}
.py-100 {
    padding: 100px 0;
}
.wa-chat-box-poweredby {
    display: none;
}
.card-title {
    font-size: 16px !important;
    margin: 0 0 7px;
}
.blue-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://static.vecteezy.com/system/resources/thumbnails/022/429/675/small_2x/abstract-colorful-low-poly-geometric-shapes-background-png.png);
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}
.blue-section {
    background-color: #00448F;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.frmleftsde ul {
    padding-left: 12px;
    display: inline-block;
    margin-top: 15px;
}
.frmleftsde ul li {
    list-style: none;
    float: left;
    color: #000;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    padding: 12px;
    width: 50%;
}
.frmleftsde ul li span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.career-index {
	background-image: url(../img/techbg.png);
}
.whycareer li::marker {
	content:"✅";
}