body{
	font-family: 'Inter', sans-serif;
}
header {
    background-color: #0b0a1c;
    background-image: linear-gradient(#0b0a1c, #0b0a1c); 
   
}
}
a{
	color:#55b640;
}

a:hover,a:focus{
	text-decoration: none;
	color:#000000;
}


button:focus{
	outline: 0;
}
.text-primary{
	color:#55b640 !important;
}
.btn:focus,.btn:active{
	box-shadow:0 0 0;
	outline: 0;
}

.btn-primary{
	background:#55b640;
	border-radius: 3px;
	border-color:#55b640;
	color:#ffffff;
	/* text-transform: uppercase; */
}
.auction_head{border:1px solid #d5d5d5;}
strong.green_color {
    color: #55b640;
}
.container.p-5.auction_head {
    /* border: 1px solid #d5d5d5; */
    margin: 24px auto 0;
    background-color: #12202c;
    background-image: linear-gradient(#12202c, #0a0619fa);
    color: #fff;
}
.form-control:focus{
	border-color:#55b640;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background:#000000;
	border-color:#000000;
	
}

.top-bar {
    border-bottom: 1px solid #080e1b;
    background: #080e1b;
}
.top-bar-left ul {
	margin-bottom: 0;
}
.top-bar .top-bar-right {
	float: right;
}
.top-bar .top-bar-left {
	display: flex;
}
.top-bar .top-bar-left .socials li {
	display: inline-block;
	float: left;
	font-size: 15px;
	margin: 7px 15px;
}
.top-bar .top-bar-left .contact li {
	margin: 10px 5px;
	display: inline-block;
	color: #080e1b;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #080e1b !important;
}
.top-bar .top-bar-right {
	display: flex;
}
.header-main .top-bar .contact {
	/*margin: 9px 0;*/
	padding-left: 15px;
}
.header-main .top-bar .contact li {
	margin: 0;
}
.header-main .top-bar-right .custom {
	    display: flex;
    margin: 0px 0;
    align-items: center;
}
.searchBTN{display:flex;}

.header-main .top-bar-right .custom li {
	margin-right: 15px;
}
.header-main .top-bar-right .custom li:last-child {
	margin-right: 0;
}
.ace-responsive-menu {
	margin-right: 1rem;
}
.header-main .ace-responsive-menu li a {
	color: #080e1b;
}
.header-main .ace-responsive-menu li a:hover {
	color: #fff;
}
.header-main .ace-responsive-menu li a:focus {
	color: #000;
}
.header-main .post-btn {
	float: right;
	margin-left: auto;
}
.top-right{
	margin-top:15px;
}

.currency .btn{
	border:1px solid #55b640;
	color:#55b640;
	padding-left: 15px;
    padding-right: 15px;
}

.currency .btn.active,.currency .btn:hover{
	background:#55b640;
	color:#ffffff;
}


.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
	box-shadow: 0 0 0;
}
.navbar-expand-lg{
	padding-left:0;
	padding-right:0;
	padding-bottom: 0;
}

/* .navbar-expand-lg .nav-item{
	margin-right:30px;
	font-weight:500;
	position:relative;
} */
.navbar-expand-lg .nav-item {
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    margin-left: 15px;
}

.nav-item ul{
	transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 260px;
    transform: scaleX(0);
    background: #fff;
    border-radius: 0.5em;
    -webkit-box-shadow: 0px -5px 30px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -5px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -5px 30px -5px rgba(0, 0, 0, 0.2);
    z-index: 99;
    margin:0;
    padding:0;
    overflow: hidden;
}

.submenu li {
    padding: 0;
    display: block;
    line-height: 1;
    transition: 0.5s;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    white-space: nowrap;
}

.submenu li:last-child{
	border:0;
}

.submenu li a {
    font-size: 16px;
    padding: 15px 18px;
    font-weight: 500;
    color: #2e2e2e;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.submenu li:hover a{
	background:#dcdcdc;
	color:#55b640;
}
.nav-item:hover > ul {
    opacity: 1;
    z-index: 9999;
    top: 100%;
    transform: scaleX(1);
}
.navbar-expand-lg .navbar-nav .nav-link{
	color: #fff;
	padding-top:15px;
	transition:all .3s;
	padding-bottom:15px;
	border-bottom:2px solid transparent;
}

.navbar-nav .nav-item.active .nav-link,.navbar-nav .nav-item .nav-link:hover{
	color:#55b640;
	 border-bottom-color:#55b640; 
}
.dropdown-menu.navMenu {
    right: 0;
    left: unset;
}
.modal-backdrop.show{} 

#loginmodal .modal-content {
    padding: 0 8px 0 0;
}

#registermodal .modal-content {
    padding: 0 0 0 8px;
}


.search{
	position: relative;
	min-width: 295px;
}

.form-control{
	border-color:#d8d8d8;
	border-radius: 0;
}

.search button{
	    position: absolute;
	    color: #55b640;
	    top: -4px;
	    right: -2px;
	    font-size: 18px;
}

.slider{
	position:relative;
	overflow: hidden;
}
.float-icon{
	position:fixed;
	left: 100%;
	top: 21%;
	z-index: 88888;
	width: 266px;  transition: .6s all ease-in-out;
}
.float-icon span{
   color: #ffffff;
   background: #55b640;
   display: inline-block;
   border-radius: 3px 0 0 3px;
   font-size: 21px;
   width: 35px;
   line-height: 35px;
   height: 35px;
   text-align: center;
   vertical-align: middle;
   position: absolute;
   left: -35px;
   top: 18px;
}
.float-icon:hover {
    left: 80%;
    transition: .6s all ease-in-out;
}
.call {
	margin-bottom:15px;
	/* transform: translate(270px, 0); */
	/* transition:all .6s; */
	background: #fff;
	padding: 1px;
	border-radius: 20px 0;
}

.call:hover{
    /* transform: translate(0, 0); */
}

.share {
    transform: translate(240px, 0);
    transition:all .6s;
}

.share:hover{
    transform: translate(104px, 0);
}

.share a{
	display:inline-block;
	height:45px;
	width: 45px;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
	background: #000;
	color:#ffffff;
	padding:10px;
	font-weight: bold;
}


.share .facebook{
	background:#48629b;
}

.share .twitter{
	background:#23b0e6;
}

.share .linkedin{
	background:#0e76a8;
}

