/* prefix css start */
* {
    padding: 0;
    margin: 0;
    outline: 0;
}

ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    color: #000;
    font-family: 'Space Grotesk', sans-serif;
}

h1,
h2 {
    font-size: 60px;
    line-height: 72px;
}

h3,
h4 {
    font-size: 40px;
    line-height: 52px;
}

h5,
h6 {
    font-size: 30px;
    line-height: 42px;
}

p {
    font-size: 16px;
    line-height: 23px;
}

body {
    background-color: #fff;
    font-family: 'Inter', sans-serif;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.form-control:focus-within,
button:focus-within {
    box-shadow: none !important;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

/* prefix css end */



/* common css start */

.common-heading {
    margin-bottom: 4rem;
    text-align: center;
}

.common-heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 61px;
    letter-spacing: -0.04em;
    color: #121933;
    margin-bottom: 1rem;
}

.common-heading p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.75);
}

.common-heading h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #0055FF;
}

.pa-y4 {
    padding: 6rem 0;
}

/* common css end */


/* header css start */
.header_section {
    padding-bottom: 10px;
    margin-top: 1rem;
}

.header_section .navbar-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #4A5168;
    margin: 0 1rem;
    transition: all linear .3s;
    font-family: 'Space Grotesk', sans-serif;
    padding: 17px 7px;
}

.sub-menu-wrap {
	position: absolute;
	left: 0;
	bottom: -72px;
	z-index: 99;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 12px;
	width: 104%;
    display: none;
    transition: all linear .3s;
    min-width: 152px;
}

.header_section .navbar-nav .nav-item:hover .sub-menu-wrap{
    display: block;
}

.sub-menu-wrap li a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.04em;
    font-family: 'Space Grotesk', sans-serif;
    color: #4A5168;
    display: block;
    border-bottom: 1px solid rgba(74, 81, 104, 0.1);
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.sub-menu-wrap li:last-child a{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.header_section .navbar-nav .nav-item {
    position: relative;
}
.sub-menu-wrap li a img{
    margin-right: 2px;
}
.header_section .navbar-nav .nav-item .nav-link svg {
    margin-left: 6px;
}

.header_section .navbar-nav .nav-item .badge {
    background: rgba(0, 85, 255, 0.1);
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 11.9048px;
    line-height: 15px;
    letter-spacing: -0.01em;
    color: #0055FF;
    position: absolute;
    left: 45px;
    top: -19px;
}
.sub-menu-wrap li a:hover,
.header_section .navbar-nav .nav-item .nav-link.active,
.header_section .navbar-nav .nav-item .nav-link:hover {
    color: #0055FF;
}

.header_section .d-flex {
    align-items: center;
}

.header_section .d-flex a:first-child {
    background: transparent;
    border: 2px solid transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #0055FF;
    transition: all linear .3s;
    margin-right: 1rem;
    border-radius: 10px;
    display: inline-block;
    padding: 14px 25px;
    font-family: 'Space Grotesk', sans-serif;
}

.header_section .d-flex a:last-child {
    background: #EAF4FE;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #0055FF;
    display: inline-block;
    padding: 14px 25px;
    transition: all linear .3s;
}

.header_section .d-flex a:last-child:hover {
    background-color: #0055FF;
    color: #fff;
}

.header_section .d-flex a:first-child:hover {
    background-color: #0055FF;
    color: #fff;
}

/* header css end */


/* hero css start */
.hero-section {
    padding: 3rem 0;
    background-image: url("/assets/img/alt/hero-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 4rem;
}

.hero-txt-wrap {
    text-align: center;
    margin-top: 2rem;
}

.hero-txt-wrap h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #0055FF;
}

.hero-txt-wrap h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 82px;
    letter-spacing: -0.04em;
    color: #121933;
    margin: 1rem 0;
}

.hero-txt-wrap h1 span {
    color: #0055FF;
}

.hero-txt-wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.75);
}

.hero-txt-wrap .hero_btn {
    margin-top: 2rem;
}

.hero-txt-wrap .hero_btn a {
    background: #EAF4FE;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #0055FF;
    display: inline-block;
    padding: 16px 55px;
    transition: all linear .3s;
    position: relative;
}

.hero-txt-wrap .hero_btn a span {
    position: absolute;
    right: -14px;
    top: -8px;
    background-color: #0055FF;
    display: inline-block;
    padding: 1px 4px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
}

