
/*~~~ Home Page Css Start ~~~~*/
.dbrd-widgets {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
	justify-content: space-between;
}
.dbrd-widgetLeft {
	display: flex;
	flex-wrap: wrap;
	width: calc(75% - 15px);
	justify-content: space-between;
}
.dbrd-widgetRight {width: calc(25% - 15px);}
.dbrd-widgetLeft .dbrd-widget {width: calc(33% - 15px);}
.dbrd-widget {margin-bottom: 30px;}
.dbrd-widgetLeft .dbrd-widget.wiDoc21 {width: 66%;}
.wiCalendar img {height: 100%;}
.dbrd-widget {
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	padding-bottom: 10px
}
.widgetHed {
	display: flex;
	position: relative;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	padding: 10px 15px;
}
.widgetHedText {
	font-size: 16px;
	color: #172E55;
}
.widgetHedIcons {
	padding: 0;
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
}
.dbrd-widget ul {list-style: none;}
.widgetProfilEdt {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	padding: 0 0 10px;
	flex-wrap: wrap;
	margin: 15px;
}

.widgetProfilEdt li {
	width: 50%;
	font-size: 12px;
	margin-bottom: 14px;
	color: #1A2234;
	line-height: 1;
}

.widgetProfilEdt li .proWiEdt {
	font-size: 14px;
	align-items: center;
	display: flex;
}
.proWiEdtIcon,
.proWiPlusIcon {
	margin-left: 5px;
	cursor: pointer;
}
.uragencontHed {
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
}
.uragenflx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.uragencont {
	margin: 0;
	padding: 0;
	width: 50%;
}
.urAgent {padding: 0 15px 15px;}
.uragencont li {
	font-size: 12px;
	margin-top: 10px;
	color: #1A2234;
}
.wiImgCont {
	display: flex;
	margin: 0 15px;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	align-items: center;
	padding: 17px 0;
}
.wiContHed strong,
.wiHaIcon span {
	font-size: 12px;
	color: #172E55;
}
.wiSvSrc .wiContHed strong {font-size: 10px;}
.wiContHed {
	font-size: 14px;
	color: #1A2234;
	line-height: 1;
}
.wiContHedIng {
	display: flex;
	justify-content: space-between;
}
.wiHaIcon {
	text-align: right;
	line-height: 1;
}
ul.wiItmTxt {
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 8px 0 0;
}
ul.wiItmTxt li {
	font-size: 12px;
	align-items: center;
	display: flex;
}
ul.wiItmTxt li svg {margin-right: 3px}
.wiContHedFl {
	margin-left: 10px;
	width: 78%;
}
.proWiEdt {font-size: 14px;}
.wiImg {width: 60px;}
.wiImg img {display: block;}
.widgetHedIcons li {
	margin-left: 20px;
	cursor: pointer;
}
.widgetHedIcons li svg {
	width: 13px;
	height: 14px;
}
.proWiEdtIcon svg {
	width: 14px;
	height: 15px;
	stroke: #8C8C8C
}
.proWiPlusIcon svg {
	width: 12px;
	height: 12px;
	stroke: #8C8C8C
}
.proWiIcon svg {
	width: 12px;
	height: 12px;
	stroke: #42BA8C
}
.wiHaIcon svg {
	width: 16px;
	height: 14px;
}
.moreArrow,
.wiAdd {
	border: none;
	margin: auto;
	display: block;
	cursor: pointer;
	background: transparent;
	margin-top: 10px;
	font-size: 16px;
	color: #172E55
}
.wiSvSrc {
	padding: 15px 0;
	border-bottom: 1px solid #D9D9D9;
	margin: 0 15px;
}
.wiSvSrc .wiContHed {display: block;}
.wiSvSrc .wiContHed strong {float: right;}
#wiTab,
#wiTab1,
#wiTab2 {
	padding: 0;
	margin: 0 15px;
}
#wiTab ul,
#wiTab1 ul,
#wiTab2 ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
#wiTab ul li,
#wiTab1 ul li,
#wiTab2 ul li {width: 50%;}
#wiTab ul li a,
#wiTab1 ul li a,
#wiTab2 ul li a {
	color: #999;
	display: block;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
	font-size: 12px;
	padding: 6px;
}
#wiTab ul li a::after,
#wiTab1 ul li a::after,
#wiTab2 ul li a::after {
	width: 1px;
	height: 10px;
	background: #999;
	transform: translateY(-50%);
	position: absolute;
	content: "";
	top: 50%;
	right:0;
}
#wiTab ul li:last-child a::after,
#wiTab1 ul li:last-child a::after,
#wiTab2 ul li:last-child a::after {display: none}
#wiTab ul li.active a,
#wiTab1 ul li.active a,
#wiTab2 ul li.active a {
	background: #DCCAAF;
	border-bottom: 2px solid #172E55;
	color: #000;
}
#wiTab ul li.active a::after,
#wiTab1 ul li.active a::after,
#wiTab2 ul li.active a::after {display: none;}
.witNoti {
	color: #fff;
	font-size: 9px;
	border-radius: 50%;
	background: #ED1C24;
	display: inline-block;
	position: relative;
	line-height: 16px;
	height: 16px;
	width:16px;
}
.tab-wiTab ul li {
	display:flex;
	padding: 15px;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	background: #EDEDED;
	cursor: pointer;
}
.tab-wiTab ul li:first-child {background: #fff;}
.tab-wiTab ul,
.tab-wiTab1 ul,
.tab-wiTab2 ul {
	margin: 0;
	padding: 0;
}
.tab-wiTab ul li p {
	margin: 0;
	font-size: 12px;
}
.wicomDat span {display: block;}
.wicomCont {width: 84%;}
.tab-wiTab,
.tab-wiTab1,
.tab-wiTab2 {display: none;}
.tab-wiTab.active,
.tab-wiTab1.active,
.tab-wiTab2.active {display: block;}
.tab-wiTab2 ul li {
	font-size: 14px;
	margin: 0 15px;
	border-bottom: 1px solid #D9D9D9;
	padding: 15px 0;
}
.wiViewBtn {float: right;}
.wiAddTask {
	margin: 0;
	padding: 0;
}
.wiAddTask li {
	font-size: 12px;
	margin: 17px 15px;
}
.wiAddTaskHed {
	font-size: 14px;
	display: block;
	color: #1A2234;
}
.wiAddTaskHed strong {
	float: right;
	font-size: 8px;
	font-weight: 400;
	padding-top: 4px;
	color: #8C8C8C;
}
.wiAddTask li p {margin: 3px 0;}
.partieTbl {padding: 0 15px;}
.partieTbl table,
.docTab table {
	border-bottom: 1px solid #D9D9D9;
	border-collapse: collapse;
	width: 100%;
}
.partieTbl table tr th,
.partieTbl table tr td,
.docTab table tr th,
.docTab table tr td {
	text-align: left;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	padding: 8px 0;
	border-bottom: 1px solid #D9D9D9;
	border-collapse: collapse;
}
.partieTbl table tr td a {color: #172E55;}
.partieTbl table tr th:nth-child(1),
.partieTbl table tr td:nth-child(1) {width: 20%;}
.partieTbl table tr th:nth-child(2),
.partieTbl table tr td:nth-child(2) {
	width: 40%;
	padding-left: 12px
}
.partieTbl table tr th:nth-child(3),
.partieTbl table tr td:nth-child(3) {
	width: 25%;
	text-align: center;
}
.partieTbl table tr th:nth-child(4),
.partieTbl table tr td:nth-child(4) {
	text-align: center;
	width: 15%
}
.wcDocCbox {
	display: flex;
	align-items: center;
}
.docTab table tr th,
.docTab table tr td {padding: 10px 15px;}
.docTab table tr:last-child td {border-bottom: 1px solid #fff;}
.docImg {margin: 0 10px 0 5px;}
.wid3dot {
	display: flex;
	align-items: center;
	line-height: 1;
	justify-content: space-between;
}

@media screen and (max-width:1666px) {
	.dbrd-widgetLeft,
	.dbrd-widgetRight {width: calc(100% - 0px);}
	.mainContent .widgetProfilEdt li .proWiEdt {font-size: 12px;}
	.push + .mainContent .widgetProfilEdt li .proWiEdt {font-size: 14px;}
	.wiImg {width: 45px;}
	.push + .mainContent .wiImg {width: 60px;}
	.wiContHedFl {
		width: 82%;
		margin-left: 5px;
	}
	.push + .mainContent .wiContHedFl {width: 80%;}
	.tab-wiTab ul li p {font-size: 10px;}
	.push + .mainContent .tab-wiTab ul li p {font-size: 12px;}
}

@media screen and (max-width:1365px) {
	.dbrd-widgetLeft .dbrd-widget {width: calc(50% - 15px);}
	.dbrd-widgetLeft .dbrd-widget.wiDoc21 {width: 100%;}
}

@media screen and (max-width:767px) {
	#wiTab,
	#wiTab1,
	#wiTab2 {
		padding: 0;
		margin: 0;
	}
	.dbrd-widgetLeft .dbrd-widget {width: calc(100% - 0px);}
	#wiTab1 ul li a {
		min-height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wcDocCbox {flex-wrap: wrap;}
	.wcDocCbox p {margin: 0;}
}

@media screen and (max-width:590px) {
	.dbrd-widgetLeft .dbrd-widget.wiDoc21 {overflow: hidden;}
	.docTab {
		position: relative;
		overflow: scroll;
	}
	.docTab table {
		width: 590px;
		overflow: scroll;
	}
}


/*=========== Selling Process Section Css Start========== */
.sellingProcessBox {
    margin-bottom: 50px;
	    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	border-radius: 8px;
}

.sellingProcessHed {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 23px;
    border-bottom: 1px solid #D9D9D9;
}

.seproPrifile {
    display: flex;
    align-items: center;
    width: 33%;
}

.seproPrifile img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    margin-right: 10px;
}

.seproPriHed {
    width: 33%;
    text-align: center;
}

.seproPrgZoomNtfi {
    width: 33%;

}
.seproPrgZoomBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 350px;
  text-align: right;
  float: right;
  width: 100%;
}