.call a{
	/* display:inline-block; */
	/* height: 70px; */
	/* vertical-align: middle; */
	/* background: #ffffff; */
	/* color:#000000; */
	/* padding:10px; */
	/* font-size:16px; */
	/* font-weight: bold; */
	/* box-shadow: 1px 4px 6px 2px #00000075; */
	/* line-height: 48px; */
	/* width: 105px; */
}
.slick-prev:before{content:"\f104";} 
.slick-next:before{content:"\f105";}
.slick-prev:before, .slick-next:before{font-family:FontAwesome; color:#55b640; font-size:24px;}
.slick-next {
right: 25px; font-family:FontAwesome; }
.slick-prev {
    left: 25px;
    z-index: 8; font-family:FontAwesome; 
}
.search_sec{
	padding:25px 0;
    background-color: #fdfdfd!important;
    border: #f2f3f5 solid 1px !important;

}
.slick-dotted.slick-slider{margin-bottom:0;}
.search_sec .btn-primary{
	padding:6px 10px;
}
.slick-slide img {
    display: block;
    position: relative;
    top: -2px;
    width: 100%;
}
.head_sub{
	/* font-size:24px; */
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#000000;
	font-weight: bold;
}
.m-bt {
    /* margin-bottom: 20px; */
    margin: 0 0 15px 0;
    padding: 0 5px;
}
.head_sub span{
	font-size:20px;
	color:#686868;
	letter-spacing: 0px;
	font-weight:300;
	text-transform: none;
	margin-left:5px;
}

.search_form .form-control,.search_form  .dropdown-toggle.btn-light{
	margin-bottom: 0;
	background: #fff;
	color: rgba(255,255,255,.7);
	/* padding: 10px 12px; */
	height: 37px;
	color: #6c6a8d;
	border:1px solid #d5d5d5;
}

.search_form  .dropdown-item.active,.search_form  .dropdown-item:active,.search_form  .dropdown-item:hover{
	background:#55b640;
	color:#ffffff;
}

.dropdown.bootstrap-select, .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width:100%;
}

.search_form .bootstrap-select .form-control{
	background:transparent;
	color:#000000;
}

.search_form .bootstrap-select .form-control:focus{
	box-shadow: 0 0 5px #55b640 !important;
}

.search_form .form-control::placeholder{
	color: rgba(255,255,255,.7);
}

.sec-padding{
	padding:25px 0;
}
.padding30 {
    padding: 30px 0;
}
.padding35 {
    padding: 35px 0;
}
.padding40 {
    padding: 40px 0;
}
.padding45 {
    padding: 45px 0;
}
.padding50 {
    padding: 50px 0;
}
.brand-box{
	position:relative;
	margin:1px;
	overflow: hidden;
}

.b-head {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    /* color: #425c9e; */
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    background: #ff1515;
    padding: 6px 15px;
    width: 100%;
    display: block;
    transition: all .3s;
    z-index: 2;
}

.b-head:hover{
	color:#55b640;
}

.brand-box .overlay-full{
	position:absolute;
	width:100%;
	height:100%;
	/* background:rgba(0,0,0,.9); */
	text-align:center;
	display: flex;
	top:100%;
	transition:all .3s;
	align-items: center;
	background-image: linear-gradient(#ffffff, #ffffff);
	justify-content:center;
}

.brand-box:hover .overlay-full{
	top:0;
}

.brand-box .overlay{
	position:absolute;
	width:100%;
	padding:15px;
	/* background:rgba(0,0,0,.9); */
	text-align:left;
	bottom:-100%;
	left:0;
	transition:all .8s;
	background-image: linear-gradient(#ffffff, #ffffff);
}

.brand-box:hover .overlay{
	bottom:0;
}

.brand-box:hover  .b-head{
	background: none;
}
.brand-box .overlay h3{
	text-transform: uppercase;
	color:#000000;
	font-size:16px;
}

.brand-box .overlay p{
	font-weight:300;
	font-size:12px;
	color:#000000;
	margin-bottom: 0;
}

.brand-box.categories:hover .b-head{
	bottom:-50px;
}

.adv_feature{
	max-height: 0;
/* 	overflow: hidden; */
	transition: all .3s;
}

.adv_feature.active{
	max-height: 500px;
}

.btn-primary.text-low{
	text-transform:none;
	font-size:14px;
}

footer{
	color: #333;
}

.footer-top {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px;
    background-size: cover;
    position: relative;
}


 .overlay-black-dark:after {
    background: #0b0f1b;
    opacity: 0.8;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.carousel-caption{
	height: 100%;
	display: flex;
	justify-content: center;
}
.carousel-caption h1{
	font-weight: bold;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing:5px;
}
.carousel-caption p{
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 38px;
}

.carousel-caption  h1 span{
	color:#55b640;
}

footer p, footer li {
    font-size: 14px;
    line-height: 22px;
}

footer .container{
    position: relative;
    z-index: 1;
}

footer p {
    line-height: 24px;
    margin-bottom: 10px;
}


footer a, footer a:visited {
    color: #fff;
}

.widget {
    margin-bottom: 40px;
}

.text-white {
    color: #FFF;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b20 {
    margin-bottom: 20px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.subscribe-form input {
    background-color: rgba(0,0,0,0);
    border: 2px solid #d5d5d5;
    border-radius: 30px !important;
    height: 50px;
    transition: all .3s;
    padding: 10px 20px;
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
}

.subscribe-form .input-group-btn {
    padding-left: 10px;
}

.subscribe-form .site-button {
    height: 50px;
    background-color: #D81517;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    font-weight: 400;
    text-align: center;
}

footer .widget ul {
    list-style: none;
    margin-top: 5px;
    padding:0;
}

.widget.border-0 ul li {
    border: 0 none;
}

.list-inline > li {
    padding-left: 2px;
    padding-right: 2px;
}

.widget_services ul li{
	position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}


.widget_services ul li a:hover{
	color:#55b640;
}


.widget_services ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "FontAwesome";
}

.site-button.circle {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 40px;
    line-height: 39px;
    display: block;
    color:#ffffff;
    text-align: center;
    position:relative;
    overflow: hidden;
}


footer .form-control:focus {
    border-color: #e1e1e1;
    outline: 0;
    background: transparent;
    color:#ffffff;
}

.site-button.facebook {
    background-color: #3B5998;
}

.site-button.google-plus {
    background-color: #DE4E43;
}

.site-button.linkedin {
    background-color: #007BB6;
}

.site-button.instagram {
    background-color: #8A5A4E;
}

.site-button.twitter {
    background-color: #1EA1F3;
}

.site-button-secondry:after, .site-button:after {
    background-color: #ffffff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 1;
}

.site-button:hover:after, .site-button-secondry:hover:after {
    left: 5%;
    width: 90%;
}

.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

footer .widget_getintuch i {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.30);
}

.widget_getintuch strong {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}

.footer-bottom {
    background-color: #0b0f1b;
    padding: 25px 0;
    color: #b0b0b0;
    font-size: 14px;
}

.n-box{
	font-weight:300;
	color:#55b640;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.n-box strong{
	font-weight: bold;
	font-size:80px;
	display:block;
	line-height: 80px;
	color:#000000;
}

.blog_content{
	padding:20px;
	position:absolute;
	bottom:10px;
}
.blog_content h3{
	font-size:16px;
	line-height:24px;
	color:#ffffff;
	font-weight:300;
	text-transform:uppercase;
	width:80%;
}

.blog_content p{
	color:#ffffff;
	font-size:12px;
	font-weight: 300;
	margin-bottom:0;
}

.blog_content a{
	font-weight:bold;
}

.blog-box{
	background: #0b0f1b;
	overflow: hidden;
	margin:1px;
	position:relative;
}


.blog-box img{
	opacity:.35;
	transition: all .5s;
}

.testi-item p{
	padding:15px;
	font-size:14px;
	line-height:24px;border:1px solid #e1e1e1;
	position:relative;
	margin-bottom:30px;
	position: relative;
	border-radius:3px;
}

.blog-box:hover img{
	transform: scale(1.2);
}
.testimonials{
	margin:0 -15px;
}

.testi-item{
	padding:15px;
}

.testi-item .cname{
	font-weight: 500;
}

.testi-item span{
	text-transform:uppercase;
	font-size:13px;
}

.testi-item:focus,.testi-item:active{
	outline:0;
}

.testi-item p:after{
	content:"";
	width:24px;
	height:20px;
	position:absolute;
	display: block;
	bottom:-16px;
	left:15px;
	background:url(../images/test_arrow.jpg);
	background-size: 100% 100%;
}

.img-box{
	background:#000000;
	position:relative;
	margin-top:2px;
	margin-right:1px;
	overflow: hidden;
	background-image: linear-gradient(#12202c, #0a0619e3);
}

.full-img-box .col-sm-3:last-child .img-box{
	margin-right:0;
}

.img-box img{
	opacity: .3;
}

/* .img-box h3{
	position:absolute;
	width:100%;
	margin:0;
	text-align:center;
	padding: 15px;
	color:#ffffff;
	bottom: 0;
	font-weight: 500;
	font-size:16px;
	text-transform: uppercase;
	z-index: 1;
}
 */
/* .img-box a:after{
	
	display: block;
	width:100%;
	height:100%;
	content: "";
	position:absolute;
	top:100%;
	left:0;
	transition:all .3s;
	opacity: 0;
	background-image: linear-gradient(#12202c, #0a0619e3);
}

.img-box a:hover:after{
	top:0;
	opacity: 1;
} */

.conShow {
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20% 6%;
    margin: auto;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    align-items: unset;
}
.conShow h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
}
.auction{
	background:url(../images/auction.jpg);
	background-size: cover;
	border-right: 1px solid #0b0f1b;
}

.auc_stoc{
	position:relative;
}
.stock{
	background:url(../images/stock.jpg);
	background-size: cover;
	border-left:1px solid #ffffff;

}


.auc_stoc h2{
	color:#ffffff;
}

.auc_stoc p{
	font-weight:300;
	color:#ffffff;
}

.auc_stoc a:hover{
	opacity:.7;
	color:#55b640;
}

.inr-cont {
    margin: 6% 12%;
    max-width: 440px;
}

.how-to{
	transform: translate(50%, 0%);
    margin-left: -50%;
    text-align: center;
    z-index: 2;
    padding-top:20px;
    padding-bottom :20px;
}

.how-to img{
max-width: 425px; 
transition: all .5s;
}
.how-to img:hover{
	transform: scale(1.05);
}
.how-to a:hover{
	opacity: 1;
}

.left_pop_cont{
	background: url(../images/popup_img.jpg);
	background-size: cover;
	color:#ffffff;
	padding: 40px;
}

.left_pop_cont h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 29px;
	letter-spacing: 1px;
} 

.modal-content{
	border-radius: 0;
	padding: 0 15px;
}

.modal-content p{
	font-size:14px;
	font-weight: 300;
}

.close{
	color:#55b640;
	position: absolute;
    top: 6px;
    opacity: 1;
    right:15px;
}

.right_pop_cont{
	padding: 24px 30px;
}

.right_pop_cont h2{
	font-weight: bold;
	text-transform: uppercase;
}

.popup_form .form-control{
	border:0;
	border-bottom: 2px solid #d7d7d7;
	height: auto;
	border-radius: 0;
	padding: 8px 0;
	background: transparent;
}

.input-effect {
    position: relative;
}

.input-effect>label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 11px;
    font-size: 16px;
    transition: .3s;
    z-index: 0;
    font-weight: 500;
    letter-spacing: .5px;
}

