:root {
	--primary-color: #1e61d8;
	--primary-colorLight: #1e61d8db;
	--white-color: #ffffff;
	--color-heading: #222222;
	--color-subheading: #797979;
	--color-text: #7e7e7e;
	--border-color: #e9ebfa;
	--color-orange: #fea200;

	--all-transition: all 0.3s;
	--transition: all 0.3s ease-in-out;

	/* --color-red1:rgb(255, 16, 16);
	--color-blue1:rgb(17, 233, 255);
	--color-green1:rgb(0, 254, 198);
	--color-pink1:rgb(255, 51, 78);
	--color-purple1:#d61dff;
	--color-yellow1:#fffa00;
	--secbg-1:rgb(239, 248, 255); */

}

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
	background: #fff;
	font-family: 'Outfit', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-heading);
	font-family: 'Outfit', sans-serif;

}

ol,
ul,
dl {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	font-size: 20px;
	line-height: 1.3;
	color: var(--textColor);
	padding: 0;
	margin: 0;
	font-family: 'Outfit', sans-serif;

}

::selection {
	background-color: var(--primary-color);
	color: #fff;
}

a,
a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-family: 'Outfit', sans-serif;

}

/* ====  Button Style Css Start === */
.hs-btnBox {
	margin-top: 50px;
}

.hs-btn {
	padding: 0 15px;
	min-width: 150px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	text-align: center;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	z-index: 1;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	background-color: var(--primary-color);
	color: var(--white-color);
	transition: var(--all-transition);
	position: relative;
	overflow: hidden;
}

.hs-btn:hover {
	background-color: var(--primary-colorLight);
	color: var(--white-color);
}

.hs-btn-primary {
	background-color: var(--white-color);
	color: var(--primary-color);
}

.hs-btn-primary:hover {
	background-color: var(--white-color);
	color: var(--primary-color);
}

.hs-btn-secondary {
	background-color: transparent;
	color: var(--white-color);
	border: 1px solid var(--white-color);
	margin-left: 20px;

}

.hs-btn-secondary:hover {
	background-color: var(--white-color);
	color: var(--primary-color);
}

/* ====  Button Style Css End === */
/* hs-heading */

.hs-heading {
    font-size: 38px;
    color: var(--color-heading);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.8px;
    margin: 0 0 70px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
}

/* hs-heading */

