section.img-header-section{
	background: url('../images/32213685_l.jpg') ;/*no-repeat fixed 50% 0px / cover;*//*no-repeat center; */
  	background-size:     cover; 
    background-repeat:   no-repeat;
    background-position:center;  
    /*opacity: 0.9;*/
    box-shadow: inset 0 0 0 350px rgba(11, 12, 54, 0.72);
    position: relative;
    text-align: center;
    height: 450px;
    color:white;
   	/*display: flex;
    flex-direction: column;
    justify-content: center;*/
  	text-align: right;
}

section.img-header-section h1{
    font-weight: bold;
    font-size: 38px;
    text-align: right;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 25px;

}

section.img-header-section p{
	font-size: 20px;
}

section.img-header-section h1 .blue-white{
	color:#00AEEF;
	margin: 10px;
}

section.img-header-section h1 .white{
	color:#FFFFFF;
	margin: 10px;
}



section.img-header-section .row-header{
	display: flex;
    padding-top: 60px;
    height: 65px;

}

section.img-header-section .row-header a{
	    text-decoration:none;
	    color:#ffffff;
}

section.img-header-section .header-img-div{
	display: flex;
    justify-content: center;
    align-items: center;
}

section.img-header-section .header-img-div>div{
	width: 60%;
}

section.img-header-section .menu{
  display: flex;
  flex-wrap: nowrap;
  align-self: flex-end;
  justify-content: center;
}

section.img-header-section .menu div{
    color: #0B0C36;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    /* min-width: 104px; */
    /* height: 33px; */
    margin: 0px 10px -5px 10px;
    padding: 5px;
    text-align: center;
    padding-bottom: 10px;
}


section.img-header-section .erp-menu span{
	background-color: rgba(60, 175, 242, 0);
	border: solid 2px rgba(60, 175, 242, 1) ;
	 color: rgba(60, 175, 242, 1);
	padding: 5px 15px 5px 15px ;
	transition: 0.4s ease all;
	transform: 0.4s;
}

section.img-header-section .erp-menu span:hover{
	background-color: rgba(60, 175, 242, 1);

	 color: #ffffff;

} 

section.img-header-section .tsi-menu{
	background-color: rgba(255, 255, 255, 0);
	color:#ffffff;
	padding: 5px 15px 5px 15px ;
}

section.img-header-section .tsi-menu span{
	background-color: rgba(255, 255, 255, 0);
	border: solid 2px #ffffff ;
	color:#ffffff ;
	padding: 5px 15px 5px 15px ;
	transition: 0.4s ease all;
	transform: 0.4s;
}


section.img-header-section .tsi-menu span:hover{
	background-color: rgba(255, 255, 255,1);
	border: solid 2px #ffffff ;
	color:#0B0C36 ;
	padding: 5px 15px 5px 15px ;
}

section.img-header-section .erp-menu img{
	height: 20px;	
}

section.img-header-section h1 .blue-white{
	color:#00AEEF;
	margin: 10px;
}

section.img-header-section h1 .white{
	color:#FFFFFF;
	margin: 10px;
}


