.block-system-breadcrumb-block {
	padding-top: 40px
}

.algo-market {
	color: #153a5b;
	background: #f5f6f7;
	padding: 30px 0;
	margin-bottom : 30px
}

.algo-head {
	padding-bottom: 30px
}

.algo-head .btn-danger {
	float: right
}

.algo-market h1 {
	font-size: 36px;
	line-height: 36px
}

.algo-market h2 {
	font-size: 28px;
	line-height: 28px
}

.algo-market h3 {
	font-size: 22px;
	line-height: 24px
}

.algo-market h4 {
	font-size: 18px;
	line-height: 20px
}

.algo-market h5 {
	font-size: 14px;
	line-height: 20px
}

.algo-market p {
	font-size: 14px;
	line-height: 20px;
	color: #1f517e
}

.algo-market .btn {
	margin: 0 5px
}

.algo-market .btn-danger {
	font-size: 14px;
	font-weight: 500;
	color: #fff
}

.algo-market .btn-primary {
	background: #fff;
	border: 2px solid #bc1047;
	-webkit-box-shadow: 0 6px 28px rgb(192 8 62 / 20%);
	box-shadow: 0 6px 28px rgb(192 8 62 / 20%);
	border-radius: 8px;
	padding: 10px 15px
}

.algo-market .btn-primary {
	color: #bc1047;
	font-size: 14px;
	font-weight: 500
}

.algo-market .btn-primary:hover {
	background: linear-gradient(266.4deg, #c0083e -5.36%, #ff2565 110.14%);
	border-color: #bc1047;
	color: #fff
}

.algo-tab li {
	margin: 10px 0;
	position: relative
}

.algo-tab li a {
	color: #153a5b;
	font-size: 14px;
	line-height: 16px;
	padding: 7px 15px;
	padding-left: 30px
}

.algo-tab li a.activetab {
	color: #fff;
	background: #153a5b;
	border-radius: 20px
}

.algo-tab li a.activetab .bg-home {
	background: url('https://storage.googleapis.com/5paisa-prod-storage/29-03-2022/algo-sprite.webp') -10px -79px
}

.algo-tab li a.activetab .bg-partner {
	background: url('https://storage.googleapis.com/5paisa-prod-storage/29-03-2022/algo-sprite.webp') -10px -149px
}

.algo-tab li a i {
	position: absolute;
	top: 6px;
	left: 10px
}

.algo-tab-content {
	background: #fff;
	padding: 20px;
	border-radius: 8px
}

.partner-top {
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px
}

.back-arrow {
	position: relative
}

.back-arrow:before {
	content: "";
	width: 20px;
	display: block;
	position: relative;
	border: 1px solid #1f517e;
	top: 0;
	right: 0
}

.back-arrow:after {
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: #1f517e;
	border-width: 2px 2px 0 0;
	position: absolute;
	transform: rotate(-136deg);
	top: -3px;
	left: 0
}

.partner-content {
	padding: 20px 0
}

.partner-head {
	position: relative
}

.partner-head img {
	position: absolute;
	top: 0;
	left: 0
}

.partner-head-p {
	padding-top: 15px
}

.partner-head .head-text {
	padding-left: 60px
}

.partner-head .head-text p {
	margin-bottom: 0
}

.partner-desc .tick {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #1f517e;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 15px
}

.partner-desc .tick:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	border: solid #fff;
	border-width: 0 0 2px 2px;
	padding: 2px 3px;
	transform: rotate(-45deg)
}

.partner-desc h5,
.partner-desc p {
	padding-left: 24px
}

.partner-subs {
	background: #f5f6f6;
	padding: 20px;
	margin-bottom: 20px
}

.subs-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-top: 5px
}

.subs-wrapper .subs-plan {
	flex: 1;
	background: #fff;
	border: 1px solid #d6dfe6;
	border-radius: 4px;
	padding: 10px;
	margin-right: 40px;
	position: relative
}

.subs-wrapper .subs-plan:last-child {
	margin-right: 0
}

.subs-wrapper .subs-plan .plan-pop {
	background: #153a5b;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: -24px;
	right: 0;
	padding: 5px 10px;
	border-radius: 4px
}

.subs-wrapper .subs-plan .price {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #153a5b;
	margin-bottom: 5px
}

.subs-wrapper .subs-plan .price span {
	color: #4f82af;
	margin-right: 5px;
	text-decoration: line-through
}

.subs-wrapper .subs-plan .validity {
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	border-bottom: 1px solid #1f517e;
	padding-bottom: 10px
}

.subs-wrapper .subs-plan .validity i {
	position: absolute;
	top: 4px;
	left: 0
}