.hero-txt-wrap .hero_btn a svg {
    margin-left: 8px;
}

.hero-txt-wrap .hero_btn a:hover {
    background-color: #0055FF;
    color: #fff;
}

.hero-bottm-wrap {
    margin-top: 2rem;
}

.hero-bottm-wrap table {
    width: 40%;
    margin: 0 auto;
}

.hero-bottm-wrap h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #4A5168;
    margin-bottom: 12px;
}

.hero-bottm-wrap table tr td {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #4A5168;
    text-align: left;
    padding-bottom: 6px;
}

.hero-bottm-wrap table tr td svg {
    color: #0055FF;
}

/* hero css end */

/* feat css start */

.feat-box-wrap {
    border-radius: 10.1892px;
    padding: 1.7rem;
    transition: all linear .3s;
    margin-top: 1rem;
}

.feat-box-wrap h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 26.3889px;
    line-height: 34px;
    letter-spacing: -0.04em;
    color: #121933;
    margin-top: 6px;
}

.feat-box-wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 17.5926px;
    line-height: 21px;
    letter-spacing: -0.04em;
    color: rgba(18, 25, 51, 0.5);
    margin-top: 10px;
    width: 90%;
}

.feat-box-wrap:hover {
    background: rgba(0, 85, 255, 0.1);
}

/* feat css end */

/* artical css start */
.artical-section {
    background: #EAF4FE;
}



.artical-img-wrap{
    text-align: center;
    padding-right: 100px;
}

.artical-txt-wrap h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    font-family: 'Inter', sans-serif;
    color: #0055FF;
}

.artical-txt-wrap h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: -0.04em;
    margin-bottom: 1rem;
    color: #121933;
}

.artical-txt-wrap h3 span {
    color: #0055FF;
}

.artical-txt-wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #4A5168;
    margin-bottom: 1rem;
    width: 80%;
}

.artical-txt-wrap ul {
    margin-top: 1rem;
}

.artical-txt-wrap ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #4A5168;
    padding-bottom: 8px;
}

.artical-txt-wrap a {
    background: rgba(0, 85, 255, 0.1);
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #0055FF;
    display: inline-block;
    padding: 14px 25px;
    transition: all linear .3s;
    margin-top: 2rem;
}

.artical-txt-wrap a svg {
    margin-left: 8px;
}

.artical-txt-wrap a:hover {
    background-color: #0055FF;
    color: #fff;
}

/* artical css end */

/* feat list css start */
.feat-list-wrap {
    border: 1px solid rgba(0, 85, 255, 0.25);
    border-radius: 10px;
    padding: 2rem;
    width: 90%;
    margin: 0 auto;
}

.feat-list-wrap h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: -0.04em;
    color: #121933;
    margin-top: 1rem;
}

.feat-list-wrap h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.75);
    margin-bottom: 12px;
}

.feat-list-wrap ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #4A5168;
    padding-bottom: 12px;
}

.feat-list-wrap ul li svg {
    color: #0055FF;
}

.feat-list-wrap a {
    border: 1px solid #FF7F3F;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #FF7F3F;
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 30px;
    margin-top: 1rem;
    transition: all linear .3s;
}

.feat-list-wrap a:hover {
    background-color: #FF7F3F;
    color: #fff;
}

.feat-list-wrap img {
    max-height: 190px;
}

/* feat exclusive */

.feat-list-wrap-exclusive {
    border: 2px solid #0055FF;
    position: relative;
}

.feat-list-wrap-exclusive .top-badge {
    display: inline-block;
    background: #0055FF;
    border-radius: 57px;
    font-style: normal;
    font-weight: 700;
    font-size: 14.2574px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    padding: 7px 12px;
    position: absolute;
    top: -17px;
    right: 46px;
}

.feat-list-wrap-exclusive a {
    border: 1px solid #0055FF;
    color: #0055FF;
}

.feat-list-wrap-exclusive a:hover {
    background-color: #0055FF;
}

/* feat list css end */

/* get css start */
.get-start-bg {
    background: #EAF4FE;
    border-radius: 25px;
    padding: 3rem 2.2rem;
    text-align: center;
}

.get-start-bg h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 61px;
    letter-spacing: -0.04em;
    color: #121933;
}

.get-start-bg p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.75);
    margin-top: 1.5rem;
}

.get-bttn {
    margin-top: 2rem;
}

