/* ==============================
   1. import css
   ============================== */

@import url("../css/fancybox.min.css");
@import url("../css/animate.min.css");
@import url("../css/fonts-min.css");


/* ==============================
   2. default
   ============================== */

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	color: #666666;
	font-weight: 400;
}

p {
	line-height: 25px;
	font-size: 15px;
	color: #666666;
	font-weight: 400;
}

a, :before, :after, .btn, i {
	-webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}

strong{font-weight: 500;}
a.facebook:hover{background:#3b5998; }
a.linkedin:hover{background:#0077B5; }
a.google:hover{background:#d34836; }

.bg-1{background:#ECF5FD;}
.bg-2{background:#0A67AA;}
.bg-3{background:#e1f0fd;}
.btn-rds24{border-radius:24px;}
.bdr2{border:solid 2px #007bff;}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 1111;
	display: none;
	color:#FFFFFF !important;
	background: rgba(0, 0, 0, 0.65);
}

/* ==============================
   3. Pre Loader
   ============================== */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}
#status {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/preloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -60px 0px 0px -60px;
}

.inq_remove_color {
    border: 1px solid rgba(232, 189, 189, 0.125);
    background: #dcb9b9;
}
/* ==============================
   4. home css
   ============================== */
.main-wrapper, .wrapper {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.left-wrap{
	max-width:232px;
	min-width:232px;
	position: relative;
}
.right-wrap {
	width: 100%;
	position: relative;
	overflow:hidden;
}

.custom-search{background:#FFFFFF; padding:0px 15px; margin:0px auto 7px; position:relative;  }
.custom-search .form-control, .custom-search .custom-select{border-radius:24px; border:solid 2px #007bff; font-size:14px; font-weight:400; }
.custom-search .form-control-sm {height: calc(24px + 2px); }
.custom-search label{color:#666666; font-size:15px; text-align:center; }
.custom-search .btn-primary{font-size:16px; padding:7px 32px;}
.col-auto.form98{max-width:98px }
.custom-search .custom-select:focus{box-shadow:none;  }
datalist, datalist#cars option {font-size:18px; font-weight:bold; color:#666666; }



.slide-menu{
	border: solid 2px #007bff;
	border-left:none;
	overflow: hidden;
	height: 228px;
	width:100%;
	max-width:218px;
	padding:0px 16px 0px 0px;
	position:relative;
	border-radius: 0px 36px 36px 0px;
	-moz-border-radius: 0px 36px 36px 0px;
	-webkit-border-radius: 0px 36px 36px 0px;
}
#list-example,.set_buylead{
	overflow: hidden;
	overflow-y: auto;
	height:100%;
	width:100%;
	position:relative;
	padding:5px 14px 4px 0px;
}
.slide-menu .nav-link {
	border-bottom:solid 1px #AFE4F5;
	border-radius:0px;
	font-size:15px;
	color:#666666;
	padding:12px 16px 12px 30px;
	position:relative;
	white-space:nowrap;
}
.slide-menu .nav .nav-link:last-child{border-bottom:none;}
.slide-menu .nav-link:before {
	content: "\f0a9";
	font-family:'FontAwesome';
	position:absolute;
	left:10px;
	top:16px;
	font-size:13px;
}
.slide-menu .nav-pills .nav-link:hover{color:#5db73e !important; padding:12px 12px 12px 34px; }
.slide-menu .nav-pills .nav-link.active, .slide-menu .nav-pills .show>.nav-link{color:#666666; background-color:transparent; }

/*.tab-content{border:solid 4px #ECF5FD; padding:36px;  }*/

.youself .form-control {border-radius:24px; border:solid 2px #007bff; font-size:14px; font-weight:400; margin-bottom: 9px; }
.youself p {
    padding:0px 5px 0px 9px;
    margin: 0;
    font-size: 13px;
    color:#007bff;
    line-height: 20px;
		text-align:left;
}
.register_text{
	-webkit-animation-duration:0.7s;
		animation-duration:0.7s;
		-webkit-animation-fill-mode:both;
		animation-fill-mode:both;
}
.register_text.intro{-webkit-animation-name:zoomOut;animation-name:zoomOut; display:none; }
.send_otp {
    display:none;
		-webkit-animation-duration:1s;
		animation-duration:1s;
		-webkit-animation-fill-mode:both;
		animation-fill-mode:both;
		backface-visibility:hidden;
}
.send_otp.intro{
	display:inline-block;
	-webkit-animation-name:zoomIn;animation-name:zoomIn;
}

.youself .input-group{margin-bottom:9px; border-radius:24px; border:solid 2px #007bff; padding-left:10px; }
.youself .input-group .form-control{border:none; margin-bottom:0px; margin-left: 0px; border-radius: 24px !important; padding-left:2px; padding-right:5px; }
.youself .input-group .india_91 {padding:7px 3px; font-size:18px; line-height:24px;}
.youself .input-group .form-control.fontlarge{font-size:18px; }
.youself .input-group .input-group-text{border:none; background-color:transparent; display:none; }
.youself .input-group div.input-group-text.intro{display:flex; padding-left:0; padding-right:10px; }
.youself .input-group-prepend {margin-right: 0px;}



.table-content .table-responsive{overflow:hidden; }
.table-content table{margin-bottom:6px; }
.table-content thead th{color:#FFF; font-size:15px; font-weight:600; border-bottom:none; vertical-align:top; text-transform:uppercase; }
.table-content td{color:#666;font-size:14px;font-weight:400;white-space: nowrap;text-align: center;}
.table-content table .custom-control-label::before{background-color: #ffffff; border: solid 1px #007bff;}
.table-content table .custom-control{padding-left: 34px; margin-top:-16px;}
.table-content table tbody tr:nth-of-type(odd){background-color:#FFFFFF; }
.table-bordered td, .table-bordered th {border: 1px solid #e6e8ea; }


#regForm .tab,.log_screen_custom .tab {
  display: none;
}
#regForm .tab.mystyle,.log_screen_custom .tab.mystyle {
  display: block;
}
#regForm input.invalid,.log_screen_custom .input.invalid {
  background-color: #ffdddd;
}
#regForm .tab label,.log_screen_custom .tab label{
	font-size: 13px;
	color: rgba(152, 152, 152, 0.65);
	margin-bottom: 0px;
	letter-spacing: 1px;
}
#regForm .tab .btn-primary,.log_screen_custom .tab .btn-primary{
	font-size: 16px;
	padding: 7px 32px;
	border-radius: 24px;
}
#regForm .tab .btn-link,.log_screen_custom .tab .btn-link{
	font-size: 12px;
	padding:10px 7px 6px 7px;
	color:#767676 !important;
}
#regForm .tab .btn-primary, #regForm .tab .btn-link,.log_screen_custom .tab .btn-primary,.log_screen_custom .tab .btn-link{
	-webkit-animation-duration:0.7s;
	animation-duration:0.7s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	backface-visibility:hidden;
}
#regForm .tab.mystyle .btn-primary, #regForm .tab.mystyle .btn-link,.log_screen_custom .tab.mystyle .btn-primary,.log_screen_custom .tab.mystyle .btn-link{-webkit-animation-name:zoomIn;animation-name:zoomIn;}



.main-contant {
	width: 100%;
	position: relative;
}
.contant-left {
	width: 100%;
	position: relative;
	overflow:hidden;
	border:solid 4px #ECF5FD;
}

.user-name{
	font-size: 16px;
	padding: 10px 32px;
	border-radius: 24px;
	position: relative;
	background: #007bff;
	color: #FFF;
	display: inline-block;
	min-width: 136px;
	text-align:center;
}
.user-name span, .hi-user {
		background: #FFF;
    border: solid 2px #007bff;
    color: #007bff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    position: absolute;
    top: -12px;
    left: 2px;
    line-height: 26px;
		z-index: 10;
}
.user-name span:before, .hi-user:before {
    position: absolute;
		content:"";
    top: -7px;
    left: -7px;
    height: 40px;
    width: 40px;
    z-index: 7;
    border: 5px solid #007bff;
    border-radius: 50%;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.btn.edit{font-size:12px; font-weight:500; padding-top:12px; padding-right:16px; }

.requirement{padding:24px 14px 14px 14px; background:#e1f0fd; position:relative; min-width:345px;}
.requirement h4{color:#007AFF; font-size:16px; font-weight:600; }
.requirement h4 small{display: block; padding-top: 9px; color: #656565; font-size: 12px;}
.requir-box{height:120px; min-width:150px; width:100%; background:#FFF; display:block; position:relative; margin-top:10px; overflow:hidden; box-shadow:0px 0px 7px 0px rgba(0, 123, 255, 0.14); }
.requir-box img{width: 100%; height: 100%; object-fit: contain;}
.requir-box h6{background:rgba(0, 123, 255, 0.86); position:absolute; left:0; bottom:10px; width:calc(100% - 15px); padding:7px 2px 7px 7px; font-size:13px; color:#FFF; margin-bottom:0; border-radius: 0px 24px 24px 0px; }
.requir-right{height:390px; width:100%; overflow:hidden; overflow-y:auto; margin:0px auto; display:block; }



.notification img{
	-webkit-animation: bell 2s ease infinite;
	animation: bell 2s ease infinite;
	backface-visibility:hidden;
	width:22px;
	height:auto;
	transform-origin:top right;
}
.notification:hover img{
	-webkit-animation:none;
	animation:none;
}
.notification .bell {
    background: #D90000;
    color: #FFF;
    width: 22px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 17px;
    z-index: 11;
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    font-weight: 700;
}

.p-details .btn-primary {
    font-size: 16px;
    padding: 7px 32px;
}
.p-details label, .p-details legend{
    color: #333333;
    font-size: 14px;
		padding-top: 9px;
}
.p-details .form-control, .p-details .custom-select{
	    border-radius:24px;
    border: none;
		border-bottom: solid 1px #86c6fd;
    font-size: 14px;
    font-weight: 400;
}
.p-details .custom-select{background: #fff url(../images/drop-down-arrow.svg) no-repeat right .75rem center; }
.p-details .form-control:focus, .p-details .custom-select:focus{border-bottom-color:#007bff; box-shadow:none;}
.p-details label.col-sm-auto {min-width:146px; }
.p-details h4{font-size:22px; color:#0079FF; font-weight:600; padding-bottom:18px; }

.business-pro label.col-sm-auto {min-width:174px; }
.business-pro label strong{color: #333333; font-size:16px; font-weight:400;  }
.business-pro .custom-control-label:before{background-color: transparent; border:solid 2px rgba(0, 0, 0, 0.5); }
.business-pro .custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:checked~.custom-control-label::before{border:none; }

.buy-sell{background:url(../images/big-logo.png) top center no-repeat; background-size:contain; }
.anything{text-align:center; max-width:676px; margin:0px auto; }
.anything h3{color:#6CBE50; font-size:26px; font-weight:700; margin-top:-15px; }
.anything h4{color:#212121; font-size:26px; font-weight:700; padding:7px 0px 0px 0px;}
.anything img {pointer-events: none;   height: 100px;  user-select: none; }

.big-logo{text-align:center; opacity:0.92; pointer-events: none;     user-select: none; }
.big-logo img {pointer-events: none;     user-select: none; }

.pro-list{max-width:890px; margin:0px auto; display:block;  }
.pro-list li{position:relative; font-size:16px; color:#7d7d7d; padding:7px 5px; display:inline-block; width:20%; margin-right: -7px; }
.pro-list li:before{content:"\f00c"; font-family:'FontAwesome'; font-size:14px; color:#6CBE50; padding-right:5px; }

.marquee{position: relative;
    width: 100%;
    display: block;
    margin: auto;
}
/*.marquee:before{position:absolute; content:""; bottom:0px; background:#ECF5FD; width:100%; max-width:325px; height:1px; margin:auto; left:0; right:0;}*/
.marquee-with-options{overflow: hidden; width:100%;}
.marquee-with-options span{position:relative; font-size:22px; color:#007bff; font-weight:600; padding:0px 15px; }
.marquee-with-options span:before{content:"\f1b2"; font-family:'FontAwesome'; color:#6CBE50; padding-right:7px; }

.shadow-t {
	-webkit-box-shadow: 1px 1px 22px 0px rgba(0,123,255,0.08);
	box-shadow: 1px 1px 22px 0px rgba(0,123,255,0.08);
}
.shadow-tl {
	-webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.05);
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.05);
}
.bdr01{border:solid 1px #ECF5FD; }
.bdr03{border:solid 3px #ECF5FD; }


footer p {color:#ecf5fd; margin:0; padding-top:2px; font-size:14px; line-height:24px; font-weight:400; }
footer a {text-decoration:underline; color:#eaeaea; font-size:14px; line-height:24px; font-weight:400; }
footer a:hover {text-decoration:none; color:#eaeaea; }
footer.bg-primary {position:relative; bottom:0px; width:100%; min-width:120px; margin-top:14px; }

textarea{resize:none; }
#Company, #Godown, #PartyGodown{display:none;}

a#po_model{position:absolute;opacity:0;bottom:0;pointer-events:none}
#btn-ajax{display:none;}
#form-popup{max-width:586px;width:100%;display:none;padding:46px 24px;text-align:center; pointer-events:auto;}
#form-popup h2{font-size:26px;color:#007AFF;font-weight:700;margin-bottom:5px;}
#form-popup p{margin:auto;max-width:486px;font-size:18px;line-height:28px;padding:15px 0;color:#666666}
#form-popup .btn-primary{border-radius:24px;color:#FFF;font-size:14px;padding:11px 46px}
#form-popup .fancybox-close-small{display:none}
#form-popup svg{width:150px;display:block;margin:0 auto 40px}
#form-popup .path{stroke-dasharray:1000;stroke-dashoffset:0}
#form-popup .path.circle{-webkit-animation:dash .9s ease-in-out;animation:dash .9s ease-in-out}
#form-popup .path.line{stroke-dashoffset:1000;-webkit-animation:dash .9s .35s ease-in-out forwards;animation:dash .9s .35s ease-in-out forwards}
#form-popup .path.check{stroke-dashoffset:-100;-webkit-animation:dash-check .9s .35s ease-in-out forwards;animation:dash-check .9s .35s ease-in-out forwards}

#form-popup .btn{
		border-radius: 24px;
    color: #FFF;
    font-size: 14px;
    padding: 11px 46px;
}
#form-popup h2.text-danger{color:#D80000;}

#form-popup .svg-box {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto 18px
}

#form-popup .svg-box svg {
    width: auto;
    margin: auto;
    display: table-cell
}
#form-popup .circular circle.path {
    stroke: #dc3545;
		stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: .7s draw-circle ease-out
}
#form-popup .alert-sign {
    stroke-width: 6.25;
    stroke-linecap: round;
    position: absolute;
    stroke: #dc3545;
		top: 40px;
    left: 68px;
    width: 15px;
    height: 70px;
    animation: .5s alert-sign-bounce cubic-bezier(0.175, .885, .32, 1.275)
}
#form-popup .alert-sign .dot {
    stroke: none;
    fill: #dc3545
}

.addpartner label {font-size:16px; color:#007AFF; padding-top:0px; }
.addpartner label strong{font-size:18px; color:#333; font-weight:600; }
.addpartner .form-control, .addpartner .custom-select{border:solid 2px #007BFF;  }
.addpartner .form-group{max-width:248px; min-width:248px;  }

.addpartner textarea{height:calc(2.25rem + 2px);  }

.addmore{font-size:14px; color:#007BFF; font-weight:400; }
.btn-close {
	top:-9px;
	right:-9px;
	width:32px;
	height:32px;
	padding:0;
	color:#0D82FF;
	font-size:24px;
	line-height:32px;
	border-radius:50%;
	position:absolute;
	background-color:#FFF;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25) !important;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.25) !important;
}
.alert-green{border:solid 1px #6CBE50; background:#E0F1DA; color:#40792D; }
.alert-red {border:solid 1px #B20000; background:#FFD7D7; color:#B20000; }

.login-successful{border-radius:12px; text-align:center; padding:16px; }
.login-successful svg{width:36px; margin-bottom:14px;}
.login-successful .path{stroke-dasharray:1000;stroke-dashoffset:0}
.login-successful .path.circle{-webkit-animation:dash .9s ease-in-out;animation:dash .9s ease-in-out}
.login-successful .path.line{stroke-dashoffset:1000;-webkit-animation:dash .9s .35s ease-in-out forwards;animation:dash .9s .35s ease-in-out forwards}
.login-successful .path.check{stroke-dashoffset:-100;-webkit-animation:dash-check .9s .35s ease-in-out forwards;animation:dash-check .9s .35s ease-in-out forwards}
.login-successful p{margin-bottom:0px; color:#40792D; font-size:16px; text-align:center; }


#post-popup {
	max-width: 598px;
    width: 100%;
    display: none;
    padding: 32px 36px;
    pointer-events: auto;
		overflow: initial;
}
#post-popup .nav-tabs .nav-link{pointer-events:none; }
#post-popup h3{
	  color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
}
#post-popup .form-control, #post-popup .custom-select {
    border-radius: 24px;
    border: solid 2px #007bff;
    font-size: 14px;
    font-weight: 400;
}
#post-popup label.col-form-label{
    color: #333333;
    font-size: 16px;
    padding-top: 9px;
		min-width: 126px;
}
#post-popup .btn-primary {
    font-size: 16px;
    padding: 8px 32px;
		border-radius: 24px;
		min-width: 124px;
}
#post-popup .prev-step {
    font-size: 16px;
		color:#515861;
    padding: 8px 32px;
		border-radius: 24px;
		background-color:#D1E7FF;
		width: 124px;
    margin-right: 12px;
}

#post-popup .custom-control-label::before{background-color:transparent; border:solid 2px rgba(0, 0, 0, 0.35); }
#post-popup .custom-control-input:checked~.custom-control-label::before{background-color:#007bff; border:none; }
#post-popup .custom-control-label::before, #post-popup .custom-control-label::after{top:0.29rem;}

#post-popup .custom-control {
    padding-left: 2.2rem;
    border: solid 1px #ddd;
    border-radius: 24px;
    margin-left: 15px;
    padding-top: 6px;
		padding-bottom: 10px;
		color: #666666;
    font-size: 14px;
}
#post-popup #step2 .custom-control {margin-left:14px;}

#post-popup .fancybox-close-small{top:-10px; right:-10px; width:32px; height:32px; border-radius:50%; }
#post-popup .fancybox-close-small:after {
	top: 0px;
  right: 0px;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #0D82FF;
    font-size: 24px;
    line-height: 32px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25) !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25) !important;
}

#post-popup h2{font-size:26px;color:#333333;font-weight:700;margin-bottom:5px;}
#post-popup p{margin:auto;max-width:486px;font-size:18px;line-height:28px;padding:15px 0;color:#666666;}
#post-popup svg{width:100px;display:block;margin:0 auto 36px}
#post-popup .path{stroke-dasharray:1000;stroke-dashoffset:0}
#post-popup #step3.active .path.circle{-webkit-animation:dash .9s ease-in-out;animation:dash .9s ease-in-out}
#post-popup #step3.active .path.line{stroke-dashoffset:1000;-webkit-animation:dash .9s .35s ease-in-out forwards;animation:dash .9s .35s ease-in-out forwards}
#post-popup #step3.active .path.check{stroke-dashoffset:-100;-webkit-animation:dash-check .9s .35s ease-in-out forwards;animation:dash-check .9s .35s ease-in-out forwards}


.thought-popup{
	left:0;
	bottom:0;
	position:fixed;
	width:236px;
	height:224px;
	display:none;
	z-index: 1024;
  background:#fff;
	-webkit-box-shadow:1px 2px 28px -3px rgba(0,0,0,0.22);
	-moz-box-shadow:1px 2px 28px -3px rgba(0,0,0,0.22);
	box-shadow:1px 2px 28px -3px rgba(0,0,0,0.22);
	-webkit-animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-duration:0.5s;animation-fill-mode:both;-webkit-animation-name:slideInDown;animation-name:slideInDown;
}
.thought-popup.show{display:block; -webkit-animation-name:slideInUp;animation-name:slideInUp; }
.thought-popup .btn-close{text-decoration:none !important; z-index:9999; background:#FFF; }
.thought-bubble{
	  position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    height: 224px;
		-webkit-box-shadow: inset 0px -12px 0px 0px rgba(0,123,255,1);
		-moz-box-shadow: inset 0px -12px 0px 0px rgba(0,123,255,1);
		box-shadow: inset 0px -12px 0px 0px rgba(0,123,255,1);
}
.thought-sms{
	background:url(../images/thought-bubble.svg) center no-repeat;
	background-size:contain;
	width: 120px;
	height: 104px;
	position: absolute;
	left: 40%;
	top: 10px;
	display:table;
}
.thought-sms:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 35px;
    bottom: -5px;
    left: 5px;
    background-image:url(../images/bg-img.jpg);
		background-repeat:no-repeat;
    transform: rotate(56deg);
    border-radius: 24px;
		-webkit-animation: example 3s infinite;
		animation: example 3s infinite;
}
.sms-inner {
		color: #666666;
		font-size: 15px;
		text-align: center;
		padding:25px 10px;
		overflow:hidden;
		position:relative;
}
.sms-inner p {margin-bottom:0; text-align:center; line-height:20px; }
.sms-inner p small {display:block; line-height:normal; }
.sms-inner .single-line p{padding-top:11px; }


#body1 {
    z-index: 10;
    position: absolute;
    left: 64px;
    bottom: 11px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#body1::after {
    width: 80px;
    height: 40px;
    content: "";
    display: block;
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
#head3 {
    position: absolute;
    left: 0;
    top: -45px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-5deg);
    transform: translate(-50%, 0) rotate(-5deg);
    -webkit-transform-origin: 50% 90%;
    transform-origin: 50% 90%;
   -webkit-animation: musing 2s infinite;
		animation: musing 2s infinite;
}

#form-popup.v-successful svg {width: 100px; margin:-18px auto 34px; }
#form-popup.v-error .svg-box {margin-top:-46px; height:140px; }
.last-pdate p{margin-bottom:0; text-align:right; font-size:14px; color:#0a67aa; }


.curved-arrow {
    width: 24px;
    height: 48px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    right: -32px;
		-webkit-animation: wobble 2s ease infinite;
		animation: wobble 2s ease infinite;
		backface-visibility: hidden;
		animation-delay: 2s;
}
.curved-arrow svg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
	transform: rotate(136deg);
}
.curved-arrow svg .draw-arrow {
  stroke-width: 4;
  stroke: #a2a2a2;
  fill: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  -webkit-animation-duration: 4.0s;
          animation-duration: 4.0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: draw;
          animation-name: draw;
}
.curved-arrow svg .draw-arrow.tail-1 {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}
.curved-arrow svg .draw-arrow.tail-2 {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.curved-arrow.curved-show{display:none; position:relative; top:7px; right:-18px; }
.curved-show.intro{display:inline-block; }


.detail strong{font-size:18px !important;     color: #0079FF !important; }
.bdr12{border-radius:12px; }


.bdr12 .form-control, .bdr12 .custom-select {
    border:solid 2px rgba(0, 123, 255, 0.5);
}

.cityline3 label.col-sm-auto{min-width:14px; }

.business-pro { padding: 24px; background: #ecf5fd; border-bottom: 5px solid #0a67aa; box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12); }

.business-pro .bdr03{border:solid 3px #fbfdff; background: #f5f9fd;}

.business-profile h4 {
    font-size: 22px;
    color: #0079FF;
    font-weight: 600;
    padding-bottom: 7px;
    padding-top: 10px;
}
/*19-12-2018*/

.append_multiple_comp .verifymassage{
	/*position: absolute;
	right:1.5rem;
	top:1rem;*/
	position: absolute;
    right: 0.5rem;
    top: -1rem;
}
.append_multiple_comp span.btn.btn-danger {
	color: #b20000;
	background: #ffd7d7;
	font-size: 12px;
	position: relative;
	right: 0;
	margin: 0;
}
.append_multiple_comp span.btn.btn-success {
	color:#1e7e34;
	background: #e2ffe9;
	padding: .375rem 1.5rem;
	font-size: 12px;
	position: relative;
	right: 0;
	margin: 0;
}

.append_multiple_comp span.btn.btn-remove{
	padding: 2px 4px 2px 9px;
	font-size: 16px;
	background:#f65556;
	color: #fff;
	position: relative;
	right: 0;
	margin: 0;
}
.addmore.mr-auto{color: #b20000; }
.form-control.m_gst_no {
    font-weight: 700;
}
.new-stock .verifymassage{
	position: absolute;
	right:1.5rem;
	top:1rem;
}
.new-stock span.btn.btn-danger {
	color: #b20000;
	background: #ffd7d7;
	font-size: 12px;
}
.new-stock span.btn.btn-success {
	color:#1e7e34;
	background: #e2ffe9;
	padding: .375rem 1.5rem;
	font-size: 12px;
}

.new-stock span.btn.btn-remove{
	padding: 3px 10px;
	font-size: 16px;
	background:#f65556;
	color: #fff;
}
.addmore.mr-auto{color: #b20000; }

.reel-table{ width:100%; margin:25px 0px 15px 0px; padding:0px 0px; position:relative;}
.reel-table thead{ background:#007BFF;}
.reel-table thead th{ padding:12px 15px; color:#fff; border-right:1px solid #409DF2; border-bottom:1px solid #409DF2; font-size:14px; font-weight:400; font-family:'Montserrat'; white-space:nowrap; text-align:center;}
.reel-table tbody td{ padding:0px 0px; color:#333; background:#fff; border:1px solid #409DF2; font-size:14px; font-weight:400; font-family:'Montserrat';}
.reel-table tbody td .form-control{ border:none !important;    border-radius: unset;}

#Reel, #Sheet, #OReel, #OSheet, #NReel, #NSheet, #opening_stock, #new-production, #new-purchase{ display:none;}

li.nav-item .nav-link span.whatsapp:before {
    content: "\f232"; font-family: 'FontAwesome'; position: absolute; left: 7px; top: 3px; font-size: 30px; color: green;
}

#myModal_login .modal-content,.myModal_login .modal-content{padding-top:56px; background-color:transparent; border-radius:0; border:none; }
#myModal_login .modal-body,.myModal_login .modal-body{background-color:#edf7ff; border-radius:24px; padding:1rem 24px; box-shadow:0px 7px 24px 0px rgba(0, 0, 0, 0.35); -webkit-box-shadow:0px 7px 24px 0px rgba(0, 0, 0, 0.35); }
#myModal_login .input-group,.myModal_login .input-group{background:#FFF; }
#myModal_login button.close,.myModal_login button.close { padding:7px 14px ; background: #0c68ac; position: absolute; opacity: 1; color: #fff; text-shadow: none; top: 24px; right: 0px; border-radius: 24px 0px 0px 24px; }
#myModal_login h4,.myModal_login h4 { color: #212121; font-size: 23px; font-weight: 700; padding:24px 0px 14px 0px; }
#myModal_login .user-icon,.myModal_login .user-icon { max-width: 91px; height: auto; display: block; margin:-50px auto 0px auto; box-shadow: 0px 0px 0px 7px #edf7ff; border-radius: 50%; }
#myModal_login .youself p,.myModal_login .youself p{color:#656565; padding-top:5px; }
.myModal_login .modal-body .close span { position: relative; background: none; padding: 0; }
.myModal_login .modal-body .close:hover{color:#fff;background: #0c68ac;opacity: 1;}
.myModal_login .user-icon{margin:-82px auto 0px auto;}
.myModal_login .modal-body.p-5 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
/*mukesh*/

.duplex-board h4 {
	font-size: 22px;
	color: #0079FF;
	font-weight: 600;
	padding-bottom: 18px;
}
.duplex-board label strong {
	color: #111111;
	font-size: 16px;
	font-weight: 400;
}
.duplex-board label.col-sm-auto {min-width:174px; }
.duplex-board label strong{color: #333333; font-size:16px; font-weight:400;  }
.duplex-board .custom-control-label:before{background-color: transparent; border:solid 2px rgba(0, 0, 0, 0.5); }
.duplex-board .custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:checked~.custom-control-label::before{border:none; }
.duplex-board label, .duplex-board legend, .duplex-board .form-control.w-25{
	color: #666666;
	font-size: 14px;
	padding-top: 9px;
}

.duplex-board .bdr2{border-radius:32px;padding: 14px 24px;}
.duplex-board .form-control.w-25{border:none; border-bottom:solid 1px #007BFF; border-radius:0; }

.duplex-tablebg{background:#ECF5FD; border:solid 1px #007BFF; padding:18px; }
.duplex-tablebg thead th {
padding: 12px 15px;
border-right: 1px solid #7ABAFE;
border-bottom: 1px solid #7ABAFE;
font-size: 14px;
font-weight: 400;
background:#007bff;    /*white-space: nowrap;*/
}
.duplex-tablebg tbody td{vertical-align: middle; border:solid 1px #7ABAFE; padding: 4px .75rem; }
.duplex-tablebg thead th small{ font-size: 14px; font-weight: 500; white-space: nowrap; padding: 0 14px;/*padding: 0 45px;*/}
.duplex-tablebg thead th.bundle{min-width:124px; }
.duplex-tablebg .btn-success, .duplex-tablebg .btn-danger{font-size:12px; padding:1px 10px; min-width: 60px; }
.duplex-tablebg .input-group-text{background-color:transparent; border:none; padding:7px; font-size:14px; color:#666; }
.duplex-tablebg .form-control{background-color:transparent; border-radius: .25rem !important; padding:4px; font-size:14px; color:#666; }
.addlist li{font-size:16px; font-weight:600; color:#333333;    text-transform: capitalize; }
.addlist li strong{font-size:20px; font-weight:700; color:#111111; }
.addlist li .btn-primary{background:#007BFF; border-radius:24px; font-size:14px; padding:6px 24px }
.parent_row .same_dafult{font-size: 12px;}
.parent_row .show_result li { color: #0665ab; margin-top: 10px; list-style: circle; font-size: 12px; font-weight: 600; }
.parent_row .show_result li span { color: green; font-size: 14px; }
.bbn{background:#ecf5fd !important; border:none !important; }


/*mukesh*/

.set_buyleads h4 {
    font-size: 16px;
    color: #484848;
    font-weight: 600;
    padding: 18px 6px 5px 6px;
    display: inline-block;
}
.set_buyleads li p{margin-bottom:4px;  font-weight: 600;}
.set_buyleads li h6{margin-bottom:0; }
.set_buyleads li h6 small i {color: #379615; }
.set_buyleads li h6 small {
    padding: 5px 0px;
    font-size: 12px;
}
.set_buyleads li h6 small+small{margin-left:12px; }
.set_buyleads ul.list-group {padding:0; margin-top: -1px; height: calc(100% + 1px); width: calc(100% + 12px); }
.set_buyleads .badge-pill {
    margin: 6px 0px 12px auto;
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
}
.set_buyleads .slide-menu {
    height: 291px;
	padding-right:0;
	border:none;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
}

.set_buyleads .list-group-item {padding: .75rem 17px .75rem 10px; background:#e5f1fd;   border-color: rgb(213, 225, 236);  border-right: none; }
/*06062019*/
.buyleads_action .form-control, .buyleads_action .custom-select{
    font-size: 14px;
		height: 46px;
		box-shadow:none;
		color:#6c757d
}
.buyleads_action .btn-primary{font-size:14px; padding:10px 20px; }

.buyleads_action .cardopen{display:block; padding:18px 56px 14px 15px; background:#f0f5fb; position:relative; }
/*.buyleads_action .cardopen:before{content:"\f107"; font-family:'FontAwesome'; font-size:24px; color:#CCC; position:absolute; top:21px; right:15px;}
.buyleads_action .cardopen.collapsed:before{content:"\f105"; }*/
.buyleads_action .cardopen:hover{text-decoration:none; }
.buyleads_action .carddetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buyleads_action .carddetail h6{
    font-weight: 600;
		line-height: 25px;
    font-size: 17px;
    color:#484848;
}
.buyleads_action .carddetail li {
    padding: 5px 0px;
    font-size: 12px;
		display: inline-block;
}
.buyleads_action .carddetail li+li{padding-left:12px; }
.buyleads_action .carddetail li i {
    color: #379615;
}

.buyleads_action .card-body .btn-primary{
    display: table;
    margin-bottom: 24px;
}
.buyleads_action .card-body .btn-primary small{display:block; }
.indiaflag p img{width: 25px;padding-right:7px;position:relative;top:-2px;}
.indiaflag p{margin-bottom:0px; }
.indiaflag .fav-counter{position:absolute; right:-40px; bottom:2px; font-size:12px; color:#666; font-weight:400; }
.buyleads_action .card-body .btn-link, .buyleads_action .card-body .btn-light{
    margin-bottom: 24px;
}
.buyleads_action .card-body .btn-light i { padding: 0px 0px 0px 7px; color: #72af1f; font-size: 18px; position: relative; top: 1px; }
.buyleads_action .card-body .btn-light { background-color: #dcedfd; border-color: #d3d9df; padding:7px 18px 7px 21px; }
.buyleads_action table{color:#484848; font-size: 15px; }
/*06062019*/
.buyleads_action .form-control, .buyleads_action .custom-select{
    font-size: 14px;
		height: 44px;
		box-shadow:none;
		color:#6c757d;
		    min-width: 156px;
}
.buyleads_action .btn-primary{font-size:14px; padding:7px 21px; }

.buyleads_action .cardopen{display:block; padding:18px 56px 14px 15px; background:#f0f5fb; position:relative; }
/*.buyleads_action .cardopen:before{content:"\f107"; font-family:'FontAwesome'; font-size:24px; color:#CCC; position:absolute; top:21px; right:15px;}
.buyleads_action .cardopen.collapsed:before{content:"\f105"; }*/
.buyleads_action .cardopen:hover{text-decoration:none; }
.buyleads_action .carddetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buyleads_action .carddetail h6{
    font-weight: 600;
		line-height: 25px;
    font-size: 17px;
    color:#484848;
}
.buyleads_action .carddetail li {
    padding: 5px 0px;
    font-size: 12px;
		display: inline-block;
}
.buyleads_action .carddetail li+li{padding-left:12px; }
.buyleads_action .carddetail li i {
    color: #379615;
}

.buyleads_action .card-body .btn-primary{
    display: table;
    margin-bottom: 24px;
}
.buyleads_action .card-body .btn-primary small{display:block; }
/*.indiaflag p img{padding-right:7px; position:relative; top:-2px; }*/
.indiaflag p{margin-bottom:0px; }
.indiaflag .fav-counter{position:absolute; right:-40px; bottom:2px; font-size:12px; color:#666; font-weight:400; }
.buyleads_action .card-body .btn-link, .buyleads_action .card-body .btn-light{
    margin-bottom: 24px;
}
.buyleads_action .card-body .btn-light i {
    padding: 0px 0px 0px 7px;
    color: #72af1f;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.buyleads_action .card-body .btn-light {
	background-color: #dcedfd;
	border-color: #d3d9df;
	padding:7px 18px 7px 21px;
}

.buyleads_action table{color:#484848; font-size: 15px; }

.buyleads_action .btn-group-toggle .btn-link{color:#6c757d; text-decoration:none !important; padding:10px 10px 10px 3px; font-size: 14px; }
.buyleads_action .btn-group-toggle .btn-link.focus i:before{content: "\f005"; }
.buyleads_action .btn-group-toggle .btn-link i {   color: #72af1f;
    font-size: 18px;
    position: relative;
    top: 2px;
		left:-2px;
}
.buylead_action_search {
    background: #FFF;
    padding: 24px;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.07);
		position:-webkit-sticky; position:sticky; top:0;
}
.buylead_action_search .custom-select,.buylead_action_search .form-control{
border-radius: 24px;
border: solid 2px #007bff;
font-size: 14px;
font-weight: 400;
}
.carddetail .item {
    position: relative;
    /* float: left; */
    display: flex;
    align-items: center;
}
.carddetail .countdownbtn {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.carddetail .countdownbtn .btn-danger {
    border-radius: 24px;
    padding: 4px 14px;
}
.buyleads_action .card-body .btn-primary{margin-bottom: 0;}
.show_buyer_detaile {
display: table; box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05); padding: 15px; margin: 15px auto; background-color: #dcedfd; border:solid 1px #d3d9df; border-radius: 32px;
}
.show_buyer_detaile  li {    padding: 5px 12px;
    font-weight: 600;
    display: inline-block;
		line-height: 25px;
    font-size: 15px;
    color: #666666;
	}
.show_buyer_detaile  li+li{border-left: solid 1px #d3d9df;}
.show_buyer_detaile  li strong {
    font-weight: 600;
		display: none;
		padding-right: 5px;
}
.carddetail table {
    margin: 0;
}
.carddetail table th {
    font-weight: 600;
    border-right: dotted 1px #ddd;
}
.carddetail table th, .carddetail table td {
    border: navajowhite;
}


.buyleads .slide-menu {
    position: sticky;
    top: 0;
}

.buylead_action_search.fixed{
    position: fixed;
    top: 0;
	left:254px;
	right:55px;
	z-index:11;
}
.icon-buylead i{font-size: 25px;}
.my-location .nav li label{
	color: #666;
padding: 10px;
/*border-right: solid 1px #ddd;*/
font-size: 14px;
position: relative;
}
.my-location .nav li:last-child label{border-right: none;}
.my-location .nav li label i {
    color: #52b82d;
    font-size: 22px;
    position: absolute;
    left: 3px;
    top: 7px;
}
.my-location .nav li a.nav-link.disabled {
        color: #4ba82a;
    background: #edf0f4;
    padding: 10px 24px;
}
.my-location .nav li a.nav-link.disabled  span{
    color: #242424;
	font-weight: 700;
}
.buyleads .left_sticky {
    position: sticky;
    top: 0;
}
.own_inquiry{
    display: table;
    margin-left: auto;
}

.arrange_icon{position: relative;}
span.total_inq {
    position: absolute;
    z-index: 1;
    right: 1px;
    top: -1px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #007bff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
span.total_inq:after {position: absolute;content: '';width: 100%;height: 100%;border-radius: 50%;background-color: #fff;left: 0;top: 0;z-index: -1;-webkit-animation: pulse-border 1.5s linear infinite;-moz-animation: pulse-border 1.5s linear infinite;-o-animation: pulse-border 1.5s linear infinite;animation: pulse-border 1.5s linear infinite;}

@keyframes pulse-border {
  0% {-webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  100% {-webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); opacity: 0; }
}
.anch_buylead:hover {
    text-decoration: none;
}
.cart_sticky{
	position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
    overflow: hidden;
    font-size: 25px;

}

.my_stock_cart .cart_sticky{
	display:none !important;
}
li.breadcrumb-item a {
    text-transform: capitalize;
}