#account_heading{

	background: #ededed;
    padding: 20px 0;
    text-align: center;
    margin: 0px;
}
#account_heading h1 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
}
.upgrade_box {
    margin: 25px 0 0;
    padding: 25px;
    background: #ec6262;
    border-radius: 20px;
    text-align: center;
}
.upgrade_box h2 {
    padding: 0px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.upgrade_box h3 {
    padding: 0px;
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
    max-width: 960px;
    width: 100%;
    margin: 0 auto 15px;
    line-height: 32px;
}
.upgrade_box button.aply {
    margin: 0px;
    padding: 0px;
    background: #000;
    border: none;
    color: #fff;
    width: 208px;
    height: 58px;
    border-radius: 50px;
    font-size: 26px;
}
.upgrade_box button.aply:hover{background:#22bbcd;}

.accountprolist {
    margin: 0 0 0;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
}
.accountprolist .logo {
    margin: 0px;
    padding: 18px;
    width: 110px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    border: #dcdcdc solid thin;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    overflow: hidden;
}
.compheading2 {
    margin: 0px;
    padding: 15px 15px;
}
.compheading2 h3 a {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    font-family: "Avenirblack";
    color: #000;
}
.compheading2 p {
    font-size: 16px;
    line-height: normal;
    margin: 0px;
    padding: 15px 0 0;
    font-family: "AvenirMedium";
}
.branchbox {
    margin: 0px;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}
.branchbox .textbranch {
    margin: 0px;
    padding: 0px;
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.branchbox button.addbranchbtn {
    margin: 0px;
    padding: 10px;
    background: #ec6262;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
}
.branchbox button.addbranchbtn:focus{outline: none;}
.branchslider {
    margin: 0px;
    padding: 0;
    background: #fff;
    border: #f1f0f0 solid 2px;
    position: relative;
}
.inerpad {
    margin: 0px;
    padding: 15px;
}
.branchslider .namcomp {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: #22bbcd;
}
.branchslider .matter {
    font-size: 16px;
    line-height: 26px;
    margin: 12px 0px;
}
.branchslider button.seemap {
    margin: 0px;
    padding: 6px 15px;
    background: #ec6262;
    border: none;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}
.branchslider button.seemap:hover{background:#f4b521;}
.branchslider .dash_num {
    margin: 20px 0 0;
    padding: 15px 15px;
    border-top: #f1f0f0 solid 1px;
    font-size: 24px;
    position: relative;
    background: url(../images/marker.png) no-repeat right;
    background-size: 110px;
    background-position: right 10px;
    height: 110px;
}	
.iconclear {
    margin: 10px 10px 0;
    padding: 0px;
}
.iconclear ul {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.iconclear ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    list-style-type: none;
}

.iconclear ul li a {
    margin: 0px;
    padding: 7px 0px;
    display: inline-block;
    background: #f4b521;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
}

.iconclear ul li a i {
    font-size: 20px;
    color: #fff;
}
.iconclear ul li a.trashs {
    background: #ec6363;
}


div#Section1 .owl-dots {
    margin-top: 40px;
    text-align: center;
}
div#Section1 .owl-dots button{
    outline: none;
}
div#Section1 .owl-dots button span {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    display: block;
    background: #d5d5d5;
    margin: 0 3px;
}
div#Section1 .owl-dots button.owl-dot.active span{
    background: #22bbcd;
}


.modal_tile {
    font-size: 18px;
    margin: 0px;
    padding: 15px 0;
}
.dash_space select.formfld {
    background: #fff;
    border-radius: 50px;
    border: none;
    outline: none;
    height: 55px;
    width: 100%;
    margin-top: 0px;
    padding: 5px 15px;
    box-shadow: 0 0 25px -1px rgba(0,0,0,0.2);
}
.modal.dashmodal .modal-dialog {
    max-width: 780px;
    width: 100%;
}
.dash_space {
    margin: 15px 0;
    position: relative;
}

.dahssrch {position: absolute;top: 10px;left: 25px;width: 93%;}