/* css banner */
.hs-banner-wr .container {
    max-width: 1500px;
}
.hs-banner-wr {
    padding: 20px 0 40px;
	background: #020230;
}
.hs-header-wr {
    margin-bottom: 50px;
}
.hs-banner-right {
    text-align: center;
}
.hs-banner-left {
	max-width: 640px;
}
.hs-banner-box h1 {
	font-size: 45px;
	color: var(--white-color);
	font-weight: 800;
	letter-spacing: 0.8px;
	line-height:1.4;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.hs-banner-box p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
    margin: 15px 0 0;
    color: var(--white-color);
    background-color: rgb(255 255 255 / 10%);
    padding: 10px 30px;
    display:inline-block;
    border-radius: 100px;
}
.hs-banner-box ul.hs-plans-item {
    margin-top: 25px;
}
.hs-banner-box ul.hs-plans-item li {
    display: inline-block;
	color: var(--white-color);
	margin-right: 10px;
	padding: 0 0 0 30px;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 15px;
}
.hs-banner-box ul.hs-plans-item li span {
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.hs-banner-box .hs-plans-item li span svg path {
    fill: #6ff75f ;
}
.hs-banner-box .banner-subhead {
    font-size: 18px;
}
/* css pricing section */
.hs-pricing-table {
	background-color: #f1f6ff;
	padding: 80px 0;
}
.hs-list {
	text-align: center;
	margin: 0 0 50px;
}
.hs-list li {
	padding: 0 0 0 35px;
	position: relative;
	margin: 0 20px 10px;
	color: var(--color-heading);
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
}

.hs-list li span {
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	background-color: #e8effb;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.hs-list li span svg {
	width: 12px;
	height: auto;
}

.hs-list li span svg path {
	fill: var(--primary-color);
}

.hs-pricing-box {
    position: relative;
    border: solid 1px #e5ecf3;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 18px 30px 0 rgba(177,193,224,.1);
	background-color: var(--white-color);
	transition: all 0.3s;
	max-width: 390px;
}
.hs-pricing-box:hover {
    border: solid 1px var(--color-orange);
    transform: translateY(-9px);
}

.hs-pricing-tag {
    font-size: 16px;
    border-radius: 10px;
    background-color: var(--color-orange);
    position: absolute;
    top: -28px;
    padding: 10px;
    color: #ffffff;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 14px 15px;
    max-width: 160px;
}
.hs-pricing-tag:after {
    border-top: 6px solid var(--color-orange);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -11px;
    margin: auto;
}
.hs-pricing-box .hs-pricing-monthly {
    text-align: center;
    margin-top: 30px;
}
.hs-pricing-box .hs-pricing-monthly .hs-monthly {
    color: var(--color-heading);
    font-size: 20px;
    font-weight: 600;
}
.hs-pricing-box .hs-pricing-monthly .hs-pricing-heading {
    font-size: 46px;
    font-weight: 600;
    color: var(--color-orange);
    line-height: 1.4;
    letter-spacing: 0.8px;
    background-color: rgb(254 162 0 / 15%);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    margin-right: 10px;
}
.hs-plans-item li {
	padding: 0 0 0 35px;
	position: relative;
	margin: 0 0 25px;
	color: var(--color-heading);
	font-size: 16px;
	font-weight: 600;
}

.hs-plans-item li span {
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	background-color: #e8effb;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.hs-plans-item li span svg {
	width: 12px;
	height: auto;
}

.hs-plans-item li span svg path {
	fill: var(--primary-color);
}

.hs-pricing-box p {
	font-size: 14px;
	color: var(--color-text);
	line-height: 1.4;
	letter-spacing: 0.8px;
	margin: 30px 0;
	font-weight: 500;
}

.hs-plans-btn .hs-btn {
	min-width: 100%;
	margin-top: 20px;
}
ul.hs-plans-item {
    margin-top: 30px;
}

.btn_wr {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: center;
    max-width: 390px;
    margin: 30px auto 0;
}
.btn_wr a { 
    text-align: center; 
    margin: 0 auto;
    transition: all 0.3s;

}
a.btn_wr_full:hover {
    transform: translateY(-5px);
}

/* css pricing table */
.hs-footer {
	background-color: #000;
	padding: 15px 0;
}
.hs-getStart-wr {
	background-color: var(--primary-color);
	padding: 50px;
	border-radius: 8px;
	margin-bottom: 70px;
}
.hs-btn-getStart {
	margin-top: 30px;
}
.hs-getStart-left h2 {
	font-size: 55px;
	color: var(--white-color);
	line-height: 1.4;
	letter-spacing: 0.8px;
	font-weight: 600;
}

.hs-getStart-right p {
	font-size: 18px;
	color: var(--white-color);
	line-height: 1.4;
	letter-spacing: 0.8px;
	font-weight: 400;
}

.hs-footer ul li {
	margin: 10px 0;
}

.hs-footer-logo ul {
	margin-top: 30px;
}

.hs-footer-logo ul li {
	display: inline-block;
	margin-right: 10px;
}

.hs-footer-logo p {
	font-size: 16px;
	max-width: 250px;
	color: var(--color-text);
	line-height: 1.4;
	margin: 20px 0 0;
	padding: 0;
}

.hs-footer a h4 {
	font-size: 16px;
	color: var(--white-color);
	line-height: 1.4;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.hs-footer-list a {
	font-size: 14px;
	text-transform: capitalize;
	color: var(--color-text);
	line-height: 1.4;
	letter-spacing: 0.8px;
	margin: 0;
	padding: 0;
	transition: var(--all-transition);
}

.hs-footer-list a:hover {
	color: var(--primary-color);
}

/* css copyRight */
.hs-copyRight {
    text-align: center;
}

.hs-copyRight p a {
    	color: var(--white-color);
}
.hs-copyRight p {
	font-size: 14px;
    color: var(--white-color);
}

.hs-copyRight ul {
	text-align: right;
}

.hs-copyRight ul li {
	display: inline-block;
	margin-left: 15px;
}

.hs-copyRight ul li a {
	color: var(--color-text);
	font-size: 14px;
	letter-spacing: 0.8px;
	line-height: 1.4;
	transition: var(--all-transition);
}
.hs-copyRight ul li a:hover {
	color: var(--primary-color);
}

    
/* css end */
.hs-plans-btn {
    margin-top: 30px;
}
/*/ modal /*/
.hs-modalShow button.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.hs-modalShow .hs-iconsModal span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 100px;
	margin: 0 auto;
}
.hs-modalShow .hs-iconsModal .hs-success {
	background: #82ce34;
}
.hs-modalShow .hs-iconsModal .hs-error {
	background: #ef513a;
}

.hs-modalShow .hs-iconsModal span svg {
    width: 34px;
    height: auto;
}
.hs-modalShow .hs-iconsModal span svg path {
    fill: #fff;
}
.hs-modalShow .modal-header {
    border: none;
    padding: 0;
}
.hs-modalShow h4.modal-title {
    font-size: 36px;
    margin-top: 15px;
}
.hs-modalShow .modal-section-full {
    text-align: center;
    padding: 50px 30px;
}
.hs-modalShow p {
   font-size: 16px;
   margin-top: 10px;
} 
.hs-modalShow .hs-btn-box {
    margin-top: 30px;
}
.hs-modalShow button.btn-close:focus-visible , 
.hs-modalShow button.btn-close:focus{
  box-shadow: none;
  border: none;
  outline: none;
}
.hs-btn-success , .hs-btn-success:hover {
	background: #82ce34;
}
.hs-btn-error , .hs-btn-error:hover {
	background: #ef513a;
}
/*/ modal end /*/
@media(max-width:1200px) {
	.hs-banner-box h1 {
		font-size: 25px;
	}
}
@media(max-width:991px) {
    .hs-banner-box ul.hs-plans-item li {
        font-size: 16px;
    }
	.hs-banner-box h1 {
		font-size: 24px;
	}
	.hs-banner-box p {
		font-size: 14px;
	}
    .hs-header-wr{
        text-align:center;
        margin-bottom: 30px;
    }
    .hs-banner-box {
		text-align:center;
	}
	.hs-banner-box {
		padding: 30px 0 0;
		text-align:center;
	}
    .hs-banner-left {
        max-width: 500px;
        margin: 0 auto;
    }
    .hs-heading {
		font-size: 25px;
	}

    .hs-pricing-box .hs-pricing-monthly .hs-pricing-heading {
        font-size: 30px;
    }
    .hs-pricing-box .hs-pricing-monthly .hs-monthly {
        font-size: 18px;
    }
    .hs-pricing-table {
		padding: 40px 0;
	}

}
@media(max-width:767px) {
    .hs-banner-wr {
        padding: 30px 0;
    }
	.hs-heading {
		font-size: 22px;
		line-height: 1.4;
	}
    .hs-logo {
        max-width: 180px;
        margin: 0 auto; 
    }
	.hs-header-right {
		margin: 15px 0 0;
	}
    .hs-header-wr{
        text-align:center;
        margin-bottom: 30px;
    }
	.hs-banner-box {
		padding: 30px 0 0;
		text-align:center;
	}
	.hs-btn {
		font-size: 14px;
		min-width: 110px;
		height: 36px;
		line-height: 36px;
	}
	.hs-getStart-left h2 {
		font-size: 22px;
		line-height: 36px;
	}

	.hs-list li {
		font-size: 14px;
	}
	.hs-getStart-right p {
		margin-top: 15px;
		font-size: 14px;
	}
	.hs-getStart-wr {
		padding: 25px;
		border-radius: 8px;
		margin-bottom: 35px;
	}
    .hs-copyRight ul {
        text-align: left;
    }
    .hs-copyRight ul li {
        margin-left: 0;
        margin-right: 10px;
    }
    .hs-copyRight p {
        font-size: 12px;
    }
    .hs-btnBox {
        margin-top: 30px;
    }
    .hs-pricing-box {
        padding: 20px;
    }

    .hs-plans-item li {
        font-size: 14px;
    }
}
@media(max-width:500px) {
    .btn_wr {
        flex-wrap: wrap;
    }
    .btn_wr img {
        max-width: 200px;
    }
}