.get-bttn a:first-child {
    background: rgba(0, 85, 255, 0.1);
    border-radius: 12.952px;
    font-style: normal;
    font-weight: 700;
    font-size: 20.7232px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #0055FF;
    display: inline-block;
    padding: 15px 30px;
    font-family: 'Space Grotesk', sans-serif;
    margin-right: 1rem;
    transition: all linear .3s;
}

.get-bttn a:last-child {
    background: rgba(255, 127, 63, 0.1);
    border-radius: 12.952px;
    font-style: normal;
    font-weight: 700;
    font-size: 20.7232px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FF7F3F;
    display: inline-block;
    padding: 15px 30px;
    font-family: 'Space Grotesk', sans-serif;
    transition: all linear .3s;
}

.get-bttn a:first-child:hover {
    background-color: #0055FF;
    color: #fff;
}

.get-bttn a:last-child:hover {
    background-color: #FF7F3F;
    color: #fff;
}

/* get css end */

/* cases css start */
.cases-box-wrap {
    background: #EAF4FE;
    border-radius: 20.7605px;
    padding: 3rem 4rem;
}

.cases-box-wrap h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 21.5909px;
    line-height: 28px;
    letter-spacing: -0.04em;
    color: #121933;

}

.cases-box-wrap ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 18.2692px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #121933;
    padding-top: 1.6rem;
}

.cases-box-wrap ul li img {
    margin-right: 6px;
}

/* cases css end */

/* blog css start */
.blog-box-wrap{
    display: block;
    margin-bottom: 24px;
}
.blog-box-wrap h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.04em;
    color: rgba(18, 25, 51, 0.5);
    margin-top: 1rem;
}

.blog-box-wrap h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.04em;
    color: #121933;
    margin: .5rem 0;
}

.blog-box-wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.5);
    width: 90%;
}

/* blog css end */

/* review css start */
.review-box-wrap {
    border: 1px solid rgba(0, 85, 255, 0.25);
    border-radius: 10px;
    padding: 2.3rem;
}

.review-box-wrap ul li {
    display: inline-block;
}

.review-box-wrap ul li svg {
    font-size: 16px;
    color: #0055FF;
}

.review-box-wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.04em;
    color: #121933;
    margin-top: 1rem;
}

/* review css end */

/* subscribe css start */
.subsribe-box-wrap {
    background-image: url("/assets/img/alt/subscribe-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2rem 4rem;
    text-align: center;
    border-radius: 20px;
}

.subsribe-box-wrap h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 61px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}

.subsribe-box-wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.75);
    margin: 1rem 0;
}

.subsribe-box-wrap a {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12.952px;
    font-style: normal;
    font-weight: 700;
    font-size: 20.7232px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    display: inline-block;
    padding: 14px 30px;
    transition: all linear .3s;
}

.subsribe-box-wrap a svg {
    margin-left: 8px;
}

.subsribe-box-wrap a:hover {
    background-color: #fff;
    color: #0055FF;
}

/* subscribe css end */

/* footer css start */
.footer_section {
    background: #121933;
    padding: 3rem 0 2rem;
}

.ftr-logo p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 1.5rem;
    width: 50%;
}


.ftr-links h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.ftr-links ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    margin-bottom: 1.1rem;
}

.ftr-btm-menu {
    margin-top: 3rem;
}

.ftr-btm-menu ul li {
    display: inline-block;
}

.ftr-btm-menu ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    display: block;
    margin-right: 1rem;
}

.ftr-social {
    margin-top: 2rem;
}

.ftr-social ul {
    text-align: right;
}

.ftr-social ul li {
    display: inline-block;
}

.ftr-social ul li span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.75);
    margin-right: 1rem;
}

.ftr-social ul li a {
    margin-right: 1rem;
}

.ftr-social ul li a svg {
    color: #fff;
    font-size: 25px;
}

/* footer css end */

/* error css start */
.error-section {
    background: #FEE5E5;
    padding: 2rem 0;
}

.error-box-txt span {
    background: #FF3F3F;
    border-radius: 7.45614px;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 17.7528px;
    line-height: 23px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Space Grotesk', sans-serif;
    padding: 2px 10px;
}

.error-box-txt h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 113.6%;
    letter-spacing: -0.04em;
    color: #121933;
    margin-top: 1rem;
}

