/*====== STRUCTURE =======*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
	margin: 0px;
	max-width: 100%;
	font-family: Poppins, Helvetica;
	padding: 0!important;
}
body { padding-right: 0 !important }

body.offcanvas.show{
	padding-right: 0!important;
	
}
body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

ul {
	padding-left: 0px;
}

ul li {
	list-style-type: none;
}

a {
	cursor: pointer;
}

a,
button,
input,
textarea {
	text-decoration: none !important;
	outline: none !important;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
	margin-bottom: 0px;
	margin-top: 0px;
}

.animated {
	opacity: 0;
	animation-fill-mode: inherit !important;
}

.visible {
	opacity: 1 !important;
}


.section-heading {
	color: #000;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.font-light {
	font-weight: 500;
}

.font-bold {
	font-weight: 600;
}

.section-heading span {
	color: #0053D9;
}

.sec-heading {
	margin-bottom: 70px;
}

.section-spacing {
	padding: 120px 0;
}

.section-spacing-bottom {
	padding-bottom: 120px;


}

#testimonial {
	background-image: url(../images/hero-background.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/*==== NAVBAR  ======*/
.navbar {
	padding: 20px 190px!important;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.menu-links {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.navbar-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-light .navbar-nav .nav-link {
	color: #393939;
	padding: 0 0 !important;
	margin-right: 17px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.01em;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #0053D9;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #0053D9;
}

.nav-btn {
	background: #56D2EF;
	border-radius: 7px;
	width: 140px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #252554 !important;
	font-weight: 700;
	font-size: 13px;
	line-height: 33px;
	letter-spacing: 0.11em;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.nav-btn:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgb(86 210 239 / 50%);
	box-shadow: 0px 0px 20px 0px rgb(86 210 239 / 50%);
}

.nav-white {
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
	padding: 10px 190px!important;
}

/*===== HERO SECTION =====*/
.hero-section {
	background: url(../images/hero-background.png);
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
}


.hero-heading {
	color: #000;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: 76px;
	/* 131.034% */
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}

.hero-heading span {
	color: #0053D9;
}

.hero-para {
	color: #393939;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.hero-wrapper {
	flex-wrap: nowrap;
}

.hero-left {
	max-width: 600px;
}

.hero-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 100px;
	height: 100vh;
	display: flex;
	align-items: flex-end;
}

/*=========== Qustions ==================*/

.qus-card {
	padding: 50px;
	border-radius: 36px;
	min-height: 486px;
}

.card-green {
	background: rgba(53, 216, 183, 0.3);

}

.bg-green {
	background: #2BAF95;

}

.card-purple {
	background: rgba(155, 160, 252, 0.2);
}

.bg-purple {
	background: #8A8EC8;
}

.qus-icon {
	width: 80px;
	border-radius: 22px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.qus-card h3 {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	margin-bottom: 10px;
}

.qus-card p {
	color: #393939;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
	margin-bottom: 30px;
	min-height: 95px;
}

.btn-black {
	border-radius: 40px;
	background: #000;
	display: inline-flex;
	padding: 15px 50px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	transition: all .6s ease-in-out;
	position: relative;
	z-index: 1;

}

.btn-black:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	color: #FFF;
}

/*==============App Section===============*/
.app-list {
	position: relative;
}
/* 
.app-list::before {
	content: '';
	position: absolute;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
	height: 400px;
	width: 105%;
	bottom: 0;
	left: -20px;
} */

.app-list li {
	margin-bottom: 20px!important;
}


.app-list li a{
	color: #393939;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	position: relative;
}

.app-list li a::before {
	content: '';
    position: absolute;
    background: #393939;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    left: 0;
    top: 18px;
}
.app-list li a.active::before {
	background: #0053D9;
}
/* .app-list li.font-bold {
	color: #000;
	font-weight: 500;
} */

.app-right{
	position: relative;
}
.app-right:before{
	content: '';
	position: absolute;
	background-image: url('../images/app-bg-shape.png');
	width: 100%;
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}
.sec-para {
	color: #393939;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.btn-blue {
	border-radius: 40px;
	background: #0053D9;
	display: inline-flex;
	padding: 15px 50px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	transition: all .6s ease-in-out;
	cursor: pointer;
	font-family: "Arial";
}

.btn-blue:hover {
	box-shadow: 0px 10px 30px 0px rgba(0, 83, 217, 0.4);
	color: #FFF;
}

/*=============Service==========*/
.service-card {
	border: 1px solid #E8E8E8;
	padding: 25px;
	border-radius: 36px;
	height: 430px;
}

.serv-icon {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.serv-bg1 {
	background: #EEF2FF;
}

.serv-bg2 {
	background: #FDF2F8;
}

.serv-bg3 {
	background: #F0FDFA;
}

.serv-bg4 {
	background: #FFF7ED;
}

.serv-bg5 {
	background: #F8EDFF;
}

.serv-bg6 {
	background: #F4FFED;
}

.serv-bg7 {
	background: #EDFBFF;
}

.serv-bg8 {
	background: #FFEDED;
}

.service-card h4 {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 12px;
	height: 45px;
}

.service-card p {
	color: #393939;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	min-height: 180px;
	margin-bottom: 10px;
}

.learn-link {
	border-radius: 40px;
	border: 1px solid #0053D9;
	background: rgba(0, 83, 217, 0.10);
	display: inline-flex;
	padding: 8px 30px;
	justify-content: center;
	align-items: center;
	color: #0053D9;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
}

.font-14 {
	font-size: 14px;
}

.test-card-img {
	transform: scale(0.92);
	transition: all .4s ease-in-out;
}

.test-card-img img {
	width: 100%;
}

.test-card-img.slick-center {
	transform: scale(1);
}

/*==========download=============*/
.download-input label {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 14px;
}

.input-inner {
	position: relative;
	margin-bottom: 30px;
}

.input-inner input {
	border-radius: 40px;
	border: 1px solid #E8E8E8;
	display: inline-flex;
	padding: 16px 26px 16px 60px;
	align-items: center;
	color: #363636;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	width: 100%;
}

.input-addon {
	position: absolute;
	left: 25px;
	top: 18px;
}

.download-img {
	position: relative;
}

.download-img::before {
	content: '';
	position: absolute;
	border-radius: 36px;
	background: #E0E7FF;
	width: 496px;
	height: 387px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: -1;
	right: 0;
}

.other-app-img {
	border-radius: 36px;
	border: 1px solid rgba(217, 218, 233, 0.10);
	background: linear-gradient(180deg, rgba(246, 246, 249, 0.00) 0%, #F6F6F9 100%);
	padding: 30px 60px 0 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.app-btn {
	position: absolute;
	bottom: 30px;
	gap:20px;
}
.download-btn{
	padding: 15px 25px;
	width: 210px;
	font-size: 13px;
}
.test-card {
	border-radius: 36px;
	border: 1px solid #E8E8E8;
	background: #FFF;
	padding: 24px;
	margin: 15px;
	transition: all .4s ease-in-out;
}

.test-card p {
	color: #393939;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 200% */
	margin-bottom: 50px;
}

.user-img {
	margin-right: 20px;
}

.user-des h5 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	/* 162.5% */
	margin-bottom: 2px;
}

.user-des span {
	color: #363636;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 157.143% */
}

.test-rate {
	margin-bottom: 25px;
}

.slick-arrows {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.slick-arrow {
	display: flex;
	width: 52px;
	height: 52px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #0053D9;
	margin: 0px 12px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}

.slick-arrow svg path {
	transition: all .4s ease-in-out;

}

.slick-arrow:hover {
	background: #0053D9;

}

.slick-arrow:hover svg path {
	stroke: #fff;
}

.test-card.slick-center {
	border: 1px solid #0053D9;
}

.test-card.slick-center .user-des h5 {
	color: #0053D9;
}

.crm-box {
	border-radius: 36px;
	border: 1px solid rgba(217, 218, 233, 0.50);
	background: linear-gradient(180deg, rgba(246, 246, 249, 0.00) 0%, #F6F6F9 100%);
	padding: 50px;
}

.crm-count {
	color: #0053D9;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	/* 94.444% */
}

.crm-detail {
	margin-left: 40px;
}

.crm-detail span {
	color: #393939;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}

.crm-left {
	width: 35%;
}

.crm-right {
	width: 65%;
}
.blog-card{
	margin-bottom: 40px;
}
.blog-img img {
	width: 100%;
}

.blog-img {
	position: relative;
	margin-bottom: 22px;
}

.blog-tag {
	position: absolute;
	display: flex;
	border-radius: 0px 15px;
	background: #fff;
	bottom: 0;
	padding: 16px 20px;
	left: 0;
}

.blog-card h4 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	/* 160% */
}


.case-study-card h4 {
	color: #000;
	font-family: Poppins, Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 16px;
}

.case-study-card p {
	color: #393939;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* 187.5% */
	margin-bottom: 30px;
}

.case-user {
	margin-bottom: 30px;
}

.case-user-img {
	margin-right: 15px;
}

.case-user-des h6 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */

}

.case-user-des span {
	color: #393939;
	text-align: right;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
}

.case-study-card {
	background: #FAFAFA;
	padding: 30px;
	border-radius: 36px;
	margin-bottom: 40px;
}

.btn-black-small {
	background: #000;
	border-radius: 36px;
	padding: 10px 20px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	transition: all .4s ease-in-out;
	cursor: pointer;
}

.btn-black-small:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	color: #FFF;
}

.contact-inner {
	background: #0053D9;
	border-radius: 36px;
	padding: 55px 80px;
}

.contact-left h2 {
	color: #FFF;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 52px;
	/* 144.444% */
	margin-bottom: 10px;
}

.contact-left p {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 160% */
}

.contact-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.contact-btn {
	background: #fff;
	border-radius: 36px;
	color: #0053D9;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	/* 166.667% */
	padding: 12px 24px;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.contact-btn:hover {
	box-shadow: 0px 10px 20px 0px rgba(255, 2553, 255, 0.2);
}

.contact-btn svg {
	margin-left: 8px;
}

.footer-logo {
	margin-bottom: 30px;
}
.footer-left p{
	font-size: 16px;
	color: #000;
}
.foot-list-bold{
	font-size: 18px;
	color:#1F2937;
	font-weight: 600;
	margin-bottom: 30px;
}
.foot-list li{
	margin-bottom: 20px;
}
.foot-list li a {
	color: #1F2937;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 187.5% */
	transition: all .4s ease-in-out;
}

.foot-list li a:hover {
	color: #0053D9;
}
.foot-input input{
	border-radius: 40px;
    border: 1px solid #E8E8E8;
    display: inline-flex;
    padding: 8px 18px;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    width: 100%;
	margin-bottom: 15px;
}
.foot-input input::placeholder{
	color: #9CA3AF;
}
.foot-btn{
	border-radius: 40px;
    background: #0053D9;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    transition: all .6s ease-in-out;
    cursor: pointer;
}
.social-list li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D1D5DB;
	margin: 0px 8px;
	transition: all .5s ease-in-out;
}

.social-list li a:hover {
	border: 1px solid #0053D9;
}

.social-list li a:hover svg path {
	fill: #0053D9;
}

.footer-top {
	padding-bottom: 30px;
}

.footer-bottom {
	border-top: 1px solid #E8E8E8;
	padding: 12px 0;
	
}
.foot-bottom-inner{
	display: flex;
	justify-content: space-between;
	align-items: center	;
}
.copyright {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	line-height: 22px;
	/* 157.143% */
}

.card-green,
.card-purple {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.card-green .bg-svg {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 0;

}

.card-purple .bg-svg {
	position: absolute;
	bottom: 0;
	z-index: 0;
	left: 0;
}

.section-spacing-bottom .row .col-lg-3 {
	padding: 15px;
}

.menu-btn {
	border-radius: 16px;
	width: 60px;
	height: 60px;
	background: #0053D9;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.menu-btn:hover {
	background: #014abf;
}

.offcanvas-start {
	right: 0 !important;
	left: auto !important;
	transform: translateX(100%);
}

.offcanvas {
	border-radius: 52px 0 0 52px;
	background: #0053d9;
	width: 614px !important;
	border: 0 !important;
	padding-top: 44px;
}

.offcanvas-header {
	padding: 16px 16px 65px 30px;
}

.btn-close {
	background: transparent;
}

.offcanvas-body {
	padding-left: 115px;
}

.offcanvas-body ul {
	display: flex;
	flex-direction: column !important;
}

.offcanvas-body ul li {
	padding-bottom: 35px;
}

.offcanvas-body ul li a {
	font-size: 50px;
	font-weight: 700;
	line-height: 69px;
	color: #FFFFFF;
	width: 100%;
	transition: all 1s ease-out;
}

.offcanvas-body ul li a:hover {
	text-shadow: -3px 3px 6px #31405dbd;
}

.extra-top-padding {
	padding-top: 213px;
}

.image-radius-box {
	border-radius: 52px 52px 52px 0;

}

.about-banner-img {
	width: 100%;
	height: auto;
}

.pre-text {
	color: #0053D9;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 12px;
}

#app-about .section-heading {
	margin-bottom: 55px;
}

.award-p1 {
	color: #000;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.award-desc {
/*	background-image: linear-gradient(180deg, #000, #00000028);*/
/*	color: transparent;*/
	background-clip: text;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 64px;
}

.main-check-box {
	width: 100%;
	max-width: 673px;

}

#also-check .sec-heading {
	padding-bottom: 6px;
}
.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
  }
  
  .form-group label {
	position: relative;
	cursor: pointer;
	color: #393939;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 32px;
  }
  
  .form-group label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #0053D9;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 12px;
	border-radius: 5px;
  }
  .form-group input:checked + label:before {
	background: #0053D9;
  }
  .form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #fff;
	
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
  }
