@font-face {
    font-family: 'digital-7';
    /*src: url('digital-7.ttf');*/
}

.col
{
	
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*********************************
3.3 Main Navigation
*********************************/
.deskhead,
.mobhead{display:none;}
.mse{width:34px;margin-top:4px;display:block;}
.mmen{position:fixed;top:0;left:0;width:100%;height:100vh;background: #fff;z-index:999;overflow-y:scroll;display:none;}
.mmen.open{display:block;}
.mmen li{padding:0px 0;font-size: 0.8em;border-top:1px solid #ccc;margin:0 17px;list-style:none;}
.mmen li:first-child{border:none;}
.mmen li a{color:#000;display:block;padding:0.9em 0;font-size:1.3em}
.mmen li.ges{background:#fff;text-align:center;border:1px solid #F5821F;border-radius:8px;}
.mmen li.ges a{color:#484848;}
.mobmelo{width:230px;display:inline-block;margin-top:1.7em;margin-left:1em;margin-bottom:0.3em;}
.sd{width:3em;display:block;margin-top:1.7em;margin-bottom:1em;float:right;margin-right:1.6em;}
.mobhead{background:#000;}
.menuac > a{position:relative;}
.menuac > a:after{content:'+';position:absolute;right:7px;font-size:24px;top:3px;}
.menuac > ul{display:none;}
.menuac.meact > ul{display:block;}
.meact > a:after{content:'_';top:-12px;right:9px;}
.mmen.open {
    height: 100vh;
}
@media (min-width:799px){
    .deskhead{
        display:block;
    }
}
@media (max-width:798px){.gsl{text-align:center;}
.gsl li{margin-right:3%;margin-bottom:2em;width:30%;}
.mobhead{display:block;padding:1em 0;border-bottom:0.08em solid #484848;}
.why-gem li{width:30%;}
}
.s003 form .inner-form {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
 border-radius: 19px;
}

.s003 form .inner-form .input-field {
 
}

.s003 form .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 16px;
  color: #555;
}

.s003 form .inner-form .input-field input.placeholder {
  color: #888;
  font-size: 16px;
}

.s003 form .inner-form .input-field input:-moz-placeholder {
  color: #888;
  font-size: 16px;
}

.s003 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #888;
  font-size: 16px;
}

.s003 form .inner-form .input-field input:hover, .s003 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
  border-color: #fff;
}

.s003 form .inner-form .input-field.first-wrap {
  width: 20%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.input-select{
	padding: 9px;
}
.s003{
	    margin: 10px 0px 0px 0px;
}
.s003 form .inner-form .input-field.first-wrap .choices__inner {
  background: transparent;
  border-radius: 0;
  border: 0;
  height: 100%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 30px;
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  opacity: 1;
  color: #888;
}

.s003 form .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  color: #555;
}

.s003 form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
  right: 30px;
  border-color: #e5e5e5 transparent transparent transparent;
}

.s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
  border: 0;
  background: #fff;
  padding: 20px 30px;
  margin-top: 2px;
  border-radius: 4px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.s003 form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
  padding-right: 0;
}

.s003 form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #fff;
  color: #63c76a;
}

.s003 form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
  color: #555;
  min-height: 24px;
}

.s003 form .inner-form .input-field.second-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.s003 form .inner-form .input-field.third-wrap {

}

.s003 form .inner-form .input-field.third-wrap .btn-search {
  
      white-space: nowrap;
    color: #555;
    border: 0;
    padding: 3px;
    margin: 0px 14px 0px 0px;
    border-radius: 0;
    font-size: 18px;
    cursor: pointer;
    background: #ffffff;
    transition: all .2s ease-out, color .2s ease-out;
}

.s003 form .inner-form .input-field.third-wrap .btn-search svg {
  width: 16px;
}

.s003 form .inner-form .input-field.third-wrap .btn-search:hover {
  color:#f29201;
}

.s003 form .inner-form .input-field.third-wrap .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .s003 form .inner-form .input-field {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .s003 form .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .s003 form .inner-form .input-field {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .s003 form .inner-form .input-field input {
    padding: 10px 15px;
  }
  .s003 form .inner-form .input-field.first-wrap {
    width: 100%;
    border-right: 0;
  }
  .s003 form .inner-form .input-field.first-wrap .choices__inner {
    padding: 10px 15px;
  }
  .s003 form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
    right: 11.5px;
    border-color: #e5e5e5 transparent transparent transparent;
  }
  .s003 form .inner-form .input-field.second-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .s003 form .inner-form .input-field.second-wrap input {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .s003 form .inner-form .input-field.third-wrap {
    margin-bottom: 0;
    width: 100%;
  }
}
.radio-button{
	position: absolute;
    top: -28px;
}
.serch-radio label{
	color:#fff;
}
.main_nav
{
	width: 100%;
	border-top: solid 1px #f2f2f2;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	background: #FFFFFF;
}
.header.scrolled .main_nav
{
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav_content
{
	width: 100%;
	height: 60px;
}
.cat_menu_container
{
	    width: 100%;

	height: 100%;
	
	padding: 11px;
	cursor: pointer;
	z-index: 1;
	    border-top: 0;
    border-bottom: 0;
}
.procure-cont{
	background: #05256e;
    padding: 25px;
    top: -64px;
    position: absolute;
    width: 89%;
    z-index: 99;
    left: 4.7em;
	border-radius: 4px;
}
.new-hearder{
	   border-bottom: 1px solid #818080;
}
.new-nov{
	   border-bottom: 1px solid #818080;
}
.cont-layout-dask{
	    width: 93vw;
}
.cat_menu_title
{
	height: 100%;
}
.hemen-bootom{
	padding-top: 0em !important;
}
.haschild-old ul{
	    top: 2em;
}


.hemen-bootom a:focus{
	color:#F5821F;

}
.new-on-gem{
	padding: 7px 15px 0px 0px;
    color: #fff;
   text-align: right;
}
.text-danger {
    color: #f53819;
}
.cat_burger
{
	width: 18px;
	height: 14px;
}
.cat_burger span
{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
}
.cat_burger span:nth-child(2)
{
	top: 6px;
}
.cat_burger span:nth-child(3)
{
	top: 12px;
}
.cat_menu_text
{
	font-size: 0.9em;
	
	color: #fff;
	text-transform: uppercase;
	margin-left: -6px;
}
.cat_menu_container ul
{
	display: block;
	position: absolute;
	top: 100%;
	left: 17px;

	visibility: hidden;
	opacity: 0;
	min-width: 66%;
	    z-index: 999;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	-webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.cat_menu_container > ul
{
	/*padding-top: 13px;*/
}
.cat_menu_container:hover .cat_menu
{
	visibility: visible;
	opacity: 1;
}
.bottom-menu{
	padding: 6px 0px 0px 0px;
	color:red;
}
.cat_menu li
{
	display: block;
	    position: static ;
	width: 100%;
	height: 46px;
	border-bottom: solid 1px #f2f2f2;
	padding-left: 35px;
	padding-right: 30px;
	white-space: nowrap;
}
.cat_menu li.hassubs > a i
{
	display: block;
}
.cat_menu li a
{
	display: block;
	position: relative;
	    font-size: 0.9em;
	font-weight: 300;
	color: #000000;
	line-height: 46px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.cat_menu li a:hover
{
	color: red;
}
.cat_menu li a i
{
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-size: 12px;
}
.cat_menu li ul
{
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	
}
.cat_menu li:hover > ul
{
	top: 0px !important;
	visibility: visible;
	opacity: 1;
	transform: scaleX(1);
}
.top-head a:hover {
    color: red;
}
.top-head a:focus {
    color: red;
}


.main_nav_dropdown li
{
	margin-right: 35px;
}
.main_nav_dropdown li:last-child
{
	margin-right: 0px;
}
.main_nav_dropdown li a
{
	font-size: 18px;
	font-weight: 400;
	color: #a19a9a;
	line-height: 60px;
}
.main_nav_dropdown li li
{
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px;
}
.menu_trigger_container
{
	display: none;
	width: auto;
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	cursor: pointer;
}
.menu_trigger
{
	height: 100%;
}
.menu_burger_inner
{
	display: inline-block;
}
.menu_trigger_text
{
	display: inline-block;
	font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 16px;
}

.top_bar
{
	width: 100%;
	height: 56px;
	background: #fafafa;
	border-bottom: solid 1px rgba(0,0,0,0.05);
	z-index: 2;
}
.header.scrolled .top_bar
{
	display: none;
}
.top_bar_contact
{
	display: inline-block;
}
.top_bar_contact_item
{
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	margin-right: 40px;
}
.top_bar_contact_item:not(:first-child)
{
	margin-right: 0px;
}
.top_bar_contact_item a
{
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.top_bar_contact_item a:hover
{
	color: #8a8a8a;
}
.top_bar_contact_item:last-child
{
	margin-right: 0px;
}
.top_bar_icon
{
	display: inline-block;
	margin-right: 14px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.top_bar_menu
{
	display: inline-block;
}

.top_bar_dropdown li
{
	padding-left: 13px;
	padding-right: 13px;
}
.standard_dropdown li
{
	display: inline-block;
	position: relative;
	
}
.standard_dropdown li li
{
	display: block;
	width: 100%;
}
.standard_dropdown li li a
{
	display: block;
	width: 100%;
	border-bottom: solid 1px #f2f2f2;
	font-size: 16px;
}
.standard_dropdown li:last-child a
{
	border-bottom: none;
}
.standard_dropdown li.hassubs > a i
{
	display: inline-block;
	margin-left: 7px;
}
.standard_dropdown li a
{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #a0a0a0;
	line-height: 36px;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.standard_dropdown li a:hover
{
	color: #0e8ce4;
}
.standard_dropdown li a:focus
{
	color: #0e8ce4;
}

.standard_dropdown li a i
{
	display: none;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	font-size: 20px;
}
.haschild-old ul{
	display:none;
}

.standard_dropdown li ul
{
	display: block;
	position: absolute;
	top: 120%;
	left: 0;
	width: auto;
	visibility: hidden;
	opacity: 0;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
.standard_dropdown li:hover > ul
{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.standard_dropdown ul ul
{
	left: 100%;
	top: 0 !important;
}
.top_bar_user
{
	display: inline-block;
	margin-left: 35px;
}
.user_icon
{
	display: inline-block;
	margin-right: 7px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	width: 15px;
}
.user_icon img
{
	width: 100%;
}
.top_bar_user div
{
	display: inline-block;
}
.top_bar_user div:nth-child(2)
{
	margin-right: 21px;
}
.top_bar_user div:nth-child(2)::after
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -13px;
	width: 1px;
	height: 17px;
	background: rgba(0,0,0,0.1);
	content: '';
}
.top_bar_user a
{
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.top_bar_user a:hover
{
	color: #8a8a8a;
}



.fixed {
  /*position: fixed;*/
  top:0; left:0;
  width: 100%; 
      z-index: 99999;
	     background: #07222e !important;
	     border-bottom: 0px solid #818080;
  }
  .fixed .serch-radio {
 display:none;
  }
.fixed .logwrp {
        padding: 10px 0px 10px 0px;
  }

/*header{
	position:fixed;
	width:100%;
	top:0;
	z-index:999;
	background: rgba(0, 0, 0, 0.6784313725490196);
}*/
.black-top{
background: #07222e;
	    padding: 4px 0px 8px 0px;
}
.gem-popular{
	    box-shadow: 0px 1px 14px -4px #7cbef2;
    padding: 15px 0px 0px 0px;
    background: white;
	    border-radius: 4px;
		    margin-bottom: 36px;
			text-align: left;
			min-height: 216px;
}
.gem-popular h5{

	color: #013675;
       margin: 11px 0px 9px 18px;
    font-size: 20px;
	font-weight:700;
	    text-transform: uppercase;
}
.gem-popular p{
	color: #878787;
	    line-height: 26px;
}
.gem-popular a{
	color: #f3974c;
    font-weight: 500;
    font-size: 18px;
}
.active-search{
	    border-bottom: 2px solid #FF5722;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 10px;
    top: 27px;
}
.mobile-menu{
	background:#fff;
	padding: 0px 0;
}
.mobile-menu>li>a{
	color:#000;
	    padding: 5px;
    border-bottom: 1px solid #cfcccc;
}
.mobile-menu>li>a:hover{
	color:#000;
	  
}
.mobile-toggle{
	    margin: 11px 6px 5px 0px;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.serch-radio label{
	padding: 0;
    margin-left: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
        display: inline-block;
   
}
.bid-navset li a{
    color:#fff;
    font-size: 0.9em;
       
}
.needhelpli {
    border-right: 0px solid #959595!important;
}
.needhelpli li {
    border-right: 0px solid #959595;
}
.bid-navset li a:hover{
  color:red;
}
.bid-navset li a:focus{
  color:red;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background:#fff0;
    border-color: #337ab7;
}
.logwrp {
    padding: 34px 0px 15px 0px;
}
.popular-gem-heading h1{
	color:#4f525d;
	font-weight:700;
	margin: 18px 0px 9px 0px;
	font-size: 30px;
}
.gem-popular img{
	width:100%;
	
}
.heading-gem{
	color:#fff;
	font-weight:700;
	    margin: 8px 0px 0px 0px;
	font-size: 30px;
}
.heading-gem span{
	font-weight:100;
}
.popular-gem-heading span{
	font-weight:100;
}
.thumb{
	border-radius:4px;
}
.img-thumbnail{
	    padding: 0px;
		    border: 0px solid #ddd;
}
.btn-ser-color{
	 background-image: linear-gradient(to right, #ff4a2f , #f6aa4b)!important;
	color:#fff!important;
	 margin-top: 1em;
}
.lisload-gem li {
    display: inline-block;
        width: 19%;
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 0.5em;
	margin-left: 4px;
}
.p3{
	    margin: 12px 0px 6px 0px;
    font-weight: 600;
}
.p4{
	color:#fff;
	margin: 12px 0px 6px 0px;
}
.services-sect{
	    background: #fff;
    border-radius: 4px;
    padding: 3em;
    box-shadow: 0px 1px 14px -4px #7cbef2;
    margin-top: 2.2rem;
}
.nsset-h4 h4{
	margin: 0.4em 0;
    color: #05256e;
}
.nsset-h4 a{
	
    color: #05256e;
}
.top-logo-black
{
         background: #07222e;
}
/*.btn-ser{
	background: #fff;
  color: #f3974c;
    border: 1px solid #ccc;
    border-radius: 24px;
    padding: 0.5em 2.5em;
	  
}*/
#nov-color:hover{
	color:red;
}
#nov-color:focus{
	color:red;
}
.new-on-gem li{
	padding: 0px 0px 0px 12px;
	font-size:0.9em;
            display: inline-block;
}

.bid-nov-set > li > a{
    padding-top: 10px;
    padding-bottom: 8px;
    padding-right: 30px;
    font-size: 0.9em;
        padding-left: 0;
    color:#fff;
}
.bid-nov-set li a{
      color:#fff;
      font-size: 0.9em;
}
.bid-nov-set li a:hover{
      color:red;
}
.new-on-gem li a{
	
	color:#fff;
}
.new-on-gem li a:hover{
	
	color:red;
}
.head-h3{
	font-weight:700;
	margin-bottom: 15px;
	font-size: 1.8em;
	margin-top:0.8em;
}
.lisload-gem2 li {
    display: inline-block;
   width: 33%;
    text-align: center;
    margin-bottom: 0.7em;
    margin-top: 0.5em;
	color:#fff;
}
.lisload-gem2{
	color:#fff;
}
.testimonial-p{
	font-weight:700;
	line-height: 20px;
}
.carousel-indicators .active{
	background-color: #f3974c;
}
.carousel-indicators li {
	border:1px solid #ccc;
}
.carousel-section{
	
    width: 80%;
    float: right;
	

}
.head-h3 span{
	font-weight:100;
}
.countdown li {
  display: inline-block;
  font-size:0.8em;
  list-style-type: none;
  
  text-align:center;
  
}
.note-active{
	background: #1459b1;
    color: white;
}
.note{
	
	border-radius: 4px;
}
.countdown-event li {
 display: inline-block;
    font-size: 0.8em;
    list-style-type: none;
    text-align: center;
    background: #086dd9;
    padding: 8px;
    border-radius: 4px;
	color:#fff;
	width: 48%;
  
}
.notification-tab >li.active>a, .notification-tab >li.active>a:focus, .notification-tab >li.active>a:hover{
	background-image: linear-gradient(#125db8, #1f4792);
    color: #fff;
	padding: 10px;
	border-radius: 0px;
}
.notification-tab >li.active{
	border:none;
	    margin-bottom: 0em;
	
}
.notification-tab{
	background:#fff;
	border-radius:4px;
	    border: 1px solid #eeebeb;
}
.notification-tab >li{
	    margin-bottom: 0em;
		margin-right:0em;
		border-bottom: 0em solid transparent;
}
.notification-tab >li a{
	   border-radius: 0 0.3em 0.3em 0;
		padding: 10px;
}
.back-one>li.active {
    border-bottom: 0.2em solid #E91E63;
    margin-bottom: 0.9em;
}
.nsset8{
	background: white;
    border-radius: 4px;
    padding: 1em;
    margin-top: 1.5em;
    margin-bottom: 1em;
	box-shadow: 0px 1px 14px -4px #7cbef2;
	min-height: 30.6em;

}
    
.main-cont{
	    margin-bottom: 1.5em;
}
.count-text p{
	margin: 2px 0px 0px 0px;
}
.count-p{
	       font-size: 1.5em !important;
    margin: 0;
    line-height: 20px;
}
.dropdown-cate{
	   width: calc(300% + 120px) !important;
	   position: static;
	   padding-bottom: 10px;
}
.dropdown-cate li{
	      float: left;
    width: 33.333%;
       border-bottom: solid 0px #f2f2f2;
position: static !important;
   padding-left: 20px;
	height: auto;
}
.dropdown-cate-a{
color: #ff5722 !important;
    font-weight: 600 !important;
}
.countdown-event-min{
	background: #ccc!important;
	color:#000!important;
}
.background-image-one{
	background-image: linear-gradient(to bottom, #f8f8f8, #f8f8f8 50%, #1f4691 50%, #125db8);
}
.background-image-two{
	background-image: linear-gradient(to bottom, #125db8, #1f4691 70%, #f8f8f8 30%, #f8f8f8);
}
  .countdown{margin-top: 2em;    margin-left: 3em;}
.countdown li span {
  display: block;
       background-image: linear-gradient(black, #a4a4a4);
    font-size: 2em;
	color:#fff;
	font-family: 'digital-7', sans-serif;
   padding: 7px;

    border-radius: 4px;
	width: 46px;
	text-align:center;

}
.lisload-gem2 h1{
	font-size:2.5em;
	margin-bottom: 8px;
}
.border-gem{
	border: 1px solid #cacaca;
	border-radius:4px;
	padding: 4em;
	margin-bottom:5em;
}
.initiatives img{
	border-radius:4px;
	margin-bottom:1em;
}
.services-test {
    background: #fff;
    border-radius: 4px;
    padding: 3em;
    box-shadow: 0px 1px 14px -4px #7cbef2;
    margin-top: -5.8rem;
    position: relative;
}
.testimonial-pcont{
	font-size:18px;
}
.font-size-left a{
	margin-left: 6px;
}
@media (max-width: 680px){
.lisload-gem li, .iconslist li {
       width: 48%;
    margin-bottom: 1em;
}
.pull-right-set{
         position: relative !important;
}
.tab-content{
        width: 93%;
    margin: 0 auto;
}
/*.s003 form .inner-form{
	width: 95%;
    margin: 0 auto;
}*/

.serch-radio label{
	    min-height: 15px;
}
.countdown{
	margin-left: 0em;
}
.lisload-gem2 li, .iconslist li {
    width: 100%;
    margin-bottom: 1em;
}
.border-gem{
	     padding: 3em;
}
.gem-popular h5{
	text-align:center;
	margin: 0px 0px 8px 0px;
	font-size: 16px;
}
.gem-popular-mobile{
	position:absolute;
	width: 100%;
	    z-index: 999;
		width: 87%;
			    bottom: 3.5em;
}
.heading-gem{
	font-size: 1.6em;
}
.head-h3{
	font-size: 1.6em;
}
.popular-gem-heading h1{
	font-size: 1.6em;
}
.gem-popular{
	    min-height: 180px;
}
.procure-cont{
	    width:98%;
    left: 0.3em;
}
.Highlights-boder{
	border-right: 0px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}
.Highlights-boder h4{
	    margin-bottom: 11px;
}
.carousel-section{
	width:100%;
}
.countdown li span{
	width:100%;
}
.s003 form .inner-form .input-field.second-wrap{
	width:70%;
	    margin-bottom: 0px;
		    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}
.s003 form .inner-form .input-field.third-wrap{
	width:auto;
}
.s003 form .inner-form .input-field.third-wrap{
	    margin-bottom: 0px;
		    border-bottom: 0px solid rgba(0, 0, 0, 0.1)
}
.s003 form .inner-form{
	    padding: 0px;
		border-radius: 33px;
}
.s003 form .inner-form .input-field.third-wrap .btn-search{
	    margin: 4px 11px 0px 0px;
}
.s003 form .inner-form .input-field.second-wrap input{
	border: 0px solid rgba(255, 255, 255, 0.3);
}
.s003 form .inner-form .input-field{
	height: 40px;
}
.radio-button{
	position: relative;
    top: 6px;
    margin: 2px 3px 0px 14px;
}
}

@media screen and (min-width: 768px){
.carousel-indicators {
    bottom: -10px;
}

}
@media (max-width: 768px){
	.s003 form .inner-form .input-field.second-wrap{
	width:70%;
	    margin-bottom: 0px;
		    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}
.s003 form .inner-form .input-field.third-wrap{
	width:auto;
}
.s003 form .inner-form .input-field.third-wrap{
	    margin-bottom: 0px;
		    border-bottom: 0px solid rgba(0, 0, 0, 0.1)
}
.s003 form .inner-form{
	    padding: 0px;
		border-radius: 33px;
}
.s003 form .inner-form .input-field.third-wrap .btn-search{
	    margin: 4px 11px 0px 0px;
}
.s003 form .inner-form .input-field.second-wrap input{
	border: 0px solid rgba(255, 255, 255, 0.3);
}
.s003 form .inner-form .input-field{
	height: 40px;
}

}

.logo-header-cont{
	width: 88vw;
}
.filter-bid a{
	 line-height: 20px !important;
    font-size: 0.9em !important;
}