.go-back-bttn {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.go-back-bttn a {
    background: #121933;
    border-radius: 12.952px;
    font-style: normal;
    font-weight: 700;
    font-size: 20.7232px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    display: inline-block;
    padding: 16px 30px;
}

.go-back-bttn a svg {
    margin-right: 8px;
}

/* error css end */

/* faq css start */
.faq-head {
    margin-bottom: 3rem;
}

.faq-head h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    letter-spacing: -0.02em;
    color: #121933;
}

.faq-head p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #121933;
    margin: 6px 0px;
}

.faq-head a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #0055FF;
}

.faq-box-wrap {
    margin-bottom: 1.5rem;
}

.faq-box-wrap h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #121933;
    margin-bottom: 12px;
}

.faq-box-wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    width: 90%;
    color: rgba(18, 25, 51, 0.75);
}

/* faq css end */

/* tos css start */
.tos-head p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #4A5168;
    margin-top: 12px;
}


.tos-main-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #4A5168;
    margin-top: 1rem;
}

.tos-main-box h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #4A5168;
    margin-bottom: 1rem;
    margin-top: 1rem;
}


.tos-main-box ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #4A5168;
}

.tos-main-box ul li .media {
    align-items: flex-start;
}

.tos-main-box ul li .media span {
    margin-right: 8px;

}

/* tos css end */

/* blogs css start */
.breadcumb-section {
    background: #E5F1FE;
    padding: .6rem 0;
}

.breadcumb-box-wrap ul li {
    display: inline-block;
    margin-right: 6px;
}

.breadcumb-box-wrap ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 15.3001px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #121933;
    display: block;
    padding: 10px 20px;
    border-radius: 25px;
}

.breadcumb-box-wrap ul li a.active {
    background: #0055FF;
    color: #FFFFFF;
}

.blog-top-txt-wrap h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 19.2816px;
    line-height: 23px;
    letter-spacing: -0.04em;
    color: rgba(18, 25, 51, 0.5)
}


.blog-top-txt-wrap h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 33.0542px;
    line-height: 42px;
    letter-spacing: -0.04em;
    color: #121933;
    margin: 12px 0px;
}

.blog-top-txt-wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 16.5271px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.5);
    width: 80%;
    margin-bottom: 1rem;
}

.blog-top-txt-wrap h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18.8556px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #121933;
}

/* blogs css end */

/* blog details start */
.blog-details-head span.badge-tops {
    background: #0055FF;
    border-radius: 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 15.3001px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    display: inline-block;
    padding: 4px 10px;
}

.blog-details-head h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: -0.04em;
    color: #121933;
    margin: 1rem 0;
}

.blog-details-head h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18.8556px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #121933;

}

.blog-details-head .d-flex div {
    margin-left: 4rem;
}

.blog-details-head .d-flex p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.5);
}

.blog-details-img {
    margin-top: 2rem;
}

.blog-details-img img {
    display: block;
    width: 100%;
}

.blog-details-txt-wrap h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #121933;
    margin-top: 1.5rem;
}

.blog-details-txt-wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #121933;
    margin-top: 1.5rem;
}

.blog-details-txt-wrap {
    margin-top: 2rem;
}

.blog-details-txt-wrap .brdr-left {
    position: relative;
    padding-left: 2rem;
}

.blog-details-txt-wrap .brdr-left:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background-color: rgba(0, 85, 255, 0.2589);
    left: 0;
    top: 0;
}

.blog-details-txt-wrap h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #4A5168;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.blogs-bttm-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(18, 25, 51, 0.5);
    margin-top: 2rem;
    padding-top: 2rem;
}

.blogs-bttm-wrap h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.5);
}

.blogs-bttm-wrap h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18.8556px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #121933;
}

.blog-details-sec .blog-txt-wrap h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #121933;
    margin-top: 1rem;
}

/* blog details end */

/* free proxy css start */

.free-proxy-box-wrap {
    background: #EAF4FE;
    border-radius: 10px;
    padding: 1.5rem;
}

.free-proxy-box-wrap h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: -0.04em;
    color: #0055FF;
    margin-bottom: 12px;
}

.free-proxy-inner-wrap {
    background: rgba(0, 85, 255, 0.1);
    border-radius: 10px;
    padding: 1.2rem;
}

.free-proxy-inner-wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.751);
}