section.img-header-section .center-header{
	height: calc(100% - 115px);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*********************** search *******************************************/
section.search{
	
	background-color: #ffff;
	position: relative;	
}

section.search .search-inputs{
    min-height: 100px;
    box-shadow: 0px 7px 8px 3px #D2D2DA;

    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
   padding: 20px 0px;
       margin-top: -60px;
    margin-bottom: -60px;
}

section.search .search-inputs select,section.search .search-inputs button{
    width: 100%;
    font-size: 20px;
    padding: 6px;
}


section.search .search-inputs select{
    border-color: black;
}

section.search .search-inputs button{
    background-color: rgba(60, 175, 242, 1);
    color: #ffffff;
    text-align: right;
    padding: 8px 16px 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
 border:none;
 transition: 0.4s;
 transform:ease all ;
    
}
section.search .search-inputs button:hover{
    background-color: rgba(60, 175, 242, 0.8);
    color: #ffffff;
  
 
    
}

section.search .search-inputs input{
	height: 45px;
    border: 1px solid black;
    width: 100%;
    font-size: 20px;
    padding: 6px;
}

section.search .search-inputs input:focus{
    outline: none;
}

section.search .search-inputs input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
section.search .search-inputs input::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
section.search .search-inputs input:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
section.search .search-inputs input:-moz-placeholder { /* Firefox 18- */
  color: black;
}
/**************************************************************/

section.assets{
    min-height: 600px;
    background-color: rgba(11,12,54,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 70px;
    width: 100%;
}

section.assets>.col-md-12{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section.assets .col-md-3{
    display: flex;
    justify-content: center;
    width: 20%;
}

section.assets .asset{
    width: 100%; 
    background-color: #fff;
}

section.assets .asset .img-div{
	background: linear-gradient(transparent, transparent, rgba(11, 12, 54, 0.73)),url('assets/49917376_l.png');/*no-repeat fixed 50% 0px / cover;*//*no-repeat center; */
  	background-size:     cover; 
    background-repeat:   no-repeat;
    background-position: center center;  
    height: 220px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}

section.assets .asset .img-div-1{
	/*background-image:linear-gradient(transparent, transparent, rgba(11, 12, 54, 0.73)),url('../images/table-white-chairs-and-open-kitchen.png');*/
}

section.assets .asset .img-div-2{
	/*background-image: linear-gradient(transparent, transparent, rgba(11, 12, 54, 0.73)),url('../images/47256698-kitchen-interior-with-island-sink-cabinets-and-hardwood-floors.png');*/
}

section.assets .asset .img-div-3{
	/*background-image: linear-gradient(transparent, transparent, rgba(11, 12, 54, 0.73)),url('../images/47705144-kitchen-interior-in-new-luxury-home-with-island-sink-white-cabinets-and-hardwood-floors.png');*/
}

section.assets .asset .img-div p{
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #ffff;
    line-height: 1.1;
    margin-left: 18px;
}

section.assets .asset .img-div .for-sale{
    color: #FFFFFF;
    font-size: 16px;
    background-color: #00AEEF;
    padding: 2px 8px 2px 8px;
    position: absolute;
    margin: auto;
    right: 0;
    top: 24px;
}
section.assets .asset .asset-details{
	padding: 20px;
    box-shadow: 0px 6px 16px 3px #D2D2DA;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.assets .asset .asset-details-header{
	font-size: 20px;
    font-weight: 500;
    line-height: 1.0;
    direction: ltr;
    text-align: right;
}

section.assets .asset .place{
    font-size: 20px;
    margin-top: 0px;
    font-weight: 500;
    border-bottom: 1px solid #00000047;
}

section.assets .asset .place img{
    float: left;
    height: 22px;
}

section.assets .asset .assets-details-rooms{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

section.assets .asset .assets-details-rooms img{
    height: 20px;
}

section.assets .asset .asset-details .blue-btn{
    background-color: #0B0C36;
    color: #FFFFFF;
    BORDER: none;
    height: 40px;
    width: 100%;
    font-size: 18px;
    margin-top:25px;
}


section.assets .blue-btn{
	background-color: rgba(11, 12, 54, 0);
	color:#0B0C36;
	border: solid 2px #0B0C36;
	text-align: center;
    font-size: 22px;
    direction: ltr;
    padding: 10px;
    margin: 48px;
     transition: 0.4s;
 transform:ease all ;
}
section.assets .blue-btn:hover{
	background-color: rgba(11, 12, 54, 1);
	color:#ffffff;}


/**********************************************************/
section.friends-get-from-networks{
    min-height: 580px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
        padding: 20px 0px;
}

section.friends-get-from-networks h1{
    text-align: center;
    direction: ltr;
}

section.friends-get-from-networks .col-md-2{
    display: flex;
    justify-content: center;
}

section.friends-get-from-networks .friends-get-from-network{
    width:260px;  
}

section.friends-get-from-networks .friends-get-from-network .subject{
	text-align: right;
    font-size: 26px;
    color: #00AEEF;
    font-weight: bold;
    margin-top: 15px;
}

section.friends-get-from-networks .friends-get-from-network .item p{
	text-align: center;
	font-size: 18px;
	color:#0B0C36;
}


section.friends-get-from-networks .friends-get-from-network .friends-get-from-network-details{
	/*padding: 10px 30px 35px 30px;
    box-shadow: 0px 6px 16px 3px #D2D2DA;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}

section.friends-get-from-networks .friends-get-from-network .friends-get-from-network-details img{
	height: 58px;
}

section.friends-get-from-networks .friends-get-from-network p{
	font-size: 18px;
}

section.friends-get-from-networks .friends-get-from-network .friends-get-from-network-details .details{
	text-align: center;
	font-weight: 500;
}

section.friends-get-from-networks .friends-get-from-network .friends-get-from-network-details .subdetails{
	text-align: center;
	font-size: 16px;
}

/********************************************************/
section.friend{
	background-color: #00AEEF;
	color: #FFFFFF;
	min-height: 700px;
	/*padding: 90px 140px 100px 140px;*/
	text-align: right;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
        padding: 50px 0px;
}

section.friend>.col-md-8{
	padding-right: 140px;
}

section.friend .stores img{
	margin-left: 25px;
    height: 75px;
    width: 200px;
}

section.friend h1{
	font-size: 30px;
	line-height: 0.6;
}

section.friend span{
	font-size: 22px;
}

section.friend .checkmarks{
	margin-top: 35px;
}

section.friend .checkmark{
	margin-left: 15px;
    height: 100%;
}

section.friend .phone{
    height: 550px;
}



/**********************************************************/
section.subscriptions{
	background: linear-gradient(rgba(11,12,54,0.46),rgba(11,12,54,0.46)),url('../images/38485347_s (1).jpg');/*no-repeat fixed 50% 0px / cover;*//*no-repeat center; */
  	background-size:     cover; 
    background-repeat:   no-repeat;
    background-position:  center;  
	position:relative;
	display: flex;
  	justify-content: space-evenly;
  	align-items: center;
  	flex-direction: column;
  	min-height: 664px;
  	/*opacity: 0.46,
    filter:alpha(opacity=46)*/
}

section.subscriptions h1{
	font-weight: bold;
	font-size: 30px;
	text-align: right;
	color:#FFFFFF;
}

section.subscriptions .numbering{
    font-size: 52px !important;
    line-height: 0.2;
    color: #00AEEF;
    font-weight: 600;
    margin-right: 10px;
}

section.subscriptions .col-md-2{
    display: flex;
    justify-content: center;
}

section.subscriptions .subscription{
    width:260px;  
        margin: 20px 0px;
}

section.subscriptions .subscription .white-blue-header{
	background-color:#00AEEF;
	color:#FFFFFF;
	font-size:24px;
	font-weight:400;
	text-align: center;
    padding: 12px;
}

section.subscriptions .subscription .blue-header{
	background-color:#0B0C36;
	color:#FFFFFF;
	font-size:24px;
	font-weight:400;
	text-align: center;
    padding: 12px;
}

section.subscriptions .subscription .subscription-details{
	padding: 10px 30px 35px 30px;
    /*box-shadow: 0px 6px 16px 3px #D2D2DA;*/
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFFFFF;
}

section.subscriptions .subscription .subscription-details img{
	height: 58px;
}

section.subscriptions .subscription .office{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #0B0C36;
    margin-top: 20px;
    line-height: 1.1;
}

section.subscriptions .subscription .money-div{
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

section.subscriptions .subscription .money{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    color:#0B0C36;
}

section.subscriptions .subscription .money small{
	font-size: 20px;
    color:#0B0C36;
}

section.subscriptions .subscription .money-time{
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    display: block;
    direction: ltr;
    position: absolute;
    top: 90px;
}

section.subscriptions .subscription .money-time-before{
	font-weight: 400;
    text-align: center;
    font-size: 20px;
    display: block;
    direction: ltr;
    position: absolute;
    top: 20px;
}

section.subscriptions .subscription p{
	font-size: 18px;
}

section.subscriptions .subscription .subscription-details .details{
	text-align: center;
	font-weight: 500;
}

section.subscriptions .subscription .subscription-details .subdetails{
	text-align: center;
	font-size: 16px;
}

section.subscriptions .subscription .subscription-details .commission p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 0.8;
}

section.subscriptions .subscription .subscription-details .commission .percent{
	font-size: 30px;
}

section.subscriptions .subscription .subscription-details .blue-btn{
    background-color: #0B0C36;
    color: #FFFFFF;
    BORDER: none;
    height: 40px;
    width: 100%;
    font-size: 18px;
    margin-top:15px;
}

section.subscriptions .subscription .subscription-details .white-btn{
    color: #0B0C36;
    border: solid 2px #0B0C36;
    background-color: #FFFFFF;
    height: 40px;
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
    transform: ease all;
    transition: 0.4s;
}
section.subscriptions .subscription .subscription-details .white-btn:hover{
	color: #ffffff;
	  background-color: #0B0C36;
}
section.subscriptions .subscription .div-icons .icon{
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.subscriptions .subscription .div-icons .icon img{
	height: 36px;
	width: 36px;
}

section.subscriptions .subscription .div-icons .icon .num{
	height: 30px;
    width: 30px;
    background-color: #0B0C36;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    padding: 16%;
}
.select2-container .select2-selection--multiple{
	min-height: 45px !important;
	height: auto !important;
}
.select2-container--classic .select2-selection--multiple{
    border-color: black !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center;
    /*min-height: 45px;*/
    background: white !important;
    border: 1px solid black !important;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
	font-size: 16px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
	background-color: white;
	font-size: 16px;
}
.select2-container--classic.select2-container--open .select2-dropdown{
	/*bottom: -34px;*/
}
.select2-container--classic.select2-container--open .select2-dropdown,.select2-container--classic.select2-container--open .select2-selection--multiple{
	border-color: black !important;
}
.select2-container--classic .select2-selection--single{
    height: 45px !important;
    background-image: none !important;
    border-color: black !important;
    border-radius: 0 !important;
    background-color: white !important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow{
    height: 43px !important;
    background-image: none !important;
    background-color: white !important;
    border: none !important;
    color: black !important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{
    border-color: black transparent transparent transparent !important;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered{
	line-height: 45px !important;
	font-size: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{
	color: black !important;
}
.select2-container--classic .select2-search--inline .select2-search__field{
	width: auto;
    font-size: 20px;
    margin-top: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field{
    width: calc(100% - 6px) !important;
    font-size: 20px !important;
    margin-top: 0px !important;
    margin-right: 6px;
    background: white !important;
}
.col-asset{
	margin-bottom: 50px;
}
.pagination{
    /*margin-left: 8.33333333% !important;
    margin-right: auto !important;*/
    margin: 0;
    margin-left: 2.5% !important;
    margin-bottom: 28px;
}
.abs_images{
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    position: absolute !important;
    top: 20px;
}
.col-hide{
	display: none !important;
}


/******************************************/
@media (max-width: 991px){
section.search .search-inputs .col-md-2 {
	margin: 5px 0px;
	    width: 100%!important;}
	    
section.friends-get-from-networks .friends-get-from-network{
    width:auto;  
    margin-top: 20px;
}

section.friend h1 {
   line-height: normal;

}

section.friend>.col-md-8 {
   padding: 0px 30px; 

}
section.friend .checkmark {
    margin-right: -60px;
   }
   
   
    section.friend .checkmarks {
    margin-right: 60px;
    }
    
section.friend>.col-md-4 {
	    float: right;
    margin-right: auto;
    margin-left: auto;
        margin-top: 50px;
}
section.assets .col-md-3 {
	width: auto;
}
}