.seproPrifile span {
    color: #000;
}

.seproPriHed {
    color: #172E55;
}
.seproFul {
    margin: 0 15px;
}
.seproNtfi strong {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.seproNtfi {
    display: flex;
    align-items: center;
	line-height: 1
}
.seproNtfiIcon {
    position: relative;
}

.seproNtfiIcon::after {
    position: absolute;
    right: 2px;
    top: -2px;
    width: 7px;
    height: 7px;
    background: #117F39;
    content: "";
    border-radius: 50%;
}
.sellingProceswid {
    width: 100%;
    overflow-x: scroll;
}
.sellingProcesItems {
    display: inline-flex;
    padding: 30px 0;
    position: relative;
    z-index: 9;
	margin-left: 20px;
}
.sellingProcesItems::after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    background: #DCCAAF;
    content: "";
    height: 2px;
    z-index: -1;
}
.pProgitem {
    position: relative;
    width: 305px;
    margin-right: 30px;
}
.pProgBox {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    padding: 15px 20px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	margin-bottom: 40px;
}
.pProgitem.pProgitemBx2 .pProgBox + .pProgBox {
    margin: 0;
}

.pProgBox::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    height: 25px;
    width: 2px;
    background: #D9D9D9;
    content: "";
    transform: translate(-50%);
    z-index: -1;
}
.pProgitem.pProgitemBx2 .pProgBox + .pProgBox::after {
   display: none
}
.pProgDot {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -39px;
}
.pProgitemBx2 .pProgDot {
    bottom: -40px;
}
.selgPrHed {
    display: block;
    color: #000;
	margin-bottom: 5px;
}
.selProcItms {
    display: flex;
    justify-content: space-between;
}
.selProcItm {
    display: flex;
    align-items: center;
}