.free-proxy-box-wrap a {
    background: rgba(0, 85, 255, 0.1);
    border-radius: 9.55983px;
    display: inline-block;
    padding: 14px 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #0055FF;
    transition: all linear .3s;
    margin-top: 12px;
}

.free-proxy-box-wrap a:hover {
    background-color: #0055FF;
    color: #fff;
}

.free-proxy-box-wrap a svg {
    margin-right: 6px;
}

/* free proxy css end */

/* diffrence css start */
.diffrence-box-wrap span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.5);
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.diffrence-list-wrap {
    display: flex;
    max-width: 750px;
    justify-content: center;
    margin: 0 auto;
}

.diffrence-list-left {
    border: 2px solid rgba(18, 25, 51, 0.5);
    border-radius: 10px 0px 0px 10px;
    padding: 1.5rem;
}

.diffrence-list-left h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #121933;
}

.diffrence-list-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.5);
    margin-top: 12px;
}

.diffrence-list-left table {
    width: 100%;
}

.diffrence-list-left table tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.75);
    padding-bottom: 1rem;
}

.diffrence-list-right {
    border-radius: 0px 10px 10px 0px;
    background: rgba(0, 85, 255, 0.1);
    border: 2px solid #0055FF;
}

.diffrence-list-right table tr td svg {
    color: #0055FF;
}

.diffrence-list-right a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    display: block;
    width: 100%;
    text-align: center;
    color: #0055FF;
    border: 1px solid #0055FF;
    border-radius: 10px;
    padding: 15px 30px;
    margin-top: .5rem;
    transition: all linear .3s;
}

.diffrence-list-right a:hover {
    background-color: #0055FF;
    color: #fff;
}

/* diffrence css end */

/* proxy check css start */
.proxycheck-hero-section .hero-txt-wrap h1 span {
    color: #FF7F3F;
}

.proxycheck-hero-section .hero-txt-wrap .hero_btn a {
    background: rgba(255, 127, 63, 0.1);
    border-radius: 11.4813px;
    color: #FF7F3F;
}

.proxycheck-hero-section .hero-txt-wrap .hero_btn a:hover {
    background-color: #FF7F3F;
    color: #fff;
}

.proxy-checker-form {
    background: #EAF4FE;
    border-radius: 9.3186px;
    padding: 1.2rem;
    width: 80%;
    margin-left: auto;
}

.proxy-checker-form h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 21.6923px;
    line-height: 28px;
    letter-spacing: -0.04em;
    color: #0055FF;
    margin-bottom: 10px;
}

.proxy-checker-form .form-control {
    background: rgba(0, 85, 255, 0.1);
    border-radius: 8.34319px;
    height: 133px;
    resize: none;
    padding: 1rem;
}

.set-proxy-type {
    background: rgba(0, 85, 255, 0.1);
    border-radius: 8.34319px;
    padding: 2rem;
}

.set-proxy-type h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 13.3491px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #121933;

}

.set-proxy-type div label {
    border: 0.905922px solid rgba(0, 85, 255, 0.25);
    border-radius: 9.05922px;
    font-style: normal;
    font-weight: 600;
    font-size: 14.4947px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #000000;
    display: inline-block;
    padding: 10px 20px;
}

.proxy-type-radio{
    opacity: 0;
    width: 0;
}

.proxy-type-label{
    cursor: pointer;
}

input[type="radio"].proxy-type-radio:checked + label.proxy-type-label {
    background: rgba(0, 85, 255, 0.1);
    border: 0.905922px solid #0055FF;
}

.set-proxy-type .d-flex {
    align-items: center;
    justify-content: space-between;
}

.set-proxy-type .d-flex label:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 13.3491px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #121933;
}

.set-proxy-type .d-flex label:last-child {
    font-style: normal;
    font-weight: 600;
    font-size: 13.3491px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #0055FF;
}

.proxy-check-btm-btn {
    text-align: right;
}

.proxy-check-btm-btn button,
.proxy-check-btm-btn a {
    background: rgba(0, 85, 255, 0.1);
    border-radius: 7.97595px;
    font-style: normal;
    font-weight: 600;
    font-size: 13.3491px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #0055FF;
    display: inline-block;
    padding: 16px 30px;
    margin-top: 1rem;
    transition: all linear .3s;
}

.proxy-check-btm-btn button:hover,
.proxy-check-btm-btn a:hover {
    background-color: #0055FF;
    color: #fff;
}

.proxy-check-btm-btn a svg {
    margin-right: 6px;
}