.input-effect .form-control:focus {
    background: transparent;
    border-bottom-color:#55b640;
}

.form-control:focus~label,.input-effect.focus label {
    top: -14px;
    font-size: 12px;
    transition: .3s;
    opacity: .5;
}

.text-underline{
	text-decoration: underline;
}
@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 1000px;
}
}

.with_btn{
	padding: 5px;
	border-radius: 3px;
	background:#48629b;
	display:block;
	color:#ffffff;
	font-size:14px;
}

.with_btn:hover{
	color:#ffffff;
}

.with_btn.facebook{
	background:#48629b;
}
.with_btn.gmail{
	background:#dc4b38;
}

.with_btn.twitter{
	background:#23b0e6;
}

.with_btn.linkedin{
	background:#0e76a8;
}


.lang{
	border-radius: 3px;
	border:1px solid #55b640;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding:7px 10px;
	font-size:14px;
	height:37px;
}


.lang .dropdown{
	display:inline-block;
}

.dropdown-menu{
    box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
}
.lang .dropdown .btn-secondary,.show>.btn-secondary.dropdown-toggle,.show>.btn-secondary:focus,.show>.btn-secondary:active{
	    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    color: #55b640;
  	margin-left:10px;
  	font-size:14px;
  	margin-top:-3px;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
	box-shadow: 0 0 0;
}

.lang  .btn-secondary:not(:disabled):not(.disabled).active,.lang  .btn-secondary:not(:disabled):not(.disabled):active{
	border: 0;
    outline: 0;
    background: none;
    box-shadow: 0 0 0 !important;
    color: #55b640;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active{
	background:#ffffff;
	color:#55b640;
}
@media(max-width: 767px){
	.top-right{
		display: none;
	}

	.navbar-toggler{
	 	position: absolute;
    	right: 0;
    	top: -45px;
	}

	.navbar-collapse{
	   border-top: 1px solid #eeeeee;
    	margin: 0 -15px;
    }
    .navbar-expand-lg .nav-item {
	    margin-right: 0;
	}

	.navbar-expand-lg .navbar-nav .nav-link{
		padding:15px 8px;
	}

	.search_sec .d-flex{
		display: block !important;
		text-align: center;
	}

	.search{
		padding-left:15px;
		padding-right: 15px;
	}
	.search_form .col{
		width: 100%;
    flex-basis: auto;
	}
	.sec-padding{
		padding:30px 0;
	}
	.pop_brands .col-sm-6.p-0{
		padding-left:15px !important;
		padding-right: 15px !important;
	}

	.head_sub{
		text-align: center;
	}

	.login_reg{
		display: block !important;
	}

	.pop_brands .col-sm-6.text-right.p-0{
		text-align: center !important; 
	}

	.inr-cont{
		text-align: center;
	}

	.n-box{
		text-align: center;
		padding:15px;
		border-bottom: 1px solid #eeeeee;
	}
	.n-box strong {
	    font-size: 50px;
	    line-height: 58px;
	}
	.n-box br{
		display: none;
	}

	.footer-bottom .text-left,.footer-bottom .text-right{
		text-align: center !important;
	}
}


