
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	color:#252525;
	background:#fff url(../images/bg.png)no-repeat scroll top center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	body{
		font-size: 14px;
		line-height: 19px;
	}
}
a{
	color:#252525;
}
a:focus,
a:hover{
	color:#252525;
	text-decoration: unset;
}
.container{
	max-width:1920px;
	width:100%;
	padding: 0 15px;
}
@media only screen and (min-width: 1200px) {
	.container{
		padding:0 40px;
	}
}
.text_yellow{
	color:#FFB329;
}
.mr_0{
	margin-right:0 !important;
}
body .main-div{
	/* min-height: 900px; */
}
@media only screen and (max-width: 1199px) {
	body .main-div{
		min-height: 100vh;
	}
}

/* btn css start */
.theme_btn{
	background: #FFB329;
    font-size: 16px;
    font-weight: 600;
    min-width: 120px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    color: #fff;
    border-radius: 0;
    border: 1px solid #FFB329;
    display: inline-block;
    text-align: center;
}
.theme_btn:hover,
.theme_btn:focus{
	background:#0099FA;
	border-color:#0099FA;
	color:#fff;
}
.theme_btn.blue-btn{
	background:#0099FA;
	border-color:#0099FA;
	color:#fff;
}
.theme_btn.blue-btn:hover,
.theme_btn.blue-btn:focus{
	background:#FFB329;
	border-color:#FFB329;
	color:#fff;
}
.theme_btn.red-btn{
	background:#F13939;
	border-color:#F13939;
	color:#fff;
}
.theme_btn.red-btn:hover,
.theme_btn.red-btn:focus{
	background:#0099FA;
	border-color:#0099FA;
	color:#fff;
}
/* btn css end*/

.gap-10{
	gap:10px;
}