.dahssrch input.srchformfld {
    width: 100%;
    margin: 0px;
    height: 50px;
    padding: 0 40px 0 15px;
}
.dahssrch i {
    position: absolute;
    top: 16px;
    right: 12px;
}
ul.projectedit {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 20px;
    right: 18px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
ul.projectedit li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
ul.projectedit li:first-child {
    position: absolute;
    left: 30px;
}
ul.projectedit li a {
    margin: 0px 5px;
    padding: 4px 0;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

ul.projectedit li a i {
    font-size: 18px;
    color: #fff;
}



ul.dashproduct {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 20px;
    right: 18px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
ul.dashproduct li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
ul.dashproduct li:first-child {
    position: absolute;
    left: 30px;
}
ul.dashproduct li a {
    margin: 0px 5px;
    padding: 4px 0;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

ul.dashproduct li a i {
    font-size: 18px;
    color: #fff;
}





/*company order*/
.showorder {
    margin: 0px;
    padding: 15px 0;
    text-align: center;
}

.showorder ul {
    margin: 0px;
    padding: 0px;
}

.showorder ul li {
    margin: 0px;
    padding: 5px 15px;
    display: inline-block;
    font-size: 25px;
    line-height: 30px;
}

.showorder ul li:first-child {
    color: #ff7747;
}




/*overview grid css*/
.oerviewgrid {
    padding: 0px 0px;
    margin: 0px;
    background: #fff;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    box-shadow: 0 0 20px -1px rgba(0,0,0,0.2);
}
.oerviewgrid .numsconet {
    padding: 25px 0px;
    margin: 0px;
    background: transparent;
    text-align: center;
    border-right: #ff7747 solid 2px;
}
.oerviewgrid .numsconet:hover{
    background: #ff7747;
}
.oerviewgrid .numsconet:hover h6, .oerviewgrid .numsconet:hover p{
    color: #fff;
    background: #ff7747;
}
.oerviewgrid .numsconet:last-child {
    border-right: none;
}
.oerviewgrid .numsconet h6 {
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    line-height: 48px;
    color: #ff7747;
    font-weight: 600;
}
.oerviewgrid .numsconet p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #000;
}
.overviewtitle {
    margin: 0px;
    padding: 15px 0;
    font-size: 26px;
    line-height: 36px;
    color: #000;
}
.oversee {
    margin: 30px auto 0;
    padding: 0px;
    background: transparent;
    max-width: 160px;
    width: 100%;
    text-align: center;
}
.oversee a {
    margin: 0px;
    padding: 4px 0px;
    display: block;
    background: #ff7747;
    border-radius: 50px;
    height: 44px;
    width: 100%;
    font-size: 26px;
    color: #fff;
}
.oversee a:hover{background: #000;}



/*companu profile*/
#company_profile_form .formbox1 {
    background: #f6f6f6;
    box-shadow: 0 0 25px -1px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin: 45px 0 0;
    font-family: "AvenirMedium";
    padding: 30px;
}
#company_profile_form .formbox1.form_top_space {
    margin-top: 50px;
}
.formbox1 input.newflds {
    margin: 20px 0 0 0;
    padding: 5px 15px;
    width: 100%;
    height: 50px;
    border: #d4d4d4 solid thin;
    border-radius: 10px;
}
.formbox1 input.newflds:focus{outline: none;}
.formbox1 select.newflds:focus{outline: none;}
.formbox1 textarea.newareafld:focus{outline: none;}
.formbox1 select.newflds {
    margin: 20px 0 0 0;
    padding: 5px 15px;
    width: 100%;
    height: 50px;
    border: #d4d4d4 solid thin;
    border-radius: 10px;
    color: #757575;
}
.formbox1 textarea.newareafld {
    margin: 20px 0 0 0;
    padding: 5px 15px;
    width: 100%;
    min-height: 160px;
    border: #d4d4d4 solid thin;
    border-radius: 10px;
    color: #000;
}
.formbox1 input.rechecks {
    height: 22px;
    width: 22px;
    position: relative;
    top: 4px;
    left: 15px;
}
.new_head_title {
    margin: 0px;
    padding:15px 0px 0;
    font-size: 26px;
    line-height: 36px;
    color: #000;
}
.spacerest {
    margin: 20px 0 0;
}
.alignright {
    width: 100%;
    text-align: right;
    margin: 0px;
    padding: 0px;
}
.alignright button{
    background-color: #22bbcd;
    color: #ffffff;
    border: none;
    padding: 10px 44px;
    font-size: 18px;
    font-family: "AvenirMedium";
    cursor: pointer;
    border-radius: 50px;
    position: relative;
    margin: 20px 0 0;
}
.alignright button:hover{background:#000;}
.alignright button:focus{outline: none;}






@media all and (max-width: 991px){

	#account_heading{margin: 90px 0 0;}
	.oerviewgrid{grid-template-columns: auto auto auto;}
	.oerviewgrid .numsconet{
		border-bottom: #ff7747 solid 2px;
		border-right: none;
	}
	section#cmprofile {margin: 90px 0 0;}
}



@media all and (max-width: 767px){

	.upgrade_box h3{font-size: 16px;}
	.upgrade_box h2{font-size: 22px;}
	
}


@media all and (max-width: 578px){

	.accountprolist{
		text-align: center;
		display: block;
	}
	.accountprolist .logo{margin: 0 auto;}

	.oerviewgrid{grid-template-columns: auto auto;}
	.oerviewgrid .numsconet{
		border-bottom: #ff7747 solid 2px;
		border-right: none;
	}
	.oerviewgrid .numsconet p{font-size: 14px;}
}



@media all and (max-width: 480px){

	
}




@media all and (max-width: 344px){

	.branchbox{display: block; text-align: center;}
	.branchbox button.addbranchbtn{margin-top: 20px;}
}