/* Start custom CSS */@media (max-width: 1500px) {  }

@media (max-width: 1199px) {  }

@media (max-width: 991px) { 

    .container{
        max-width: 750px;
    }
    
    .hero-cotnent h1 {
        font-size: 50px;
    }
    .hero-cotnent p {
        font-size: 24px;
    }
    .g-start-img img {
        max-width: 50px;
    }
    .single-start-item {
        min-height: 222px;
    }
    .single-plan.active {
        transform: scale(1);
        border: 2px solid #E04E74;
    }
    .footer-area {
        background-color: #01000A;
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .chat-btn {
        right: 10px;
    }

}

@media (max-width: 767px) {  
    .hero-cotnent p {
        font-size: 17px;
        line-height: 20px;
    }
    .container{
        max-width: 575px;
    }
    .hero-cotnent h1 {
        font-size: 40px;
    }
    .hero-cotnent h1 img {
        max-width: 190px;
    }
    .hero-cotnent {
        padding: 38px 0px;
    }
    .g-start-top {
        margin-bottom: 20px;
    }
    .g-start-area {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .single-start-item {
        min-height: auto;
    }
    .cta-content h2 {
        font-size: 1.3em;
        line-height: 27px;
        margin-bottom: 17px;
    }
    .site-btn {
        font-size: 13px;
        padding: 11px 20px;
    }
    .monitor-blk h2 {
        font-size: 1.7em;
        line-height: 35px;
        margin-bottom: 6px;
    }
    .step-wrapper {
        padding-right: 0px !important;
        margin-top: 25px;
    }
    .plane-head h2 {
        font-size: 1.7em;
        margin-bottom: 10px;
        line-height: 35px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .plane-head h2 img {
        max-width: 182px;
    }
    .plane-head {
        margin-bottom: 27px;
    }
    .single-plan {
        margin-bottom: 25px;
    }
    .plane-title {
        min-height: auto;
    }
    .plane-content {
        min-height: auto;
    }
    .plane-area {
        padding-top: 32px;
        padding-bottom: 21px;
    }
    .monitoring-area {
        padding: 30px 0px;
    }
    .footer-left ul {
        justify-content: center;
    }
    .copy-text {
        text-align: center !important;
        margin-top: 10px;
    }
    .hero-img.text-end {
        text-align: center !important;
    }
    .logo a img {
        max-width: 65px;
    }
    .header-area {
        padding: 15px 0px;
    }
    .chat-btn {
        position: absolute;
        top: -60px;
        height: 55px;
        width: 55px;
    }

    .single-start-item {
        min-height: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    .g-start-img {
        width: auto;
        margin-bottom: 20px;
    }
    .g-start-item-content {
        text-align: center;
    }





}

@media (max-width: 575px) {  
    .container{
        max-width: 90%;
    }
    .g-start-item-content {
        text-align: center;
    }

}





body{
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    font-weight: normal;
    color: var(--text-color);
    line-height: 24px;
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0px;
    font-weight: var(--font-bold);
    line-height: 1.2;
}
p{
    margin: 0px;
    font-size: 16px;
}
a{
    text-decoration: none;
}
  
img{
    max-width: 100%;
    height: auto;
}
label {
	color: var(--text-color);
	cursor: pointer;
	font-size: 14px;
}

*::-moz-placeholder {
	color: var(--text-color);
}

*::placeholder {
	color: var(--text-color);
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}


.btn:focus{
    outline: none;
    box-shadow: none;
}

/* input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="tadio"],
textarea{} */

input[type="text"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="tadio"]:focus,
textarea:focus{
    outline: none;
    box-shadow: none;
}


}
.gray-bg{
    background-color: #F6FAFF;
}


.page .entry-title { display:none;}

.site-btn {
	background-color: #017CFF;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding: 14px 20px;
	line-height: 1;
    transition: .3s;
}
.site-btn:hover {
	background-color: #298efa;
    color: #fff;
}

/* css class-- */

/* header-area */
.header-area{
    padding: 20px 0px;
}
/* header-area */
#breadcrumbs {
    display:none;
}


/* hero-area */
.hero-cotnent{
    padding: 60px 0px;
}
.hero-cotnent h1 {
	font-size: 55px;
	line-height: 40px;
	color: #14131A;
	margin-bottom: 10px;
}
.hero-cotnent h1 img {
	margin-bottom: 25px;
}


.hero-cotnent h1 span{
    color: #D8D8D8;
	background: red;
	background: -webkit-gradient(linear,left top,right top,from(#ED4C6D),to(#8461AE), to(#1879F2));
	background: -webkit-linear-gradient(left,#ED4C6D,#8461AE, #1879F2);
	background: -moz-linear-gradient(left,#ED4C6D 0,#8461AE 100%, #1879F2);
	background: linear-gradient(90deg,#ED4C6D,#8461AE, #1879F2);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



.hero-content p{
    font-size: 26px;
    color: #595C70;
    font-weight: 600;
    line-height: 32px;
    font-weight: normal;
}

/* hero-area */

/* g-start-area */
.g-start-area{
    padding-top: 60px;
    padding-bottom: 55px;
}


.g-start-img {
	flex: 0 0 auto;
	width: 25%;
}
.g-start-img img {
	max-width: 70px;
}
.g-start-item-content h5 {
	font-size: 16px;
	margin-bottom: 10px;
}
.g-start-item-content p{
	color: #595C70;
    font-size: 16px;
}
.single-start-item {
	background-color: #fff;
	border-radius: 13px;
	padding: 35px 35px;
	box-shadow: 0px 4px 14px rgba(1,124,255, .2);
	min-height: 199px;
}

/* g-start-area */

/* cta-ara */
.cta-area{
    padding: 35px 0px;
}
.cta-content h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 24px;
}
.cta-content h2 span{
    background: red;
	background: -webkit-gradient(linear,left top,right top,from(#ED4C6D),to(#8461AE), to(#1879F2));
	background: -webkit-linear-gradient(left,#ED4C6D,#8461AE, #1879F2);
	background: -moz-linear-gradient(left,#ED4C6D 0,#8461AE 100%, #1879F2);
	background: linear-gradient(90deg,#ED4C6D,#8461AE, #1879F2);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* cta-ara */


/* monitoring-area */
.monitoring-area{
    padding: 60px 0px;
}
.monitor-blk h2 {
	font-size: 2.188em;
	line-height: 44px;
	margin-bottom: 15px;
}
.monitor-blk p {
	margin-bottom: 15px;
	color: #595C70;
}
.act-now-blk p {
    color: #595C70;
}
.act-now-blk button{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 14px rgba(1,124,255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 16px;
    padding:0;
}
.act-now-blk h6{
    color: var(--theme-color);
    margin-bottom: 16px;
    font-size:16px;
}

.arrow-btn img {
	transform: rotate(90deg);
}



.single-step {
	padding-left: 40px;
	padding-bottom: 40px;
}
.single-step::after{
	position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    content: "";
    background-color: var(--theme-color);
    z-index: 2;
}
.single-step::before {
	position: absolute;
	left: 7px;
	top: 0;
	width: 4px;
	height: 100%;
	content: "";
	background-color: var(--theme-color);
	z-index: 1;
}
.single-step:last-child:before {
	display: none;
}
.single-step h6 {
    color: var(--theme-color);
}
.single-step p span {
	color: #E04E74;
}
/* monitoring-area */


/* plan area */
.plane-area{
    padding-top: 60px;
    padding-bottom: 80px;
}
.plane-head{
    margin-bottom: 60px;
}
.plane-head h2{
    font-size: 2.188em;
    margin-bottom: 10px;
    line-height: 45px;
    justify-content: center;
}
.plane-head h2 img {
	max-width: 190px;
	margin: 0px 9px;
}
.single-plan {
	padding: 20px 30px;
	border-radius: 13px;
    box-shadow: 0px 4px 14px rgba(1,124,255, .2);
}
.plane-title h4 {
	font-size: 20px;
	margin-bottom: 12px;
}

.plane-title span {
	font-size: 12px;
	color: #A9ADC4;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}
.plane-title h6 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--theme-color);
}
.bage-text {
	display: inline-flex;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #E04E74;
	line-height: 1;
	height: 28px;
	padding: 0px 12px;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.plane-title {
	margin-bottom: 22px;
	min-height: 156px;
}
.plane-content ul li {
	position: relative;
	padding-left: 32px;
	padding-bottom: 8px;
	color: #595C70;
	font-size: 14px;
}
.plane-content ul li:after {
	position: absolute;
    left: 0;
    top: 6px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    content: "";
    background-image: url('https://qsbsexpert.com/wp-content/uploads/2021/09/check-mark-2.png');
    background-size: cover;
    background-position: center;
}
.plane-content {
	min-height: 215px;
}
.site-btn.border-btn {
    color: var(--theme-color);
    background-color: #fff;
    box-shadow: 0px 4px 14px rgba(1,124,255, .2);
}
.site-btn.border-btn:hover {
    color: #fff;
    background-color: var(--theme-color);
    box-shadow: 0px 4px 14px rgba(1,124,255, .2);
}
.site-btn.come-btn{
    background-color: #fff;
    color: #A9ADC4;
    box-shadow: 0px 4px 14px rgba(1,124,255, .2);
}
.site-btn.come-btn:hover{
    background-color: #A9ADC4;
    color: #fff;
    box-shadow: 0px 4px 14px rgba(1,124,255, .2);
}
.single-plan.active {
	transform: scale(1.1);
    border: 2px solid #E04E74;
}
.plane-head p {
	color: #595C70;
}

/* plan area */



.footer-area{
    background-color: #01000A;
    padding-top: 45px;
    padding-bottom: 33px;
}

.footer-left ul li a {
	color: #9F9FA3;
	font-size: 14px;
	text-decoration: underline;
	display: block;
	margin-right: 30px;
    transition: .3s;
}
.copy-text p {
	color: #9F9FA3;
}


.chat-btn {
	position: absolute;
	top: -80px;
	right: -20px;
	border: none;
	background: #fff;
	height: 63px;
	width: 63px;
	border-radius: 18px;
	border-bottom-right-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	line-height: 1;
	box-shadow: 0px 4px 14px rgba(1,124,255, .2);
}

.chat-btn img {
	max-width: 32px;
	position: relative;
	top: 3px;
}
.footer-left ul li a:hover {
	color: #fff;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('https://qsbsexpert.com/wp-content/uploads/2021/09/AcuminPro-Medium.woff2') format('woff2'),
        url('https://qsbsexpert.com/wp-content/uploads/2021/09/AcuminPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('https://qsbsexpert.com/wp-content/uploads/2021/09/AcuminPro-Semibold.woff2') format('woff2'),
        url('https://qsbsexpert.com/wp-content/uploads/2021/09/AcuminPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('https://qsbsexpert.com/wp-content/uploads/2021/09/AcuminPro-Regular.woff2') format('woff2'),
        url('https://qsbsexpert.com/wp-content/uploads/2021/09/AcuminPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acumin Pro';
    src: url('https://qsbsexpert.com/wp-content/uploads/2021/09/AcuminPro-Bold.woff2') format('woff2'),
        url('https://qsbsexpert.com/wp-content/uploads/2021/09/AcuminPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root{
    /*===== Colors =====*/
    --theme-color: #017CFF;
    --text-color: #01000A;

  
    /*===== Font and typography =====*/
    --body-font: 'Acumin Pro', sans-serif;


    --normal-font-size: 1em;
  
    /*===== Font weight =====*/
    --font-medium: 500;
    --font-semi-bold: 600;
    --font-bold: 700;
}/* End custom CSS */