@charset "utf-8";
/* CSS Document */
/*=====Inner_Pages_Style=====*/
/*Promotion_header*/
/*.promotion_header{
    display: flex;
     align-items: center;
}
 .promotion_header .nav-right{
    margin-left: auto;
     display: flex;
     align-items: center;
     width: 60%;
}
 .promotion_header ul.acc_ul{
    text-align: right;
     width: auto;
     margin-left: auto;
}
 .search_bar{
    width: 65%;
     position: relative;
     margin-top: -5px;
}
 .side_links_nav{
    display: none !important;
}
*/
.promotion_header{
	position: static !important;
}
.promotion_header .acc-img-l{
	margin-top: -3px;
}
.promotion_header li.cart img{
	margin-top: 4px;
	position: relative;
	top: 2px;
}
.sub_cat-strip{
	background: #efefef;
}
.sub_cat-strip ul{
	padding: 18px 40px;
	padding-bottom: 0;
}
.sub_cat-strip ul li{
	margin-left: 20px;
}
.service_sub_cat{
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.service_sub_cat li{
	margin-left: 15px;
	line-height: normal;
}
.sub_cat-strip ul.service_sub_cat li:last-child{
	margin-left: auto;
}
.service_sub_cat li a{
	color: #313131;
	font-size: 12px !important;
	font-weight: bold;
	font-family: 'Circular Std' !important;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none !important;
	padding-bottom: 18px;
}
.service_sub_cat li a:hover{
	color: #5cb85c;
}
.service_sub_cat li a i{
	font-size: 14px !important;
}
.service_sub_cat .c_menu{
	background: #FFF;
	z-index: 1;
	width: 300px;
	top: auto;
	padding: 10px;
	border-radius: 5px;
	border-bottom: 4px solid #5cb85c;
	box-shadow: -2px 5px 5px rgba(0, 0, 0, 0.5);
}
.service_sub_cat .c_menu li{
	margin-left: 0;
	padding-left: 0;
}
.service_sub_cat .c_menu li a:hover{
	color: #5cb85c !important;
	text-shadow: none !important;
}
.service_sub_cat .c_menu li:last-child a{
	padding: 0 !important;
}
.service_sub_cat .c_menu li:last-child a:hover{
	border: none !important;
}
.promotion_header .nav-right{
	margin-top: 0;
}
.promotion_header ul.acc_ul{
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.promotion_header ul.acc_ul li a{
	color: #313131;
}
.promotion_header ul.acc_ul li a:hover{
	color: #5cb85c;
}
.promotion_header ul.acc_ul li:first-child{
	border-right:2px solid #5cb85c;
}
.promotion_header .mobile_head{
	display: none;
}
.promotion_header .navbar-brand{
	width: auto !important;
}
.promotion_header .side_links_nav{
	display: none !important;
}
.promotion_header .cart::before{
	background: #5cb85c !important;
}
.promotion_header .scl-img{
	max-width: 20px !important;
}
.custom-select{
	border: 0;
	background: unset;
	border-radius: 0;
	font-size: 12px;
	line-height: 28px;
	width: 100% !important;
	padding: 0;
	border-radius: 20px 0 0 20px;
}
.custom-select:focus{
	border-radius: 20px 0 0 20px;
	box-shadow: unset;
}
/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	font-family: Arial;
}
.custom-select select {
	display: none;
	/*hide original SELECT element:*/
}
.select-selected {
	background-color: #FFF;
	border: 1px solid #5cb85c;
	border-right: 1px solid #c1c1c1;
}
/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 13px;
	right: auto;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #313131 transparent transparent transparent;
	margin-left: 7px;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #313131 transparent;
	top: 7px;
}
/*style the items (options), including the selected item:*/
.select-selected .select-items div,.select-selected {
	color: #313131;
	padding: 3px 10px;
	cursor: pointer;
	user-select: none;
	font-size: 12px;
	height: 35px;
	margin-top: -2px;
	border-radius: 20px 0 0 20px;
	padding: 4px 30px;
}
.select-items div{
	border-radius: 0;
	padding: 3px 10px !important;
}
/*style items (options):*/
.select-items {
	position: absolute;
	background: #FFF;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 1px solid rgba(0,0,0,0.1);
	width: 170px;
	height: 240px;
	overflow-y: auto;
	text-align: left;
}
/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: #5cb85c;
	color: #FFF;
}
.search_bar form {
	position: relative;
	display: flex;
	align-items: center;
}
.search_bar form input{
	width: 100%;
	border: 0;
	height: 35px;
	padding: 0 5px;
	border-top:1px solid #5cb85c;
	border-bottom: 1px solid #5cb85c;
}
.search_bar form input:focus{
	outline: 0;
}
.fltr_search {
	border: 0;
	line-height: 35px;
	background: #5cb85c;
	border-radius:0 20px 20px 0;
	border-left: 1px solid #c1c1c1;
	padding: 0;
	padding-left: 15px;
	padding-right: 20px;
	color: #FFF
}
.fltr_search:hover{
	background: #000;
}
.search_sprite {
	font-family: 'Poppins', sans-serif;
	color: #c1c1c1;
	cursor: pointer;
	/*line-height: 35px;
	*/
	padding: 2px 0;
	float: left;
}
/*Promotion_inner*/
.promotion_inner{
	background: url(../images/About_banner_021p.png) no-repeat;
	background-size: 91%;
	width: 100%;
	height: 180px;
	background-position: 283% 100%;
	position: relative;
}
.promotion_inner::before{
	background: url(../images/map.png) no-repeat;
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	display: table;
	z-index: -1;
}
.promotion_inner::after{
	background: url(../images/pattern_03.png);
	content: '';
	bottom: auto;
	height: 180px;
	width: 180px;
	position: absolute;
	display: table;
	z-index: -1;
}
/*Inner_Banner*/
.inner_banner{
	background: url(../images/About_banner_021.png) no-repeat;
	background-size: 91%;
	width: 100%;
	height: 135px;
	background-position: 283% 100%;
	position: relative;
}
.inner_banner::before{
	background: url(../images/map.png) no-repeat;
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	display: table;
	z-index: -1;
}
.body::after{
	background: url(../images/pattern_03.png);
	content: '';
	height: 180px;
	width: 180px;
	position: absolute;
	display: table;
	z-index: -1;
	top: 0px;
}
.inner-heading h1{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #313131;
	text-transform: uppercase;
	margin-top: 55px;
}
.green_inner_sec{
	margin: 60px 0;
}
/*About*/
.green_about{
	font-weight: bold;
	font-family: 'Circular Std';
}
.about_feature_cont h1{
	font-size: 45px;
	font-family: 'Circular Std';
	font-weight: bold;
	color: #5db561;
}
.about_feature_cont p{
	font-size: 16px;
}
.about_feature_cont p span{
	font-weight: bold;
	font-size: 18px;
}
.about_feature_cont h3{
	color: #393e46;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0;
}
/*Testimonials*/
.add_green_review{
	font-weight: bold;
	font-family: 'Circular Std';
	border-radius: 15px 15px 0 0;
	border:1px solid rgba(0,0,0,0.05);
	background: #FFF;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
}
.add_green_review h2{
	font-size: 33px;
	color: #FFF;
	background: #5cb85c;
	padding: 15px 20px;
	border-radius: 15px 15px 0 0;
}
.add_rev_fm{
	padding: 10px 20px;
	text-align: center;
}
.s_rating{
	display: flex;
}
.s_rating ul {
	display: flex;
	margin-bottom: 0;
}
.s_rating ul li{
	margin-left: 5px;
}
.s_rating ul i{
	color: #5cb85c;
	font-size: 16px;
	cursor: pointer;
}
.s_rating ul li:last-child i{
	color: #666f77;
}
.add_rev_fm input{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	height: 50px;
	color: #333c44;
	font-size: 18px;
	background: #f5fafc;
	border:1px solid rgba(0,0,0,0.05);
	border-radius: 0;
}
.add_rev_fm textarea{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	height: 135px;
	resize: none;
	color: #333c44;
	font-size: 18px;
	background: #f5fafc;
	border:1px solid rgba(0,0,0,0.05);
	border-radius: 0;
}
.s_rating h5{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #666f77;
	margin-bottom: 0;
}
.add_rev_btn {
	background: #5db561;
	border: 0;
	padding: 12px 45px;
	font-size: 16px;
	border-radius: 50px;
	color: #FFF;
	margin-bottom: 25px;
	margin-top: 10px;
}
.add_rev_btn:hover{
	background: #e74107;
}
.green_review_list{
	font-weight: bold;
	font-family: 'Circular Std';
}
.green_review_list h1{
	color: #5cb85c;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 30px;
}
.rev_bx{
	border-radius: 15px 15px 0 0;
	border:1px solid rgba(0,0,0,0.05);
	background: #f5fafc;
	margin-bottom: 30px;
}
.nam_da{
	color: #FFF;
	background: #5cb85c;
	padding: 15px 20px;
	border-radius: 15px 15px 0 0;
}
.nam_da h2{
	margin-bottom: 0;
	font-size: 20px;
}
.rev_bx_in{
	padding: 25px 20px;
}
.rev_bx_in p{
	color: #333c44;
	font-size: 18px;
	margin: 15px 0;
}
.rev_bx_in h4{
	color: #5cb85c;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	margin-bottom: 0;
}
a.lod_mr{
	background: #5db561;
	border: 0;
	padding: 10px 36px;
	font-size: 16px;
	border-radius: 50px;
	color: #FFF;
	margin-bottom: 25px;
	margin-top: 10px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
}
a.lod_mr:hover{
	background: #313131;
}
/*Knowledge_base*/
.gre_knowledge{
	font-family: 'Poppins', sans-serif;
}
.gre_knowledge h1{
	color: #0088cc;
	font-weight: bold;
	font-size: 45px;
	margin-bottom: 30px;
}
.gre_knowledge .panel-heading {
	padding: 0;
	border:0;
}
.gre_knowledge .panel-title>a{
	display:block;
	background: #f5fafc;
	color: #323232;
	font-size: 18px;
	padding: 15px 20px;
	font-weight:bold;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
	border-radius: 10px;
}
.gre_knowledge .panel-collapse{
	background: #5cb85c;
	font-size: 16px;
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
.gre_knowledge .panel-heading a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	float: right;
	transition: all 0.5s;
	font-size: 22px;
	position: relative;
	top: -2px;
}
.gre_knowledge .panel-heading.show a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*News_Event*/
.news_ev_cat{
	font-weight: bold;
	font-family: 'Circular Std';
	border-radius: 15px 15px 0 0;
	border:1px solid rgba(0,0,0,0.05);
	background: #FFF;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
}
.news_ev_cat h2{
	font-size: 33px;
	color: #FFF;
	background: #5cb85c;
	padding: 15px 20px;
	border-radius: 15px 15px 0 0;
}
.add_rev_fm{
	padding: 10px 20px;
	text-align: center;
}
.s_rating{
	display: flex;
}
.s_rating ul {
	display: flex;
	margin-bottom: 0;
}
.s_rating ul li{
	margin-left: 5px;
}
.s_rating ul i{
	color: #5cb85c;
	font-size: 16px;
	cursor: pointer;
}
.s_rating ul li:last-child i{
	color: #666f77;
}
.add_rev_fm input{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	height: 50px;
	color: #333c44;
	font-size: 18px;
	background: #f5fafc;
	border:1px solid rgba(0,0,0,0.05);
	border-radius: 0;
}
.add_rev_fm textarea{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	height: 135px;
	resize: none;
	color: #333c44;
	font-size: 18px;
	background: #f5fafc;
	border:1px solid rgba(0,0,0,0.05);
	border-radius: 0;
}
.s_rating h5{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #666f77;
	margin-bottom: 0;
}
.add_rev_btn {
	background: #5db561;
	border: 0;
	padding: 12px 45px;
	font-size: 16px;
	border-radius: 50px;
	color: #FFF;
	margin-bottom: 25px;
	margin-top: 10px;
}
.news_ev_cat .panel-heading {
	padding: 0;
	border:0;
}
.news_ev_cat .panel-title>a span{
	display: table;
	font-size: 16px;
}
.news_ev_cat .panel-title>a{
	display:block;
	background: #e9f2f5;
	color: rgba(51,60,68,0.7);
	font-size: 18px;
	padding: 15px 20px;
	font-weight:bold;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: none !important;
}
.panel-collapse.in.collapsing{
	border-radius: none !important;
}
.news_ev_cat .panel-collapse{
	background: #5cb85c;
	font-size: 16px;
	padding: 15px 20px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
.news_ev_cat .panel-heading a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	float: left;
	transition: all 0.5s;
	font-size: 22px;
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.news_ev_cat .panel-heading.show a:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.cate_pa{
	padding: 10px 18px;
}
.add_rev_btn:hover{
	background: #e74107;
}
.news_ev_list{
	font-weight: bold;
	font-family: 'Circular Std';
}
.news_ev_list h1{
	color: #5cb85c;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 30px;
}
.news_ev_list .rev_bx{
	border-radius: 15px 15px 0 0;
	border-bottom: 0 !important;
	border:1px solid rgba(0,0,0,0.05);
	background: #f5fafc;
	margin-bottom: 0;
}
.news_ev_list .nam_da{
	color: #FFF;
	background: #5cb85c;
	padding: 15px 20px;
	border-radius: 15px 15px 0 0;
}
.news_ev_list .nam_da h2{
	margin-bottom: 0;
	font-size: 20px;
	color: #FFF;
}
.news_ev_list .rev_bx_in{
	padding: 25px 20px;
}
.news_ev_list .rev_bx_in p{
	color: #333c44;
	font-size: 18px;
	margin: 15px 0 0 0;
}
.news_ev_list .rev_bx_in h3{
	color: #333c44;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
}
.news_ev_list .rev_bx_in a{
	text-decoration: none;
}
.news_ev_feature {
	margin-bottom: 30px;
}
.news_ev_list h5{
	font-size: 26px;
	color: #5cb85c;
	font-weight: bold;
	margin: 12px 0;
}
.news_ev_list h5 span{
	color: #333c44;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news_ev_list h6{
	font-size: 28px;
	color: #5cb85c;
	font-weight: bold;
	margin: 12px 0;
	text-transform: uppercase;
}
.news_ev_list ul li{
	color: #333c44;
	font-size: 18px;
	text-transform: uppercase;
	display: flex;
	align-items: baseline;
}
.news_ev_list ul li p{
	margin-bottom: 3px;
}
.news_ev_list ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	float: left;
	transition: all 0.5s;
	font-size: 8px;
	position: relative;
	font-weight: bold;
	color: #5cb85c;
	margin-right: 10px;
	top: -2px;
}
.news_ev_list .panel-heading {
	padding: 0;
	border:0;
}
.news_ev_list .panel-title{
	margin-bottom: 0;
}
.news_ev_list .panel-title>a{
	display:block;
	font-weight:bold;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	padding: 15px 20px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 0;
	font-size: 20px;
}
.news_ev_list a:hover{
	text-decoration: none !important;
	color: #FFF;
}
.news_ev_list .panel-title>a:focus{
	outline: none;
}
.news_ev_list .panel-title>a span{
	display: table;
}
.news_ev_list .panel-collapse{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	border: 1px solid rgba(0,0,0,0.05);
	background: #f5fafc;
	margin-bottom: 0;
	border-top: 0;
	padding: 25px 20px;
	padding-top: 0;
}
.news_ev_list .panel-heading a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	float: right;
	transition: all 0.5s;
	font-size: 22px;
	position: relative;
	top: -2px;
	font-weight: bold;
	color: #FFF;
}
.news_ev_list .panel-heading.show a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.news_ev_list .panel-default{
	margin-bottom: 30px;
}
/*.news_ev_list a[aria-expanded="true"]::after{
    -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     transform: rotate(180deg);
}
*/
/*Unlocking_insructions*/
.Unlock_cat .panel-title>a:hover{
	background: #5cb85c;
	color: #FFF;
}
.Unlock_cat .panel-collapse{
	color: #FFF;
}
.un_inst .panel-title>a{
	color: #323232;
	font-size: 16px;
}
.un_inst .panel-heading a:before{
	color: #323232;
}
.un_inst .panel-heading.show a{
	border-radius: 10px 10px 0 0;
	background: #5cb85c;
	border: 1px solid rgba(0,0,0,0.05);
	border-bottom: none;
	color: #FFF;
}
.un_inst .panel-heading.show a:before{
	color: #FFF;
}
.un_inst .panel-collapse{
	border-radius: 0 0 10px 10px;
}
.un_inst .panel-collapse{
	padding-top: 25px;
}
.un_inst .panel-default{
	margin-bottom: 10px;
}
.un_inst a.lod_mr{
	margin-top: 30px;
}
/*FAQ-1*/
.FAQ-1 h1{
	color: #5cb85c;
}
.FAQ-1 .panel-title>a{
	color: #323232;
	font-size: 16px;
}
.FAQ-1 .panel-title{
	margin-bottom: 0;
}
.FAQ-1 .panel-heading a:before{
	color: #323232;
}
.FAQ-1 .panel-heading.show a{
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
	background: #5cb85c;
	border: 1px solid rgba(0,0,0,0.05);
	border-bottom: none;
	color: #FFF;
}
.FAQ-1 .panel-heading.show a:before{
	color: #FFF;
}
.FAQ-1 .panel-collapse{
	border-radius: 0 0 10px 10px;
}
.FAQ-1 .panel-collapse{
	padding-top: 25px;
}
.FAQ-1 .panel-default{
	margin-bottom: 10px;
}
.FAQ-1 a.lod_mr{
	margin-top: 30px;
}
.FAQ-1 .panel-collapse {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	border: 1px solid rgba(0,0,0,0.05);
	background: #f5fafc;
	margin-bottom: 0;
	border-top: 0;
	padding: 25px 20px;
}
.unlock_cont h5{
	color: #323232;
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0;
}
.unlock_cont h4{
	color: #323232;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}
.unlock_cont p{
	font-size: 17px;
}
.unlock_cont ul{
	margin: 1.5rem 0;
}
.unlock_cont ul li{
	font-family: 'Poppins', sans-serif;
	display: flex;
	align-items: baseline;
	color: #323232;
	font-size: 17px;
	font-weight: normal;
}
.unlock_cont ul li span{
	margin-right: 10px;
	font-family: 'Poppins', sans-serif;
}
.unlock_cont ul li p{
	display: table;
	margin-bottom: 4px;
	font-family: 'Poppins', sans-serif;
}
/*privacy_policy*/
.privacy_pol_p h1{
	font-weight: bold;
	font-family: 'Circular Std';
	color: #5cb85c;
}
.privacy_pol p{
	color:#101010;
	font-size: 18px;
	margin-bottom: 25px;
}
.privacy_pol h4{
	color: #101010;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
/*Server_Services*/
.detail_tab {
	margin: 60px 0;
}
.panel_btns a.lod_mr:hover{
	background: #e6eff2;
	color: #323232;
}
.panel_btns a.lod_mr:last-child{
	margin-left: 15px;
}
.server_detail h4{
	color: #323232;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 12px;
}
.server_detail h5{
	color: rgba(51,60,68,.7);
	font-size: 16px;
	margin: 0;
}
.detail_tab .panel-collapse {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	border: 0;
	background: transparent;
	margin-bottom: 0;
	padding:0;
}
.detail_tab table{
	border: 1px solid rgba(0,0,0,0.05);
	width: 540px;
}
.server_detail tr,td{
	padding: 12px;
}
.detail_tab ul{
	border:0;
}
.detail_tab .panel-heading.show a{
	margin-bottom: 0;
}
.detail_tab .panel-title{
	margin-bottom: 0;
}
.detail_tab .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-radius: 25px;
}
.detail_tab .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	background-color: #e6eff2;
	color: #323232;
}
.server_serv_img {
	position: relative;
	top: 75px;
	z-index: -1;
}
.detail_tab .tab-content{
	margin-top: 10px;
}
.services_stl_container {
	margin-top: 60px;
	margin-bottom: 30px;
}
h4.category_head{
	margin-bottom: 30px;
	background: #efefef;
	color: #313131;
	padding: 8px 11px;
	border-radius: 5px;
	font-size: 18px;
}
.vprod_price h4{
	letter-spacing: 1px;
	color: #5cb85c;
}
.virtual_prod {
	background: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 30px;
	position: relative;
}
.vprod_head {
	position: relative;
	background: #f8f8f8;
	padding: 0;
	margin: 10px;
}
.vprod_head img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.vprod_body {
	text-align: left;
}
.vprod_body p{
	color: #71737a;
	font-size: 15px;
	padding: 0 10px;
	margin-bottom: 0;
}
.vprod_body a{
	color: #71737a;
	text-decoration: none;
	min-height: 50px;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.vprod_body a:hover{
	color: #000;
}
.vprod_price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.vprod_price h3 {
	font-size: 14px;
	color: #5cb85c;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}
.vprod_price span{
	color: rgba(0,0,0,0.2);
}
.vprod_price h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}
.vprod_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
.vprod_footer h3 {
	font-size: 10px;
	color: #313131;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}
.vprod_footer span{
	color: rgba(0,0,0,0.2);
}
.vprod_footer h4 {
	font-size: 10px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
	border: 1px solid rgba(0,0,0,0.2);
	background: #FFF;
	color: #71737a;
	padding: 5px 7px;
	border-radius: 5px;
	letter-spacing: 1px;
}
.vprod_footer h4:hover{
	background: #5cb85c;
	border-color: #5cb85c;
	color: #FFF;
}
.virtual_prod .modal-header{
	background: #313131;
}
.virtual_prod .close{
	color: #FFF;
}
.virtual_prod .modal-title{
	font-size: 18px;
	color: #FFF;
}
.vprod_detial h3{
	color: #313131;
	font-size: 18px;
	font-weight: bold;
}
.vprod_detial p{
	color: #71737a;
	margin-bottom: 10px;
}
.virtual_prod .modal-dialog{
	width: 1200px;
	max-width: 100%;
}
h4.prc_head{
	color: #5cb85c;
	font-size: 20px;
}
.delivery_btn{
	padding: 10px 20px;
	font-size: 13px;
	margin: 15px 0;
	color: #313131;
	background: #efefef;
	border-radius: 5px;
	display: table;
}
a.buynow_btn{
	display: inline-block;
	color: #FFF;
	background: #313131;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 13px;
	margin-top: 10px;
	text-decoration: none;
	border-radius: 25px;
}
a.buynow_btn:hover{
	background: #5cb85c;
}
.vprod_cart{
	margin-top: 40px;
	margin-bottom: 60px;
}
.vprod_cart h1{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	background: #efefef;
	color: #313131;
	padding: 8px 9px;
	border-radius: 5px;
}
.Qnt_req{
	font-family: 'Montserrat', sans-serif;
}
.qnt_submit{
	padding: 8px 20px;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 0;
	background: #313131;
	border-radius: 5px;
	border: 0;
}
.Qnt_req label{
	font-size: 14px;
}
.Qnt_req span{
	font-size: 14px;
}
.Qnt_req input{
	font-size: 14px;
}
.qnt_submit:hover{
	background: #5cb85c;
}
.vprod_cart_detail{
	padding: 15px;
	background: #efefef;
	border-radius: 5px;
	max-height: 800px;
	overflow-y: scroll;
}
.pnl_head{
	display: flex;
	justify-content: space-between;
}
.pnl_head h2 {
	font-size: 26px;
	width: 90%;
	margin-bottom: 5px;
}
.pnl_head h2 span{
	color: #71737a;
	font-size: 15px;
	margin: 10px 0;
	display: block;
	font-family: 'Poppins', sans-serif;
}
.c_hr{
	background: rgba(0,0,0,0.1);
	height: 1px;
	position: relative;
	margin-bottom: 10px;
}
.c_hr::before{
	content: '';
	background: #e74107;
	position: absolute;
	width: 25%;
	height: 2px;
	display: table;
	top: -1px;
	left: 0;
}
.vprod_cart_detail h3{
	color: #5cb85c;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
.vprod_cart_detail h3.note{
	color: #313131;
}
.vprod_cart_detail p{
	color: #71737a;
	margin-bottom: 10px;
	font-size: 14px;
}
a.customer_rev{
	padding: 8px 20px;
	font-size: 14px;
	color: #313131;
	margin-bottom: 0;
	border-radius: 5px;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.2);
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	transition: .3s;
}
a.customer_rev:hover{
	background: #5cb85c;
	border-color: #5cb85c;
	color: #FFF;
}
.vprod_cart_detail .modal-dialog{
	width: 1200px;
	max-width: 100%;
	font-family: 'Montserrat', sans-serif;
}
.rev_form{
	font-family: 'Montserrat', sans-serif;
}
.rev_form label{
	font-size: 14px;
	color: #c3c3c3;
	font-weight: normal;
}
#rev_model{
	padding-right: 0;
}
#rev_model .modal-title{
	font-size: 24px;
	color: #5cb85c;
}
.rev_form .btn-primary{
	color: #FFF;
	background: #313131;
	border: 0;
}
.rev_form .btn-primary:hover{
	background:#5cb85c;
}
/*privacy_policy*/
.privacy_pol_p h1{
	font-weight: bold;
	font-family: 'Circular Std';
	color: #5cb85c;
}
.terms_cond p{
	color:rgba(16,16,16,0.8);
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}
.terms_cond h4{
	color:rgba(16,16,16,0.9);
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
.terms_cond ul{
	margin: 1.5rem 0;
	margin-left: 30px;
}
.terms_cond ul li{
	font-family: 'Poppins', sans-serif;
	display: flex;
	align-items: baseline;
	color: #323232;
	font-size: 17px;
	font-weight: normal;
}
.terms_cond ul li span{
	margin-right: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.terms_cond ul li p{
	display: table;
	margin-bottom: 4px;
	font-family: 'Poppins', sans-serif;
}
.terms_cond h3{
	color: #5cb85c;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Circular Std';
}
.terms_cond h5{
	color:rgba(16,16,16,0.9);
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
/*green_shop*/
.shop_t_card{
	margin-bottom: 30px;
	text-align: center;
	padding: 25px 15px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.shop_t_card h3{
	font-size: 22px;
	margin-top: 25px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
.shop_t_card span{
	font-size: 16px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
.green_shop ul li:nth-child(1) .shop_t_card{
	background: #f5545a;
}
.green_shop ul li:nth-child(2) .shop_t_card{
	background: #40cbc4;
}
.green_shop ul li:nth-child(3) .shop_t_card{
	background: #95ca53;
}
.shop_prod_slider {
	margin-bottom: 50px;
}
.shop_prod_slider .carousel-indicators li{
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.shop_prod_slider .carousel-indicators{
	/*background: #5cb85c;
	*/
	margin-left: auto;
	margin-right: auto;
	bottom: 35px;
	padding: 3px 0;
	z-index: 0;
}
.prod_act_list li a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	float: left;
	transition: all 0.5s;
	font-size: 22px;
	position: relative;
	font-weight: bold;
	margin-right: 10px;
	color: #FFF;
}
.cate_gories {
	margin-bottom: 50px;
}
.prod_act_list li{
	margin-left: 15px;
	line-height: normal;
}
.prod_act_list li a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.prod_act_list li a:hover{
	background: #5cb85c;
	color: #FFF;
}
.prod_act_list li:hover a:before{
	color: #FFF;
}
.thumb-imgs .col-xl-4 {
	margin-bottom: 30px;
}
.thumb-imgs img{
	width: 100%;
}
.shop_cat_list{
	text-align: center;
}
.shop_cat_list h1{
	color: #5cb85c;
	font-weight: bold;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
	margin-bottom: 30px;
}
.shopUs_inner .shop_cart_btn{
	border-radius: 25px;
}
.shopUs_inner{
	margin-top: 30px !important;
}
ul.prod_act_list{
	background: #5db561;
	display: flex;
	padding: 10px;
}
.shop_cat_list ul.nav-tabs{
	border-bottom: 0;
	justify-content: center;
}
.shop_cat_list ul.nav-tabs li a.active{
	border:0;
}
.shop_cat_list ul.nav-tabs li a{
	position: relative;
}
.shop_cat_list ul.nav-tabs li a::before{
	content: '';
	width: 2px;
	height: 12px;
	background: #cacaca;
	display: table;
	position: absolute;
	left: 0;
	top: 10px;
	-moz-transform: skew(-18deg, 0deg);
	transform: skew(-18deg, 0deg);
}
.shop_cat_list ul.nav-tabs li:first-child a::before{
	display: none;
}
.nav-link{
	font-size: 14px;
	font-weight: bold;
	font-family: 'Circular Std';
	color: #cacaca;
	text-transform: uppercase;
}
.shop_cat_list .nav-tabs .nav-link:hover, .shop_cat_list .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
	color: #5cb85c;
	text-decoration: underline;
}
.shop_cat_list .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
	/*color: #cacaca;*/
	border:none;
}
.shop_cat_list .tab-content{
	border: none;
	box-shadow: none;
}
/*promotion_header-reponsive*/
@media (max-width: 1199px) {
	.promotion_header{
		background: #FFF !important;
	}
}
@media (max-width: 991px) {
	.promotion_header .nav-right{
		flex-direction: column-reverse;
	}
	.promotion_header ul.acc_ul{
		margin: 10px 0;
	}
}
@media (max-width: 767px) {
	.sub_cat-strip{
		display: none;
	}
	.promotion_header .side_links_nav{
		display: initial !important;
	}
}

html .scroll-to-top{
	background: #5cb85c !important;
}
html .scroll-to-top:hover{
	color: #000 !important;
}
.nav-tabs li a, .nav-tabs li a:hover{
	background: transparent;
}
.custom_accordion h5{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #323232;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.custom_accordion a{
	text-decoration: none;
}
.custom_accordion .card-header{
	background: transparent;
	border: none;
	margin-bottom: 0px !important;
	border-radius: 10px;
	text-decoration: none;
	padding: 0px;
}
.custom_accordion .card-header h5{
	background: #f5fafc;
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 10px !important;
}
.custom_accordion .card{
	border: none;
}
.custom_accordion .card-body{
	background: #f5fafc;
	margin-bottom: 10px;
	font-weight: 400;
	border-radius: 0px 0px 10px 10px;
}
.custom_accordion a[aria-expanded="true"]{
	background-color: #42DCA3;
}
.custom_accordion a[aria-expanded="true"] h5{
	background: #5cb85c;
	color: #fff;
	margin-bottom: 0px !important;
	border-radius: 10px 10px 0px 0px;
}
.vprod_detial {
	max-height: 600px;
	overflow-y: scroll;
}



/********************************
search bar css
********************************/
.searchBox {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    right: 0px;
    top: 64px;
    z-index: 100;
}
.searchBox .form-group {
    position: relative;
}
.searchBox .form-control {
    padding: 12px 32px 12px 20px;
    height: 40px;
    border: 3px solid #575858;
    border-radius: 80px;
    width: 40%;
    margin-left: auto;
}
.crosIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: 10px;
}