/* proxy check css end */

/* pricing css start */

.isp-hero-section .hero-txt-wrap,
.pricing-hero-section .hero-txt-wrap {
    margin-bottom: 4rem;
}

.pricing-hero-section .hero-txt-wrap h1 span,
.pricing-hero-section .hero-txt-wrap h6 {
    color: #FF7F3F;
}

.pricing-hero-section .hero-txt-wrap .hero_btn a {
    background: #FEEAEA;
    color: #FF7F3F;
    padding: 14px 35px;
}

.pricing-hero-section .hero-txt-wrap .hero_btn a:hover {
    background-color: #FF7F3F;
    color: #FFFFFF;
}

.pricing-hero-section {
    background-image: url("/assets/img/alt/pricing-hero-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin-top: 3rem;
}

.isp-hero-section {
    background-image: url("/assets/img/alt/isp-hero-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    margin-top: 3rem;
}

.pricing-artical-section {
    border-top: 2px solid #FF7F3F;
    background: linear-gradient(180deg, #FEEAEA 0%, rgba(255, 255, 255, 0) 100%);
}

.isp-artical-section {
    border-top: 2px solid #0055FF;
    margin-top: -1rem;
    background: linear-gradient(180deg, #EAF4FE 0%, rgba(255, 255, 255, 0) 100%);
}

.pricing-artical-txt-wrap h6 {
    color: #FF3F3F;
}

.pricing-artical-txt-wrap ul li svg {
    color: #FF7F3F;
}

.isp-artical-txt-wrap ul li svg {
    color: #0055FF;
}

.pricing-box-wrap {
    border: 1px solid rgba(255, 127, 63, 0.25);
    border-radius: 10px;
    padding: 2rem;
    position: relative;
    margin-bottom: 24px;
}

.pricing-box-wrap .badge-tp {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    background: #FF7F3F;
    border-radius: 53.1731px;
    display: inline-block;
    padding: 8px 16px;
    position: absolute;
    top: -16px;
    left: 30px;
}

.pricing-box-wrap .d-flex {
    justify-content: space-between;
    align-items: center;
}

.pricing-box-wrap .d-flex h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: -0.04em;
    color: #121933;
}

.pricing-box-wrap .d-flex h3 sup {
    font-size: 20px;
    line-height: 30px;
    color: #FF3F3F;
}

.pricing-box-wrap .d-flex h3 span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: rgba(18, 25, 51, 0.75);
}

.pricing-box-wrap span.badge-right {
    background: rgba(18, 25, 51, 0.1);
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.04em;
    font-family: 'Space Grotesk', sans-serif;
    color: #121933;
    padding: 10px 10px;
    display: inline-block;

}

.pricing-box-wrap h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.75);
    margin-bottom: 12px;
}

.pricing-box-wrap ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #4A5168;
    padding-bottom: 12px;
}

.pricing-box-wrap ul li svg {
    margin-right: 6px;
    color: #FF3F3F;
}

.pricing-box-wrap a {
    border: 1px solid rgba(255, 127, 63, 0.25);
    border-radius: 12.952px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #FF7F3F;
    width: 100%;
    display: block;
    padding: 14px 30px;
    text-align: center;
    margin-top: 1.5rem;
    transition: all linear .3s;
}

.pricing-box-wrap a:hover {
    background-color: #FF7F3F;
    color: #fff;
}

.pricing-box-wrap p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: rgba(18, 25, 51, 0.75);
    text-align: center;
    margin-top: 1rem;
}

.proxy-customer-section .review-box-wrap ul li svg {
    color: #FF7F3F;
}

/* pricing css end */

/* isp pricing css start */
.isp-main-pricing .pricing-box-wrap .d-flex h3 sup {
    color: #0055FF;
}

.isp-main-pricing .pricing-box-wrap ul li svg {
    color: #0055FF;
}

.isp-main-pricing .pricing-box-wrap a {
    color: #0055FF;
    border: 1px solid rgba(0, 85, 255, 0.25);
}

.isp-main-pricing .pricing-box-wrap a:hover {
    background-color: #0055FF;
    color: #fff;
}

.isp-main-pricing .pricing-box-wrap .badge-tp {
    background-color: #0055FF;
}

/* isp pricing css end */

.mb-100{
    margin-bottom: 8rem;
}