.selProCldar ,.selProComp,.selProcAtst,.selProCldarBgNone{
    display: flex;
    align-items: center;
    line-height: 1;
}

.selProcItms strong {
    font-size: 10px;
}
.selProcItms svg {
    margin-right: 5px;
}
.selProcItms .selProCldar strong {
    color: #172E55;
}
.pProgitemBx2 .selProcItms .selProCldar strong {
    color: #fff;
}
.pProgitemBx2 .selProCldar {
    background: #172E55;
    padding: 0px 10px;
    border-radius: 5px;
}
.selProcAtst {
    background: #D9D9D9;
    border-radius: 6px;
	padding: 6px 10px;
}


.slider {
  position: relative;
  width: 100%;
  max-width: 160px;
}

.slider input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}



.slider__track {
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: #D9D9D9;
}

.slider__filled-track {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 3px;
  background:#172E55;
  border-radius: 2px;
}

.slider__thumb {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  cursor: grab;
	border: 2px solid #172E55
}

.slider__thumb--active {
  cursor: grabbing;
}

.slider__thumb svg {
  pointer-events: none;
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
	opacity: 0
}


.slider__thumb::before {
  content: attr(data-value);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  transition: 0.4s ease transform;
}

@media screen and (max-width:1466px) {
.seproPrifile ,.seproPriHed{
    width: inherit;
}
.seproPrgZoomNtfi {
    width: 50%;
}
}

@media screen and (max-width:1280px) {
	.sellingProcessHed {
    flex-wrap: wrap;
}
	.seproPrifile {
    width: 100%;
    margin-bottom: 20px;
}
.seproPrgZoomNtfi {
    width: 78%;
}
}
@media screen and (max-width:767px) {
.slider {
  max-width: 100%;
margin-top: 10px;
}
.seproPrgZoomNtfi {
    width: 100%;
    margin-top: 10px;
}
	.seproPrifile span {
    display: block;
    width: 100%;
}


	.sellingProcessHed{
		position: relative
	}
.seproNtfi {
    position: absolute;
    top: 30px;
    right: 15px;
}
.seproFul {
    position: absolute;
    top: 29px;
    right: 40px;
}
	.seproNtfi strong {
    display: none;
}
}
/*=========== Selling Process Section Css End========== */
/*~~~ Home li Page Css End ~~~~*/