@media(min-width: 1024px){
	.inr-cont {
	    max-width: 55%;
	}
}
.adv_feature{display:none;}
.adv_feature.active{display:block!important;  transition: .5s all ease-in-out;}
.headerimage {
      background-image: url(../images/slide_1.jpg);
    /* min-height: 135px; */
    display: flex;
    align-items: center;
    text-align: center;
    padding: 60px 0;    background-position: center;
    background-size: cover;
}
.mapimage {
    background-image: url(../images/map.jpg);
    /* min-height: 135px; */
    min-height:526px;
    min-width:100%;
    display: flex;
    align-items: center;
    text-align: left;
    /*   padding: 200px 0; */
    /* background-position: top center; */
    /* background-size: 100%; */
    background-color: #12202c;
    }
.mx-width {
    width: fit-content;
    margin: 0 auto;
    padding: 15px;
    box-shadow: -1px -1px 6px 2px #00000059;
    position: relative;
    bottom: -80px;
}
.mx-width label{font-size:16px; margin-right:10px;}
.stockimage {
    background-image: url(../images/logocollage.png);
    /* min-height: 135px; */
    display: flex;
    align-items: center;
    text-align: left;
    padding: 72px 0;
    background-position: top center;
    background-size: 100%;
background-color: #12202c;}
.stockimage p {
    font-size: .9rem;
}
h4.leading-Automatic {
    color: #55b640;
    font-size: 24px;
}
.fea-icon {
    border-radius: 100%;
    /*   border: #55b640 solid 1px !important; */
    /* box-shadow: 0 0 6px #d5d5d5; */
    width: 100px;
    height: 100px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    /* margin: 0 auto; */
    padding: 18px;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px!important;
}
.fea-icon2 {
    border-radius: 100%;   
    width: 100px;
    height: 100px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    /* margin: 0 auto; */
    padding: 18px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0!important;
}
.fa-stack .fa {
    font-size: 29px;
}
.fea-icon01 {
    border-radius: 100%;
    /*   border: #55b640 solid 1px !important; */
    /* box-shadow: 0 0 6px #d5d5d5; */
    width: 150px;
    height: 150px;
    padding: 17px 26px;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}
/* .fea-icon01 .fa {  font-size: 50px;} */
.fea-icon01 h1 {font-weight: bold;margin: 0;font-size: 45px;font-family: unset;}
.darkbg{background:#12202c; color:#fff;}
.fea-icon img {
    opacity: 0.4;
}
.features p {
    text-align: justify;
    font-size: .9rem;
    opacity: 0.7;
    line-height: 20px;
}
.icon-service {
	display: inline-flex;
	width: 120px;
	height: 120px;
	text-align: center;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.bg-success-transparent {
	background: rgba(7, 161, 33, 0.2) !important;
}
.bg-secondary-transparent {
	background: rgba(24, 43, 72, 0.2) !important;
}
.bg-primary-transparent {
	background: rgba(255, 162, 43, .3) !important;
}
.bg-info-transparent {
	background: rgba(0, 214, 230, .3) !important;
}
.bg-warning-transparent {
	background: rgba(255, 162, 43, .3) !important;
}
.bg-danger-transparent {
	background: rgba(255, 56, 43, .1) !important;
}
.bg-pink-transparent {
	background: rgba(255, 43, 136, .1) !important;
}
.bg-purple-transparent {
	background: rgba(96, 77, 216, .2) !important;
}
.bg-dark-transparent {
	background: rgba(0, 0, 0, .3) !important;
}
.bg-dark-transparent-2 {
	background: rgba(0, 0, 0, .6) !important;
    border: 1px solid rgba(0,0,0,0.3);
}
.bg-primary-transparent-2 {
	background: rgba(230, 123, 14,0.9) !important;
}
.box-shadow {
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .15) !important;
}
.bg-1{/* background-color: #ecffe8; */}
.bg-1 h4{font-size:1.4rem;color: #55b640;}
.bg-1 p.leading-Automatic {color: #1e5f10;font-size: 1rem;}

.form-inline .form-control{width:100%;}

.noradius {
    border-radius: 0;
}
.h7{font-size:16px;}
.card.overflow-hidden .card-body {
    background: #fdfdfd!important;
}
.SearchBTN button {
    position: absolute;
    right: 0;
    width: 170px;
    top: -31px;
    height: 61px;
    border-radius: 0;
}
.SearchBTN {
    position: relative;
}
/* Details page css starts here */
.pageTitle {
    background: url(../images/slide_1.jpg) no-repeat;
    /* background-size: cover; */
    padding: 20px 0;
}
.pageTitle h1 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.breadCrumb {
    text-align: right;
    color: #fff;
    margin-top: 10px;
}


.carfeature {
	margin-bottom: 20px;
	margin-top: 15px;
}
.carfeature li {
	margin-bottom: 20px;
	line-height: 20px;
	color: #2f3b3e
}
.carfeature li .feat {
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.carfeature li .feat:after {
	display: table;
	clear: both;
	content: '';
}
.carfeature li img {
	float: left;
	margin-right: 10px;
}
.featchoose li {
	margin-bottom: 10px;
}
.unorderlist li {
	padding: 5px 0 5px 25px;
	position: relative;
	line-height: 24px;
	color: #fff;
}
.unorderlist li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #a8d815;
	position: absolute;
	left: 0;
}

/************************************************
           == Job Detail css==
*************************************************/
.jbside {
	background: #2f3b3e;
	padding: 25px;
	margin-bottom: 30px;
}
.advert-header {
	background: #fff;
	margin-bottom: 30px;
	/* border: 1px solid #e3eaf1; */
}
.jbside .adinfo {
	padding: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.jbside .adinfo h2 {
	font-size: 24px;
	color: #444;
}
.jbside .ptext {
	color: #ccc;
	margin: 10px 0 15px 0;
}
.jbside .ptext i {
	width: 20px;
}
.jbside .cateName {
	float: left;
	margin: 10px 0 0 20px
}
.jbside .adsalary {
	font-size: 16px;
	font-weight: 400;
	color: #ccc;
}
.jbside .adsalary strong {
	color: #5ede40;
	font-size: 36px;
	font-weight: 600;
	display: block;
	margin-top: 5px
}
.jbside .companyinfo {
	text-align: right;
}
.jbside .companyinfo .companylogo {
	float: right;
	width: 75px;
	background: #fff;
	margin-left: 20px;
	border: 5px solid #eee;
}
.jbside .companyinfo .companylogo img {
	display: block;
}
.jbside .companyinfo .title a {
	font-size: 18px;
	font-weight: 600;
	color: #5dc302;
}
.jbside .companyinfo .opening a {
	color: #333;
}
.jbside h3 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.adButtons {
	padding: 0;
}
.adButtons a {
	background: #fff;
	color: #333;
	font-weight: 600;
	font-size: 14px;
	border-radius: 0;
	display: block;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 10px;
}
.adButtons a.report {
	background: #e01010;
	color: #fff;
}
.adButtons a.apply {
	    background: #5dc302;
    color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    text-align: center;
}
.adButtons a.apply i {
	font-size: 24px;
	margin-right: 10px;
}
.adButtons a:hover {
	background: #5e6a6d;
	color: #fff;
}
.adButtons a.apply:hover {
	background: #5ede40;
	color: #fff;
}
.advert-header .contentbox {
	/* padding: 35px; */
}
.advert-header .contentbox h3 {
	font-size: 24px;
	font-weight: 700;
	color: #5dc302;
	margin-bottom: 10px;
}
.advert-header .contentbox p {
	line-height: 24px;
	 
	/* margin-bottom: 20px; */
}
.pcartext {
    color: #58b506 !important;
    font-size: 14px !important;
    font-weight: 600;
}
.jbdetail {
	margin-top: 20px;
}
.jbdetail li {
	margin-bottom: 20px;
	color: #ccc;
}
.jbdetail li a {
	display: block;
	text-align: right;
	color: #fff;
	font-weight: 600;
}
.jbdetail li span {
	display: block;
	text-align: right;
	color: #fff;
	font-weight: 600;
}
.jbdetail li span.permanent {
	color: #a8d815;
}
.jbdetail li span.contract {
	color: #5dc302;
}
.jbdetail li span.freelance {
	color: #F07200;
}


/*Form Panel*/
.formpanel {
	margin-top: 20px;
}
.formpanel .formrow {
	margin-bottom: 15px;
}
.formpanel .form-control {
	height: auto;
	border-radius: 4px;
	padding: 10px 13px;
	border-color: #ddd;
}
.formpanel select.form-control {
	padding: 13px 12px;
	border-radius: 4px;
	line-height: 45px;
}
.formpanel textarea.form-control {
	height: 200px;
}
.jbside .form-control {
    height: auto;
    border-radius: 4px;
    border-color: rgba(255,255,255,0.3);
    background: #fff;
     
}
.formpanel .btn {
	width: 100%;
	background: #5dc302;
	color: #fff;
	border-radius: 4px;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.formpanel .btn:hover {
	background: #48da26;
}
.uploadphotobx {
	border: 3px dashed #ddd;
	padding: 50px 30px;
	text-align: center;
}
.uploadphotobx i {
	font-size: 50px;
	color: #999;
	display: block;
	margin-bottom: 15px;
}
.uploadphotobx h4 {
	font-size: 30px;
	color: #777
}
.uploadphotobx p {
	font-size: 18px;
	margin-top: 5px;
}
.uploadphotobx .uploadBox input[type="file"] {
	cursor: inherit;
	display: block;
	font-size: 1px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	cursor: pointer;
}
.uploadphotobx .uploadBox {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	margin: 20px 0 0 0;
	overflow: hidden;
	background: #555;
	display: inline-block;
	position: relative;
}
.uploadphotobx .uploadBox:hover {
	background: #333;
	box-shadow: 0 0 10px #ccc;
	color: #fff;
}
.fileattached {
	background: #f6f6f6;
	border: 1px solid #ddd;
	padding: 7px 10px;
	margin-top: 5px;
}
.fileattached img {
	width: 30px;
	float: left;
	margin-right: 10px;
}
.fileattached span {
	display: inline-block;
	padding-top: 8px;
	font-weight: 600;
	color: #555;
	font-size: 13px;
}
.fileattached i {
	float: right;
	font-size: 20px;
	color: #84bc25;
	margin: 5px 0 0 0;
}

.searchList {
	list-style: none;
}
.searchList li {
	background: #fff;
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 15px;
}
.searchList li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border: 1px solid #5dc302;
}
.searchList li .adimg img {
	width: 100%;
}
.searchList li h3 {
	margin: 0;
}
.searchList li h3 a {
	font-size: 18px;
	font-weight: 600;
	color: #555;
}
.searchList li .cateName {
	margin: 10px 0;
	color: #969595;
	float: left;
}
.searchList li .cateName a {
	color: #969595;
}
.adprice {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
}
.adverify {
	text-align: right;
	border: 1px solid #ddd;
	padding: 7px 15px;
	display: inline-block;
	background: #f8f8f8;
	font-weight: 600
}
.adverify i {
	font-size: 18px;
	color: #5dc302;
}
.editad {
	border: 1px solid #ddd;
	padding: 7px 15px;
	display: inline-block;
	background: #f8f8f8;
	font-weight: 600;
	color: #555;
}
.pendingad {
	background: #FFDDDE;
	border: 1px solid #FFC1C2;
	color: 000;
	display: inline-block;
	margin-top: 15px;
	font-weight: 600;
	padding: 7px 15px;
}
.searchList li a:hover {
	color: #333;
}
}
.ribbon_3 {
	position: absolute;
	left: 10px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}
.ribbon_3 span {
	font-size: 10px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #f14f3f;
	background: linear-gradient(#f14f3f 0, #cb4335 100%);
	box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
	position: absolute;
	top: 19px;
	left: -21px;
	text-transform: uppercase
}
.ribbon_3 span::after, .ribbon_3 span::before {
	content: "";
	position: absolute;
	top: 100%;
	z-index: -1;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #a3362a;
}
.ribbon_3 span::before {
	left: 0;
	border-left: 3px solid #638908;
	border-right: 3px solid transparent;
}
.ribbon_3 span::after {
	right: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid #638908;
}
.searchList li .location {
	color: #000;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.searchList li .location i {
	color: #5dc302;
	margin-right: 3px;
}
.searchList li .vinfo {
	color: #555;
	margin-top: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	font-size: 12px;
	border-right: 1px solid #ddd;
	padding-right: 15px;
}
.searchList li .date {
	margin-top: 10px;
	font-size: 12px;
	color: #555;
}
.searchList li .listbtn {
	margin-top: 10px;
}
.searchList li .listbtn a {
	background: #5dc302;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
	text-align: center;
}
.searchList li .listbtn a i {
	margin-left: 5px;
}
.searchList li .listbtn a:hover {
	background: #333;
	text-decoration: none;
}
.searchList li .listbtn .edit {
	background: #5dc302;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 7px 10px;
	font-size: 16px;
}
.searchList li .listbtn .edit i {
	margin: 0;
}
.searchList li p {
	line-height: 22px;
	color: #333;
	margin: 0;
}
.searchList li .cateinfo {
	color: #5dc302;
	margin: 10px 0;
}
.searchList li .minsalary {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin-top: 25px;
	color: #a8d815;
}
.searchList li .minsalary span {
	color: #999;
	font-weight: 400;
}

/*Slider*/
.adimages {
	/* margin-bottom: 30px; */
	text-align: center;
}
.slides {
	list-style: none;
}
#carousel li, .slides li {
	padding: 0 !important;
}
#carousel li:before, .slides li:before {
	display: none;
}
#carousel img {
	opacity: 0.4;
}
#carousel .flex-active-slide img {
	opacity: 1;
}
.flexslider {
	position: relative;
}
.flexslider .flex-direction-nav {
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 100%;
}
.flex-direction-nav li {
	padding: 0 !important;
}
.flex-direction-nav li:before, .flex-direction-nav li:before {
	display: none;
}
.flex-direction-nav .flex-nav-prev {
	float: left;
	margin-left: 15px;
}
.flex-direction-nav .flex-nav-next {
	float: right;
	margin-right: 15px;
}
.flex-direction-nav li a {
	font-size: 36px;
	color: #fff;
}
.SearchBox.open{display:block!important;}
select.smallCurrecny {
    background: transparent;
    color: #fff;
    border: transparent;
}select.smallCurrecny option {
     color: #000;
    
}
.jbside .adsalary.sal-sm strong{font-size:22px}
.borderBlack{border:1px solid #d5d5d5;}

.listing_more_info {
	overflow:hidden;
	padding:20px 0;	
}
.listing_info_tab {
  border: 1px solid #e0dfdf;
  margin-top: 20px;
  padding: 40px;
}

.listing_detail_wrap {
	border:#dcd9d9 solid 1px;
}
.listing_detail_wrap12 .nav-tabs > li a {
	font-size:18px;
	font-weight:400;
	line-height:66px;
	padding:22px 65px;
	background:none;
	color:#555;
}
.listing_detail_wrap12 .nav-tabs > li a.active {
	color: #fff;
}
.listing_detail_wrap12 .nav-tabs > li.active a, .listing_detail_wrap .nav-tabs > li:hover a {
	color:#fff;
}
.listing_detail_wrap12 .tab-content {
 /*  padding: 30px; */
}
.listing_detail_wrap12 .tab-content h1, .listing_detail_wrap12 .tab-content h2, 
.listing_detail_wrap12 .tab-content h3, .listing_detail_wrap12 .tab-content h4, 
.listing_detail_wrap12 .tab-content h5, .listing_detail_wrap12 .tab-content h6 {
	/* margin-top:35px; */
}
.listing_more_info table td, .listing_more_info table th {
	font-size:16px;
}
.listing_more_info table tr td:first-child {
	color:#111;
}.gray-bg {
    background: #333;
}
.TabsList li{padding:0}
.TabsList li a {
    padding: 18px!important;
    display: block;
    font-size: 16px;
}
.TabsList li a.active{background:#55b640; color:#fff!important;}

.main_features {
	overflow:hidden;
}
.main_features ul {
	padding:0px;
	margin:0px;
}
.main_features ul li {
  border: 1px solid #dcd9d9;
  float: left;
  list-style: outside none none;
  margin: 5px 6px 0 0;
  min-height: 152px;
  min-width: 186px;
  padding: 10px;
  text-align: center;
}
.main_features ul li h5 {
	font-weight:300;
	margin:0px;
}
.main_features ul li p {
	font-size:11px;
	margin:0px;
}
.main_features ul li i {
    color: #c0c0c0;
    font-size: 42px;
    margin: 0px;
    min-height: 82px;
    line-height: 82px;
}
.main_features ul li span img{opacity:0.2;}
.main_features ul li:last-child {
	margin: 5px 0;
}
.jbside.safeText{background:#fff;}
.jbside.safeText h3{color:#000;}
.jbside.safeText .unorderlist li{background:#fff; color:#000;}

.mainpage h2.head_sub {
    font-size: 1.7rem;
    letter-spacing: 0;
    text-transform: inherit;
    margin-bottom: 0;
}
.ClassTop {/* margin-top: 0; *//* transition: .5s all ease-in-out; */}

.textList li{/* display: flex; *//* align-items:center; *//* margin-bottom: 0px; */font-size: 14px;margin-bottom: 5px;}
.textList li span{display: inline-block;width: 25px;height: 25px;background-repeat: no-repeat;margin-right: 16px;background-size: 25px;position: relative;top: 10px;}

.rightlist.textList li{float: right;display: inline-block;width: 82%;}
.rightlist.textList li span{margin-left: 20px;margin-right: 0;top: 10px;}
.textList li span.ico-1 {background-image: url(../images/auction/ico_01.png);}
.textList li span.ico-2 {background-image: url(../images/auction/ico_02.png);}
.textList li span.ico-3 {background-image: url(../images/auction/ico_11.png);}
.textList li span.ico-4 {background-image: url(../images/auction/ico_10.png);}
.textList li span.ico-5 {background-image: url(../images/auction/ico_05.png);}
.textList li span.ico-6 {background-image: url(../images/auction/ico_09.png);}
.textList li span.ico-7 {background-image: url(../images/auction/ico_07.png);}
.textList li span.ico-8 {background-image: url(../images/auction/ico_08.png);}
.textList li span.ico-9 {background-image: url(../images/auction/ico_04.png);}
.textList li span.ico-10 {background-image: url(../images/auction/ico_12.png);}
ul.text-white.textList.text-right.rightlist {
    /* margin-top: -13px; */
}

.parentmakelist {
    max-height: 500px;
    overflow-y: scroll;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #55b640;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.d-md-flex .card-footer {
    padding: 8px 15px 8px 23px!important;
}
.filter-option-inner-inner{font-family: inter;font-weight: 400;font-size: 14px;}

a, .btn-link, .car-title-m h6 a:hover, .featured-car-content > h6 a:hover, .footer-top ul li a:hover, .get-intouch a:hover, .blog-content h5 a:hover, .blog-info-box li a:hover, .control-label span, .angle_arrow i, .contact_detail li a:hover, .team_more_info p a:hover, .error_text_m h2, .search_btn, .popular_post_title a:hover, .categories_list ul li a:hover, .categories_list ul li a:hover::after, .article_meta ul li a:hover, .articale_header h2 a:hover, .btn.outline, .share_article ul li, .contact-info a:hover, .social-follow a:hover, .radio input[type="radio"]:checked + label::before, .checkbox input[type="checkbox"]:checked + label::before, .product-listing-content h5 a:hover, .pricing_info .price, .text-primary, .footer_widget ul li a:hover, .header_search button:hover, .header_widgets a:hover, .navbar-default .navbar-nav > li.active a, .navbar-default .navbar-nav > li:focus a, .navbar-default .navbar-nav > li:hover a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .my_vehicles_list ul.vehicle_listing li a:hover, .dealer_contact_info a:hover, .widget_heading i, .dealers_listing .dealer_info h5 a:hover, .main_features ul li p, .listing_detail_head .price_info p, .listing_other_info button:hover, .compare_info table td i, .compare_info table th i, #accessories i, .price, .inventory_info_list ul li i, .services_info h4 a:hover, .about_info .icon_box, .header_style2 .navbar-nav > li > .dropdown-menu a:hover, .header_style2 .navbar-default .navbar-nav li:hover .dropdown-menu li a:hover, .header_style2 .dropdown-menu > .active > a, .header_style2 .dropdown-menu > .active > a:focus, .header_style2 .dropdown-menu > .active > a:hover, .header_style2 .dropdown-menu > li > a:focus, .header_style2 .dropdown-menu > li > a:hover, a:hover, a:focus, .btn-link:hover, .sidebar_widget ul li a:hover, .sidebar_widget ul#recentcomments li a {
    color: #55b640;
    fill: #55b640;
}

.modal-title {
    color: #55b640;
}
.borround {
    border: 1px solid #d5d5d5;
    padding: 18px;
}

.top-bar-right {
    font-size: 13px;
}

.top-bar-left {
    font-size: 13px;
}

a.navbar-brand img {
    max-width: 150px;
    margin: 10px 0;
}

input.form-control.searchtop {
    position: relative;
    height: 34px;
    margin-top: 2px;
}

li.searchBTN button {
       position: relative;
    left: -33px;
    background: #fff;
    padding: 0;
    margin: 0;
    height: 30px;
    top: 4px;
    width: 33px;
}
.call form {
    /* left: 39px; */
    /* position: relative; */
    border: 1.4px dashed #55b640;
    margin: 10px;
    padding: 10px;
    border-radius: 20px 0;
}

.call form input {
    /* width: 87%; */
    padding: 18px;
}


.contentARea{    background-color: #F4F4F4; padding:60px;}
.features .card-body {
    min-height: 120px;
}
.features:hover .fea-icon {
    /* background: #12202c!important; */
}

.features:hover .fea-icon img {
    opacity: 1;
}
.features:hover .card-body {
    background: #12202c;
    color: #fff;
}
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) 
    {
      .intl-tel-input .country-list {
        white-space: normal; }

        .how-to img {
            width:300px;
        }
        }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../images/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }
  
  section.registerSection .container { border: 1px solid #d5d5d5;   }
  section.registerSection {   
    padding-top: 50px;
    padding-bottom: 50px;
}

.bizuponList li .ca24tm {
    background: url(../images/ca-right-spirte.png) no-repeat center center;
    width: 50px;     height: 50px;
    display: block;
    background-position: 0% 40%;
}
.bizuponList li .cacal {
    background: url(../images/ca-right-spirte.png) no-repeat center center;
    width: 50px;     height: 50px;
    display: block;
    background-position: 50% 34%;
}
.bizuponList li .caemail {
    background: url(../images/ca-right-spirte.png) no-repeat center center;
    width: 50px;     height: 50px;
    display: block;
    background-position: 100% 34%;
}
.acc-right ul li span {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase; display:block;
}
img.featureimg {
    float: left;
    margin-right: 16px;
}

.gurantedlowpr .card:hover .card-body {
    background: #12202c;
    color: #fff;
}
.fleft {
    float: left;
}
.acc-right ul li a {
    color: #666666;
}
.acc-right ul li span {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}
.divCover .head_sub {
    color: #55b640;
}


.dropcountrys:before{   
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    top: -7px;
    right: 20px; }
	.text-black{color:#000;}
.dropcountrys{

display: none;

background-color: #fff;

position: absolute;

top: 41px;

right: -14px;

width: 280px;

z-index: 99999;

box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);

text-align: left;
}
#cntry-lang p {
    color: #666666;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 500;
    text-align: left;
    line-height: 16px;
}
.dropcntry-rg span { display: inline-block;}

.democountry li.selected-flag span.countryName { position: relative;  left: 26px;}
.democountry .selected-flag {
    padding: 8px 20px;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    display: block;
}

ul.country-select.democountry {
    display: block;
}
a.js-dropdown {
    padding: 10px 0px 20px 0;
}

ul.country-select.democountry li:hover {
    background: #f2f2f2;
}
.democountry a{display:block;}
.dropdown-is-open .dropcountrys{ display: block !important; } 
.dropcountrys a.fright{ float: right; padding-right: 20px; }
.dropcountrys a.fright i.fa-times{ margin-right: 8px; color: #787878; }
.dropcountrys h3{
    color:#333333;
    font-size: 16px;
    text-align: left;
    padding: 10px 18px;
    margin-bottom: 0;
    margin-top: 5px;
    }
.dropcountrys .regionSearchBox{ background: transparent; padding: 0px 15px 12px; }
.dropcountrys .regionSearchBox input{ color: #696969; outline: none; padding:5px 15px;
border:1px solid #a0a0a0; }

.dropcountrys .row *{ color: #636363; }
.dropcountrys .devider-title{
    color: #636363;
    font-size: 13px;
    letter-spacing: 0px;
    text-align: left;
    padding: 0px 0px 5px 0px;
    display: block;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 15px; }
.country-list-all-holder fieldset{ position: initial; }
.country-list-all-holder li{display: block;margin: 0;position: relative;line-height: 18px; font-size: 14px; 
    color: #636363;}
.countrytitl{ display: block; width: 100%; float: left; }
.countrytitl span{ color:#333333; font-size: 14px; font-weight: 700; float: left; }
.countrytitl span:first-child{ padding-right: 5px; }
.countrytitl span+span{ border-left: 1px solid #333; padding: 0 5px; }
.allcntry-list .flags-drp{ padding: 8px 20px; padding-left: 50px; }
.country-list-all-holder .flags-drp:before{
    content: '';
    background: url("../images/flags123.png") no-repeat;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 18px;

    height: 16px;
    width: 20px;
    background-position: -3855px 0;
}
#countryall-reg li+li {
    border-top: 1px solid #eee;
}

.country-list-all-holder li.flags-drp:hover{ background-color: #f2f2f2; }
.country-list-all-holder .allcntry-list li a{ color: #ed2530; text-decoration: underline; }
.country-list-all-holder .cntry-lang li{float: left;padding: 0 20px 0 0;}
.country-list-all-holder .cntry-lang li+li:before{content: '|';font-size: 20px;color: #4d4d4d;position: absolute;left: -15px;bottom: 0;top: 7px;margin: auto;   /* bottom: 0; *//* margin: auto; */line-height: 0;/* display: flex; *//* align-items: center; */}
.country-list-all-holder .cntry-lang li+li{border-top: none !important;}

.country-list-all-holder .kenya:before{ 
    background-position: 8.273381294964029% 68.75%;  }
.country-list-all-holder .angola:before{ 
    background-position: 8.273381294964029% 12.5%; }
.country-list-all-holder .australia:before{ 
    background-position: 8.273381294964029% 18.75%; }
.country-list-all-holder .belgium:before{ 
    background-position: 0 25%; }
.country-list-all-holder .canada:before{ 
    background-position: 42.0863309352518% 6.25%; }
.country-list-all-holder .chile:before{ 
    background-position: 41.36690647482014% 37.5%; }
.country-list-all-holder .newzeland:before{ 
    background-position: 33.093525179856115% 81.25%; }
.country-list-all-holder .myanmar:before{ 
    background-position: 66.18705035971223% 75%; }
.country-list-all-holder .uganda:before{ 
    background-position: 100% 18.75%; }
.country-list-all-holder .tanzania:before{ 
    background-position: 100% 6.25%; }
.country-list-all-holder .congo:before{ 
    background-position: 42% 25.45%; }  
.country-list-all-holder .jamaica:before{ 
    background-position: 58% 62.45%; }  
.country-list-all-holder .surinameafrica:before{ 
    background-position: 92% 68.65%; }  
.country-list-all-holder .southafrica:before{ 
    background-position: 100% 87.5%; }
.country-list-all-holder .zambia:before{ 
    background-position: 100% 93.75%; }
.country-list-all-holder .bahamas:before{ 
    background-position: 8% 31.25%; }
.country-list-all-holder .uae:before{ 
    background-position: 41.36690647482014% 68.75%; }
.country-list-all-holder .solomonislands:before{ 
    background-position: 41.36690647482014% 68.75%; }
.country-list-all-holder .uae:before{ 
    background-position: 41.36690647482014% 68.75%; }

.country-list-all-holder{
    height: 200px;
    overflow: auto;
    /* width: auto; */
    margin-top: 0px;
    position: relative;
    font-family: 'Lato', sans-serif;
    }


.country-list-all-holder *{ color: #636363; }
.flags-drp{display: block;width: 100%;float: left;    padding: 15px 20px;padding-left: 50px;}

.allcntry-list{ display: block;
    width: 100%;
    float: left;
    margin-top: 6px; }


.country-list-all-holder li.flags-drp2:before{content: " ";background: url(../images/flags123.png) no-repeat; width: 20px; height: 16px; display: inline-block; position: absolute;left: 15px; top: 18px; }
.country-list-all-holder li.pakistan:before{ background-position: -4009px 0; }
.country-list-all-holder li.kenya:before{ background-position: -2633px 0; }
.country-list-all-holder li.bangladesh:before{ background-position: -418px 0; }
.country-list-all-holder li.turkey:before{ background-position: -5065px 0; }
.country-list-all-holder li.united-kingdom:before{ background-position: -1775px 0; }

.menuTop {
    position: relative;
}
.menuTop a {padding: 20px 12px;/* background: green; */}
.menuTop a:hover{}
.menuTop a:hover +.drop-menu{display:block!important;}
.drop-menu:before{    position: absolute;
    top: -5px;
    left: 12px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgb(0, 40, 100, 0.12);
    border-left: 5px solid transparent;
    border-bottom-color: #fff;
    content: '';}
.drop-menu{
    display: none;
    position: absolute;
    top: 35px;
    z-index: 1000;
    margin: 0;
    padding: 5px;
    min-width: 80px;
    background-color: #fff;
    border: #e8ebf3 solid 1px;
    border-radius: 2px;
    box-shadow: 0 5px 25px rgb(16, 49, 85, 0.2);
    left: 11px;
    }

    ul.drop-menu li a {
    display: block;
    width: 100%;
    padding: 7px 4px;
    color: #6c6a8d;
}

.drop-menu li {
    width: 100%;
}

ul.drop-menu li a:hover {
    background-color: #55b640;
    color: #fff;
}
.fa.fa-search {
    color: #55b640;
}
.fa-stack .fa-plus {
    position: relative;
    top: -4px;
    font-size: 34px;
}
section.registerBox {
    padding: 4%;
}
.bg-grey{background-color: #f1f1f1;}
.portCOntent {
    background: #f2f2f2;
    padding: 6px;
    font-size: 16px;
    width: 96px;
    position: absolute;
    bottom: -16px;
    font-weight: 600;
}

.ports .col {padding: 5px;}
	.item-card9-imgs{box-shadow:1px 1px 8px 6px #c3c3c3;}
.listslider .card{box-shadow:0px 2px 6px 2px #d5d5d5; border:0px!important; background:#fff;}
ul.listslider li {
    float: left;
    margin: 0 15px 0 15px;
    max-width: 211px;
}

.enquirylist{}
.enquirylist li input {
    margin-right: 10px;
}

.enquirylist li {
    /* display: inline; */
    margin-right: 12px;
    min-width: 110px;
    float: left;
}
span.red_color {
    color: red;
}
.enquiryForm label{font-size: 16px;font-weight: 500;}

/* section.enquiryForm input {border: 0px;border-bottom: 2px solid #c5d9ec;padding: 0;font-size: 16px;}
section.enquiryForm textarea {border: 2px solid #c5d9ec;}
section.enquiryForm select {border: 2px solid #c5d9ec;} */

section.enquiryForm input, section.enquiryForm select {
       margin-bottom: 0;
    background: #fff;   
    height: 40px;
    color: #6c6a8d;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
section.enquiryForm input[type="radio"]{height:auto;}
	section.enquiryForm textarea{margin-bottom: 0;
    background: #fff;
    color: rgba(255,255,255,.7);   
   
    color: #6c6a8d;
    border: 1px solid #d5d5d5;}
	
	


.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.question {
  color: #000;
  position: relative;
  background: #fff;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
  font-size: 1rem;
}

.answers {
  font-weight:300;

  padding: 0px 15px;
  margin: 0px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  color: #000;
  position: absolute;
  margin-left: 10px;
  margin-top: 5px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); color:#fff;
}
.questions:checked ~ .question {background-color: #12202c;
    background-image: linear-gradient(#12202c, #0a0619fa);
    color: #fff;}
.questions {
  display: none;
}

.MainQue{
    border: 1px solid #d5d5d5;
    margin-bottom: 20px;
    }
	
	.maphere a{color:#000;}
	.dotted{border-top:.5px dashed #203552;}
	.exemplo hr{    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c1c1c1;}
	.exemplo p {
    font-size: 14px;
}
.country.navi.auctionmenu img {
    width: 30px;
    opacity: 0.6;
}
.country.navi.auctionmenu a {
    padding: 12.5px 15px;
}
.imagearea img{max-width:350px!important;}
.exemplo {
    padding: 40px!important;
}
.modal-header button:hover{background:transparent!important;}



@media only screen and (max-width: 600px) {
    .horizontalMenu{
        visibility:inherit;
        z-index:999;
    }
    .slick-dotted.slick-slider {
        display: none;
    }
    .horizontalMenu > .horizontalMenu-list{
        margin-left: 0;
        width:100%;
    }
    ul.horizontalMenu-list {
        display: none;
    }

}
.notification-icon {
    position: fixed;
    left: 100%;
    top: 21%;
    z-index: 88888;
    width: 266px;
    transition: .6s all ease-in-out;
}

.notification-icon span {
    color: #ffffff;
    background: #55b640;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    font-size: 21px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: -35px;
    top: 18px;
}

@media screen and (max-width:640px) {
    .port-group {
        display: flex;
        gap: 15px;
        align-items: center;
        padding: 7px 0;
        border-bottom: solid 1px #f1f1f1;
    }

    .card .mt-4 {
        margin-top: 0px !important;
    }

    .sptb {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }

    .card .card-header {
        padding: 10px 10px!important;
        min-height: 0;
    }
    .card-header h4{
        margin-bottom:0;
    }
    .card {
        margin-bottom: 15px;
    }
    .card-body {
        padding: 10px 10px!important;
    }
    .bb-0 {
        border-bottom: 0 !important;
    }
    a.navbar-brand img {
        max-width: 70px;
    }
    .currency .btn {
        padding: 5px;
    }
    .currency.ml-auto {
        margin-left: 0 !important;
    }

    .change-password {
        display: none;
    }

    .navbar-toggler {
        top: -38px;
    }
}