@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400&display=swap'); /*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');/*font-family: 'Open Sans', sans-serif;*/
body {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
ul {
	list-style-type: none;
}
/*****************************************************/
/*===================Login sign Up Screen=====================*/
/****************************************************/
.login-form-holder {
	width: 80%;
	margin: auto;
}
.main-wrapper {
	margin: 130px 0;
}
.main-wrapper h4 span {
	font-size: 18px;
}
.header-space {
	padding: 10px 0 50px;
}
.top-header i {
	font-size: 30px;
	line-height: 30px;
}
.top-header i.fa-times {
	font-size: 18px;
	line-height: 18px;
}
/*****************************************************/
/*=============Market Watch Page================*/
/****************************************************/
.market-slide {
    box-shadow: 0 -8px 5px -5px #d5d5d5;
	padding-top: 10px;
}
.page-details ul li {
	padding: 15px 0;
	overflow: hidden;
}
.page-details ul li .firm-name-row {
	margin-bottom: 5px;
	overflow: hidden;
	padding-top: 2px;
}
.page-details ul li .firm-name, .page-details ul li .nse {
	text-transform: uppercase;
}
.overview-inner {
	width: 75%;
}
.overview-inner li {
	overflow: hidden;
}
.commodity {
	width: 25%;
}
/*****************************************************/
/*===================Footer Section=================*/
/****************************************************/
.bottom-section {
	background: #fff;
	box-shadow: 0 0 8px #ccc;
	padding: 8px 0;
}
.bottom-section ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
/*****************************************************/
/*===================Search Bar=====================*/
/****************************************************/
.search-box {
	margin: -22px 0 15px;
}
.search {
	border: none;
	width: 93%;
	border-radius: 5px;
	font-size: 18px;
	position: relative;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
}
.search input {
	width: 280px;
	height: 45px;
	border: none;
	padding: 8px 10px;
	outline: none;
	font-size: 18px;
}
.button-src {
	padding: 0;
	border: none;
	margin: 13px 9px 0 0;
	color: #ccc;
	font-size: 14px;
	background: none;
	float: right;
}
/*****************************************************/
/*===================Portfolio Page===================*/
/****************************************************/
.total {
	margin: -40px 0 15px 0;
}
.total .total-inner {
	display: block;
	width: 94%;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	margin: auto;
	padding: 20px 0;
	border-radius: 5px;
	text-align: center;
}
.total .total-inner p {
	font-size: 13px;
	color: #b3b3b3;
	font-weight: 600;
}
.total .total-inner p span {
	font-size: 18px;
	font-weight: 500;
}
.total .total-inner p span {
	color: #28a745;
	display: block;
}
.qty-row {
	overflow: hidden;
	margin-bottom: 8px;
}
.qty-row .clock, .qty-row .min, .firm-name-row .value span {
	font-size: 11px;
	line-height: 11px;
}
.infy-infosys span {
	display: block;
}
.firm-name .w {
    background: #8eaff0;
    font-size: 9px;
    line-height: 9px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    width: 12px;
    height: 12px;
    display: inline-block;
}
/*****************************************************/
/*===================Quantity Price===================*/
/****************************************************/
.quantity-price {
	margin-bottom: 20px;
}
.quantity-price ul {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 15px;
    border-radius: 5px;
	margin-top: -30px;
}
.quantity-price ul li {
	width: 48%;
}
.buttons-right button {
	box-shadow: 0 0 3px #ccc;
	border: none!important;
	border-radius: 5px;
}
.buttons-right.focus-blue button:focus {
	background-color: #007bff;
}
.buttons-right button:focus {
	background-color: #df514d;
	color: #fff!important;
}
.product ul li {
	padding: 20px 0;
}
.avail {
    position: absolute;
    width: 100%;
    bottom: 70px;
}
.avail p {
	font-size: 17px;
	line-height: 17px;
}
.three-button-group ul {
	display: flex;
	justify-content: space-between;
}
.three-button-group ul li {
	padding: 0;
}
/*****************************************************/
/*===================Custom Style===================*/
/****************************************************/
.nse-value-head {
	color: #df514d;
}
.bg-light {
    background-color: #f4f4f4 !important;
}
.text-light {
	color: #b3b3b3 !important;
}
.border-bottom {
	border-bottom: 1px solid #f1f1f1 !important;
	overflow: hidden;
}
.owl-theme .owl-controls {
	display: none!important;
}
.offer-area.section .nav-tabs {
	border-bottom: 0;
}
.green {
	background: #e9f5e9!important;
	text-transform: uppercase;
	color: #70aa77!important;
	padding: 5px!important;
	font-size: 13px;
}
.red {
	background: #f9e9e9!important;
	color: #ac5e5c;
	padding: 5px;
	text-transform: uppercase;
}
.orange {
	background: #fef6eb;
	padding: 5px;
	color: #f39116;
	font-size: 13px;
}
.purple {
	background: #f9f7fc;
	padding: 5px;
	color: #c5bcd7;
	font-size: 13px;
}
.blue {
	background: #dbe8fc;
	padding: 5px;
	color: #4185f4;
}
.grey {
	background: #ebebeb;
	padding: 5px;
	color: #000;
	font-size: 13px;
}
.font-size-12 {
	font-size: 12px!important;
	line-height: 12px!important;
}
.font-size-13 {
	font-size: 13px!important;
	line-height: 13px!important;
}
.font-size-14 {
	font-size: 14px!important;
	line-height: 14px!important;
}
.font-size-20 {
	font-size: 20px!important;
	line-height: 20px!important;
}
.top-minus {
    margin-top: 5px;
    display: block;
    margin-left: 43px;
}
.clk .fa-check-square {
	color: #4cb04e;
}
.infosys-pop .modal-dialog {margin: 0;}
.modal-header {
	display: block!important;
}
.two-buttons button {
	width: 40%;
}
.infosys-pop .modal-content {
    border-top-left-radius: 1rem;
    border: none;
    border-top-right-radius: 1rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.infosys-pop .modal {
	top: 78%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
input[type="text"].ph-col::-webkit-input-placeholder {
	color: #999;
}
input[type="text"].ph-col::-moz-placeholder { /* Firefox 19+ */
	color: #999;
}
input[type="text"].ph-col:-ms-input-placeholder { /* IE 10+ */
	color: #999;
}
input[type="text"].ph-col:-moz-placeholder { /* Firefox 18- */
	color: #999;
}
