


.navbar-brand{margin-right:0.4rem;}


.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.flex img {
	border-radius: 10px;
}

.bg_pricing_page .toggle_btn {
	filter: drop-shadow(1px 6px 0px #00000006);
	display: flex;
	background: #fff;
	border-radius: 100px;
	padding: 10px;
	color: #000;
	border: 0px;
	outline: none !important;
	width: 20%;
	justify-content: space-around;
	align-items: center;
}

.bg_pricing_page .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
}

.bg_pricing_page .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.bg_pricing_page .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.bg_pricing_page .slider_ {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.bg_pricing_page .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 8px;
	bottom: 5px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.bg_pricing_page .slider_:before {
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	left: 6px;
	bottom: 6px;
	background: linear-gradient(#B87107, #FFD531);
	-webkit-transition: .4s;
	transition: .4s;
}

.bg_pricing_page input:checked+.slider {
	background-color: #29CF8E;
}

.bg_pricing_page input:checked+.slider_ {
	background-color: #090909;
}

.bg_pricing_page input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

.bg_pricing_page input:focus+.slider_ {
	box-shadow: 0 0 1px #2196F3;
}


.bg_pricing_page input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.bg_pricing_page input:checked+.slider_:before {
	-webkit-transform: translateX(48px);
	-ms-transform: translateX(48px);
	transform: translateX(48px);
}
.bg_pricing_page .slider_.round_ {
	width: 90px;
	height: 42px;
	border-radius: 200px;
}

.bg_pricing_page .slider_.round_:before {
	border-radius: 50%;
}
.bg_pricing_page .slider.round {
	border-radius: 34px;
}
.bg_pricing_page .slider.round:before {
	border-radius: 50%;
}
.pricing-tool-card {
	box-shadow: 0px 20px 30px 0px #365CFF0F;
	color: #101326;
	padding: 20px;
	border-radius: 8px;
	cursor: pointer;
}
.pricing-tool-card.monthly {
	background-color: #cddaee80;
}
.pricing-tool-card.weekly {
	color: #fff;
	background-color: #0373DD!important;
}
.pricing-tool-card.monthkly {
	color: #fff;
	background-color: #0373DD!important;
}
.pricing-tool-card.yearly {
	background-color: #0cba763b;
}
.pricing_desc strong{
	margin: 0px 0px 6px 0px;
	display: inline-block;
}
.pricing_desc a {
	text-decoration: none;
	/* border-bottom: 1px solid #E0E9F5; */
	font-size: 14px;
	color: #4b5168;
	flex-direction: row;
	display: flex;
	align-items: center;
	gap:10px;
	line-height: 32px;
	width: 50%;
}

.btn_choose_plan {
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 10px 20px;
	width: 100%;
	border-radius: 200px;
	background-color: #fff;
	color: #000;
	font-weight: 600;
	height: 48px;
	border: 0px;
	outline: none !important;
}
.btn_choose_plan:hover {
	text-decoration: none !important;
}
.menu h2{
	font-size: 36px;
	font-weight: 700;
}
.menu .monthly {
	font-size:14px;
	font-weight: 400
}
.month_desc {
	font-size: 16px;
	font-weight:400;
}
.menu-top {
	display: flex;
	justify-content: space-between;
}
.menu-top.weekly .cw {
	color: #fff;
}
.pricing_desc {
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #D9DDE1;
	background-color: #fff;
}
.p_flex {
	display: flex;
	flex-direction: column;
}
.inner_flex {
	border-bottom: 1px solid #E0E9F5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px 0px;
}
.inner_flex span{
	cursor: pointer;
}
.inner_flex:last-child {
	border-bottom: none;
}
.bg_pricing_page {
	background-image: url('../ris/img/RisNew/bg_pricing_page.svg');
	background-position-y: -50px;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position-x: 50%;
}
.faq_text {
	line-height: 16px;
	font-weight: 600;
	font-size: 15px;
}
.card {
	border-radius: 10px !important;
}
.card-link {
	background-image: url('../ris/img/RisNew/icon_enable.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 23px auto;
	padding-right: 30px;
}
.card-link.collapsed {
	background-image: url('../ris/img/RisNew/arrow_disable.svg');
}
.card.bg-color {
	border-color: #0B5CFF;
	background-color: #F3F8FE;
}
.bg-color {
	border-color: #0B5CFF;
	background-color: #F3F8FE;
}
/* test */
.toggle {
	--width: 80px;
	--height: calc(var(--width) / 3);
	position: relative;
	display: inline-block;
	width: var(--width);
	height: var(--height);
	border-radius: var(--height);
	cursor: pointer;
}
.toggle input {
	display: none;
}
.toggle .slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 42px;
	border-radius: var(--height);
	transition: all 0.4s ease-in-out;
}
.toggle .slider::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: calc(var(--height));
	height: calc(var(--height));
	border-radius: calc(var(--height) / 2);
	background: linear-gradient(#B87107, #FFD531);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px 0px #ED9F29;
	box-shadow: 0px 1px 2px 0px #FFD644 inset;

	transition: all 0.4s ease-in-out;
}
.toggle input:checked+.slider {
	background-color: #000;
}
.toggle input:checked+.slider::before {
	transform: translateX(calc(var(--width) - var(--height)));
}
.toggle .labels {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: sans-serif;
	transition: all 0.4s ease-in-out;
}
.toggle .labels::after {
	content: attr(data-off);
	position: absolute;
	right: 5px;
	color: #fff;
	opacity: 1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	transition: all 0.4s ease-in-out;
}
.toggle .labels::before {
	content: attr(data-on);
	position: absolute;
	left: 15px;
	color: #ffffff;
	opacity: 0;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
	transition: all 0.4s ease-in-out;
}
.toggle input:checked~.labels::after {
	opacity: 0;
}
.toggle input:checked~.labels::before {
	opacity: 1;
}
.doesitwork{
	height: calc(100vh - 250px);
	margin-top: 150px;
	text-align:center;
}
.Reverse_Picture h2,.doesitwork h2{
	font-size:50px;
	margin-bottom: 20px;
}
.para_Find_images{
	font-weight:500;
	font-size: 20px;
	margin-bottom: 50px;
}
.do_steps{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 450px;
	background: #EFF5FE;
	width:100%;
	border-radius:10px;
}
.do_steps .arrowImages{
	height:80px;
	width:80px;
	margin: 0px 20px;
}
.Reverse_Picture{}
.Reverse_Picture p{font-size: 20px;}
.inner_reserve{
    background: linear-gradient(3deg, #76CCC7, #669FD9, #D9E6FA);
    background-size: 600% 600%;
    animation: AnimationName 5s ease infinite;
}
.topHeadings span{
	display: block;
	font-size:28px;
	line-height: 50px;
}
/*popup css */
.heading-models .modal-title{
	font-weight: 600;
	font-size: 20px;
}
.heading-models .close{opacity:1;outline:none;}
.heading-models .close img{width:25px;}
#subscribePop .planName {
    font-size: 22px;
    color: #0373dd;
}
.tsearch {
    margin: 5px 0px;
    line-height: 28px;
    font-size: 13px;
    color: #000;
}
.tsearch .inform {
    width: 15px;
    margin-left: 5px;
}
.row.pymnt {
    background: #f7f7f8;
    padding: 15px 0;
    margin-top: 20px;
}
#tpr_note {
    background-color: hsl(219.13deg 100% 95.49%);
    border-color: #bee5eb;
    margin: 0px 16px 0px 11px;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.waitLOader{
	width: 30px;
	display: none; 
	margin-right: 10px;
}
.dropdown{margin: 0px}
.userLoginInfo{
	border-radius: 100px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 10px;
    background: #fff !important;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    border: 0px !important;
    letter-spacing: 2px;
    margin: 0px 22px 0px 5px;
}
.userLoginInfo::after{
	margin-left:13px !important;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
}


.payloader{
	display:none;
}
.planPrice, .plan-name, .totalplanImages,.planPerImgCost{display:inline-block;transition: 0.2s;}
.planPrice:hover, .plan-name:hover, .totalplanImages:hover,.planPerImgCost:hover{
	transform: scale(1.1);
	       
}
@keyframes AnimationName {
    0%{background-position:47% 0%}
    50%{background-position:54% 100%}
    100%{background-position:47% 0%}
}
.Left_Text{
	text-align:left
}
.mobile_view{
	display:none;
}
.destop_view{
	display:block;
}
.set_width{
	width:50%
}
.upload-custom-set{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.main-start-inner{
	background: #BDD2F1;
	min-height:700px;
	margin:0px auto;
	width:70%;
	border-radius:10px;
}
.background-image{
	background-image: url('../ris/img/tabsBag.svg');
	width: 100%;
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	min-height: 100%;
	padding: 30px;
}
.topPRo{
	text-align:right;
}
.topPRo .Prospan a{
	text-decoration: none;
	display: inline-block;
	background: #191919;
	padding: 1px;
	border-radius: 100px;
	width: 64px;
	height: 30px;
	margin: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}
.topPRo .Prospan a:hover{text-decoration: none;}
.heading_sizes h2{
	font-size: 50px;
	font-weight:600
}
.heading_sizes p{
	font-weight:500
}
.BG_icon{
	height:23px;
	display: inline-block;
	width: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right:10px;
}
.text-name{
	font-weight: 600
}
.same_aligned{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.SimilarImages{
	background-image: url('../ris/img/SimilarImages.svg');
}
.OCR{
	background-image: url('../ris/img/OCR.svg');
}
.ImageSource{
	background-image: url('../ris/img/ImageSource.svg');
}
.Advance{
	background-image: url('../ris/img/Advance.svg');
}
#Advance-tab{
	/* border-top-right-radius:10px; 
	border-right:1px solid #bfd9f0 !important; */

}
#FaceSearch-tab{
	border-top-right-radius:10px; 
	border-right:1px solid #bfd9f0 !important;}
.FaceSearch{
	background-image: url('../ris/img/face.svg');
}

#SimilarImages-tab{
	border-top-left-radius:10px
}

.smilarTabsImages,.ocr_image,.adavance_picture{
	width:100% !important;
}
.ColorMode{
	background:#090909;
	background-size: 66%;
	background-repeat: no-repeat !important;
	width: 100px;
	height:42px;
	border-radius: 100px;
	padding: 7px;
	position: relative;

}
.just-text{
	position: absolute;
	color:#fff;
	font-weight:500;
	font-size:16px;
	top:7px;
	left:13px;
}
body .just-text.DarkMode{
	right: 10px !important;
	top: 9px;
	left: inherit;
	display:none;
}
.ColorMode .switch {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
.ColorMode .switch input {
  opacity: 0;
  width: 0;
  height: 0;

}
/* The slider */
.ColorMode .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left:0px;
	right: 0;
	bottom: 0;
	background-image:url();
	-webkit-transition: .4s;
	transition: .4s;
}
.ColorMode .slider:before {
	position: absolute;
	content: "";
    height:29px;
    width: 29px;
	left:0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transition: .4s;
	transition: .4s;
}
.ColorMode input:checked + .slider:before {
	background: linear-gradient(180deg, #B87107 0%, #FFD531 80.88%);
	box-shadow: 0px 1px 0px 0px #ED9F29;
	box-shadow: 0px 1px 2px 0px #FFD644 inset;
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}
.ColorMode .slider.round {
  border-radius: 34px;
}
.ColorMode .slider.round:before {
  border-radius: 50%;
}

.Dark_imageScr{
	display:none;
}
.darkModeLoader{
	display:none !important;
}
.checking{
	background-image:url('../ris/img/check.svg');
	background-repeat: no-repeat;
	background-position: right;
}
.for-alaign-button{
	display: flex;
	width: 100%;
	height: 60px;
	margin-top: 10px;
}
.pymntHead{
	width: 100%;
	text-align: center;
}
.paypal-method {
	position: relative;
	z-index: 10;
}
#PayPalBtn , #stripgo{
	display: inline-block;
	text-align: center;
	padding: 8px 0;
	border-radius: 3px;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	width: 200px;
}
 #PayPalBtn{
    background: #fff;
	pointer-events: auto;
    display: inline-block;
}
#stripgo{
	background: #0373dd;

}
.container-box{
	width: 100%;
	max-width: 600px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
	padding: 20px;
	border-radius: 20px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1636px) {
	.Bg-image{
		height:850px;
	}
	.images-info{
		padding:0px;
	}
	.headingsCover {
		width: 100%;
	}
	.do_steps{
		width:100%;
		border-radius:0px;
	}

	.do_steps .arrowImages{
		width:60px;
		height:60px;
	}
	.BoxHeading{
		margin:0px;
	}
	.doesitwork{
		height:600px;
		margin-top:20px;
	}
}
@media only screen and (max-width: 1266px) {
	.headingsCover{
		width:70%;
	}
	
	.TopImageSet{
		width: 100%;
	}
	.main-start-inner{
		width:90%;
	}
	.nav_tabs_pills .nav-item a{
		margin:0px
	}
}
@media only screen and (max-width: 1116px) {

	.do_steps .arrowImages {
        width: 50px;
        height: 50px;
        margin: 0px 10px;
    }
    .BoxHeading img{
		width: 80%;
		margin-top: 15px;
    }
}
@media only screen and (max-width: 1071px) {
	.headingsCover{
		width: 80%
	}
	.Reverse_Picture h2, .doesitwork h2{
		font-size: 30px;
	}
	.bg_pricing_page .toggle_btn{
		width: 280px;
	}
}
@media only screen and (max-width: 924px) {
	.headingsCover{
		width: 90%
	}
	.ColorMode{
		margin-top:10px;
	}
}
@media only screen and (max-width: 768px) {

	.Bg-image{
		height: inherit;
	}
	.headingsCover{
		width:100%;
		margin-top: 30px;
		margin:0px auto

	}
	.headingsCover h1{
		font-size: 18px;
	}
	.headingText img{width: 40px;}
	.Left_Text{
		text-align:center
	}
	.topHeadings span{
		font-size: 18px;
		line-height:30px;
	}
	.mobile_view{
		display:block;
		text-align: center;
	}
	.destop_view{
		display:none;
	}
	.images-info{
		display: inherit;
		padding:0px;
	}
	.upload-custom-set{
		display: flex;
	}
	.TopImageSet{
		width: 130px;
		margin: 20px 0px;
	}
	
	.doesitwork {
	     height:inherit; 
	    margin-top:20px;
	    text-align: center;
	}
	.Reverse_Picture h2,
	.doesitwork h2{
		font-size:18px;
		margin-bottom:10px;
	}
	.do_steps {
	    display: block;
	    height:inherit;
	    background: #EFF5FE;
	    width: 100%;
	    border-radius: 10px;
	    padding:15px;
	    border-radius:0px
	}
	.arrowImages{
		display: none;
	}
	.BoxHeading img{
		width:40%;
		margin-top: 10px;
	}
	.para_Find_images{
		font-size: 16px;
		margin-bottom:15px;
	}
	.Reverse_Picture p{
		font-size: 16px;
		margin: 0;
	}
	.set_width{
		width:90%
	}
	.linkButton a {
	    width: 180px;
	    height: 35px;
	    font-size: 13px;
	}
	.inner_reserve{
		background:transparent;
	}
	.advanced-reverse{
		background: #fff;
	}
	.background-image{
		background: #fff;
		background-image:inherit;
		padding:10px;
	}
	.main-start-inner{
		background: #fff;
		width: 100% !important;
		height:inherit;
	}
	.heading_sizes h2{
		font-size:20px
	}
	.topPRo .Prospan{
		display:none;
	}
	.text-name{display:none;}
	.nav_tabs_pills .active .text-name{
		display: inline-block;
	}
	.nav_tabs_pills .nav-item a{
		margin:0px;
	}

	.nav_tabs_pills{padding: 0px;height:inherit;}
	.BG_icon{margin:0px;}
	.nav_tabs_pills .active .BG_icon{
		margin-right:10px;

	}
	.bg_pricing_page{
		background:inherit;
	}
	.toggle_btn{
		width:60%;
		margin-bottom:15px;
	}
	.myDataBox{
		min-height:260px ;
	}
	.select_price_heading{
		font-size: 20px;

	}
	.main-start-inner ,  .background-image, .nav_tabs_pills{
		min-height:auto ;
	}
}
@media only screen and (max-width: 650px) {
	.topHeadings{
		margin-top:40px;
	}

	.Bg-image{
		height: inherit;
	}
	.headingsCover{
		width:100%;
		margin-top: 30px;
		margin:0px auto
	}
	.headingsCover h1{
		font-size: 18px;
	}
	.headingText img{width: 40px;}
	.Left_Text{
		text-align:center
	}
	.topHeadings span{
		font-size: 18px;
		line-height:30px;
	}
	.mobile_view{
		display:block;
		text-align: center;
	}
	.destop_view{
		display:none;
	}
	.images-info{
		display: inherit;
		padding:0px;
	}
	.upload-custom-set{
		display: flex;
	}
	.TopImageSet{
		width: 130px;
		margin: 20px 0px;
	}
	.doesitwork {
	     height:inherit; 
	    margin-top:20px;
	    text-align: center;
	}
	.Reverse_Picture h2,
	.doesitwork h2{
		font-size:18px;
		margin-bottom:10px;
	}
	.do_steps {
	    display: block;
	    height:inherit;
	    background: #EFF5FE;
	    width: 100%;
	    border-radius: 10px;
	    padding:15px;
	    border-radius:0px
	}
	.arrowImages{
		display: none;
	}
	.BoxHeading img{
		width:45%;
		margin-top: 10px;
	}
	.para_Find_images{
		font-size: 16px;
		margin-bottom:15px;
	}
	.Reverse_Picture p{
		font-size: 16px;
		margin: 0;
	}
	.set_width{
		width:90%
	}
	.linkButton a {
	    width: 180px;
	    height: 35px;
	    font-size: 13px;
	}
	.inner_reserve{
		background:transparent;
	}
	.advanced-reverse{
		background: #fff;
	}
	.background-image{
		background: #fff;
		background-image:inherit;
		padding:10px;
	}
	.main-start-inner{
		background: #fff;
		width: 100% !important;
		height:inherit;
	}
	.heading_sizes h2{
		font-size:20px
	}
	.topPRo .Prospan{
		display:none;
	}
	.text-name{display:none;}
	.nav_tabs_pills .active .text-name{
		display: inline-block;
	}
	.nav_tabs_pills .nav-item a{
		margin:0px;
	}
	.nav_tabs_pills .nav-item a{
		border-bottom: 0px !important
	}
	.nav_tabs_pills{padding: 0px;height:inherit;}
	.BG_icon{margin:0px;}
	.nav_tabs_pills .active .BG_icon{
		margin-right:10px;
	}
	.bg_pricing_page{
		background:inherit;
	}
	.toggle_btn{
		width:60%;
		margin-bottom:15px;
	}
	.myDataBox{
		min-height:150px;
	}
	.select_price_heading{
		font-size: 20px;

	}
}
@media only screen and (max-width: 414px) {
	.userLoginInfo::after{
		    margin-left: 20px !important;
	}
	.topHeadings{
		margin-top:40px;
	}
	.Bg-image{
		height: inherit;
	}
	.headingsCover{
		width:100%;
		margin-top: 30px;
		margin:0px auto

	}
	.headingsCover h1{
		font-size: 18px;
	}
	.headingText img{width: 40px;}
	.Left_Text{
		text-align:center
	}
	.topHeadings span{
		font-size: 18px;
		line-height:30px;
	}
	.mobile_view{
		display:block;
		text-align: center;
	}
	.destop_view{
		display:none;
	}
	.images-info{
		display: inherit;
		padding:0px;
	}
	.upload-custom-set{
		display: flex;
	}
	.TopImageSet{
		width: 130px;
		margin: 20px 0px;
	}
	
	.doesitwork {
	     height:inherit; 
	    margin-top:20px;
	    text-align: center;
	}
	.Reverse_Picture h2,
	.doesitwork h2{
		font-size:18px;
		margin-bottom:10px;
	}
	.do_steps {
	    display: block;
	    height:inherit;
	    background: #EFF5FE;
	    width: 100%;
	    border-radius: 10px;
	    padding:15px;
	    border-radius:0px
	}
	.arrowImages{
		display: none;
	}
	.BoxHeading img{
		width: 65%;
		margin-top: 10px;
	}
	.para_Find_images{
		font-size: 16px;
		margin-bottom:15px;
	}
	.Reverse_Picture p{
		font-size: 16px;
		margin: 0;
	}
	.set_width{
		width:90%
	}
	.linkButton a {
	    width: 180px;
	    height: 35px;
	    font-size: 13px;
	}
	.inner_reserve{
		background:transparent;
	}
	.advanced-reverse{
		background: #fff;
	}
	.background-image{
		background: #fff;
		background-image:inherit;
		padding:10px;
	}
	.main-start-inner{
		background: #fff;
		width: 100% !important;
		height:inherit;
	}
	.heading_sizes h2{
		font-size:20px
	}
	.topPRo .Prospan{
		display:none;
	}
	.text-name{display:none;}
	.nav_tabs_pills .active .text-name{
		display: inline-block;
	}
	.nav_tabs_pills .nav-item a{
		margin:0px;
	}
	.nav_tabs_pills .nav-item a{
		border-bottom: 0px !important
	}

	.nav_tabs_pills{padding: 0px;height:inherit;}
	.BG_icon{margin:0px;}
	.nav_tabs_pills .active .BG_icon{
		margin-right:10px;

	}
	.bg_pricing_page{
		background:inherit;
	}
	.toggle_btn{
		width:60%;
		margin-bottom:15px;
	}
	.myDataBox{
		height: 150px;
	}
	.select_price_heading{
		font-size: 20px;
	}
}
@media only screen and (max-width: 400px) {
	.for-alaign-button{
		display: contents;
	}
	.spacing_margin{
		margin-top:10px;
	}
	.with-button{
		margin-right: 0px;
	}
	.pymntHead {
		margin: 10px;
	}
	.nav_tabs_pills .nav-item a.active{
		padding: 8px;
	}
	.nav_tabs_pills .active .BG_icon{
		margin-right:5px;
	}
	.myDataBox {
        height: 150px;
    }
    .toggle_btn {
        width: 80%;
    }
}