/* Extra small devices (portrait phones, less than 576px) XS */
@media(min-width: 320px) and (max-width: 575px) {
    .header_section  .navbar-light .navbar-toggler{
        border-color: #0055FF;
    }
    .header_section  .navbar-light .navbar-toggler svg{
        color: #0055FF;
        font-size: 25px;
    }
    .header_section .navbar-nav .nav-item .nav-link{
        text-align: center;
        margin-top: 5px;
    }
    .header_section .navbar-nav .nav-item .badge {
        left: 50%;
        top: -1px;
        transform: translateX(-50%);
    }
    .hero-bottm-wrap table{
        width: 100%;
    }
    .hero-section{
        margin-top: 0;
        padding-top: 1rem;
    }
    .header_section .d-flex{
        margin-top: 2rem;
        justify-content: center;
    }
    .hero-bottm-wrap table tr td{
        font-size: 14px;
        line-height: 21px;
    }
    .hero-txt-wrap h6 {
        font-size: 13px;
        line-height: 22px;
        padding: 8px 6px;
    }
    .hero-txt-wrap h6 span{
        font-size: 10px;
        padding: 4px 5px;
    }
    .hero-txt-wrap h6:before{
        width: 0%;
    }
    .hero-txt-wrap h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .hero-txt-wrap p{
        font-size: 16px;
        line-height: 22px;
    }
    br{
        display: none;
    }

    .pa-y4{
        padding: 2rem 0;
    }
    .faq-head h2,
    .blog-details-head h1,
    .error-box-txt h1,
    .subsribe-box-wrap h2,
    .get-start-bg h2,
    .artical-txt-wrap h3,
    .common-heading h2{
        font-size: 30px;
        line-height: 40px;
    }
    .artical-txt-wrap p{
        width: 100%;
    }
    .get-start-bg p{
        margin-top: 0;
    }
    .get-start-bg p,
    .artical-txt-wrap p,
    .common-heading p{
        font-size: 15px;
        line-height: 21px;
    } 
    .feat-list-wrap-exclusive{
        margin-bottom: 1.2rem;
    }
    .get-start-bg{
        padding: 1.3rem;
    }
    .get-bttn a{
        font-size: 14px!important;
        padding: 12px 17px!important;
        margin-right: 0!important;
    }
    .subsribe-box-wrap,
    .cases-box-wrap{
        padding: 2rem;
    }
    .pricing-box-wrap{
        margin-top: 2rem;
    }
    .blog-top-txt-wrap,
    .artical-txt-wrap,
    .ftr-links,
    .blog-thumbnail-wrap,
    .cases-box-wrap h5{
        margin-top: 1rem;
    } 
    .review-box-wrap{
        padding: 1.2rem;
        margin-top: 1rem;
    } 
    .go-back-bttn,
    .ftr-btm-menu{
        text-align: center;
    } 
    .blog-details-txt-wrap h5{
        font-size: 22px;
    }
    .blogs-bttm-wrap h5{
        font-size: 14px;
    }
    .breadcumb-box-wrap ul li a { 
        font-size: 13.3px;  
        padding: 9px 12px; 
    }
    .breadcumb-box-wrap ul li{
        margin-right: 1px;
    }
    .blog-top-txt-wrap p{
        width: 100%;
    }
    .isp-hero-section{
        margin-top: 0;
    }
    .pricing-artiacal-img {
        text-align: center;
    }
    .pricing-artiacal-img img{
        width: 200px;
    }
    .proxy-checker-form{
        width: 100%;
        margin-top: 2rem;
    }
    .set-proxy-type{
        padding: 1rem;
    }
    .diffrence-list-wrap{
        flex-direction: column;
    }
    .diffrence-list-left{
        border-radius: 10px!important;
        margin-bottom: 1rem;
    }
    .feat-box-wrap h6{
        font-size: 18px;
    }
    .tos-main-box ul li,
    .tos-main-box p,
    .feat-box-wrap p{
        font-size: 16px;
        line-height: 21px;
    }
    .tos-main-box h5{
        font-size: 26px;
    }
    /* mobile menu */

    .offcanvas{
        background-color: #fff;
    } 
    .mobile-menu .navbar-nav .nav-item .nav-link{
        text-align: left;
    }
    .header_section .navbar-nav .nav-item .badge {
        left: 18%; 
        transform: translateX(-18%);
    }
}

