Current File : /home/tradevaly/demo.tradevaly.com.bd/content/Tradevaley Bootstrap project/css/style.css
/*--   Start Basic Code   --*/

a {
	color: #000;
	text-decoration: none;
	transition: .3s;
	font-size: 13px;
}

ul li {
	list-style: none;
	font-size: 13px;
}
ul li span{
	font-size: 13px;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	
}
.fix {
	overflow: hidden;
}
.btn{
	color: #fff;
	background-color: red;
	border-radius: 1.25rem;
	line-height:0.80rem;
	font-size:12px;
}
.form-control3 {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: red;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:focus{
	border-color: none;
	box-shadow: none;
}
.btn:hover{
	background-color: #bd2130;
	color: #fff;
}
.btn:active{
	background-color: #bd2130;
	color: #fff;
}
/*--   End Basic Code   --*/

/*--   Start Top Bar   --*/
.top-bar {
	height: 35px;
	background: #292929;
}
.top-nav a {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 20px;
	margin-right: -14px;
}
.top-nav a:hover {
	color: red;
}
.top-nav a i {
	padding-right: 10px;
}
.login-btn{
	border-radius: 20px;
    padding: 6.2px 15px;
    color: #fff;
    transition: 0.3s;
}



/*.mainnav{*/
/*	height: 100px;*/
/*}*/
.sticky-top{
	background-color: #fff;
	box-shadow: -1px 5px 5px #3333332e;
	margin-top: -1px;
}
.navbar{
	padding: 0;
}
.hdrimage img{
	width:100%;
	padding: 5px;
}
.main_menu a{
	font-size: 14px;
    color: #333333 !important;
    font-weight: normal;
    line-height: 55px;
}
.main_menu li a:hover {
	color: red !important;
}
.main_menu blink {
	color: red;
	animation: blinker 0.6s linear infinite;
}
@keyframes blinker {
	50% {
	  opacity: 0;
	}
}
.mobileNav{
	background: rgb(52, 58, 64);
    z-index: 9999;
    position: absolute;
    top: 100px;
    right: -15px;
    width: 250px;
    padding: 15px;
    height: 400px;
    border-radius: 10px;
}
.mobilemenu li a{
	font-size: 16px;
    color: #fff !important;
    font-weight: normal;
    line-height: 20px;
}
.mobilemenu li a:hover {
	color: red !important;
}





.search-area {
	background-image: url("../images/bnr-back.png");
	background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.search-area2 {
    background-image: url(../images/bnr-back.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 10px !important;
    padding-bottom: 10px;
}
.search-bar {
	background: #fff;
	border-radius: 35px;
	border: 2px solid red;
	width: 85%;
	height: 50px;
	margin: auto;
	margin-bottom: 50px;
}
.search-bar2 {
	background: #fff;
	border-radius: 35px;
	border: 2px solid red;
	width: 95%;
	height: 50px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.slct-area {
	/*background: #EFF3FB;*/
	height: 50px;
    border-radius: 30px;
    border: 2px solid red;
    padding: 0px 40px;
    margin: -2px 0 0px -2px;
    text-align: center;
}
.slct-area:focus{
	border-color: red;
	box-shadow: none;
}
.inpt-01:focus{
	border-color: red;
	box-shadow: none;
}
.srch-btn:focus{
	border-color: red;
	box-shadow: none;
}
.inpt-01 {
	background: #fff;
    height: 45px;
    padding-left: 25px;
    border: none;
    border-radius: 35px !important;
}
.srch-btn {
	position: absolute;
    background: red;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 0px 55px;
    height: 50px;
    right: 0;
    margin: -2px -2px 0 0;
    z-index: 3;
}
.srch-btn:hover {
	background: #B70000;
}

.search-tittle{
color: #fff;
text-align: center;
}

.ctgcard {
	width: 100px;
    display: inline-block;
    margin: 3px 2px;
}
.ctgcard:hover{
   	background-color: red;
	color: #fff;
    	text-decoration: none;
}
.ctgcard-body{
	padding: 10px;
}
.ctgcard-body img{
	width: auto;
	height: 30px;
}
.ctgcard-body p{
	font-size: 12px;
        font-weight: 500;
    
}




.topctgcard img{
	top: -45px;
	left: 36%;
}
.topctgcard-body{
	box-shadow: inset 0px 0px 20px 0px #3333332e;
    background: #F2F4FF;
    margin: -1px -1px;
    border-radius: 5px;
}
.topctgcard-body2{
	
    margin: -1px -1px;
    border-radius: 5px;
}
.topctgcard-body ul a{
	font-size: 14px;
}
.topctgcard-body ul a:hover{
	color: red;
}
.topctgcard-body ul a i{
	color: red;
}
#vwbtn{
	border-radius: 25px;
    padding: 3px 35px;
    margin: 20px 0px -9px 0px;
}




/*.crd-header{
	padding: 11px 16px;
    background: #444444;
    height: 50px;
    margin: -1px 0px 0px -1px;
}
.crd-header h6{
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 17px;
	line-height: 10px;
}
.crd-header span{
	color: #fff;
	font-size: 12px;
}*/
/*--   Start Toptrend   --*/
.toptrend-main {
	background: #f2f4fd;
}
.toptrend-heading {
	font-size: 24px;
    color: #2E2E2E;
    /*border-bottom: 1px solid #CBCBCB;*/
    padding: 0 20px 10px 20px;
}
.hdng-04 b {
	font-size: 24px;
	color: #2E2E2E;
	border-bottom: 1px solid #CBCBCB;
	padding: 0 20px 10px 20px;
}
.item-box {
	background: #fff;
	width: 270px;
	border-radius: 5px;
	box-shadow: 1px 1px 15px 2px #3333332e;
	margin-left: 0px;
}
.hdng-03 {
	border-radius: 5px 5px 5px 5px;
    	background: #444444;
    	height: 50px;
    	color: #fff;
    	text-align: center;
    	padding-top: 5px;
}
.hdng-03 h3 {
	font-size: 17px;
	color: #fff;
	padding: 5px 0 0 15px;
	text-align: center;
	margin: 0px;
}
.hdng-03 p {
	font-size: 12px;
	color: #fff;
	padding: 3px 0 0 15px;
}
.post-details {
	padding: 15px;
}
.post-details h3 {
	font-size: 14px;
	color: #4E4E4E;
	margin-bottom: 10px;
}
.post-details h3 i {
	font-size: 18px;
}
.post-details h4 {
	font-size: 15px;
	color: #4E4E4E;
	margin-bottom: 20px;
}
.post-details p {
	font-size: 15px;
	color: #4E4E4E;
	margin-bottom: 15px;
}
.view-btn-02 {
	height: 50px;
	text-align: center;
	background: red;
	border-radius: 0 0 5px 5px;
}
.view-btn-02:hover {
	height: 50px;
	text-align: center;
	background: #b80606;
	border-radius: 0 0 5px 5px;
}
.view-btn-02 a {
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.toptrend-active .owl-nav button {
	left: 0;
	position: absolute;
	top: 40%;
}
.toptrend-active .owl-nav button.owl-next {
	font-size: 40px !important;
	color: red !important;
	right: -33px ;
	left: auto;
}
.toptrend-active .owl-nav button.owl-prev {
	font-size: 40px !important;
	color: red !important;
	left: -30px ;
	right: auto;
}
/*--   End Toptrend   --*/



.service-area{
	background: url("../images/bg3.jpg") center fixed;
	
}
.arrnxtbtn{
	width: 40px;
    height: 40px;
    background: black;
    color: #fff;
    position: absolute;
    top: 45%;
}
.service-box{
	text-align: center;
	color: red;
}
.service-box img{
	width: 80%;
}
.service-box p{
	font-size: 14px;
	color: #000;
}



.welcome-area{
	background-image: url(../images/bnr-back.png);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.txtsection h1{
	font-size: 56px;
	margin: 0px;
}
.txtsection p{
	font-size: 18px;
	margin: 0px;
}
.welcome-area img{
		width: 80%;
	}


.jmbtrn{
	background-color: red;
	text-align: center;
	color: #fff;
}
.jmbtrn p{
	font-size: 27px;
	margin: 0px;
	padding: 10px;
}
.jmbtrn a{
	text-decoration: none;
}
.jmbtrn strong{
	color: #ffa8b0;
}
.jmbtrn strong:hover{
	color: lightcoral;
}




.video-area2-txt1 p{
	font-size: 40px;
    line-height: 43px;
    text-align: center;
    color: red;
}
.video-area2-txt2 p{
	font-size: 19px;
}
.video-area2-txt2 i{
	color: red;
    font-size: 18px;
    margin-right: 6px;
}
.video-area2-txt2 strong{
	color: red;
}
.video-area2-txt2 a{
	text-decoration: none;
}
.video-area2-btn{
	border-radius: 35px;
	padding: 10px 80px;
	font-size: 16px;
    font-weight: bold;
}




/*--   Start Pagination Area   --*/
.hdng-05 {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.hdng-05 b {
	font-size: 20px;
	color: #2E2E2E;
	border-bottom: 1px solid #CBCBCB;
	padding: 0 20px 10px 20px;
}
.pagination-area ul {
	text-align: center;
}
.pagination-area ul li {
	display: inline-block;
	margin-right: 10px;
}
.pagination-area ul li a {
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid red;
	border-radius: 50%;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #2E2E2E;
	text-transform: uppercase;
        text-decoration: none;
}
.pagination-area ul li a:hover, .pagination-area ul li a.selected {
	background: red;
	color: #fff;
}
/*--   End Pagination Area   --*/



.footer-nav ul a:hover{
	color: red;
    background-color: transparent;
}
.footerSocial img{
	width: 15%;
}
.copyWright{
	background-color: #293741;
}
.copyWright p{
    font-size: 14px;
	line-height: 50px;
    color: #B4CCDE;
    text-align: center;
    margin: 0;
}
span.checked{
	color: orange;
}
.amount h4{
	color: orange;
	margin-bottom: 0px;
}
.prodbtn{
	border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.dwnbtn{
	padding: 5px 0px;
    font-size: 11px;
    width: 100%;
    border-radius: 30px;
}
.view-btn-03{
	height: 72px;
    text-align: center;
    background-color:rgb(104, 104, 104);
    color: white;
}

.btn-relate
{
margin-top:10px;
margin-top:5px;
}
.bg-showroom{
color:#fff;
text-align:center;
margin: 5px;
box-shadow: #e1e1e1 1px 1px 6px 4px;
}
.bg-showroom:hover{
color:#fff;
}
a:hover{
text-decoration: none;
}
.prdimg img{
box-shadow: #e1e1e1 1px 1px 10px 4px;
height: 100%;
width: 100%;
}

.prdimg img:hover{
transition: transform .5s ease;
 transform: scale(1.1);

}
.hdng-04{
margin: 5px;
padding: 15px;
}
.trade_field
{background: #fafafa; 
border-radius: 5px; 
margin: 0px;
}
.t_marquee{
width:100%;
direction:left;
height:20px;
color: red;
padding-top: 3px;
}
hr {
background-color: #CBCBCB;
margin: 0px;
}
.pb-1{
    padding-top: 0.5rem!important;
}
.card-title{

    margin-bottom: 20px !important;
    background-color: #e1e0e1;
    color: #2536ff;
    padding: 3px 3px 2px 2px;
    border-radius: 10px;
    box-shadow: white 2px 2px 13px 1px;
}
.fa-fire{
font-weight: 900;
    color: red;
    padding-right: 4px;
    font-size: 25pt;
}
.p_tittle{
font-size: 15pt;
}
.t_recommend{
padding-top: 40px;
}
.product_section{
    background-color: #fbfbfb;
    box-shadow: #dbdbdb 0px 1px 8px 2px;
    margin-top:10px;
    margin-botton:10px;
}
.p_button{
    background: red;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    
}
.p_button:hover{
    background: #e82222;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
}
.product-details-area {
	margin-top: 20px;
}
.tab-content{
     background-color: #fbfbfb;
    box-shadow: #dbdbdb 0px 1px 8px 2px;
    margin-top:10px;
    margin-botton:10px;
   
}
.tab-content>.active {
    display: block;
    padding: 10px;
}
.category{
background-color: #fbfbfb;
    box-shadow: #dbdbdb 0px 1px 8px 2px;
    margin-top:10px;
    margin-botton:10px;
}
.companay-head{
 box-shadow: #dbdbdb 0px 1px 8px 2px;
   background-color: red;
    color: #fff;
    margin-bottom:20px;
   text-align: center;
    padding: 5px;
    padding-left: 20px;
}
.p-image{
width:100%;
}
.product_box{
border-style:solid;
border-color:#d0d0d0;
margin-top: 10px;
}
.product_box:hover{
border-style:solid;
border-color:grey;
background-color: #eff1f5;
    border-radius: 15px;
}
.company-div{
margin: 10px;
}
.company-div h5{
background-color: #ff0000;
color:#fff;
}
.btn-website{
	color: #fff;
	background-color: red;
border-radius: 10px;
}
#stickyl{
position:fixed;
z-index:1060;
}
.recommends{
background-color: #ededed;
padding:10px;
}
.recommends-search{
padding-top:10px;
}
.btn-outline-secondary {
border-color:transparent;
}
.fa-map-marker-alt{
color:red;
}

/*--   Start Importer Page   --*/
.importer-list {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 20px;
}
.cat-list-03 {
	width: 100%;
}
.hdng-15 {
	text-align: left;
}
.hdng-15 b {
	display: block;
	font-size: 24px;
	color: #2E2E2E;
	border-bottom: 1px solid #CBCBCB;
	padding: 0 10px 5px 10px;
}
.cat-list-03 ul {
	width: 90%;
	margin: 20px auto;
}
.cat-list-03 ul li {
	margin-bottom: 10px;
}
.cat-list-03 ul li a {
	font-size: 14px;
	color: #444;
}
.cat-list-03 ul li a:hover {
	color: red;
}
.view-btn-03 {
	text-align: center;
	color: #fff;
}

/*--   End Importer Page   --*/

.hide {
	visibility: hidden;
}
.post-offr-btn {
	float: right;
	border: 2px solid #fff;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: red;
	border-radius: 30px;
	padding: 8px 15px;
	margin-top: -30px;
}
.post-offr-btn2 {
	float: left;
	border: 2px solid #fff;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: red;
	border-radius: 30px;
	padding: 8px 15px;
	margin-top: -30px;
}
.buy-sell-area {
	margin-top: 30px;
}
.hdng-08 {
	width: 100%;
	margin-bottom: 30px;
}
.hdng-08 b {
	display: block;
	font-size: 18px;
	color: #2E2E2E;
	border-bottom: 1px solid #333;
	padding: 0 20px 10px 0;
}
.qry-btn-01 {
	background: green;
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: 10px;
	display: inline-block;
}
.comp-details li {
	color: #444;
	font-size: 14px;
	margin-bottom: 10px;
}
.comp-details li i {
	color: red;
}
.collapsiblepro {
	background-color: deepskyblue;
	color: white;
	cursor: pointer;
	padding: 15px;
	width: 100%;
	text-align: left;
	font-size: 15px;
	margin-top: 20px;
	border-radius: 5px;
	font-weight: bold;
}
.collapsible2 {
	background-color: darkred;
	color: white;
	cursor: pointer;
	padding: 15px;
	width: 100%;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	border-radius: 5px;
}
.product {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.prod-list {
	padding: 20px;
	text-align: center;
}
.prod-list li {
	background: #fff;
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}
.prod-list li p {
	background: #333;
	color: #fff;
	font-size: 14px;
	padding: 7px 0;
	border-radius: 0 0 5px 5px;
}



.product-details-area {
	margin-top: 20px;
}
.hdng-10 {
	color: #fff;
}
.product-img img {
	text-align: center;
	width: 100%;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
}
.pro-details h2 {
	color: red;
	margin-bottom: 20px;
}
.pro-details h3 {
	color: red;
	margin-top: 50px;
	margin-bottom: 10px;
}
.pro-details p {
	font-size: 14px;
	color: #444;
	margin-bottom: 20px;
}
.related-pro ul {
	overflow: hidden;
}
.related-pro ul li {
	text-align: center;
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}
.sell-company li {
	margin-bottom: 10px;
}
.sell-company li a {
	color: darkred;
	font-size: 14px;
}
.sell-company li a:hover {
	color: red;
}
.sell-company li p {
	color: #333;
	font-size: 13px;
}



.top-post-btn a {
	text-align: center;
}
/* Style the tab */
.tab {
	overflow: hidden;
	border-bottom: 2px solid red;
}

/* Style the buttons inside the tab */
.tab button {
	float: left;
	cursor: pointer;
	padding: 8px 15px;
	transition: 0.3s;
	font-size: 15px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
	
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: red;
	color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: red;
	color: #fff;
}
.post-inpt {
	padding: 15px;
	border-radius: 5px;
	box-shadow: inset 0px 0px 20px 0px #3333332e;
}
.tabcontent {
	display: none;
	padding: 20px 12px;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	border-top: none;
	box-shadow: inset 0px 0px 20px 0px #3333332e;
}
.hdng-09 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
}
.hdng-09 b {
	display: block;
	font-size: 16px;
	color: #2E2E2E;
	border-bottom: 1px dashed #333;
	padding: 0 20px 10px 0;
}
.offers {
	border-bottom: 1px dashed #333;
	overflow: hidden;
	margin-bottom: 10px;
}
.offr-details li {
	font-size: 13px;
	margin-bottom: 10px;
}
.offr-details2 li {
	margin-top: 15px;
}
.offr-details2 li a {
	font-size: 14px;
	border: 1px solid red;
	font-weight: bold;
	border-radius: 30px;
	padding: 5px 10px;
}
.offr-details2 li a:hover {
	background: red;
	color: #fff;
}
.pro-img {
	text-align: center;
	width: 100%;
}
.fldset {
	width: 100%;
	margin: auto;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.fldset h3 {
	font-size: 14px;
}
.fldset label {
	font-size: 14px;
}
.fldset input {
	background: red;
	margin-right: 10px;
}
.inpt-02 {
	width: 100%;
	margin: 8px auto;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.inpt-03 {
	width: 100%;
	min-height: 100px;
	margin: 8px auto;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.sbmt-btn {
	text-align: center;
	width: 100px;
	line-height: 35px;
	background: red;
	color: #fff;
	margin: auto;
	border-radius: 5px;
}
.add-sctn img {
	width: 100%;
	margin-top: 15px;
}
.toptranding-list {
	padding: 20px;
}
.hdng-11 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
}
.hdng-11 b {
	display: block;
	font-size: 16px;
	color: #2E2E2E;
	border-bottom: 1px solid #333;
	padding: 0 20px 10px 0;
}
.hdng-12 {
	font-size: 15px;
	color: red;
}
.hdng-13 {
	font-size: 14px;
	color: #333;
	margin-top: 15px;
	margin-left: 10px;
}
.logo-div{
    border-color: grey;
    border: 1px;
    border-style: solid;
    margin-bottom: 15px;
}
.brand-logo{
height:30px;
width:30px;
}
.cat-list-02 {
	    width: 100%;
    box-shadow: inset 0px 0px 5px 0px #3333332e;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
    margin-top: 10px;

}
.cat-list-02 ul {
	width: 90%;
	margin: 20px auto;
}
.cat-list-02 ul li {
	margin-bottom: 10px;
}
.cat-list-02 ul li a {
	font-size: 14px;
	color: #444;
}
.cat-list-02 ul li a:hover {
	color: red;
}
.hdng-07 {
	line-height: 35px;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
    border-radius: 5px 5px 0 0;
}
.view-btn-02 {
	line-height: 40px;
	background: red;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 0 0 5px 5px;
}
.img-banner{
	width:100%;
}


ul.list,
ul.list ul {
  margin:0;
  padding:0;
  list-style-type: none;
   
}

ul.list ul {
  position:relative;
  margin-left:10px;     
}

ul.list ul:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:0;
    
  border-left:1px solid #ccc;
}

ul.list li  {
  position:relative;
  margin:0;
  padding:3px 12px;
  
  color:#171717;
  text-decoration: none;
  text-transform: uppercase;
  font-size:13px;
  font-weight:normal;
  line-height:20px;   
}

ul.list li a { 
  position:relative;
  
  color:#171717;
  text-decoration: none;
  text-transform: uppercase;
  font-size:13px;
  font-weight:bold;
  line-height:20px;
}

ul.list li a:hover,
ul.list li a:hover+ul li a {
    
  color: red;
}

ul.list ul li:before {
  content:"";
  display:block;
  position:absolute;
  top:10px;
  left: 0;
  width:8px;
  height:0;
  
  border-top:1px solid #ccc;    
}

ul.list ul li:last-child:before {
  top: 10px; 
  bottom: 0;
  height: auto;
 
}
.premium-div{
	margin-top:15px;
	margin-bottom:15px;
}
.offers-2 h6
{
	color:red;
}
.btn-5{
  	  display: inline-block;
   	 font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: red;
    border: 1px solid transparent;
    padding: .125rem .05rem;
    font-size: 13px;
    line-height: 1.30rem;
    border-radius: .25rem;
}

$grey: #F5F5F5;
$dark-grey: #323B40;

$light-blue: #E0F5FF;
$blue: #B9E5FE;
$dark-blue: #00A5FA;

$green: #B7E0DC;
$dark-green: #019888;

$lime: #C7E8C8;
$dark-lime: #42B045;

$yellow: #FFEEBA;
$dark-yellow: #FF9901;
  
$pink: #FABAD0;
$dark-pink: #EF075F;
 
$red: #FEC9C6;
$dark-red: #FD3D08;

@mixin color-div($color1, $color2){
    background-color: $color1;
    color: $color2;
}


h4 {
  margin: 2rem 0rem;
}

.panel {
  border-radius: 4px;
  padding: 1rem;
  margin-top: 0.2rem;
  
  @include color-div($grey, $dark-grey);
  
  &.panel-blue {
    @include color-div($light-blue, $dark-blue);
  }
  
  &.panel-big-height{
    min-height: 150px;
  }
}

.item {
  border-radius: 4px;
  padding: 0.5rem;
  margin: 0.2rem;
  
  &.item-blue {
    @include color-div($blue, $dark-blue);
  }
  
  &.item-green {
    @include color-div($green, $dark-green);
  }
  
  &.item-lime {
    @include color-div($lime, $dark-lime);
  }
  
  &.item-yellow {
    @include color-div($yellow, $dark-yellow);
  }
  
  &.item-pink {
    @include color-div($pink, $dark-pink);
  }
  
  &.item-red {
    @include color-div($red, $dark-red);
  }
  
  &.item-big-width{
    min-width: 380px;
  }
}
.modal-body
{
height: 400px;
    overflow-y: auto;
}
.modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
}
.modal-space{
	margin-top:150px;
}
label span{
color:red;
}
.modal-content {
    background-color: #fef0f0;
    background-clip: padding-box;
    border: 3px solid rgb(255 19 19);
    border-radius: 1.0rem;
}
.full-list{
column-count: 3;
border: 2px solid #3333332e;
}
.btn-grad{
background-image: linear-gradient(to right, red 0%, green  51%, red  100%)
}
.btn-grad{
            margin: 10px;
            padding: 10px;
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            display: block;
	   font-size:13px;
          }

          .btn-grad:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
}
.advertise-area {
    margin-top: 30px;
}
.info-box {
    border-radius: 5px;
    text-align: center;
    padding: 30px;
    box-shadow: inset 0px 0px 20px 0px #3333332e;
    margin-bottom: 40px;
    margin-top: 20px;
}
.info-box2 {
    border-radius: 5px;
    text-align: left;
    padding: 30px;
    box-shadow: inset 0px 0px 20px 0px #3333332e;
    margin-bottom: 40px;
    margin-top: 20px;
    
}
.info-box3 {
    border-radius: 5px;
    text-align: center;
    padding-top: 130px;
    box-shadow: inset 0px 0px 20px 0px #3333332e;
    margin-bottom: 40px;
    margin-top: 20px;
}
.info-hdng {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.info-box p {
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}
.txt-01 {
    text-align: left;
}
.pakages {
    overflow: hidden;
}
.info-hdng2 {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}
.pakage-box {
    box-shadow: inset 0px 0px 20px 0px #3333332e;
    padding: 20px;
    margin-bottom: 20px;
}
.adv-btn-02 a {
    display: block;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background: #f13838;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
}
.btn a
{color:#fff;}
.pkg-list {
    overflow: hidden;
    padding: 30px;
    box-shadow: inset 0px 0px 20px 0px #3333332e;
}
.fix-t{
    overflow: hidden;
}
table, th, td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}
.pkg-box th {
    background: #333;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 5px;
}
.pkg-box td {
    color: #333;
    font-size: 13px;
    padding: 5px 5px;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.input-group-prepend2 {
    margin-right: -1px;
    font-size: 12px;
    height: 25px;
}
.btn-contact-dropdown {
    color: #fff;
    background-color: red;
    font-size: 12px;
}
.custom-select-contact-dropdown
{
font-size: 12px
}
.info-box-contact {
    border-radius: 5px;
    text-align: left;
    padding: 30px;
    margin-bottom: 40px;
    margin-top: 20px;
    background-color: #e9e9dc;
}
.nav li a{
	background-color: red;
	padding: 2px;
    	border: white 2px;
    	border-style: solid;
    	border-radius: 5px;
	color:#fff;
	font-size: 14px;
}
.nav li a:hover{
	background-color: green;
	padding: 2px;
    	border: #bfbdbd 1px;
    	border-style: solid;
    	border-radius: 5px;
	color:#fff;
	animation:none;
}
.common-margin
{
margin-top:20px;
margin-bottom:20px;
}
.form-control2 {
    display: block;
    width: 80%;
    height: calc(1.0em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modal-content2 {
    background-color: #fef0f0;
    background-clip: padding-box;
    border: 2px solid rgb(255 19 19);
    /* border-radius: 1.0rem; */
}
.h-main-category {
    line-height: 35px;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
padding-right: 10px;
border-radius: 0px 15px 15px 0;
}
.h-sub-category {
    line-height: 35px;
    background: green;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
padding-right: 10px;
border-radius: 0px 15px 15px 0;
    
}
.h-quick-category {
    line-height: 35px;
    background: grey;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
padding-right: 10px;
border-radius: 0px 15px 15px 0;
    
}
.category-head{
font-size: 22px;
    font-weight: 600;
}
.nav-border
{
border-right: red 1px;
    border-style: solid;
border-top: none;
    border-bottom: none;
    border-left: none;

}
.staticPageHeader .spHeaderContent {
    width: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    background: rgba(0,0,0,.5);
    padding: 45px;
}
.about-box{
background-image: url("images/about.png");
}
.drowpdown-color{
border: green 2px;
    
    border-style: solid;
    box-shadow: green 1px 1px 9px 0px;
}
.full-list2 {
    column-count: 3;
    /* border: 2px solid #3333332e; */
}
   .nav-box{ box-shadow: inset 0px 0px 20px 0px #3333332e;
    background: #F2F4FF;
    margin-left: 5px;
    margin-right: 5px;
	margin-top: 10px;
    border-radius: 5px;}
.add-head{
color: red; 
font-size: 24px;
}
.list-group-item-action:hover {
    width: 100%;
    color: red;
    text-align: inherit;
}
.fa-angle-double-right{
color: red;
}