.mb__30{
	margin-bottom:32px;
}
.mt__30{
	margin-top:32px;
}
.mb__60{
	margin-bottom:64px;
}
.mt__60{
	margin-top:64px;
}
.mb__0{
	margin-bottom:0 !important;
}
.title_name{
	font-size: 22px;
	line-height: 30px;
	color:#FDB026;
	font-weight: 600;
	margin-bottom: 30px;
}
.large_title_name{
	font-size: 26px;
	line-height: 36px;
	color:#252525;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.small_heading{
	margin-bottom:30px;
	width:100%;
	text-align:left;
	font-weight: 600;	
}
.text_black{
	color:#252525;
}
.box_d{
	background:#FDFDFD;
	box-shadow: 0px 11px 11px 0px #0000001A;
	padding:30px;
	border-radius: 0;
}
@media only screen and (max-width: 767px) {
	.mb__60{
		margin-bottom:50px;
	}
	.mt__60{
		margin-top:50px;
	}
}
/* Form common css start*/
.form-control:focus{
	box-shadow: unset !important; 
}
.form_div input,
.form_div select,
.form_div input[type=text],
.form_div input[type=date],
.form_div input[type=email],
.form_div input[type=password],
.form_div textarea{
	border:1px solid #252525;
	height:44px;
	border-radius: 0;
	color:#252525;
	font-size: 16px;
	padding:0 10px;
	cursor: pointer;
	background-color: #fff;
}
.form_div input::placeholder{
	color:#252525;
}
.form_div input:focus-visible{
	outline:none;
}
select.form-control{
	height:44px;
	border:1px solid #000;
	background-color: #fff;
	border-radius: 0;
}
.form_div textarea{
	height:102px;
	background:transparent;
	padding:10px;
}
.form_div textarea::placeholder{
	color:#CBCDD3;
}
.form_div select{
	width: 100%;
    background: url(../images/down-arrow.svg) no-repeat scroll right center;
    background-position-x:97%; 
    padding-right: 35px;
    width:100%;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.form_div input[type=checkbox]{
	width: 26px;
    height: 26px;
    border-radius: 0;
    border: 1px solid #252525;
    margin-right:8px;
}
.form_div input[type=radio]{
	width: 26px;
	height: 26px;
}
.form_div input[type="file"]{
	padding:0;
	border:1px solid #000;
	border-radius: 0;
}
.form_div input[type="file"]::-webkit-file-upload-button{
    height:42px;
    line-height: 42px;
    background:#FDB026;
    border:none;
    font-size: 16px;
    color:#fff;
    margin-right: 10px;
    padding:0 10px;
}
/*.form_div input[type="file"]::-webkit-file-upload-button{
	font-size: 0px;
	height:0px;
	opacity:0;
}
.form_div input[type="file"]{
	    opacity: 1;
    width: 40px;
    height: 40px;
    background: url(../images/upload.png) no-repeat center center;
    background-size: 23px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 0px;
}*/
.form_div .datepicker .input-group-text,
.form_div .timepicker .input-group-text{
	background: #FDB026 !important;
	border: 1px solid #252525;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-right: none;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	height: 44px;
}
.form_div .datepicker .form-control,
.form_div .timepicker .form-control{
	border-left: none;
}
.submitbtns{
	gap:32px;
}
@media only screen and (max-width: 767px) {
	.submitbtns{
		justify-content: center !important;
	}
}
/* Form common css end*/

/* Header css start */
header{
	padding-top: 0;
	position: sticky;
	top: 0;
	z-index: 99;
}
header .container{
	padding:0;
}
header .navbar{
    background: #FDB026;
    box-shadow: 0px 19px 19px 0px #00000017;
    border-radius: 0;
    padding: 19px 40px;
    display: flex;
    justify-content: space-between;
}
header .navbar-expand-lg .navbar-nav .nav-link{
	font-size: 16px;
    line-height: 21px;
    color: #252525;
    font-weight: 500;
}
header .logoutBtn{
	font-weight: 600;
    font-size: 16px;
    height: 43px;
    line-height: 41px;
    background: #252525;
    border:1px solid #252525;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    padding: 0 10px;
}
header .logout_d .logoutBtn:hover,
header .logout_d .logoutBtn:focus{
	background: transparent;
	color: #252525;
}
header .navbar-expand-lg .navbar-nav .nav-item.open .dropdown-menu{
	display:block;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu{
	background: #fff;
	border: 1px solid #fff;
	padding: 10px;
}
header .navbar-expand-lg .navbar-nav .dropdown-item:focus{
	color:#252525;
}
@media only screen and (min-width: 992px) {
	header .nav_inner_d{
		width:74%;
	}
	header .logout_d{
		width:30%;
		display: flex;
        justify-content: flex-end;
		align-items: center;
	}
	header .navbar-expand-lg .navbar-collapse{
		width:100%;
	}
	header .navbar-expand-lg .navbar-nav{
		width:100%;
		justify-content: flex-start;
        column-gap: 20px;
	}
	header .navbar-expand-lg .navbar-nav .dropdown-menu{
		min-width: 250px;
	}
	header .navbar-expand-lg .navbar-nav .dropdown-item{
		padding: 5px 10px;
		font-size: 16px;
		line-height: 25px;
		font-weight: 400;				
	}
	header .navbar-expand-lg .navbar-nav .dropdown-item:hover{
		background:transparent;
	}
}
@media only screen and (max-width: 991px) {
	header .navbar{
		padding: 14px 20px;		
	}
	header .navbar-toggler{
		padding-left:0;
	}
	header .navbar-collapse{
		position: fixed;
		height: 100vh;
		top: 0;
		background: #FDB026;
		padding: 0;
		left: -100%;
		width: 290px;
		display: flex;
		transform: translateX(-100%);
		transition: all 0.3s ease-out 0s;
		overflow-y: auto;
		z-index: 9;
		padding: 30px 10px 30px 40px;
	}
	header .navbar-collapse.in {
        left: 0;
        transform: translateX(0%);
    }
    header .overlay_nav {
        position: fixed;
        height: 100vh;
        background-color: #00000066;
        top: 0;
        width: 100%;
        left: -100%;
        transform: translateX(-100%);
        transition: all 0.3s ease-out 0s;
        z-index: 1;
    }
    header .navbar-collapse.in + .overlay_nav {
	    left: 0;
	    transform: translateX(0%);
    }
    header .collapse:not(.show){
    	display:block;
    }
    header .navbar-expand-lg .navbar-nav .dropdown-menu{
    	background: transparent;
    	border-color:transparent;
    	padding:0 10px;
    }
}
@media only screen and (max-width: 991px) {
	header .logoutBtn{
		font-size: 14px;
	}
	header .logout_d{
		font-size: 12px;
	}
}
/* Header css end */

/* Four Block Sec Css start*/
.fourBlockSec{
	margin:40px 0 100px !important;
}
.fourBlockSec .inner_d{
	margin:0 -15px;
}
.fourBlockSec .item_d{
	width:33.33%;
	padding:0 17px;
	margin:0 0 34px;
}
.fourBlockSec .item_d .info_d{
	text-align: center;
	background: #FDB026;
	border-radius: 0;
	box-shadow: -12px 11px 17px 0px #00000017;
	width: 100%;
	min-height: 275px;
	display: flex;
	align-items: center;
	justify-content: center;			
}
.fourBlockSec .item_d .img_d{
	margin:0 0 8px;
}
.fourBlockSec .item_d .img_d img{
	width:100%;
	max-width:100px;
}
.fourBlockSec .item_d h4{
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin:16px 0 0;
}
@media only screen and (max-width: 1199px) {
	.fourBlockSec .item_d .info_d{
		min-height: 240px;
	}
}
@media only screen and (max-width: 900px) {
	.fourBlockSec .item_d{
		width:50%;
	}
}
@media only screen and (max-width: 767px) {
	.fourBlockSec{
		margin:50px 0;
	}
	.fourBlockSec .item_d{
		width:100%;
		margin:0 0 25px;
	}
	.fourBlockSec .item_d h4{
		font-size: 16px;
		line-height: 21px;
	}
	.fourBlockSec .item_d .img_d img{
		max-width: 75px;
	}
	.fourBlockSec .item_d .info_d{
		min-height: 180px;
	}
}
/* Four Block Sec css end*/

/* Diary Page css start*/
.diary_page .fourBlockSec{
	margin:64px 0;
}
@media only screen and (max-width: 767px) {
	.diary_page .fourBlockSec{
		margin:50px 0;
	}
}
/* Diary Page css end*/

/* Customer List table css start*/
.table_scroll{
	width: 100%;
	overflow-x: scroll;
}
.table_scroll::-webkit-scrollbar-track{
	background-color: #F5F5F5;
}
.table_scroll::-webkit-scrollbar{
	height: 8px;
	background-color: #F5F5F5;
}

.table_scroll::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #999;
}
.table__d .table{
	border-collapse: separate;
	border-spacing: 0 8px;
	text-align: left;
	margin:0;
}
.table__d .table thead{
	background:transparent;
}
.table__d .table thead th {
    border:none;
    background: #FDFDFD;
    padding:10px 18px;
     font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    height:60px;
    vertical-align: middle;
}
.table__d .table td{
	padding:5px 18px;
	height:60px;
	vertical-align: middle;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    border:none;
    background: #FDFDFD;
    text-align: center;
}
.table__d .table thead th:first-child,
.table__d .table td:first-child{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;	
}
.table__d .table thead th:last-child,
.table__d .table td:last-child{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.table__d .table .theme_btn{
	font-weight: 400;
}
@media only screen and (max-width: 1199px) {
	.table__d .table thead th,
	.table__d .table td{
		min-width: 185px;
	}
	.table__d .table thead th:first-child,
	.table__d .table td:first-child{
		min-width: 50px;
	}
	.table__d .table thead th:last-child,
	.table__d .table td:last-child{
		min-width: 100px;
	}
}
/*@media only screen and (max-width: 1023px) {
	.table__d{
		width: 100%;
		overflow: scroll;
	}
}*/
/* Customer List table css end*/

/* Diary Architect Page css start*/
.architect_d{
	padding: 30px;
	background: #fff;
	border-radius: 0;
	min-height:500px;
}
.architect_d .table__d .table{
	text-align: center;
}
.architect_d .table__d .table thead th,
.architect_d .table__d .table td{
	background: #EBEBEB;
}
.architect_d .table__d .table thead th:first-child,
.architect_d .table__d .table td:first-child{
	text-align: left;
}
/**/

/* Architect Page css start*/
.architectPageSec .form_item_d{
	display: flex;
	align-items: center;
	margin:0 -16px 32px;
}
.architectPageSec .form_item_d .label_title_d{
	width: 340px;
	padding:0 16px;
}
.architectPageSec .form_item_d .middle_d{
	display: flex;
	gap: 48px;
	align-items: center;
	width: calc(100% - 541px);
	padding:0 16px;
}
.architectPageSec .form_item_d .action_d{
	width:176px;
	padding:0 16px;
}
.architectPageSec .form_item_d label{
	margin:0;
	display: flex;
	align-items: center;
}
.architectPageSec .form_item_d input[type=file],
.architectPageSec .form_item_d input[type=date]{
	max-width: 100%;
	width:100%;
	padding:0;
}
.architectPageSec .form_item_d .theme_btn{
	min-width: 150px;
	padding:0 10px;
}
.architectPageSec .form_item_d .dateFileD{
	display:flex;
	gap:32px;
}
.architectPageSec .form_item_d .form_div.file__d,
.architectPageSec .form_item_d .form_div.date__d{
	width:100%;
}
@media only screen and (max-width: 1160px) {
	.architectPageSec .form_item_d input[type=file],
	.architectPageSec .form_item_d input[type=date]{
		max-width:250px;
	}
	.architectPageSec .form_item_d .middle_d{
		gap:24px;
		margin-bottom:15px;
	}
	.architectPageSec .form_item_d .dateFileD{
		flex-wrap:wrap;
		gap:15px;
	}
}
@media only screen and (max-width: 767px) {
	.architectPageSec .form_item_d{
		flex-wrap:wrap;
		margin:0 -16px 0;
	}
	.architectPageSec .form_item_d .label_title_d{
		width:100%;
		min-width: unset;
		margin:0 0 13px;
	}
	.architectPageSec .form_item_d .middle_d{
		width:100%;
		flex-wrap:wrap;
		gap:unset;
		margin:0;
		column-gap:15px;
	}
	.architectPageSec .form_item_d input[type=file],
	.architectPageSec .form_item_d input[type=date]{
		max-width:100%;
	}
	.architectPageSec .form_item_d .form_div{
		margin:0 0 32px;
	}
	.architectPageSec .form_item_d .action_d{
		margin:0 0 32px;
	}
}
/* Architect Page css end*/

/* Group Work Section Css start*/
.groundWorkSec .form_d{
	margin:0 -15px;
	display:flex;
}
.groundWorkSec .form_d .label_title_d{
	width:745px;
	padding:0 15px;
}
.groundWorkSec .form_d .middle_d{
	width:calc(100% - 920px);
}
.groundWorkSec .form_d .action_d{
	width:175px;
	padding:0 15px;
}
/* Group Work Section css end*/

/* Add New Customer Page css start */
.addNewCustomerP .section_header .title_name{
	margin-bottom: 15px;
}
.addNewCustomerP .section_header p{
	margin:0;
}
.addNewCustomerP .inner_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.addNewCustomerP .inner_box.set_btm_border{
	border-bottom: 2px solid #252525;
	margin-bottom: 32px;				
}
.addNewCustomerP .inner_box .twoBlocksD{
	width: calc(100% - 150px);
	display: flex;
	justify-content: space-between;
}
.addNewCustomerP .inner_box .twoBlocksD .form_div{
	width: calc(50% - 20px);
	display:flex;
	align-items: center;
}
.addNewCustomerP .inner_box .twoBlocksD.setFullWidth .form_div{
	width:100%;
}
.addNewCustomerP .inner_box .twoBlocksD .form_div label{
	width:160px;
	padding-right:10px;
}
.addNewCustomerP .inner_box .twoBlocksD .form_div .input-group,
.addNewCustomerP .inner_box .twoBlocksD .form_div > input,
.addNewCustomerP .inner_box .twoBlocksD .form_div .form-element-inner{
	width: calc(100% - 160px);
}
.addNewCustomerP .inner_box .twoBlocksD .form_div .form-element-inner.width_100{
	width: calc(100% - 160px) !important;
}
.addNewCustomerP .inner_box .twoBlocksD .form_div .input-group.width_94{
	width:100% !important;
	justify-content: space-between; 	
}
.addNewCustomerP .inner_box .twoBlocksD .form_div .input-group input{
	width: calc(100% - 110px);
	flex:unset;
}
.addNewCustomerP .inner_box .twoBlocksD .form_div .input-group .input-group-prepend,
.addNewCustomerP .inner_box .twoBlocksD .form_div .input-group .input-group-append{
	width:45px;
	margin:0;
}
.addNewCustomerP .inner_box .form_div{
	margin:0 0 32px;
}
.addNewCustomerP .inner_box .twoBlocksD .form_div input.setInputWidth{
	width:140px;
}
.addNewCustomerP .MRSBtnMain{
	width:150px;
}
.addNewCustomerP .MRSBtn{
	border-radius: 0;
	position: relative;
	width: 100px;
	height: 40px;
	margin: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #252525;
}
.addNewCustomerP .MRSBtn .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.addNewCustomerP .MRSBtn .knobs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 2;
}
.addNewCustomerP .MRSBtn .knobs:before, 
.addNewCustomerP .MRSBtn .knobs:after, 
.addNewCustomerP .MRSBtn .knobs span {
    position: absolute;
    top: 0;
    width: 50px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    transition: 0.3s ease all;
}

.addNewCustomerP .MRSBtn .knobs:after {
    content: "Mrs";
    right: 0px;
    color: #252525;
}
.addNewCustomerP .MRSBtn .knobs span {
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
}
.addNewCustomerP .MRSBtn .knobs:before {
    content: "";
    left: 0px;
    background-color: #03a9f4;
    color:#fff;
}
.addNewCustomerP .MRSBtn .checkbox:checked + .knobs:before {
	left: 0;
	color: #252525;
	background: transparent;
}
.addNewCustomerP .MRSBtn .checkbox:checked + .knobs:after {
    color: #fff;
    background:#03a9f4;
}
.addNewCustomerP .MRSBtn .checkbox:checked + .knobs span {
	color:#252525;
}
@media only screen and (max-width: 767px) {
	.addNewCustomerP .MRSBtnMain{
		width:100%;
		margin:0 0 20px;
	}
	.addNewCustomerP .inner_box .twoBlocksD{
		flex-wrap:wrap;
		width:100%;
	}
	.addNewCustomerP .inner_box .twoBlocksD .form_div{
		width:100%;
		flex-wrap:wrap;
		margin:0 0 20px;
	}
	.addNewCustomerP .inner_box .twoBlocksD .form_div label{
		width:100%;
	}
	.addNewCustomerP .inner_box .twoBlocksD .form_div .input-group,
	 .addNewCustomerP .inner_box .twoBlocksD .form_div > input,
	 .addNewCustomerP .inner_box .twoBlocksD .form_div .form-element-inner{
		width:100%;
	}
	.addNewCustomerP .inner_box .twoBlocksD .form_div .form-element-inner.width_100{
		width: 100% !important;
	}
	.addNewCustomerP .inner_box.set_btm_border{
		padding-bottom:12px;
	}
	.addNewCustomerP .inner_box .twoBlocksD .form_div.mb__0{
		margin-bottom: 20px !important
	}
}
/* Add New Customer Page css end*/

/* Estimator Page css start*/
.estimatorPageSec .threeBlocksD{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.estimatorPageSec .threeBlocksD .form_div{
	width:calc(33.33% - 20px);
}
.estimatorPageSec .twoMainBlocks{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.estimatorPageSec .twoMainBlocks .left_B{
	width: calc(68% - 16px);
}
.estimatorPageSec .twoMainBlocks .right_B{
	width: calc(32% - 16px);
	padding-left:15px;
	padding-right: 15px;
}
.estimatorPageSec .inner_box .form_div,
.estimatorPageSec .twoMainBlocks .form_div{
	margin:0 0 32px;
}
.estimatorPageSec .form_div.labelInputD{
	display:flex;
	align-items: center;
}
.estimatorPageSec .form_div.labelInputD > label{
	margin-right: 15px;
	min-width: 130px;
}
.estimatorPageSec .right_B .form_div.labelInputD > label{
	min-width: unset;
	width:120px;
}
.estimatorPageSec .form_div.labelInputD > input{
	width:calc(100% - 130px);
}
.estimatorPageSec .labelCheckboxesD{
	display:flex;
	justify-content: space-between;
}
.estimatorPageSec .labelCheckboxesD > label{
	width:300px;
}
.estimatorPageSec .labelCheckboxesD .checklistD{
	width:calc(100% - 150px);
	display: flex;
	flex-wrap:wrap;
}
.estimatorPageSec .labelCheckboxesD .checklistD .form_div label,
.estimatorPageSec .labelCheckboxesD .checklistD .form_div input[type=radio]{
	cursor: pointer;
}
.estimatorPageSec .labelCheckboxesD.setFlex > label{
	width:30%;
}
.estimatorPageSec .labelCheckboxesD.setFlex .checklistD{
	width:68%;
}
.estimatorPageSec .labelCheckboxesD .checklistD > div{
	padding-right: 20px;
}
.estimatorPageSec .labelCheckboxesD .checklistD.remove__w > div{
	width:auto;
}
.estimatorPageSec .labelCheckboxesD.setFlex .checklistD > div{
	flex:1;
}
.estimatorPageSec .labelCheckboxesD .form_div > label{
	margin: 0 !important;
	display: flex;
	align-items: center;
}
.estimatorPageSec .labelCheckboxesD .form_div > label span{
	width:calc(100% - 25px);
}
.estimatorPageSec .bookAnArchitect .form_div{
    width: 90%;
    margin: 0 auto 32px;
    border-bottom: 2px solid #252525;
    padding-bottom: 32px;
}
.estimatorPageSec .bookAnArchitect .form_div label{
	margin-right: 15px;
}
.estimatorPageSec .bookAnArchitect .form_div input{
	max-width: 470px;
	width:100%;
}
.estimatorPageSec .priceListD .form_div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.estimatorPageSec .priceListD .form_div label{
	text-align: right;
}
.estimatorPageSec .priceListD .form_div label,
.estimatorPageSec .priceListD .form_div .input-group{
	width:calc(50% - 7px);
}
.estimatorPageSec .priceListD .form_div .input-group-text{
	background: #FDB026;
	border: 1px solid #252525;
	border-right: none;
	border-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color:#fff;
}
.estimatorPageSec .priceListD .form_div input{
	border-left:none;
}
.estimatorPageSec .TUPhotoD .photo_div{
	max-height: 460px;
    border: 1px solid #252525;
    height: 460px;
    border-radius: 8px;
}
.estimatorPageSec .TUPhotoD .action_btn{
	display:flex;
	justify-content: space-around;
}
.estimatorPageSec .setFullWidth input{
	width:100%;
}

.class_apppend_for_dropdown_n_input {
	display: flex;
	align-items: start;
	flex-wrap:wrap;
}
@media only screen and (max-width: 1400px) {
	.estimatorPageSec .labelCheckboxesD .checklistD > div{
		padding-right: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.estimatorPageSec .threeBlocksD .form_div{
		width:100%;
		margin:0 0 20px;
	}
	.estimatorPageSec .threeBlocksD .form_div:last-child{
		margin-bottom: 0;
	}
	.estimatorPageSec .twoMainBlocks .left_B{
		width: 100%;
	}
	.estimatorPageSec .twoMainBlocks .right_B{
		width:100%;
	}
	.estimatorPageSec .labelCheckboxesD{
		flex-wrap: wrap;
	}
	.estimatorPageSec .labelCheckboxesD > label{
		width:100%;
	}
	.estimatorPageSec .labelCheckboxesD .checklistD{
		width:100%;
	}
	.estimatorPageSec .labelCheckboxesD .checklistD > div{
		width:auto;
		padding-right:0;
		margin-right:25px;	
	}
	.estimatorPageSec .labelCheckboxesD .checklistD > div.mb__0{
		margin-right: 0;
	}
	.estimatorPageSec .form_div.labelInputD > label,
	.estimatorPageSec .right_B .form_div.labelInputD > label,
	.estimatorPageSec .form_div.labelInputD > input,
	.estimatorPageSec .labelCheckboxesD.setFlex > label,
	.estimatorPageSec .labelCheckboxesD.setFlex .checklistD,
	.estimatorPageSec .labelCheckboxesD.setFlex > label{
		width:100%;
	}
	.estimatorPageSec .form_div.labelInputD{
		flex-wrap: wrap;
	}
	.estimatorPageSec .bookAnArchitect .form_div{
		width:100%;
	}
	.estimatorPageSec .bookAnArchitect .form_div label{
		width:100%;
		margin-right: 0;
	}
	.estimatorPageSec .priceListD .form_div label{
		text-align: left;
	}
	.estimatorPageSec .TUPhotoD .photo_div{
		height:260px;
	}
	.class_apppend_for_dropdown_n_input {
		display: block;
	}
}


/* Estimator Page css end*/

/* Section 7 Page css start*/
.groundWorkSec .item__d{
	display: flex;
	justify-content: space-between;
	margin:0 0 32px;
}
.groundWorkSec .item__d .labelCheckboxesD{
	width:calc(100% - 200px);
	display:flex;
	justify-content: space-between;
}
.groundWorkSec .item__d .action_btn{
	width:180px;
}
.groundWorkSec .labelCheckboxesD > label{
	width:70%;
}
.groundWorkSec .labelCheckboxesD .checklistD{
	width: 27%;
	display: flex;
	justify-content: space-around;
}
.groundWorkSec .labelCheckboxesD .form_div > label{
	display:flex;
	align-items: center;
	margin:0;
}
.groundWorkSec .item__d.selectNBtnD{
	justify-content: flex-end;
}
.groundWorkSec .selectBtnInner{
	display:flex;
	justify-content: space-between;
	width:712px;
}
.groundWorkSec .selectBtnInner .form_div{
	width: calc(100% - 267px);
}
.groundWorkSec .selectBtnInner .form_div select,
.groundWorkSec .selectBtnInner .form_div input{
	width:100%;
}
.groundWorkSec .selectBtnInner .action_btn{
	width:180px;
}
.groundWorkSec .dateTimeInner{
	display: flex;
	width: calc(100% - 266px);
	justify-content: flex-end;
	column-gap: 70px;
}
.groundWorkSec .textareaBox .form_div{
    width: calc(100% - 266px);
    display: flex;
    justify-content: flex-end;
}
.groundWorkSec .textareaBox textarea{
	width: 100%;
    max-width: 800px;
    background: transparent;
}
.groundWorkSec .uploadPhotoD .uploadInnerD{
    display: flex;
    width: calc(100% - 266px);
    justify-content: flex-end;
    column-gap: 60px;
}
.groundWorkSec .uploadPhotoD .form_div {
    width: calc(100% - 341px);
}
.groundWorkSec .uploadPhotoD .form_div input{
	width:100%;
}
@media only screen and (max-width: 767px) {
	.groundWorkSec .form_div{
		margin:0 0 32px;
	}
	.groundWorkSec .item__d{
		flex-wrap:wrap;
		margin:0;
	}
	.groundWorkSec .item__d .labelCheckboxesD{
		width:100%;
		flex-wrap:wrap;
	}
	.groundWorkSec .labelCheckboxesD .checklistD{
		width:100%;
		display: flex;
		justify-content: flex-start;
	}
	.groundWorkSec .labelCheckboxesD .checklistD .form_div{
		margin-right:40px;
	}
	.groundWorkSec .labelCheckboxesD .form_div > label{
		margin:0;
	}
	.groundWorkSec .selectBtnInner{
		width:100%;
		flex-wrap:wrap;
	}
	.groundWorkSec .action_btn{
		margin:0 0 32px;
	}
	.groundWorkSec .selectBtnInner .form_div{
		width:100%;
	}
	.groundWorkSec .labelCheckboxesD > label {
	    width: 100%;
	    margin: 0 0 10px;
	}
	.groundWorkSec .dateTimeInner{
		justify-content: unset;
		column-gap: unset;
		flex-wrap: wrap;
		width:100%;
	}
	.groundWorkSec .textareaBox .form_div{
		width:100%;
	}
	.groundWorkSec .uploadPhotoD .uploadInnerD{
	    width: 100%;
		justify-content: unset;
		column-gap: unset;
		flex-wrap: wrap;
	}
	.groundWorkSec .uploadPhotoD .action_d{
		margin:0 0 32px;
	}
	.groundWorkSec .uploadPhotoD .form_div{
		width:100%;
	}
}
/* Section 7 Page css end*/

/* Added by anshuman  */

.require{
	color:red;
}

.text-danger{
	font-size: 15px;
}

.login_b {
	width: 500px;
}

.login_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.table-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.addNewAdminP .inner_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.inner_box_new {
	display: flex;
    justify-content: space-between;
	align-items: start;
    width: 100%;
	margin-bottom: 30px;
	column-gap: 50px;
}

.inner_box_new > .form_div {
    width: 100%;
}

@media only screen and (max-width: 767px) {
	.inner_box_new {
		flex-direction: column;
	}
	.addNewCustomerP .inner_box_new > .form_div{
		margin:0 0 32px;
	}
}

.addNewCustomerP .inner_box .twoBlocksD .form_div .form-element-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.customer_tbl thead tr th {
    text-align: center;
}

.customer_tbl tbody tr {
    text-align: center;
}

.width_100{
	width: 100% !important;
}
.width_94{
	width: 94% !important;
}
.disply_block{
	display: block !important;
}

.input-group-prepend{
	margin-left: 10px;
	margin-right: 10px;
}

.call_accept{
	background: #4bc74b;
	border-radius: 25px !important;
	cursor: pointer;
	color: #fff;
	width: 45px;
	height: 45px;
	margin: 0 !important;
}

.call_reject{
	background: #ff4a4a;
	border-radius: 25px !important;
	color: #fff;
	cursor: pointer;
	width: 45px;
	height: 45px;
	margin: 0 !important;
}

.filter_btn {
	/*line-height: 0px;
	height: 38px;*/
}

.bold_label {
	font-weight: bold;
}

.form_div span {
	margin-left: 3px;
}
.form-control{
	border-radius: 0;
	height:44px;
	border-color: #000;
}

input[type="color"] {
	width: 120px;
	height: 32px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 910px;
        margin: 1.75rem auto;
    }
}

/**/
.table_scroll_d{
	width:100%;
	overflow-x: scroll; 
}
.table_scroll_d::-webkit-scrollbar-track{
	border-radius: 0;
	background-color: #f5f5f5;
}
.table_scroll_d::-webkit-scrollbar{
	width:100%;
	height:6px;
}
.table_scroll_d::-webkit-scrollbar-thumb{
	border-radius: 0;
	background-color: #666;
}
/**/


/* Customer edit page css start*/
.addNewCustomerP .inner_box.box_f_d .twoBlocksD{
	width:100%;
}
.custEstimatorEdit .nav-tabs .nav-item.show .nav-link,
.custEstimatorEdit .nav-tabs .nav-item .nav-link:hover, 
.custEstimatorEdit .nav-tabs .nav-link.active{
	color:#252525;
	font-weight: 600;
	border-radius: 0;
	border-color:#fff;
	background:#fff;
}
.estimatorPageSec .label_heading{
	display: block;
	margin:0 0 20px;
}
.estimatorPageSec .photo_taken_view label{
	margin:0;
}
.estimatorPageSec .input-group .input-group-text{
	margin: 0;
	border: 1px solid #252525;
	border-radius: 0;
	border-right: none;
	background: #f5f5f5;
}
.estimatorPageSec .input-group .form-control[readonly],
.estimatorPageSec .form_div .form-control[readonly]{
	background: #f5f5f5;
}
.estimatorPageSec .labelCheckboxesD .checklistD .form_div.set_w_remove_p{
	width:100%;
	padding:0;
}
.propertyDetails_d .labelCheckboxesD > label{
	width:450px;
}
.propertyDetails_d .labelCheckboxesD .checklistD{
	width:calc(100% - 470px);
}
.estemate_layout .class_apppend_for_dropdown_n_input{
	margin: 0 -10px;
}
.estemate_layout .class_apppend_for_dropdown_n_input .labelCheckboxesD{
	width:33.33%;
	padding:0 10px;
}
.internalFinish_d .labelCheckboxesD{
	padding:0;
}
.estemate_layout .class_apppend_for_dropdown_n_input .labelCheckboxesD > label,
.estemate_layout .labelCheckboxesD > label{
	width:200px;
}
.estemate_layout .class_apppend_for_dropdown_n_input .labelCheckboxesD .checklistD,
.estemate_layout .labelCheckboxesD .checklistD{
	width:calc(100% - 220px);
}
.class_apppend_for_dropdown_n_input.setFlexEnd{
	justify-content: flex-end;
}
.estimateGuide_d .form_div{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
}
.estimateGuide_d .form_div label{
	width:280px;
}
.estimateGuide_d .form_div .input-group,
.estimateGuide_d .form_div .estimate_guide_vat{
	width:calc(100% - 300px);
}
.stagePayment_d ul{
	padding-left: 16px;
	margin:0;
}
.stagePayment_d .payment-text{
	display:flex;
	justify-content: space-between;
	margin:0 0 20px;
}
.stagePayment_d .payment-text .payment-strong{
	width:160px;
}
.stagePayment_d .payment-text .stage_payment_text_dv{
	width:calc(100% - 165px);
}
.architectFees_d table{
	width:100%;
}
.architectFees_d table td{
	padding:0 0 20px;
}
.architectFees_d table tr td:last-child{
	text-align: right;
}
.architectFees_d table tr td[colspan="2"]{
	text-align: left;
}
.architectPageSec .form_item_d.bookAnArchitect .middle_d{
	gap:30px;
}
.architectPageSec .form_item_d.bookAnArchitect .middle_d .form_div{
	width:33.33%;
}
.architectPageSec .form_item_d.enterTheAmount .form_div{
	width:100%;
}
.architectPageSec .form_item_d.enterTheAmount .form_div .input-group{
	width:100%;
}
.architectPageSec .form_item_d.enterTheAmount .form_div input{
	width:50%;
}
@media only screen and (max-width: 1399px) {
	.architectPageSec .form_item_d.bookAnArchitect {
		align-items: flex-start;		
	}
	.architectPageSec .form_item_d.bookAnArchitect .label_title_d{
		margin-top:10px;
	}
	.architectPageSec .form_item_d.bookAnArchitect .middle_d{
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.architectPageSec .form_item_d.bookAnArchitect .middle_d .form_div:first-child{
		width:100%;
	}
	.architectPageSec .form_item_d.bookAnArchitect .middle_d .form_div {
	    width: calc(50% - 15px);
	}
}
@media only screen and (max-width: 1300px) {
	.estemate_layout .class_apppend_for_dropdown_n_input .labelCheckboxesD > label, 
	.estemate_layout .labelCheckboxesD > label{
		width:150px;
	}
	.estemate_layout .class_apppend_for_dropdown_n_input .labelCheckboxesD .checklistD, 
	.estemate_layout .labelCheckboxesD .checklistD{
		width: calc(100% - 170px);	
	}
}
@media only screen and (max-width: 1199px) {
	.estemate_layout .class_apppend_for_dropdown_n_input .labelCheckboxesD{
		width:100%;
	}
	.architectPageSec .form_item_d.bookAnArchitect .middle_d .form_div {
	    width: 100%;
	}
	.architectPageSec .form_item_d.enterTheAmount .form_div input{
		width:100%;
	}
}
@media only screen and (max-width: 999px) {
	.addNewCustomerP .MRSBtnMain{
		width:100%;
		margin:0 0 30px;
	}
	.addNewCustomerP .inner_box .twoBlocksD{
		width:100%;
		flex-wrap:wrap;
	}
	.addNewCustomerP .inner_box .twoBlocksD .form_div{
		width:100%;
	}
	.estimatorPageSec .submitbtns,
	.architectPageSec .submitbtns{
		flex-wrap: wrap;
		gap:20px;
	}
	.estimatorPageSec .threeBlocksD .form_div{
		width:100%;
	}
	.estimatorPageSec .labelCheckboxesD{
		flex-wrap:wrap;
	}
	.propertyDetails_d .labelCheckboxesD > label{
		width:100%;
		margin:0 0 10px;
	}
	.propertyDetails_d .labelCheckboxesD .checklistD{
		width:100%;
	}
	.propertyDetails_d .form_div input[type="file"],
	.hybridExtension_d .form_div input[type="file"]{
		width:100%;
	}
	.architectPageSec .form_item_d .label_title_d{
		width:100%;
		margin:0 0 10px;
	}
	.architectPageSec .form_item_d .middle_d{
		width:100%;
	}
	.architectPageSec .form_item_d{
		flex-wrap:wrap;
	}
	.architectPageSec .form_item_d.bookAnArchitect .middle_d{
		gap:0;
	}
	.architectPageSec .form_item_d.enterTheAmount .action_d,
	.architectPageSec .form_item_d.bookAnArchitect .action_d{
		margin:0;
	}
	.architectPageSec .form_item_d.bookAnArchitect .label_title_d {
		margin-top: 0;
	}
	.groundWorkSec .selectBtnInner{
		width:100%;
	}
	.groundWorkSec .uploadPhotoD .form_div{
		width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.stagePayment_d .payment-text{
		flex-wrap:wrap;
	}
	.stagePayment_d .payment-text .payment-strong {
	    width: 100%;
	}
	.stagePayment_d .payment-text .stage_payment_text_dv{
		width:100%;
	}
	.estimatorPageSec .labelCheckboxesD .checklistD .form_div.set_w_remove_p{
		margin-right:0;
	}
	.estemate_layout .class_apppend_for_dropdown_n_input .labelCheckboxesD > label, 
	.estemate_layout .labelCheckboxesD > label{
		width:100%;
	}
	.estemate_layout .class_apppend_for_dropdown_n_input .labelCheckboxesD .checklistD, 
	.estemate_layout .labelCheckboxesD .checklistD{
		width: 100%;	
	}
	.estimateGuide_d .form_div .input-group, 
	.estimateGuide_d .form_div .estimate_guide_vat{
		width:100%;
	}
}

/**/

/* Customer List Page css start*/
.tableListSec .table-heading{
	align-items: center;
}
.tableListSec .table-heading .large_title_name{
	margin:0;
}
.tableListSec .pagination_links{
	margin-top:10px;
}
.tableListSec .pagination{
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.tableListSec .table-heading{
		flex-wrap: wrap;
	}
	.tableListSec .large_title_name{
		width: 100%;
		margin: 0 0 30px;
	}
}
/* Customer List Page css end*/


/* Account Table Page css start*/
.acctable-wrapper{
	width: 100%;
   overflow-x: auto;
   }
   .accountTableList .table__d .table thead th{
	   padding:10px 8px;
   }
   .accountTileTable{
		min-width: 1385px;
	}
   .accountTileTable .table_row.accTableHeading{
	   background:#f5f5f5;
   }
   .accountTileTable .table_row{
	   display: flex;
	   border-bottom:1px solid #d7d7d7;
	   align-items: center;		
   }
   .accountTileTable .t_thtd{
	   padding:10px 5px;
   }
   .accountTileTable .t_th{
	   font-weight:600;
	   font-size: 14px;
   }
   .accountTileTable .t_td{
	   font-weight:400;
	   font-size:12px;
   }
   .accountTileTable .t_thtd{
	   width:calc(20% - 68px);
	   min-width:222px;
   }
   .accountTileTable .t_thtd.orderId{
		width:90px;
		min-width:90px;
	}
   .accountTileTable .t_thtd.orderName{
		width: 100px;
		min-width: 100px;
   }
   .accountTileTable .t_thtd.total_d{
		width: 85px;
		min-width: 85px;
		text-align: center;
   }
   .accountTileTable .payment_box{
	   border:1px solid #d7d7d7;
	   padding: 7px;
   }
   .accountTileTable .pay_item{
	   display:flex;
	   justify-content: space-between;
	   gap:5px;
   }
   .accountTileTable .pay_item .pay_t{
	   font-weight:600;
   }
   @media only screen and (max-width: 1600px) {
	   .accountTableList .table__d .table thead th{
		   min-width: 150px;
	   }
   }
/* Accounts page css end*/

/* Design by anshuman Customer Questions */
.customer_questions .small_heading {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

.customer_questions .labelCheckboxesD label {
	font-size: 16px;
	font-weight: 500;
	color: #444;
	display: block;
	margin-bottom: 10px;
}

.customer_questions .checklistD {
	display: flex;
	flex-direction: column;
	padding: 15px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
}

.customer_questions .form_div {
	margin-bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: flex-start;

}

.customer_questions .form_div{
	margin: 0 0 0px !important;

}

.customer_questions .form_div label span {
	font-size: 14px;
	color: #555;
	cursor: pointer;
	transition: color 0.3s ease;
	order: 2;
	margin-right: 10px; 
}

.customer_questions input[type="radio"] {
	margin-left: 10px;
}

.customer_questions .form_div:hover label span {
	color: #333;
}

.customer_questions input[type="radio"]:hover {
	border-color: #007bff;
}

@media (max-width: 768px) {
	.customer_questions .checklistD {
		padding: 10px;
	}
}

/* Accordion css start*/
.accordion_container{
	border: 1px solid #444;
	margin:0 0 20px;
}
.accordion_container .accordion_head{
	padding: 13px 36px 13px 15px;
	font-size: 16px;
	background: url(../images/plus_i.png) no-repeat scroll right center;
	background-size: 14px;
	background-position-x: 99%;
	font-weight: 500;
	cursor: pointer;
}
.accordion_container .accordion_head.active{
	background:#f5f5f5 url(../images/minus_i.png) no-repeat scroll right center;
	background-size: 13px;
	background-position-x: 99%;
}
.accordion_container .accordion_body{
	display:none;
}
.faqs__div .accordion_container .checklistD{
	border:none;
	border-radius: unset;
}
.customer_questions.faqs__div .accordion_container input[type="radio"] {
	margin-left:0;
    margin-right: 10px;
}
.customer_questions.faqs__div .accordion_container .form_div label{
	display:flex;
	align-items: center;
}
.customer_questions.faqs__div .accordion_container .form_div{
	margin:0 0 7px !important;
}
.customer_questions.faqs__div .form_div label span{
	font-size: 15px;
}
/* Accordion css end*/

/* Estimator accordion start*/
.accordion_container.estimator_accordion{
	padding:0;
	border:none;
}
.accordion_container.estimator_accordion .accordion_head{
	margin: 0;
    font-size: 22px;
    padding: 15px 36px 15px 30px;
    font-weight: 600;
	background: url(../images/plus_i_yellow.png) no-repeat scroll right center;
	background-size: 17px;
	background-position-x: 98.4%;
}
.accordion_container.estimator_accordion .accordion_head.active{
	background: url(../images/minus_i_yellow.png) no-repeat scroll right center;
	background-size: 17px;
	background-position-x: 98.4%;
}
.accordion_container.estimator_accordion .accordion_body{
	padding:30px;
	background: #fff;
}
.accordion_container.estimator_accordion .estimate_price_collespe{
	padding: 15px 36px 15px 30px;
}
@media only screen and (max-width: 767px) {
	.accordion_container.estimator_accordion .accordion_head,
	.accordion_container.estimator_accordion .accordion_head.active{
		background-position-x: 97%;
	}
}
/* Estimator accordion end*/

/* Header logo design */
header .nav_inner_d{
	display:flex;
}
header .logo_d img{
	width:90px;
	display: block;
}
@media only screen and (max-width: 991px) {
	header .navbar-toggler svg path{
		stroke:#000;
	}
}
@media only screen and (max-width: 580px) {
	header .nav_inner_d{
		width: calc(100% - 75px);
	}
	header .navbar-toggler{
		width: 75px;
		text-align: left;
	}
	header .logo_d{
		width: calc(100% - 75px);
		text-align: center;
	}

	header .logout_d{
		width:75px;
	}
	header .logout_d span{
		display: none;
	}
}
/* Header logo design end */

/* SOW preview Design  */
/* 
.sow_model_body .main{
	max-width:1100px;
	margin:0 auto;
	padding: 0 30px;
	border: 1px solid #999;
}
.text-right{
	text-align: right;
}
.sow_model_body p{
	margin:0 0 15px;
}
.sow_model_body header{
	padding: 10px 0;
	border-bottom: 2px solid #000;
}
.sow_model_body header .inner_d{
	display: flex;
	justify-content: left;
	margin:0 30px;
}
.sow_model_body header .logo_d a{
	display:block;
}
.sow_model_body header .logo_d{
	max-width:130px;
	margin:0 auto;
}
.sow_model_body footer{
    border-top: 2px solid #000;
    margin-top: 30px;
    padding: 15px 0 10px;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
}
.sow_model_body footer a{
	color:#000;
	text-decoration: unset;
}
.section_title{
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0 15px;
}
.section_title span{
	background: #f1ec40;
	padding: 5px 8px;
}
.content_d{
	margin:25px 0 0;
	padding:0 30px;
}

.section_title h2{
	font-size: 21px;
	line-height: 31px;
	margin:0 0 15px;
	text-transform: uppercase;
}
.top_two_b{
	display:flex;
	justify-content: space-between;
	margin:0 0 10px;
}
.top_two_b .l_block{
	width:200px;
	font-weight:700;
}
.top_two_b .r_block{
	width:calc(100% - 220px);
}
.two_b_d{
	display:flex;
	justify-content: space-between;
	margin:0 0 15px;
}
.two_b_d .t_block{
	width:200px;
	font-weight:700;
}
.two_b_d .c_block{
	width:calc(100% - 220px);
}
.two_b_d .c_block ul{
	margin: 0 0 15px;
	padding: 0 0 0px 17px;
}
.two_b_d .c_block ul:last-child{
	margin:0;
}
.date_n_sign{
    margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.box_item{
	border: 1px solid #999;
    padding: 20px;
    margin-bottom: 25px;
}
.box_item .section_title{
	margin-top:0;
}
.box_item ul,
.box_item ol{
	padding-left:35px;
}
.date_n_sign .itemd{
	min-width:140px;
	text-align: center;
}
.date_n_sign .itemd span{
	display:block;
}
.date_n_sign .itemd span:last-child{
	padding-top: 5px;
}

.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.spinner img {
	width: 50px;
	height: 50px;
} */


.sow_model_body .main{
	max-width:1100px;
	margin:0 auto;
	padding: 0 30px;
		border: 1px solid #999;
}
.sow_model_body .text-right{
	text-align: right;
}
.sow_model_body p{
	margin:0 0 15px;
}
.sow_model_body header{
	padding: 10px 0;
	border-bottom: 2px solid #000;
}
.sow_model_body header .inner_d{
	display: flex;
	align-items: flex-end;
	margin:0 -10px;
}
.sow_model_body header .inner_d .item_d{
	flex:1;
	font-size: 13px;
	padding: 0 10px;
}
.sow_model_body header span{
	display:block;
	margin:0 0 3px;
}
.sow_model_body header .logo_d{
	max-width:130px;
}
.sow_model_body footer{
    border-top: 2px solid #000;
    margin-top: 30px;
    padding: 15px 0 10px;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
}
.sow_model_body footer a{
	color:#000;
	text-decoration: unset;
}
.table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
}
.table thead{
	background: #d7d7d7;
}
.table th, .table td {
    border: 1px solid #999;
    padding: 8px;
    text-align: left;
    color:#000;
}
.section_title{
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0 15px;
}
.section_title span{
	background: #FDB026;
	padding: 5px 8px;
}
.content_d{
	margin:25px 0 0;
}

h2{
	font-size: 21px;
	line-height: 31px;
	margin:0 0 15px;
	text-transform: uppercase;
}
.top_two_b{
	display:flex;
	justify-content: space-between;
	margin:0 0 10px;
}
.top_two_b .l_block{
	width:200px;
	font-weight:700;
}
.top_two_b .r_block{
	width:calc(100% - 220px);
}
.two_b_d{
	display:flex;
	justify-content: space-between;
	margin:0 0 15px;
}
.two_b_d .t_block{
	width:200px;
	font-weight:700;
}
.two_b_d .c_block{
	width:calc(100% - 220px);
}
.two_b_d .c_block ul{
	margin: 0 0 15px;
	padding: 0 0 0px 17px;
}
.two_b_d .c_block ul:last-child{
	margin:0;
}
.date_n_sign{
    margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.box_item{
	border: 1px solid #999;
    padding: 20px;
    margin-bottom: 25px;
}
.box_item .section_title{
	margin-top:0;
}
.box_item ul,
.box_item ol{
	padding-left:35px;
}
.date_n_sign .itemd{
	min-width:200px;
	text-align: center;
}
.date_n_sign .itemd span{
	display:block;
}
.date_n_sign .itemd span:last-child{
	padding-top: 5px;
}
.sow_des{
	margin:15px 0;
}
.grid_three{
	display: flex;
	margin:0 0 10px;
}
.grid_three > div{
    width: calc(33.33% - 10px);
    background: #f6f6f6;
    margin: 0 5px;
    padding: 5px 0;
}
.grid_three ul{
	margin:0;
}
.grid_three ul li,
.grid_three ol li{
	padding:0 5px;
}
.box_item p {
    margin: 25px 0 15px;
}
.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.spinner img {
	width: 50px;
	height: 50px;
}
/* END SOW PREVIEW DESIGN */





/*New css start*/
label{
	font-weight:500;
}
.estimatorPageSec .ticketBoxTab .labelCheckboxesD .checklistD{
	justify-content: space-between;
}
.estimatorPageSec .ticketBoxTab textarea{
	height:180px;
}
.button_OC {
	position: relative;
	top: 50%;
	width: 74px;
	height: 36px;
	margin: -13px 0 0;
	overflow: hidden;
	border-radius: 100px;
}
.button_OC .checkbox_OC{
	position: relative;
	width: 100% !important;
	height: 100% !important;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}
.button_OC .knobs,
.button_OC .layer{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.3s ease all;
	z-index: 2;
}
.button_OC .knobs:before {
	content: "YES";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 9px 4px;
	background-color: #FDB026;
	border-radius: 50%;
	transition: 0.3s ease all;
}
.button_OC .layer {
	width: 100%;
	background-color: #e1e1e1;
	transition: 0.3s ease all;
	z-index: 1;
}
.button_OC .checkbox_OC:checked + .knobs:before {
	content: "NO";
	left: 42px;
	background-color: #f44336;
}
@media only screen and (min-width: 768px) {
	.estimatorPageSec .ticketBoxTab .labelCheckboxesD .checklistD{
		width:calc(100% - 310px);
	}
	.estimatorPageSec .ticketBoxTab .labelCheckboxesD .checklistD > div{
		width:49% !important;
	}
}
/*New css end*/

/* Design by anshuman  */
.estimatorPageSec .book_arch .threeBlocksD .form_div{
	width: calc(20%);
}
.delete-icon {
            
	position: absolute;
	top: -4px;
	right: -4px;
	cursor: pointer;
	color: white;
	font-size: 18px;        /* Smaller font size */
	background-color: red;
	border-radius: 50%;
	padding: 1px 4px;       /* Adjust padding for smaller size */
	border: 1px solid #ff000f; 
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); /* Subtle shadow */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .Calling in customer */
#callingBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1a1a1a;
    color: #fff;
    z-index: 1000; /* Ensures it's above other elements */
    font-family: Arial, sans-serif;
    padding: 10px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.calling_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.calling_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.calling_name {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.calling_number {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.calling_status {
    font-size: 14px;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 5px;
}

.red-btn {
    background-color: #e53935;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.red-btn:hover {
    background-color: #c62828;
}

.calling_anim {
    font-size: 14px;
}

.animstart {
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}



/* /end calling design  */

/* generate quote */
.generate_quote{
	cursor: pointer;
    background: #fdb026;
    border-color: #fdb026;
	margin-left: 1.5rem;
}

.radio_prices{
	margin-right: 14px;
}
/* end generate quote */

/* generate sow */
.flex_status{
	display: flex;
	justify-content: space-between;
}
.generate_sow{
	cursor: pointer;
    background: #fdb026;
    border-color: #fdb026;
	margin-left: 1.5rem;
	height: 40px;
}

/* end generate sow */

/* Architect List table page css start*/
.architectListTable .table__d{
	width: 100%;
	overflow: auto;
}
.architectListTable .table__d .table thead th{
font-size: 12px;
line-height: 16px;
font-weight: 600;
min-width:120px;
	padding: 10px 10px;
	text-align: center;
}
.architectListTable .table__d .table .no__col{
min-width:60px;
text-align:center;
}
.architectListTable .table__d .table td{
font-size: 12px;
line-height: 16px;
padding: 10px 10px;
vertical-align: top;
text-align: center;
}
/*.architectListTable .table__d .table td.verCenter{
vertical-align: middle;
}*/
.architectListTable .table__d .table select{
min-width: 120px;
font-size: 12px;
height:32px;
border-color:#ced4da;
}
.architectListTable .table__d .table .date__d{
margin-top: 10px;
text-align: center;
}
.architectListTable .table__d .table .notes_col{
min-width: 400px;
text-align: center;
}
.architectListTable .table__d .table{
	border-spacing: 0;
	border-collapse: collapse;
	 border: 1px solid #ced4da;
}
.architectListTable .table__d .table thead th {
    border: 1px solid #ced4da;
}
.architectListTable .table__d .table td{
    border: 1px solid #ced4da;
}
@media only screen and (min-width: 768px) {
.architectListTable .table__d{
	max-height: 750px;
}
.architectListTable .table__d .table thead th {
	position: sticky;
	top: 1px; 
	z-index: 9; 
}
.architectListTable .table__d .table thead th:first-child{
	position: sticky;
	left: 1px; 
	z-index: 92; 
	background:#f5f5f5;
}

.architectListTable .table__d .table tbody tr td:first-child {
	position: sticky;
	left: 1px; 
	z-index: 91; 
	background:#f5f5f5;
}
.architectListTable .table__d .table thead th:nth-child(2){
	position: sticky;
	left: 61px; 
	z-index: 92;
	background:#f5f5f5;
}
.architectListTable .table__d .table tbody tr td:nth-child(2) {
	position: sticky;
	left: 61px; 
	z-index: 91;
	background:#f5f5f5;
}
.architectListTable .table__d .table thead th:first-child::before, 
.architectListTable .table__d .table tbody tr td:first-child::before{
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    bottom: -1px;
    width: 5px;
    border-right: 1px solid #ced4da;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
}
.architectListTable .table__d .table thead th:first-child::after, 
.architectListTable .table__d .table tbody tr td:first-child::after{
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    bottom: -1px;
    width: 5px;
    border-left: 1px solid #ced4da;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
}
	.bankSDetail_page .box_d .form_div select, 
	.bankSDetail_page .box_d .form_div input[type=text] {
    min-width: 165px;
}
/*.architectListTable .table__d .table thead th:nth-child(2)::before,
.architectListTable .table__d .table tbody tr td:nth-child(2)::before{
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    bottom: -1px;
    width: 5px;
    border-right: 1px solid #ced4da;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
}*/
.architectListTable .table__d .table thead th:nth-child(2)::after,
.architectListTable .table__d .table tbody tr td:nth-child(2)::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
    bottom: -1px;
    width: 5px;
    border-left: 1px solid #ced4da;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
}
	.bankSDetail_page .box_d .form_div select, 
	.bankSDetail_page .box_d .form_div input[type=text] {
    min-width: 165px;
}
}
/* Architect List table page css end*/

.text-red{
	color: red;
}
.text-green{
	color: green;
}
.text-orange{
	color: orange;
}
.tabs-flex{
	display: flex;
}

.download_pdf {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #dc3545;
    color: #fff;
    transition: background 0.3s ease;
}

.download_pdf:hover {
    background-color: #c82333;
}

input[type="file"]:disabled, .input[type="file"][readonly]{
	background-color: #e9ecef;
    opacity: 1;
}

.form_div textarea:disabled, .form_div textarea[readonly]{
	background-color: #e9ecef;
    opacity: 1;
}

.architectPageSec.bankSDetail_page .form_item_d .form_div textarea{
width: 100%;
    max-width: 500px;
    height: 150px;
}

@media only screen and (max-width: 767px) {
	.architectPageSec .form_item_d .form_div.form__data_with_date{
		margin:0 0 32px;
	}
	.architectPageSec.bankSDetail_page .form_item_d .form_div{
		width:100%;
	}
	.architectPageSec .form_item_d .form_div textarea{
		width:100%;
	}
}

/* Architect Detail Page start*/
.architectPageSec.architectDetailPage .form_item_d .dateFileD{
	width:100%;
}
@media only screen and (max-width: 1300px) {
	.architectPageSec.architectDetailPage .form_item_d{
		align-items: flex-start;
	}
	.architectPageSec.architectDetailPage .form_item_d .middle_d{
		flex-wrap:wrap;
	}
	.architectPageSec.architectDetailPage .form_item_d .middle_d .file__d,
	.architectPageSec.architectDetailPage .form_item_d .middle_d > .date__d,
	.architectPageSec.architectDetailPage .form_item_d .middle_d .form__data_with_date{
		width:100% !important;
	}
	.architectPageSec.architectDetailPage .form_item_d input[type=file], 
	.architectPageSec.architectDetailPage .form_item_d input[type=date]{
		max-width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.architectPageSec.architectDetailPage .form_item_d .middle_d{
		row-gap:15px;
	}
	.architectPageSec.architectDetailPage .form_item_d .form_div{
		margin: 0;
	}
}
/* Architect Detail Page end*/

/* customer installation deatil page css start*/
.architectPageSec.custInstDetailPage .form_item_d .middle_d{
	flex-wrap: wrap;
	align-items: flex-start !important;
	row-gap:32px;
}
.architectPageSec.custInstDetailPage .form_item_d .order_material .middle_d{
	margin:0 0 32px;
}
.architectPageSec.custInstDetailPage .form_item_d .middle_d > div,
.architectPageSec.custInstDetailPage .form_item_d .form_div.file__d, 
.architectPageSec.custInstDetailPage .form_item_d .form_div.date__d{
	flex:unset;
	width:calc(33.33% - 32px);
}
.architectPageSec.custInstDetailPage .form_item_d .form_div textarea{
	width:100%;
}
@media only screen and (max-width: 1300px) {
	.estemate_layout .class_apppend_for_dropdown_n_input .labelCheckboxesD{
		width:100%;
	}
	.architectPageSec.custInstDetailPage .form_item_d .middle_d > div,
	.architectPageSec.custInstDetailPage .form_item_d .form_div.file__d, 
	.architectPageSec.custInstDetailPage .form_item_d .form_div.date__d{
		width:100%;
	}
	.architectPageSec.custInstDetailPage .form_item_d input[type=file], 
	.architectPageSec.custInstDetailPage .form_item_d input[type=date]{
		max-width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.architectPageSec.custInstDetailPage .form_item_d .middle_d{
		row-gap:15px;
	}
	.architectPageSec.custInstDetailPage .form_item_d .form_div{
		margin:0;
	}
	.architectPageSec.custInstDetailPage .form_item_d{
		margin-bottom: 32px;
		gap:0;
	}
}
/*customer installation detail page css end*/


/* Customer service detail page css start*/
@media only screen and (max-width: 1300px) {
	.estimatorPageSec.custServiceDetail .ticketBoxTab .labelCheckboxesD .checklistD > div{
		width:100% !important;
	}
}
/* Customer service detail page css end*/

/* design by anshuman */
.address-options{
	margin-bottom: 30px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    display: flex;
}


.estimate_price_collespe{
	margin: 0;
    font-size: 22px;
    padding: 15px 36px 15px 30px;
    font-weight: 600;
    background-size: 17px;
    background-position-x: 98.4%;
}

.collapsible-section {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 1.2s ease, opacity 1.2s ease;
}

.collapsible-section.show {
    max-height: 1500px;
    opacity: 1;
}
.show{
	display: block !important;
}

/* Customer estimator detail page css start*/
@media only screen and (max-width: 1300px) {
.estemate_layout .class_apppend_for_dropdown_n_input .labelCheckboxesD.liveSowSelect,
.estemate_layout .class_apppend_for_dropdown_n_input .labelCheckboxesD.blowOutSelect{
		margin:15px 0 0;
	}
}
/* Customer estimator detail page css end*/

/* Banking Page css start*/
.bankingListTable .table__d input[type=checkbox]{
	width:20px;
	height:20px;
	margin:0 auto;
}
.bankingListTable .table__d .form__data input{
	min-width: 120px;
	font-size: 12px;
	margin: 0 0 8px;
	margin:0 auto;
}
.bankingListTable .table__d .form__data input[type=text]{
	height:32px;
	border-color:#ced4da;
	margin:0;
}
.bankingListTable .setRedColor{
	color:red;
}
.architectListTable.bankingListTable .table__d .table td{
	vertical-align: middle;
}
.bankingListTable .table__d .table .setBtmBorder{
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	margin: 0 -10px 10px;
}
.bankingListTable .table__d .table th .setBtmBorder{
	height:27px;
}
.bankingListTable .table__d .table td .setRedColor,
.bankingListTable .table__d .table  td .date_d{
	height:32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bankingListTable .table__d .table td .setBtmBorder,
.bankingListTable .table__d .table td .setBtmBorder.setRedColor{
	height:27px;
}
@media only screen and (min-width: 768px) {
	.architectListTable.bankingListTable .table__d .table .no__col,
	.architectListTable.bankingListTable .table__d .table tbody tr td:first-child{
		min-width: 120px;
	}
	.architectListTable.bankingListTable .table__d .table tbody tr td:nth-child(2),
	.architectListTable.bankingListTable .table__d .table thead th:nth-child(2){
		left: 121px;
	}
	/* .architectListTable .table__d .table thead tr:last-child th{
		top:101px;
	} */
}
/* Banking page css end*/


/* Contract logs table design START */
.contract_logs .table-responsive {
    overflow-x: auto;
}
.contract_logs .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.contract_logs .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.contract_logs .table-bordered {
    border: 1px solid #dee2e6;
}
.contract_logs .table-bordered th,
.contract_logs .table-bordered td {
    border: 1px solid #dee2e6;
}
.contract_logs .table th, .contract_logs .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}

/* Contract logs table design END */

/* Start Loading state for input Contract Index */
input[disabled] {
    background-color: #f8f9fa;
    cursor: not-allowed;
}

input.error {
    border-color: #dc3545;
}

th{
	text-align: center !important;
}


/* contract checkbox */
.custom_checkbox{
	width:22px;
	height:22px;
	position: relative;
	display: block;
	margin:0 auto;

}
.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer !important;
  height: 0 !important;
  width: 0 !important;
}
.custom_checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: transparent;
	border: 1px solid #ced4da;
	border-radius: 2px;
}
.custom_checkbox input:checked ~ .checkmark {
  background-color: #198754;
}
.custom_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom_checkbox input:disabled ~ .checkmark {
	background-color: #f8f9fa;
}
.custom_checkbox input:checked:disabled ~ .checkmark {
	background-color: #198754;
}
.custom_checkbox input:checked:disabled ~ .checkmark:after {
    cursor: not-allowed;
}

.custom_checkbox .checkmark:after {
	left: 8px;
	top: 3px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* End Loading state for input Contract Index */

/* Profile Page css start*/
.profileSec{
	padding:50px 0;
}
.profileSec .container{
	max-width:1300px;
	margin:0 auto;
}
.profileSec .profile_header{
	background: #FDB026;
	text-align: center;
	padding: 14px 10px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.profileSec .top_grid,
.profileSec .btm_grid {
	row-gap:20px;
	margin:0 -10px;
}
.profileSec .top_grid{
	margin-bottom: 20px;
}
.profileSec .top_grid .card_box:first-child{
	width:33.33%;
	padding:0 10px;
}
.profileSec .top_grid .card_box:last-child{
	width:66.66%;
	padding:0 10px;
}
.profileSec .btm_grid .card_box{
	width:50%;
	padding:0 10px;
}
.profileSec .inner_card{
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	background: #fff;
	height:100%;
	border-radius: .25rem;
	padding:25px;
}
.profileSec .inner_card h4{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px;
}
.profileSec .inner_card ul{
	padding: 0 0 0 20px;
    margin: 0;
}
.profileSec .inner_card ul li{
	margin:0 0 3px;
}
.profileSec .iconText{
	display: flex;
	flex-wrap: wrap;
	row-gap:20px;
}
.profileSec .iconText > div{
	width:50%;
	padding:0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.profileSec .item_d .icon_d {
	width:50px;
}
.profileSec .item_d .icon_d img{
	width:100%;
	display: flex;
}
.profileSec .item_d .info{
	width:calc(100% - 65px);
}
.profileSec .item_d .sub_name{
	font-size: 14px;
}
.profileSec .item_d .title_d{
	font-size: 18px;
	font-weight: 600;
}
.profileSec .avatar{
    width: 150px;
	height: 150px;
	border-radius: 50%;
	padding: 6px;
	background: linear-gradient(90deg, #FDB026, #fdb0265c);
	display: block;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	border: 6px solid #fff;
	margin: 0 auto;
}
.profileSec .avatar img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    background: #eee;
}
.profileSec .inner_card h3{
	font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0 0;
    text-align: center;
}
.profileSec .inner_icontext_list{
    display: flex;
    row-gap: 50px;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.profileSec{
		padding:30px 0;
	}
	.profileSec .top_grid .card_box:first-child,
	.profileSec .top_grid .card_box:last-child,
	.profileSec .btm_grid .card_box{
		width:100%;
	}
	.profileSec .inner_icontext_list{
		row-gap:20px;
	}
	.profileSec .iconText > div{
		width:100%;
	}
	.profileSec .item_d .icon_d{
		width:30px;
	}
	.profileSec .item_d .info{
	    width: calc(100% - 45px);
	}
	.profileSec .avatar{
		width:120px;
		height:120px;
	}
}
/* Profile Page css end*/

/* Two Grid box css start*/
.two_grid_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.two_grid_box .grid_item_box{
	width: calc(50% - 20px);
}
.two_grid_box .form_div{
	display:flex;
	justify-content: space-between;
	margin:0 0 10px;
}
.two_grid_box .form_div:last-child{
	margin:0;
}
.two_grid_box .form_div label{
	width:164px;
	font-weight: 600;	
}
.two_grid_box .form_div span{
	width:calc(100% - 173px);
}
.estimatorPageSec .two_grid_box .threeBlocksD{
	display: block;
}
.estimatorPageSec .two_grid_box .form_div{
	margin:0 0 10px;
	width: 100%;
}
.estimatorPageSec .two_grid_box .form_div:last-child{
	margin:0;
}
@media only screen and (min-width: 1081px) {
	.architectDetailPage .two_grid_box .grid_item_box{
		height:100%;
	}
	.two_grid_box .grid_item_box > div{
		height:100%;
		margin:0;
	}
}
@media only screen and (max-width: 1080px) {
	.two_grid_box .grid_item_box{
		width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.two_grid_box .form_div label{
		width:145px;
		font-weight: 600;	
	}
	.two_grid_box .form_div span{
		width:calc(100% - 150px);
	}
}
/* Two grid box css end*/

footer .site_footer {
    font-size: 8px;
    line-height: 1;  /* minimal spacing */
}
footer{
	background: #f5f5f5;
}

.contract_link {
    color: #0056b3 !important;
    text-decoration: underline !important;
}