.plan-link {
	font-size: 14px;
	font-weight: 500;
	color: #153a5b;
	display: flex;
	padding-top: 10px
}

.right-arrow {
	position: relative;
	margin-left: 10px
}

.right-arrow:before {
	content: "";
	width: 30px;
	display: block;
	position: relative;
	border: 1px solid #1f517e;
	top: 8px;
	right: 0
}

.right-arrow:after {
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-color: #1f517e;
	border-width: 2px 2px 0 0;
	position: absolute;
	transform: rotate(45deg);
	top: 5px;
	left: 22px
}

.lib-head {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	justify-content: space-between
}

.lib-head a {
	color: #153a5b;
	font-size: 14px;
	font-weight: 500
}

.lib-head a:focus,
.lib-head a:hover {
	text-decoration: underline
}

.lib-wrapper {
	display: flex;
	flex-wrap: wrap
}

.lib-wrapper .lib-content {
	flex: 1;
}

.lib-wrapper .lib-content:last-child {
	margin-right: 0
}

.lib-wrapper .lib-content a img {
	width: 100%
}

.bg-validity {
	display: block;
	width: 14px;
	height: 14px;
	background: url('https://storage.googleapis.com/5paisa-prod-storage/29-03-2022/algo-sprite.webp') -10px -10px
}

.bg-home {
	display: block;
	width: 13px;
	height: 15px;
	background: url('https://storage.googleapis.com/5paisa-prod-storage/29-03-2022/algo-sprite.webp') -10px -44px
}

.bg-partner {
	display: block;
	width: 17px;
	height: 15px;
	background: url('https://storage.googleapis.com/5paisa-prod-storage/29-03-2022/algo-sprite.webp') -10px -114px
}

@media(max-width:767px) {
	.block-system-breadcrumb-block {
		padding-top: 20px
	}

	.algo-market {
		padding: 15px 0
	}

	.algo-market h1 {
		font-size: 24px
	}

	.algo-market h2 {
		font-size: 20px
	}

	.algo-market h3 {
		font-size: 18px
	}

	.algo-market h4 {
		font-size: 16px
	}

	.algo-market h5 {
		font-size: 14px
	}

	.algo-market p {
		font-size: 13px;
		margin-bottom: 10px
	}

	.algo-head {
		padding-bottom: 20px
	}

	.algo-head .btn-danger {
		float: left
	}

	.algo-market .btn {
		margin: 0;
		padding: 7px 10px;
		box-shadow: none
	}

	.partner-head {
		padding-bottom: 15px
	}

	.algo-tab-content {
		padding: 15px
	}

	.partner-desc .tick {
		top: 2px
	}

	.partner-subs {
		padding: 15px 10px
	}

	.subs-wrapper {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-top: 30px
	}

	.subs-wrapper .subs-plan {
		flex: 1 0 80%;
		margin-right: 15px
	}

	.lib-head a {
		font-size: 12px
	}

	.lib-wrapper {
		flex-wrap: nowrap;
		overflow-x: auto
	}

	.lib-wrapper .lib-content {
		flex: 1 0 60%;
		margin-right: 15px
	}

	.algo-tab {
		margin-bottom: 15px
	}

	.algo-tab ul {
		display: flex;
		overflow-x: auto
	}

	.algo-tab ul li {
		flex: 0 0 auto;
		margin-right: 5px
	}

	.algo-tab ul li:last-child {
		margin-right: 0
	}

	.algo-tab .p-left {
		padding-left: 15px !important;
		margin-left: 0
	}
}
.part3{
    width: 180px;
    height: 300px;
    border: 4px solid white;
    border-radius: 15px;
    box-shadow: 0px 0px 12px #CCCCCC;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
    background-color: #f2f2f2;;
    /* margin-top: 70px; */
    /* position: fixed; */
    left: 4%;
}
.part3 a{
    text-decoration: none;
    margin: 10px 10px;
    color: #153a5b;
}
.part3 a h3{
    font-size: 16px !important;
}
.mobilepart3{
    display: none;
}
@media only screen and (max-width: 767px){
    .left{
        display: none;
    }
    .mobilepart3{
         margin-top: 30px;
         display: flex;
         width: 100%;
         font-family: Roboto, sans-serif;
         justify-content: space-around;
         align-items: center;
         margin: auto;
       }
       .mobilepart3 a{
        text-decoration: none;
        color: rgba(0, 0, 0, 0.8);
        margin-top: 30px;
        font-size: 2.3vw;

       }

    .mobilepart3 a h3{
        font-size: 12px;
    }
}