/* Small devices (landscape phones, 576px and up) SM */
@media (min-width: 576px) and (max-width: 767px) {
    .header_section  .navbar-light .navbar-toggler{
        border-color: #0055FF;
    }
    .header_section  .navbar-light .navbar-toggler svg{
        color: #0055FF;
        font-size: 25px;
    }
    .header_section .navbar-nav .nav-item .nav-link{
        text-align: center;
        margin-top: 5px;
    }
    .header_section .navbar-nav .nav-item .badge {
        left: 50%;
        top: -1px;
        transform: translateX(-50%);
    }
    .hero-bottm-wrap table{
        width: 100%;
    }
    .hero-section{
        margin-top: 0;
        padding-top: 1rem;
    }
    .header_section .d-flex{
        margin-top: 2rem;
        justify-content: center;
    }
    .hero-bottm-wrap table tr td{
        font-size: 14px;
        line-height: 21px;
    }
    .hero-txt-wrap h6 {
        font-size: 13px;
        line-height: 22px;
        padding: 8px 6px;
    }
    .hero-txt-wrap h6 span{
        font-size: 10px;
        padding: 4px 5px;
    }
    .hero-txt-wrap h6:before{
        width: 0%;
    }
    .hero-txt-wrap h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .hero-txt-wrap p{
        font-size: 16px;
        line-height: 22px;
    }
    br{
        display: none;
    }

    .pa-y4{
        padding: 2rem 0;
    }
    .faq-head h2,
    .blog-details-head h1,
    .error-box-txt h1,
    .subsribe-box-wrap h2,
    .get-start-bg h2,
    .artical-txt-wrap h3,
    .common-heading h2{
        font-size: 30px;
        line-height: 40px;
    }
    .artical-txt-wrap p{
        width: 100%;
    }
    .get-start-bg p{
        margin-top: 0;
    }
    .get-start-bg p,
    .artical-txt-wrap p,
    .common-heading p{
        font-size: 15px;
        line-height: 21px;
    } 
    .feat-list-wrap-exclusive{
        margin-bottom: 1.2rem;
    }
    .get-start-bg{
        padding: 1.3rem;
    }
    .get-bttn a{
        font-size: 14px!important;
        padding: 12px 17px!important;
        margin-right: 0!important;
    }
    .subsribe-box-wrap,
    .cases-box-wrap{
        padding: 2rem;
    }
    .pricing-box-wrap{
        margin-top: 2rem;
    }
    .blog-top-txt-wrap,
    .artical-txt-wrap,
    .ftr-links,
    .blog-thumbnail-wrap,
    .cases-box-wrap h5{
        margin-top: 1rem;
    } 
    .review-box-wrap{
        padding: 1.2rem;
        margin-top: 1rem;
    } 
    .go-back-bttn,
    .ftr-btm-menu{
        text-align: center;
    } 
    .blog-details-txt-wrap h5{
        font-size: 22px;
    }
    .blogs-bttm-wrap h5{
        font-size: 14px;
    }
    .breadcumb-box-wrap ul li a { 
        font-size: 13.3px;  
        padding: 9px 12px; 
    }
    .breadcumb-box-wrap ul li{
        margin-right: 1px;
    }
    .blog-top-txt-wrap p{
        width: 100%;
    }
    .isp-hero-section{
        margin-top: 0;
    }
    .pricing-artiacal-img {
        text-align: center;
    }
    .pricing-artiacal-img img{
        width: 200px;
    }
    .proxy-checker-form{
        width: 100%;
        margin-top: 2rem;
    }
    .set-proxy-type{
        padding: 1rem;
    }
    .diffrence-list-wrap{
        flex-direction: column;
    }
    .diffrence-list-left{
        border-radius: 10px!important;
        margin-bottom: 1rem;
    }
    .feat-box-wrap h6{
        font-size: 18px;
    }
    .tos-main-box ul li,
    .tos-main-box p,
    .feat-box-wrap p{
        font-size: 16px;
        line-height: 21px;
    }
    .tos-main-box h5{
        font-size: 26px;
    }
}

.bg-light-blue{
    background-color: #eaf4fe !important;
}

.blog-details-txt-wrap ul,
.blog-details-txt-wrap ol{
    list-style-type: revert;
    margin: revert;
    padding: revert;
}

.blog-details-txt-wrap a{
    color: #0055ff !important;
}

.blog-details-txt-wrap a:hover{
    text-decoration: underline;
}