.also-pera {
	color: #393939;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.padding-right-box {
	width: 100%;
	padding-right: 88px;
}

.bg-box {
	background: #FAFAFA;
	width: 100%;
	padding: 30px;
	border-radius: 15px;
}

.bg-box span {
	color: #000;
	margin-bottom: 32px;
	font-size: 16px;
	font-style: normal;
	display: block;
	font-weight: 500;
	line-height: normal;
}

.bg-box img {
	width: 281px;
	height: auto;
	margin-bottom: 32px;
}

.bg-box p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 32px;
}

#contact-form .section-heading {
	margin-bottom: 30px;
}

#contact-form form {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.grid-box {
	display: flex;
	align-items: start;
	gap: 30px;

}

.form-box {
	width: 50%;
	position: relative;
}

.form-box-text-aria {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.form-label {
	color: #393939;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 12px;
}

.form-input {
	padding: 16px 0 16px 58px;
	border-radius: 10px;
	background: rgba(0, 83, 217, 0.05);
	color: #0053D9;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	position: relative;
	z-index: 4;
}

.form-input::placeholder {
	color: #BBBBBB;
}

.message {
	padding: 20px !important;
	width: 100%;
	height: 128px;
	border-radius: 10px;
	background: rgba(0, 83, 217, 0.05);
	color: #0053D9;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	position: relative;
	z-index: 4;
}

.message::placeholder {
	color: #BBBBBB;
}

.input-svg {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 24px;
	height: 24px;
	z-index: 5;
}

input::placeholder,
textarea::placeholder {
	color: #0053D9;
}

.verify-img {
	padding: 10px 20px;
	border-radius: 10px;
	background: rgba(0, 83, 217, 0.05);
}

.check-main {
	gap: 12px;
	position: relative;
	margin-bottom: 10px;
}

.check-box-custom {
	border-radius: 5px;
	width: 26px;
	height: 26px;
}

input[type='checkbox'] {
	appearance: none;
	z-index: 0;
}

.check-label {
	position: relative;
	z-index: 10;
	cursor: pointer;
	user-select: none;
	color: #393939;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}

input[type='checkbox']+label::after {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	left: 0px;
	border: 1px solid #363636;
	z-index: 5;
}

input[type='checkbox']:checked {
	background-image: url('../images/Chekbox.png');
}

.submit-btn {
	border-radius: 10px;
	background: #0053D9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 15px 50px;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	transition: all 0.6s ease-out;
}

.submit-btn:hover {
	box-shadow: 0px 10px 30px 0px rgba(0, 83, 217, 0.4);
}

.office-inner {
	padding: 30px;
	background: #FAFAFA;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.office-inner h4 {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.office-inner p {
	color: #393939;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
.w-max {
	width: max-content;
	padding: 11px 34px;
}
.hero-small{
	display: none;
}
.nav-tabs{
	border:none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	border:none;
	color:#0053D9;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,.nav-tabs .nav-link{
	border:none;
}