*
{
    padding:0;
    margin:0; 
    box-sizing: border-box;
}
body
{
    background-image: url('IMAGE/b2.jpg');
    background: cover;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed;
    font-family:sans-serif;
    background-size: cover;
    background-position: center;

}
/*--------------------------------------------TOP HEADER MENU BAR------------------------------------------------*/
/*----------------------------------------- TOP MENU BAR-CATENA LOGO --------------------------------------------*/
.logo img
{
    height: 80px;
    width: 80px;
    margin-top: 5px;
    margin-left: 20px;
    cursor: not-allowed;
}
.menu-bar-header h1
{
    margin-top: -70px;
    margin-left: 100px;
    font-size:30px;
    color:blue;
    font-family: 'Playfair Display SC', serif;
}
/*------------------------------------------------- Search Box -------------------------------------------------*/
.header_sub-menu_Search-box
{
    width: 20%;
    position:absolute;
    margin-top: -50px;
    margin-left: 1200px;
}
.header_sub-menu_Search-box input[type="text"]
{
  width: 100%;
  padding: 10px;
  padding-right: 60px;
  box-sizing: border-box;
  background: rgba(0,0,0,0.3);
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
  outline: none;
}

.fa-search
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #fff;
  font-size: 25px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder 
{
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder 
{
  /* IE 10+ */
  color: #fff;
}

@media screen and (max-width: 425px)
{
  .search_box
    {
        width: 95%;
    }
}
/*-------------------------------------------- SECOND TOP MENU BAR --------------------------------------------*/
.menu-bar
{
    background:linear-gradient(to right, #0033cc 0%, #cc0066 100%);
    text-align: center;
    background-position:top;
    background-size:cover;
    background-attachment: fixed;
    width:1550px;
    height: 70px;
    margin-top: 30px;
}
.menu-bar ul
{
    display:inline-flex;
    list-style:none;
    color: #fff;
}
.menu-bar ul li
{
    width:115px;
    height: 50px;
	margin-left: 100px;
    margin-right: 100px;
    margin-top: 9px;
    align-items:center;
    padding: 1px;
    cursor: pointer;   
}
.menu-bar ul li a
{
    text-decoration: none;
    color: rgb(240, 234, 214);
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family:times new roman;
    margin-right:1px;
    margin-left:1px;
}
.active, .menu-bar ul li:hover
{
    margin-top: 9px;
    background: rgb(97, 85, 80);
    border-radius: 3px;
}
.menu-bar .fa
{
    margin-top: 10px;
    margin-bottom: -3px;
    margin-right: 3px;
}
.sub-menu_area
{
    display:none;
    
}
.menu-bar ul li:hover .sub-menu_area
{
    display: block;
    position: absolute;
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
    margin-top: 15px;
    margin-left: -15px;
    
}
.menu-bar ul li:hover .sub-menu_area ul
{
    display: block;
    margin: 10px;
    
}

.menu-bar ul li:hover .sub-menu_area ul li
{
    width: auto;
    padding: 2px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align:left;
    margin-left: -9px;    
}

.menu-bar ul li:hover .sub-menu_area ul li a
{
    font-size: 10px;
}
.sub-menu_area ul li:hower .sub-menu_area_electronic_city ul li a
{
    font-size: 10px;
}
.menu-bar ul li:hover .sub-menu_area ul li:last-child
{
    border-bottom: none;
}
.menu-bar ul li:hover .sub-menu_area ul li a:hover
{
    color:bisque;
}

/*-------------------------------------------------- LOGIN FORM --------------------------------------------------*/
.sub-menu_login
{
    display: none;
}
.menu-bar ul li:hover .sub-menu_login
{
    display: inline-block;
    
}
.menu-bar ul li:hover .sub-menu_login ul
{
    position: absolute;
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
    margin-top: 15px;
    margin-left: -150px;
    border-radius: 20px;
    width: 230px;
}
.menu-bar ul li:hover .sub-menu_login ul li
{
    margin: 10px;
    border-radius: 5px;
    background: transparent;
    box-sizing: border-box;

}
.menu-bar ul li:hover .sub-menu_login ul li a
{
    border: 3px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: -100px;
    letter-spacing: 2px;
    font-family:times new roman;
}

/*------------------------------------------ LOGIN FORM FOR LANDLORD ------------------------------------------*/
.sub-menu_login_landlord
{
    display: none;
}
.sub-menu_login ul li:hover .sub-menu_login_landlord
{
    display: inline-block;
    
}
.sub-menu_login ul li:hover .sub-menu_login_landlord ul
{
    float: left;
    position: absolute;
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
    margin-top: 33px;
    border-radius: 20px;
}
.sub-menu_login ul li:hover .sub-menu_login_landlord ul li
{
    margin: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
.sub-menu_login ul li:hover .sub-menu_login_landlord ul li a
{
    border: 10px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 5px;
}

/*------------------------------------------- LOGIN FORM FOR TENANT -------------------------------------------*/
.sub-menu_login_tenant
{
    display: none;
}
.sub-menu_login ul li:hover .sub-menu_login_tenant
{
    display: inline-block;
    
}
.sub-menu_login ul li:hover .sub-menu_login_tenant ul
{
    float: right;
    position: absolute;
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
    margin-top: 33px;
    border-radius: 20px;
}
.sub-menu_login ul li:hover .sub-menu_login_tenant ul li
{
    margin: 10px;
    border-radius: 5px;
    box-sizing: border-box;

}
.sub-menu_login ul li:hover .sub-menu_login_tenant ul li a
{
    border: 10px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: -100px;
}

/*--------------------------------------- FOOTER MENU-> Type, Move in date ---------------------------------------*/

/*----------------------------------------------- SUB-MENUE-> TYPE -----------------------------------------------*/
.Type
{
    background: rgb(169, 169, 169);
    width: 100px;
    height: 50px;
    margin-left: 400px;
    position:absolute;
    margin-top: 200px;
    text-align: center;
    border: 0.5rem outset pink;
}
.Type ul
{
    padding: 5px;
    text-align: center;    
}
.Type ul:hover
{
    background: #32CD32;
}
.Type ul li
{
    display: inline-block;   
    margin-top: 5px;
    font-family: 'Aladin', cursive;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    justify-content: center;
    letter-spacing: 3px;
}
.Type ul li a
{
    text-decoration: none;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Aladin', cursive;
    letter-spacing: 3px;
}
.Type ul li a:hover
{
    font-weight: 600;    
    color:darkviolet;
    font-family: 'Aladin', cursive;    
}

/*----------------------------------------------- SUB-MENUE-> TYPE SUB-MENU -----------------------------------------------*/

.Type_Sub-menu
{
    display: none;
}
.Type:hover .Type_Sub-menu
{
    display: block;
}

.Type ul:hover .Type_Sub-menu ul
{
    position: absolute;
    text-align: center;
    background:transparent;
    margin-left: -30px;
}

.Type:hover .Type_Sub-menu ul li
{    
    background: rgb(169, 169, 169);
    width: 225px;
    height: 30px;
    border-radius: 7px;
    text-align: center;
    text-decoration-style: wavy;
    font-family: 'Aladin', cursive;
    height: 35px;
}
.Type:hover .Type_Sub-menu ul li:hover
{
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
}
.Type:hover .Type_Sub-menu ul li a
{
    text-align: center;
    margin-left: 9px;
    font-size: 15px;
    font-weight: 300;
}

/*----------------------------------------------- SUB-MENUE-> MODERN STAY -----------------------------------------------*/

.Type_Sub-menu_Modern_Stay
{
    display: none;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Modern_Stay
{
    display: block;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Modern_Stay ul
{
    position: absolute;
    text-align: center;
    background:transparent;
    margin-left: 70px;
    margin-top: -10px;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Modern_Stay ul li
{    
    background: rgb(169, 169, 169);
    width: 205px;
    border-radius: 7px;
    text-align: center;
    text-decoration-style: wavy;
    font-family: 'Aladin', cursive;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Modern_Stay ul li:hover
{
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Modern_Stay ul li a
{
    text-align: center;
    margin-left: 5px;
}

/*---------------------------------------- SUB-MENUE-> MODERN STAY-SINGLE SHARING ----------------------------------------*/

.Type_Sub-menu_Modern_Stay_SS
{
    display: none;
}
.Type_Sub-menu_Modern_Stay ul li:hover .Type_Sub-menu_Modern_Stay_SS
{
    display: block;
}
.Type_Sub-menu_Modern_Stay ul li:hover .Type_Sub-menu_Modern_Stay_SS ul
{
    position: absolute;
    text-align: center;
    background:transparent;
    margin-left: 50px;
    margin-top: -10px;
}
.Type_Sub-menu_Modern_Stay ul li:hover .Type_Sub-menu_Modern_Stay_SS ul li
{    
    background: rgb(169, 169, 169);
    width: 205px;
    height: 25px;
    border-radius: 7px;
    text-align: center;
    text-decoration-style: wavy;
    font-family: 'Aladin', cursive;
}
.Type_Sub-menu_Modern_Stay ul li:hover .Type_Sub-menu_Modern_Stay_SS ul li:hover
{
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
}
.Type_Sub-menu_Modern_Stay ul li:hover .Type_Sub-menu_Modern_Stay_SS ul li a
{
    text-align: center;
    margin-left: 5px;
}

/*---------------------------------------- SUB-MENUE-> MODERN STAY-DOUBLE SHARING ----------------------------------------*/

.Type_Sub-menu_Modern_Stay_DS
{
    display: none;
}
.Type_Sub-menu_Modern_Stay ul li:hover .Type_Sub-menu_Modern_Stay_DS
{
    display: block;
}
.Type_Sub-menu_Modern_Stay ul li:hover .Type_Sub-menu_Modern_Stay_DS ul
{
    position: absolute;
    text-align: center;
    background:transparent;
    margin-left: 50px;
    margin-top: -10px;
}
.Type_Sub-menu_Modern_Stay ul li:hover .Type_Sub-menu_Modern_Stay_DS ul li
{    
    background: rgb(169, 169, 169);
    width: 205px;
    border-radius: 7px;
    text-align: center;
    text-decoration-style: wavy;
    font-family: 'Aladin', cursive;
    height: 25px;
}
.Type_Sub-menu_Modern_Stay ul li:hover .Type_Sub-menu_Modern_Stay_DS ul li:hover
{
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
    
    
}
.Type_Sub-menu_Modern_Stay ul li:hover .Type_Sub-menu_Modern_Stay_DS ul li a
{
    text-align: center;
    margin-left: 5px;
    font-size: 13px;
}


/*----------------------------------------------- SUB-MENUE-> STUDENT STAY -----------------------------------------------*/

.Type_Sub-menu_Student_Stay
{
    display: none;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Student_Stay
{
    display: block;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Student_Stay ul
{
    position: absolute;
    text-align: center;
    background:transparent;
    margin-left: 70px;
    margin-top: -10px;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Student_Stay ul li
{    
    background: rgb(169, 169, 169);
    width: 205px;
    border-radius: 7px;
    text-align: center;
    text-decoration-style: wavy;
    font-family: 'Aladin', cursive;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Student_Stay ul li:hover
{
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Student_Stay ul li a
{
    text-align: center;
    margin-left: 5px;
}


/*--------------------------------------- SUB-MENUE-> STUDENT STAY-SINGLE SHARING ---------------------------------------*/


.Type_Sub-menu_Student_Stay_SS
{
    display: none;
}

.Type_Sub-menu_Student_Stay ul li:hover .Type_Sub-menu_Student_Stay_SS
{
    display: block;
}
.Type_Sub-menu_Student_Stay ul li:hover .Type_Sub-menu_Student_Stay_SS ul
{
    position: absolute;
    text-align: center;
    background:transparent;
    margin-left: 50px;
    margin-top: -10px;
}
.Type_Sub-menu_Student_Stay ul li:hover .Type_Sub-menu_Student_Stay_SS ul li
{    
    background: rgb(169, 169, 169);
    width: 205px;
    height: 25px;
    border-radius: 7px;
    text-align: center;
    text-decoration-style: wavy;
    font-family: 'Aladin', cursive;
}
.Type_Sub-menu_Student_Stay ul li:hover .Type_Sub-menu_Student_Stay_SS ul li:hover
{
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
}
.Type_Sub-menu_Student_Stay ul li:hover .Type_Sub-menu_Student_Stay_SS ul li a
{
    text-align: center;
    margin-left: 5px;
}

/*---------------------------------------- SUB-MENU-> MODERN STAY-DOUBLE SHARING ----------------------------------------*/

.Type_Sub-menu_Student_Stay_DS
{
    display: none;
}

.Type_Sub-menu_Student_Stay ul li:hover .Type_Sub-menu_Student_Stay_DS
{
    display: block;
}
.Type_Sub-menu_Student_Stay ul li:hover .Type_Sub-menu_Student_Stay_DS ul
{
    position: absolute;
    text-align: center;
    background:transparent;
    margin-left: 50px;
    margin-top: -10px;
}
.Type_Sub-menu_Student_Stay ul li:hover .Type_Sub-menu_Student_Stay_DS ul li
{    
    background: rgb(169, 169, 169);
    width: 205px;
    height: 25px;
    border-radius: 7px;
    text-align: center;
    text-decoration-style: wavy;
    font-family: 'Aladin', cursive;
}
.Type_Sub-menu_Student_Stay ul li:hover .Type_Sub-menu_Student_Stay_DS ul li:hover
{
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
}
.Type_Sub-menu_Student_Stay ul li:hover .Type_Sub-menu_Student_Stay_DS ul li a
{
    text-align: center;
    margin-left: 5px;
}

/*----------------------------------------------- SUB-MENU-> PRIVATE STAY -----------------------------------------------*/
.Type_Sub-menu_Private_Stay
{
    display: none;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Private_Stay
{
    display: block;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Private_Stay ul
{
    position: absolute;
    text-align: center;
    background:transparent;
    margin-left: 70px;
    margin-top: -10px;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Private_Stay ul li
{    
    background: rgb(169, 169, 169);
    width: 205px;
    height: 25px;
    border-radius: 7px;
    text-align: center;
    text-decoration-style: wavy;
    font-family: 'Aladin', cursive;
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Private_Stay ul li:hover
{
    background: linear-gradient(to right, #0033cc 0%, #cc0066 100%);
}
.Type_Sub-menu ul li:hover .Type_Sub-menu_Private_Stay ul li a
{
    text-align: center;
    margin-left: 5px;
}


/*--------------------------------------------- SUB-MENU-> MOVE-IN-DATE -------------------------------------------------*/

.footer_sub-menu_2
{
    background: #32CD32;
    width: 250px;
    height: 50px;
    margin-left: 500px;
    position:absolute;
    margin-top: 200px;
    text-align: center;
    border: 0.5rem outset pink;
    
}
.footer_sub-menu_2 ul
{
    margin: 0px;
    padding: 5px;
    text-align: center;
}
.footer_sub-menu_2 ul li
{
    display: inline-block;    
    margin: 0px 15px;
    font-family: 'Aladin', cursive;
    font-size: 17px;
    font-weight: 600;    
    text-decoration: none;
    justify-content: center;
    text-transform:capitalize;
}
.footer_sub-menu_2 ul li a 
{
    text-decoration: none;
    color:darkviolet;
    letter-spacing: 3px;
    color:#fff;
    text-transform: uppercase;
    
}
.container_1
{
    margin: -40px auto;
    width: 500px;
    margin-left: 220px;
    box-sizing: border-box;
}



/*----------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------- TERMS OF USE ----------------------------------------------*/
.Terms-of-use
{
    background: rgb(112, 128, 144);
    background: cover;
    background-size: cover;
    backface-visibility: visible;
    background-position: center;
    background-attachment: fixed;
    box-sizing: border-box;
    height: 4800px;
    width: 1550px;
}
.Terms-of-use_Header
{
    font-weight: normal;
    font-size: 100px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:center;
}

.Terms-of-use_agreement_h1
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-use_agreement_h1_p1
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-use_Privacy_h3
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms_of_use_Privacy_h3_p3
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-use_Electronic-Communications_h4
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-use_Electronic-Communications_h4_p4
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-use_Third-party-services_h5
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-use_Third-party-services_h5_p5
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-use_No-unlawful_h6
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-use_No-unlawful_h6_p6
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-use_Use-of-communication-services_h7
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-use_Use-of-communication-services_h7_p7
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-use_Materials_h8
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-use_Materials_h8_p8
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-use_International-Users_h9
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-use_International-Users_h9_p9
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-use_Indemnification_h10
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-use_Indemnification_h10_p10
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-use_Liability-disclaimer-1_h11
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-use_Liability-disclaimer-1_h11_p11
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-use_Liability-disclaimer-2_h12
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-use_Liability-disclaimer-2_h12_p12
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-use_Changes-to-Terms_h13
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-use_Changes-to-Terms_h13_p13
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: 100px;
}

.Terms-of-Contact-Us_h14
{
    font-weight: normal;
    font-size: 40px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color: deeppink;
}
.Terms-of-Contact-Us_h14_p14
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    font-weight: bolder;
    margin-bottom: -750px;
}

/*--------------------------------------- FOOTER-> REPORT FOR PRIVACY AND POLICY ---------------------------------------------------*/
.footer_home_TOU_bottom-1
{
    position: absolute;
    text-align: center;
    background: #4d4d5a;
    width: 1550px;
    margin-top: 850px;
    size: 13px;
    height: 22px;
    color: white;
}
/*---------------------------------------- FOOTER-> TERMS AND CONDITION FOR PRIVACY AND POLICY ----------------------------------------*/
.footer_home_TOU_bottom-2
{
    position: absolute;
    text-align: center;
    background: #303036;
    width: 1550px;
    size: 11px;
    height: 20px;
    color: white;
    margin-top:872px;
}

/*------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------- PRIVACY AND POLICY --------------------------------------------*/
.Privacy-Policy
{
    background: rgb(112, 128, 144);
    background: cover;
    background-size: cover;
    backface-visibility:visible;
    background-position: center;
    background-attachment: fixed;
    box-sizing: border-box;
    height: 1440px;
    width: 1550px;
    margin-bottom: -500px;
    
}
.Privacy-Policy_Header
{
    font-weight: normal;
    font-size: 100px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    color:rgb(25,25,112);
    text-align:center;
    align-content: center;
    margin-top: 30px;    
}

.Privacy-Policy_Use-of-Cookies_h1 ul li
{
    font-weight: normal;
    font-size: 30px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    color:deeppink;
    text-align:justify;
    margin: 30px 60px 0 80px;
    list-style-type: none;
}
.Privacy-Policy_Use-of-Cookies_h1_p1 ul li
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    text-align:justify;
    margin: 0 80px 0 100px;
    list-style-type: none;
}

.Privacy-Policy_Security_h2 ul li
{
    font-weight: normal;
    font-size: 30px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    color:deeppink;
    text-align: justify;
    align-content: center;
    margin: 30px 60px 0 80px;
    list-style: none;
}
.Privacy-Policy_Security_h2_p2 ul li
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    text-align:justify;
    margin: 0 80px 0 100px;
    list-style-type: none;
}

.Privacy-Policy_Children_h3 ul li
{
    font-weight: normal;
    font-size: 30px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    color:deeppink;
    text-align: justify;
    align-content: center;
    margin: 30px 60px 0 80px;
    list-style: none;    
}
.Privacy-Policy_Children_h3_p3 ul li
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    text-align:justify;
    margin: 0 80px 0 100px;
    list-style-type: none;
}

.Privacy-Policy_Opt-Out_h4 ul li
{
    font-weight: normal;
    font-size: 30px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    color:deeppink;
    text-align: justify;
    align-content: center;
    margin: 30px 60px 0 80px;
    list-style: none; 
}
.Privacy-Policy_Opt-Out_h4_p4 ul li
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    text-align:justify;
    margin: 0 80px 0 100px;
    list-style-type: none;
}

.Privacy-Policy_Changes_h5 ul li
{
    font-weight: normal;
    font-size: 30px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    color:deeppink;
    text-align: justify;
    align-content: center;
    margin: 30px 60px 0 80px;
    list-style: none; 
}
.Privacy-Policy_Changes_h5_p5 ul li
{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    text-align:justify;
    margin: 0 80px 0 100px;
    list-style-type: none;
}

.Privacy-Policy_Contact-Information_h6 ul li
{
    font-weight: normal;
    font-size: 30px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    color:deeppink;
    text-align: justify;
    align-content: center;
    margin: 30px 60px 0 80px;
    list-style: none; 
}
.Privacy-Policy_Contact-Information_h6_p6 ul li
{
    font-weight:normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Orbitron', sans-serif;
    color:white;
    text-align:justify;
    margin: 0 80px -750px 100px;
    list-style-type: none;
}

/*--------------------------------------- FOOTER-> REPORT FOR PRIVACY AND POLICY ---------------------------------------------------*/
.footer_home_P-P_bottom-1
{
    position: absolute;
    text-align: center;
    background: #4d4d5a;
    width: 1550px;
    margin-top: 850px;
    size: 13px;
    height: 22px;
    color: white;
}
/*---------------------------------------- FOOTER-> TERMS AND CONDITION FOR PRIVACY AND POLICY ----------------------------------------*/
.footer_home_P-P_bottom-2
{
    position: absolute;
    text-align: center;
    background: #303036;
    width: 1550px;
    size: 11px;
    height: 20px;
    color: white;
    margin-top:872px;
}


/*----------------------------------------------------------------------------------------------------------------*/
/*------------------------------ FOOTER LOGO-> FB,LINKEDIN,INSTA,PINTEREST,WHATSAAP ------------------------------*/
.footer_home_logo
{
    background:rgb(203, 76, 79);
    color: #fff;
    position: absolute;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    width: 1550px;
    height: 70px;
    margin: 780 0 0 0;
}
.footer_home_logo img
{
    display: inline-flex;
    
}
.footer_home_logo h1
{
    position: absolute;
    margin-left: 680px;
    margin-top: 3px;
    text-align: center;
    font-size: 15px;
    font-family:'Monoton', cursive;
    letter-spacing: 2px;
}

/*-------------------------------------- PRIVECY POLICY & TERMS OF USE --------------------------------------*/

.footer_terms_privacy ul li a
{
    color: white;
    text-align:left;
    font-family: cursive;
}
.footer_terms_privacy .vl
{
    border-left: 3px solid #fff;
    height: 16px;
    margin: 3px 2px 0px 7px;
}

.footer_home_logo .footer_terms_privacy ul li a
{
    text-align: left;
}

.footer_home_logo ul
{
    display: inline-flex;
    list-style: none;
    color: #fff;
    margin-top: 8px;
}

/*---------------------------------------- FOOTER SOCIAL SITES LOGOS ----------------------------------------*/
.footer_home_logo ul li
{
    cursor: pointer;
    padding: 1px;
}
/*------------------------------------------ FOOTER FEEDBACK LOGOS ------------------------------------------*/
.feedback-page
{
    margin-left: 450px;
    margin-top: -20px;
}
/*------------------------------------------ FOOTER FACEBOOK LOGOS ------------------------------------------*/
.footer_home_logo ul li .fb-page
{
    margin-left: 650px;
    margin-top: -10px;
}
/*------------------------------------------ FOOTER LINKEDIN LOGOS ------------------------------------------*/
.footer_home_logo ul li .fb-linkedin
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER INSTAGRAM LOGOS ------------------------------------------*/
.footer_home_logo ul li .insta-page
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER PINTEREST LOGOS ------------------------------------------*/
.footer_home_logo ul li .pinterest-page
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER MESSANGER LOGOS ------------------------------------------*/
.footer_home_logo ul li .fb-messanger-page
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER WHATSAAP LOGOS ------------------------------------------*/
.footer_home_logo ul li .whatsaap-page
{    
    margin-top: -10px;
}
.footer_home_logo ul li a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-family: sans-serif;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;    
}

.logo_f img
{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -30px;
    text-align: center;
    cursor: pointer;
}

/*--------------------------------------- FOOTER LOGO-> FEEDBACK--------------------------------------------*/
.logo_feedback img
{
    height: 25px;
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -30px;
    cursor:pointer;
    text-align: right;
}
/*------------------------------------------- FOOTER-> CONTENT BODY -------------------------------------------*/
.content_body
{
    background:rgb(18, 37, 53); 
    background-position: bottom;
    position:absolute;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 1550px;
    height: 400px;
    margin-top: 840px;
}

.f_logo img
{
    position: absolute;
    height: 100px;
    width: 180px;
    margin-top: 50px;
    margin-left: 20px;
}




/*--------------------------------------- FOOTER-> REPORT ---------------------------------------------------*/
.footer_home_bottom_1
{
    position: absolute;
    text-align: center;
    background: #4d4d5a;
    width: 1550px;
    margin-top: 1210px;
    size: 13px;
    height: 22px;
    color: white;
}
/*---------------------------------------- FOOTER-> TERMS AND CONDITION ----------------------------------------*/
.footer_home_bottom_2
{
    position: absolute;
    text-align: center;
    background: #303036;
    width: 1550px;
    size: 11px;
    height: 20px;
    color: white;
    margin-top:1230px;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- FOOTER-> Student-Stay ---------------------------------------------*/
.Student-stay
{
    position: absolute;
    margin-top: 870px;
    margin-left: 250px;    
}
.Student-stay ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 23px;
    color: yellow;    
}
.Student-stay ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- FOOTER-> Modern-Stay ---------------------------------------------*/

.Modern-stay
{
    position: absolute;
    margin-top: 870px;
    margin-left: 500px;    
}
.Modern-stay ul
{
    color: white;
    list-style-type: none;    
}
.Modern-stay ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 23px;
    color: yellow;    
}
.Modern-stay ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Modern-stay ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- FOOTER-> Private-Stay ---------------------------------------------*/
.Private-stay
{
    position: absolute;
    margin-top: 870px;
    margin-left: 750px;    
}
.Private-stay ul
{
    color: white;
    list-style-type: none;    
}
.Private-stay ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 23px;
    color: yellow;    
}
.Private-stay ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Private-stay ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- FOOTER-> TENANT ---------------------------------------------*/
.Tenant
{
    position: absolute;
    margin-top: 870px;
    margin-left: 1000px;    
}
.Tenant ul
{
    color: white;
    list-style-type: none;    
}
.Tenant ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Tenant ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Tenant ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- FOOTER-> OWNER ---------------------------------------------*/
.Owner
{
    position: absolute;
    margin-top: 870px;
    margin-left: 1250px;    
}
.Owner ul
{
    color: white;
    list-style-type: none;    
}
.Owner ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Owner ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Owner ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- STUDENT STAY_ABOUT US ----------------------------------------------*/
/*--------------------------------------- FOOTER-> STUDENT STAY_ABOUT US --------------------------------------*/
.Student-stay_About-us_IMAGE img
{
    width: 1550px;
    text-align: center;
    background-size:cover;
    background-attachment: fixed;
}

/*------------------------------ FOOTER LOGO-> FB,LINKEDIN,INSTA,PINTEREST,WHATSAAP ------------------------------*/

.footer_Student-stay_About-us_logo
{
    background:rgb(203, 76, 79);
    color: #fff;
    position: absolute;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    width: 1550px;
    height: 70px;
    margin: 865 0 0 0;
}
.footer_Student-stay_About-us_logo img
{
    display: inline-flex;
    
}
.footer_Student-stay_About-us_logo h1
{
    position: absolute;
    margin-left: 680px;
    margin-top: 3px;
    text-align: center;
    font-size: 15px;
    font-family:'Monoton', cursive;
    letter-spacing: 2px;
}

/*-------------------------------------- PRIVECY POLICY & TERMS OF USE --------------------------------------*/

.footer_terms_privacy_Student-stay_About-us ul li a
{
    color: white;
    text-align:left;
    font-family: cursive;
}
.footer_terms_privacy_Student-stay_About-us .vl
{
    border-left: 3px solid #fff;
    height: 16px;
    margin: 3px 2px 0px 7px;
}

.footer_Student-stay_About-us_logo .footer_terms_privacy_Student-stay_About-us ul li a
{
    text-align: left;
}

.footer_Student-stay_About-us_logo ul
{
    display: inline-flex;
    list-style: none;
    color: #fff;
    margin-top: 8px;
}

/*---------------------------------------- FOOTER SOCIAL SITES LOGOS ----------------------------------------*/
.footer_Student-stay_About-us_logo ul li
{
    cursor: pointer;
    padding: 1px;
}
/*------------------------------------------ FOOTER FEEDBACK LOGOS ------------------------------------------*/
.feedback-page_Student-stay_About-us
{
    margin-left: 450px;
    margin-top: -20px;
}
/*------------------------------------------ FOOTER FACEBOOK LOGOS ------------------------------------------*/
.footer_Student-stay_About-us_logo ul li .fb-page_Student-stay_About-us
{
    margin-left: 650px;
    margin-top: -10px;
}
/*------------------------------------------ FOOTER LINKEDIN LOGOS ------------------------------------------*/
.footer_Student-stay_About-us_logo ul li .fb-linkedin_Student-stay_About-us
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER INSTAGRAM LOGOS ------------------------------------------*/
.footer_Student-stay_About-us_logo ul li .insta-page_Student-stay_About-us
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER PINTEREST LOGOS ------------------------------------------*/
.footer_Student-stay_About-us_logo ul li .pinterest-page_Student-stay_About-us
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER MESSANGER LOGOS ------------------------------------------*/
.footer_Student-stay_About-us_logo ul li .fb-messanger-page_Student-stay_About-us
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER WHATSAAP LOGOS ------------------------------------------*/
.footer_Student-stay_About-us_logo ul li .whatsaap-page_Student-stay_About-us
{    
    margin-top: -10px;
}
.footer_Student-stay_About-us_logo ul li a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-family: sans-serif;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;    
}

.logo_f_Student-stay_About-us img
{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -30px;
    text-align: center;
    cursor: pointer;
}

/*--------------------------------------- FOOTER LOGO-> FEEDBACK--------------------------------------------*/
.logo_feedback_Student-stay_About-us img
{
    height: 25px;
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -30px;
    cursor:pointer;
    text-align: right;
}


/*--------------------------------- FOOTER-> CONTENT BODY_ABOUT US_STUDENT-STAY ---------------------------------*/
.content_body_About-us_Student-stay
{
    background:rgb(18, 37, 53); 
    background-position: bottom;
    position:absolute;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 1550px;
    height: 400px;
    margin-top: 50px;
}

.f_logo_About-us_Student-stay img
{
    position: absolute;
    height: 100px;
    width: 180px;
    margin-top: 50px;
    margin-left: 20px;
}

.Student-stay_student-stay_About-us
{
    position: absolute;
    margin-top: 80px;
    margin-left: 250px;    
}
.Student-stay_student-stay_About-us ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_student-stay_About-us ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_student-stay_About-us ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 23px;
}
.Student-stay_student-stay_About-us ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_ABOUT US_Modern-STAY ---------------------------------*/

.Student-stay_Modern-stay_About-us
{
    position: absolute;
    margin-top: 80px;
    margin-left: 500px;    
}
.Student-stay_Modern-stay_About-us ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Modern-stay_About-us ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Modern-stay_About-us ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Modern-stay_About-us ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_ABOUT US_Private-STAY ---------------------------------*/

.Student-stay_Private-stay_About-us
{
    position: absolute;
    margin-top: 80px;
    margin-left: 750px;    
}
.Student-stay_Private-stay_About-us ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Private-stay_About-us ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Private-stay_About-us ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Private-stay_About-us ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_ABOUT-US_TENANT ---------------------------------------------*/
.Student-stay_Tenant_About-us
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1000px;    
}
.Student-stay_Tenant_About-us ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Tenant_About-us ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Tenant_About-us ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Tenant_About-us ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_ABOUT-US_OWNER ---------------------------------------------*/
.Student-stay_Owner_About-us
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1250px;    
}
.Student-stay_Owner_About-us ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Owner_About-us ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Owner_About-us ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Owner_About-us ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*------------------------------ FOOTER-> ABOUT US_STUDENT-STAY_BOTTOM-1 & BOTTOM-2 ------------------------------*/

.footer_bottom_1_Student-stay_About-us
{
    position: absolute;
    text-align: center;
    background: #4d4d5a;
    width: 1550px;
    margin-top: 440px;
    size: 13px;
    height: 22px;
    color: white;    
}
.footer_bottom_2_Student-stay_About-us
{
    position: absolute;
    text-align: center;
    background: #303036;
    width: 1550px;
    margin-top: 460px;
    size: 11px;
    height: 20px;
    color: white;
    
}


/*---------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------- STUDENT STAY Mission & Vision ------------------------------------------*/
/*--------------------------------------- FOOTER-> STUDENT STAY Mission & Vision --------------------------------------*/
.Student-stay_m-v_IMAGE img
{
    width: 1550px;
    text-align: center;
    background-size:cover;
    background-attachment: fixed;
}

/*------------------------------ FOOTER LOGO-> FB,LINKEDIN,INSTA,PINTEREST,WHATSAAP_STUDENT-STAY_MISSION & VISION ------------------------------*/

.footer_Student-stay_m-v_logo 
{
    background:rgb(203, 76, 79);
    color: #fff;
    position: absolute;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    width: 1550px;
    height: 70px;
    margin: 865 0 0 0;
}
.footer_Student-stay_m-v_logo img
{
    display: inline-flex;
    
}
.footer_Student-stay_m-v_logo h1
{
    position: absolute;
    margin-left: 680px;
    margin-top: 3px;
    text-align: center;
    font-size: 15px;
    font-family:'Monoton', cursive;
    letter-spacing: 2px;
}

/*-------------------------------------- PRIVECY POLICY & TERMS OF USE_STUDENT-STAY_MISSION & VISION --------------------------------------*/

.footer_terms_privacy_Student-stay_m-v ul li a
{
    color: white;
    text-align:left;
    font-family: cursive;
}
.footer_terms_privacy_Student-stay_m-v .vl
{
    border-left: 3px solid #fff;
    height: 16px;
    margin: 3px 2px 0px 7px;
}

.footer_Student-stay_m-v_logo .footer_terms_privacy_Student-stay_m-v ul li a
{
    text-align: left;
}

.footer_Student-stay_m-v_logo ul
{
    display: inline-flex;
    list-style: none;
    color: #fff;
    margin-top: 8px;
}

/*---------------------------------------- FOOTER SOCIAL SITES LOGOS_STUDENT-STAY_MISSION & VISION ----------------------------------------*/
.footer_Student-stay_m-v_logo ul li
{
    cursor: pointer;
    padding: 1px;
}
/*------------------------------------------ FOOTER FEEDBACK LOGOS_STUDENT-STAY_MISSION & VISION ------------------------------------------*/
.feedback-page_Student-stay_m-v
{
    margin-left: 450px;
    margin-top: -20px;
}
/*------------------------------------------ FOOTER FACEBOOK LOGOS_STUDENT-STAY_MISSION & VISION ------------------------------------------*/
.footer_Student-stay_m-v_logo ul li .fb-page_Student-stay_m-v
{
    margin-left: 650px;
    margin-top: -10px;
}
/*------------------------------------------ FOOTER LINKEDIN LOGOS_STUDENT-STAY_MISSION & VISION ------------------------------------------*/
.footer_Student-stay_m-v_logo ul li .fb-linkedin_Student-stay_m-v
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER INSTAGRAM LOGOS_STUDENT-STAY_MISSION & VISION ------------------------------------------*/
.footer_Student-stay_m-v_logo ul li .insta-page_Student-stay_m-v
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER PINTEREST LOGOS_STUDENT-STAY_MISSION & VISION ------------------------------------------*/
.footer_Student-stay_m-v_logo ul li .pinterest-page_Student-stay_m-v
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER MESSANGER LOGOS_STUDENT-STAY_MISSION & VISION ------------------------------------------*/
.footer_Student-stay_m-v_logo ul li .fb-messanger-page_Student-stay_m-v
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER WHATSAAP LOGOS_STUDENT-STAY_MISSION & VISION ------------------------------------------*/
.footer_Student-stay_m-v_logo ul li .whatsaap-page_Student-stay_m-v
{    
    margin-top: -10px;
}
.footer_Student-stay_m-v_logo ul li a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-family: sans-serif;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;    
}

.logo_f_Student-stay_m-v img
{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -30px;
    text-align: center;
    cursor: pointer;
}

/*--------------------------------------- FOOTER LOGO-> FEEDBACK_MISSION & VISION_STUDENT-STAY--------------------------------------------*/
.logo_feedback_Student-stay_m-v img
{
    height: 25px;
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -30px;
    cursor:pointer;
    text-align: right;
}


/*--------------------------------- FOOTER-> CONTENT BODY_MISSION & VISION_STUDENT-STAY ---------------------------------*/
.content_body_Student-stay_m-v
{
    background:rgb(18, 37, 53); 
    background-position: bottom;
    position:absolute;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 1550px;
    height: 400px;
    margin-top: 50px;
}

.f_logo_Student-stay_m-v img
{
    position: absolute;
    height: 100px;
    width: 180px;
    margin-top: 50px;
    margin-left: 20px;
}

.student-stay_Student-stay_m-v
{
    position: absolute;
    margin-top: 80px;
    margin-left: 250px;    
}
.student-stay_Student-stay_m-v ul
{
    color: white;
    list-style-type: none;    
}
.student-stay_Student-stay_m-v ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.student-stay_Student-stay_m-v ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.student-stay_Student-stay_m-v ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_MISSION & VISION_MODERN-STAY ---------------------------------*/
.Student-stay_Modern-stay_m-v
{
    position: absolute;
    margin-top: 80px;
    margin-left: 500px;    
}
.Student-stay_Modern-stay_m-v ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Modern-stay_m-v ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Modern-stay_m-v ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Modern-stay_m-v ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_MISSION & VISION_PRIVATE-STAY ---------------------------------*/
.Student-stay_Private-stay_m-v
{
    position: absolute;
    margin-top: 80px;
    margin-left: 750px;    
}
.Student-stay_Private-stay_m-v ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Private-stay_m-v ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Private-stay_m-v ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Private-stay_m-v ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_MISSION & VISION_TENANT ---------------------------------------------*/
.Student-stay_Tenant_m-v
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1000px;    
}
.Student-stay_Tenant_m-v ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Tenant_m-v ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Tenant_m-v ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Tenant_m-v ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_MISSION & VISION_OWNER ---------------------------------------------*/
.Student-stay_Owner_m-v
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1250px;    
}
.Student-stay_Owner_m-v ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Owner_m-v ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Owner_m-v ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Owner_m-v ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*------------------------------ FOOTER-> STUDENT-STAY_MISSION & VISION_BOTTOM-1 & BOTTOM-2 ------------------------------*/

.footer_bottom-1_Student-stay_m-v
{
    position: absolute;
    text-align: center;
    background: #4d4d5a;
    width: 1550px;
    margin-top: 440px;
    size: 13px;
    height: 22px;
    color: white;    
}
.footer_bottom-2_Student-stay_m-v
{
    position: absolute;
    text-align: center;
    background: #303036;
    width: 1550px;
    size: 11px;
    height: 20px;
    color: white;
    margin-top: 462px;
}

/*---------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------- Student-stay_C&TP -------------------------------------------------*/
/*--------------------------------------------- FOOTER-> STUDENT STAY C&TP --------------------------------------------*/
.Student-stay_C-TP_IMAGE img
{
    width: 1550px;
    text-align: center;
    background-size:cover;
    background-attachment: fixed;
}

/*------------------------------ FOOTER LOGO-> FB,LINKEDIN,INSTA,PINTEREST,WHATSAAP_STUDENT-STAY_C&TP ------------------------------*/

.footer_Student-stay_C-TP_logo 
{
    background:rgb(203, 76, 79);
    color: #fff;
    position: absolute;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    width: 1550px;
    height: 70px;
    margin: 865 0 0 0;
}
.footer_Student-stay_C-TP_logo img
{
    display: inline-flex;
    
}
.footer_Student-stay_C-TP_logo h1
{
    position: absolute;
    margin-left: 680px;
    margin-top: 3px;
    text-align: center;
    font-size: 15px;
    font-family:'Monoton', cursive;
    letter-spacing: 2px;
}

/*-------------------------------------- PRIVECY POLICY & TERMS OF USE_STUDENT-STAY_C&TP --------------------------------------*/

.footer_terms_privacy_Student-stay_C-TP ul li a
{
    color: white;
    text-align:left;
    font-family: cursive;
}
.footer_terms_privacy_Student-stay_C-TP .vl
{
    border-left: 3px solid #fff;
    height: 16px;
    margin: 3px 2px 0px 7px;
}

.footer_Student-stay_C-TP_logo .footer_terms_privacy_Student-stay_C-TP ul li a
{
    text-align: left;
}

.footer_Student-stay_C-TP_logo ul
{
    display: inline-flex;
    list-style: none;
    color: #fff;
    margin-top: 8px;
}

/*---------------------------------------- FOOTER SOCIAL SITES LOGOS_STUDENT-STAY_C&TP ----------------------------------------*/
.footer_Student-stay_C-TP_logo ul li
{
    cursor: pointer;
    padding: 1px;
}
/*------------------------------------------ FOOTER FEEDBACK LOGOS_STUDENT-STAY_C&TP ------------------------------------------*/
.feedback-page_Student-stay_C-TP
{
    margin-left: 450px;
    margin-top: -20px;
}
/*------------------------------------------ FOOTER FACEBOOK LOGOS_STUDENT-STAY_C&TP ------------------------------------------*/
.footer_Student-stay_C-TP_logo ul li .fb-page_Student-stay_C-TP
{
    margin-left: 650px;
    margin-top: -10px;
}
/*------------------------------------------ FOOTER LINKEDIN LOGOS_STUDENT-STAY_C&TP ------------------------------------------*/
.footer_Student-stay_C-TP_logo ul li .fb-linkedin_Student-stay_C-TP
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER INSTAGRAM LOGOS_STUDENT-STAY_C&TP ------------------------------------------*/
.footer_Student-stay_C-TP_logo ul li .insta-page_Student-stay_C-TP
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER PINTEREST LOGOS_STUDENT-STAY_C&TP ------------------------------------------*/
.footer_Student-stay_C-TP_logo ul li .pinterest-page_Student-stay_C-TP
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER MESSANGER LOGOS_STUDENT-STAY_C&TP ------------------------------------------*/
.footer_Student-stay_C-TP_logo ul li .fb-messanger-page_Student-stay_C-TP
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER WHATSAAP LOGOS_STUDENT-STAY_C&TP ------------------------------------------*/
.footer_Student-stay_C-TP_logo ul li .whatsaap-page_Student-stay_C-TP
{    
    margin-top: -10px;
}
.footer_Student-stay_C-TP_logo ul li a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-family: sans-serif;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;    
}

.logo_f_Student-stay_C-TP img
{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -30px;
    text-align: center;
    cursor: pointer;
}

/*--------------------------------------- FOOTER LOGO-> FEEDBACK_STUDENT-STAY_C&TP--------------------------------------------*/
.logo_feedback_Student-stay_C-TP img
{
    height: 25px;
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -30px;
    cursor:pointer;
    text-align: right;
}


/*----------------------------------------- FOOTER-> CONTENT BODY_STUDENT-STAY_C&TP -----------------------------------------*/
.content_body_Student-stay_C-TP
{
    background:rgb(18, 37, 53); 
    background-position: bottom;
    position:absolute;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 1550px;
    height: 300px;
    margin-top: 50px;
}

.f_logo_Student-stay_C-TP img
{
    position: absolute;
    height: 100px;
    width: 180px;
    margin-top: 50px;
    margin-left: 20px;
}

.Student-stay_Student-stay_C-TP
{
    position: absolute;
    margin-top: 80px;
    margin-left: 250px;    
}
.Student-stay_Student-stay_C-TP ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Student-stay_C-TP ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Student-stay_C-TP ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Student-stay_C-TP ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_C-TP_MODERN-STAY ---------------------------------*/
.Student-stay_Modern-stay_C-TP
{
    position: absolute;
    margin-top: 80px;
    margin-left: 500px;    
}
.Student-stay_Modern-stay_C-TP ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Modern-stay_C-TP ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Modern-stay_C-TP ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Modern-stay_C-TP ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_C-TP_PRIVATE-STAY ---------------------------------*/
.Student-stay_Private-stay_C-TP
{
    position: absolute;
    margin-top: 80px;
    margin-left: 750px;    
}
.Student-stay_Private-stay_C-TP ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Private-stay_C-TP ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Private-stay_C-TP ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Private-stay_C-TP ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_C-TP_TENANT ---------------------------------------------*/
.Student-stay_Tenant_C-TP
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1000px;    
}
.Student-stay_Tenant_C-TP ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Tenant_C-TP ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Tenant_C-TP ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Tenant_C-TP ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_C-TP_OWNER ---------------------------------------------*/
.Student-stay_Owner_C-TP
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1250px;    
}
.Student-stay_Owner_C-TP ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Owner_C-TP ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Owner_C-TP ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Owner_C-TP ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}


/*----------------------------------- FOOTER-> BOTTOM-1 & BOTTOM-2_STUDENT-STAY_C&TP -------------------------------------------*/

.footer_bottom_1_Student-stay_C-TP
{
    position: absolute;
    text-align: center;
    background: #4d4d5a;
    width: 1550px;
    margin-top: 340px;
    size: 13px;
    height: 22px;
    color: white;    
}
.footer_bottom_2_Student-stay_C-TP
{
    position: absolute;
    text-align: center;
    background: #303036;
    width: 1550px;
    size: 11px;
    height: 20px;
    color: white;
    margin-top: 362px;
}

/*-----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------- STUDENT-STAY_GENERAL INFO -------------------------------------------------*/
/*-------------------------------------------------- FOOTER-> STUDENT STAY GI -------------------------------------------------*/
.Student-stay_GI_IMAGE img
{
    width: 1550px;
    text-align: center;
    background-size:cover;
    background-attachment: fixed;
}

/*----------------------------- FOOTER LOGO-> FB,LINKEDIN,INSTA,PINTEREST,WHATSAAP_STUDENT-STAY_GI -----------------------------*/

.footer_Student-stay_GI_logo 
{
    background:rgb(203, 76, 79);
    color: #fff;
    position: absolute;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    width: 1550px;
    height: 70px;
    margin: 865 0 0 0;
}
.footer_Student-stay_GI_logo img
{
    display: inline-flex;
    
}
.footer_Student-stay_GI_logo h1
{
    position: absolute;
    margin-left: 680px;
    margin-top: 3px;
    text-align: center;
    font-size: 15px;
    font-family:'Monoton', cursive;
    letter-spacing: 2px;
}

/*--------------------------------------- PRIVECY POLICY & TERMS OF USE_STUDENT-STAY_GI ---------------------------------------*/

.footer_terms_privacy_Student-stay_GI ul li a
{
    color: white;
    text-align:left;
    font-family: cursive;
}
.footer_terms_privacy_Student-stay_GI .vl
{
    border-left: 3px solid #fff;
    height: 16px;
    margin: 3px 2px 0px 7px;
}

.footer_Student-stay_GI_logo .footer_terms_privacy_Student-stay_GI ul li a
{
    text-align: left;
}

.footer_Student-stay_GI_logo ul
{
    display: inline-flex;
    list-style: none;
    color: #fff;
    margin-top: 8px;
}

/*---------------------------------------- FOOTER SOCIAL SITES LOGOS_STUDENT-STAY_GI  ----------------------------------------*/
.footer_Student-stay_GI_logo ul li
{
    cursor: pointer;
    padding: 1px;
}
/*------------------------------------------ FOOTER FEEDBACK LOGOS_STUDENT-STAY_GI -------------------------------------------*/
.feedback-page_Student-stay_GI
{
    margin-left: 450px;
    margin-top: -20px;
}
/*------------------------------------------ FOOTER FACEBOOK LOGOS_STUDENT-STAY_GI  ------------------------------------------*/
.footer_Student-stay_GI_logo ul li .fb-page_Student-stay_GI
{
    margin-left: 650px;
    margin-top: -10px;
}
/*------------------------------------------ FOOTER LINKEDIN LOGOS_STUDENT-STAY_GI  ------------------------------------------*/
.footer_Student-stay_GI_logo ul li .fb-linkedin_Student-stay_GI
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER INSTAGRAM LOGOS_STUDENT-STAY_GI  ------------------------------------------*/
.footer_Student-stay_GI_logo ul li .insta-page_Student-stay_GI
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER PINTEREST LOGOS_STUDENT-STAY_GI  ------------------------------------------*/
.footer_Student-stay_GI_logo ul li .pinterest-page_Student-stay_GI
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER MESSANGER LOGOS_STUDENT-STAY_GI  ------------------------------------------*/
.footer_Student-stay_GI_logo ul li .fb-messanger-page_Student-stay_GI
{    
    margin-top: -10px;
}
/*------------------------------------------- FOOTER WHATSAAP LOGOS_STUDENT-STAY_GI  -------------------------------------------*/
.footer_Student-stay_GI_logo ul li .whatsaap-page_Student-stay_GI
{    
    margin-top: -10px;
}
.footer_Student-stay_GI_logo ul li a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-family: sans-serif;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;    
}

.logo_f_Student-stay_GI img
{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -30px;
    text-align: center;
    cursor: pointer;
}

/*---------------------------------------- FOOTER LOGO-> FEEDBACK_STUDENT-STAY_GI ---------------------------------------------*/
.logo_feedback_Student-stay_GI img
{
    height: 25px;
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -30px;
    cursor:pointer;
    text-align: right;
}


/*------------------------------------------- FOOTER-> CONTENT BODY_STUDENT-STAY_GI  -------------------------------------------*/
.content_body_Student-stay_GI
{
    background:rgb(18, 37, 53); 
    background-position: bottom;
    position:absolute;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 1550px;
    height: 300px;
    margin-top: 50px;
}

.f_logo_Student-stay_GI img
{
    position: absolute;
    height: 100px;
    width: 180px;
    margin-top: 50px;
    margin-left: 20px;
}

.Student-stay_Student-stay_GI
{
    position: absolute;
    margin-top: 80px;
    margin-left: 250px;    
}
.Student-stay_Student-stay_GI ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Student-stay_GI ul li
{    
    font-size: 10px;
    letter-spacing:1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Student-stay_GI ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Student-stay_GI ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_GI_MODERN-STAY ---------------------------------*/

.Student-stay_Modern-stay_GI
{
    position: absolute;
    margin-top: 80px;
    margin-left: 500px;    
}
.Student-stay_Modern-stay_GI ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Modern-stay_GI ul li
{    
    font-size: 10px;
    letter-spacing:1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Modern-stay_GI ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Modern-stay_GI ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_GI_PRIVATE-STAY ---------------------------------*/

.Student-stay_Private-stay_GI
{
    position: absolute;
    margin-top: 80px;
    margin-left: 750px;    
}
.Student-stay_Private-stay_GI ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Private-stay_GI ul li
{    
    font-size: 10px;
    letter-spacing:1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Private-stay_GI ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Private-stay_GI ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_GI_TENANT ---------------------------------------------*/
.Student-stay_Tenant_GI
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1000px;    
}
.Student-stay_Tenant_GI ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Tenant_GI ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Tenant_GI ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Tenant_GI ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_GI_OWNER ---------------------------------------------*/
.Student-stay_Owner_GI
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1250px;    
}
.Student-stay_Owner_GI ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Owner_GI ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Owner_GI ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Owner_GI ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*------------------------------------ FOOTER-> BOTTOM-1 & BOTTOM-2_STUDENT-STAY_GI --------------------------------------------*/

.footer_bottom_1_Student-stay_GI
{
    position: absolute;
    text-align: center;
    background: #4d4d5a;
    width: 1550px;
    margin-top: 340px;
    size: 13px;
    height: 22px;
    color: white;    
}
.footer_bottom_2_Student-stay_GI
{
    position: absolute;
    text-align: center;
    background: #303036;
    width: 1550px;
    size: 11px;
    height: 20px;
    color: white;
    margin-top: 362px;
}

/*-----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------- STUDENT-STAY_HOW TO BOOK & START OF THE BOOKINGS -------------------------------------*/
/*---------------------------------------------- FOOTER-> STUDENT STAY_HTB & SOTB ---------------------------------------------*/
.Student-stay_HTB-SOTB_IMAGE img
{
    width: 1550px;
    text-align: center;
    background-size:cover;
    background-attachment: fixed;
}

/*------------------------ FOOTER LOGO-> FB,LINKEDIN,INSTA,PINTEREST,WHATSAAP_STUDENT-STAY_HTB & SOTB ------------------------*/

.footer_Student-stay_HTB-SOTB_logo 
{
    background:rgb(203, 76, 79);
    color: #fff;
    position: absolute;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    width: 1550px;
    height: 70px;
    margin: 865 0 0 0;
}
.footer_Student-stay_HTB-SOTB_logo img
{
    display: inline-flex;
    
}
.footer_Student-stay_HTB-SOTB_logo h1
{
    position: absolute;
    margin-left: 680px;
    margin-top: 3px;
    text-align: center;
    font-size: 15px;
    font-family:'Monoton', cursive;
    letter-spacing: 2px;
}

/*------------------------------- PRIVECY POLICY & TERMS OF USE_STUDENT-STAY_HTB & SOTB -------------------------------*/

.footer_terms_privacy_Student-stay_HTB-SOTB ul li a
{
    color: white;
    text-align:left;
    font-family: cursive;
}
.footer_terms_privacy_Student-stay_HTB-SOTB .vl
{
    border-left: 3px solid #fff;
    height: 16px;
    margin: 3px 2px 0px 7px;
}

.footer_Student-stay_HTB-SOTB_logo .footer_terms_privacy_Student-stay_HTB-SOTB ul li a
{
    text-align: left;
}

.footer_Student-stay_HTB-SOTB_logo ul
{
    display: inline-flex;
    list-style: none;
    color: #fff;
    margin-top: 8px;
}

/*------------------------------------ FOOTER SOCIAL SITES LOGOS_STUDENT-STAY_HTB & SOTB  ------------------------------------*/
.footer_Student-stay_HTB-SOTB_logo ul li
{
    cursor: pointer;
    padding: 1px;
}
/*-------------------------------------- FOOTER FEEDBACK LOGOS_STUDENT-STAY_HTB & SOTB ---------------------------------------*/
.feedback-page_Student-stay_HTB-SOTB
{
    margin-left: 450px;
    margin-top: -20px;
}
/*-------------------------------------- FOOTER FACEBOOK LOGOS_STUDENT-STAY_HTB & SOTB  --------------------------------------*/
.footer_Student-stay_HTB-SOTB_logo ul li .fb-page_Student-stay_HTB-SOTB
{
    margin-left: 650px;
    margin-top: -10px;
}
/*-------------------------------------- FOOTER LINKEDIN LOGOS_STUDENT-STAY_HOB & SOTB  --------------------------------------*/
.footer_Student-stay_HTB-SOTB_logo ul li .fb-linkedin_Student-stay_HTB-SOTB
{    
    margin-top: -10px;
}
/*-------------------------------------- FOOTER INSTAGRAM LOGOS_STUDENT-STAY_HOB & SOTB  --------------------------------------*/
.footer_Student-stay_HTB-SOTB_logo ul li .insta-page_Student-stay_HTB-SOTB
{    
    margin-top: -10px;
}
/*-------------------------------------- FOOTER PINTEREST LOGOS_STUDENT-STAY_HOB & SOTB  --------------------------------------*/
.footer_Student-stay_HTB-SOTB_logo ul li .pinterest-page_Student-stay_HTB-SOTB
{    
    margin-top: -10px;
}
/*-------------------------------------- FOOTER MESSANGER LOGOS_STUDENT-STAY_HOB & SOTB  --------------------------------------*/
.footer_Student-stay_HTB-SOTB_logo ul li .fb-messanger-page_Student-stay_HTB-SOTB
{    
    margin-top: -10px;
}
/*--------------------------------------- FOOTER WHATSAAP LOGOS_STUDENT-STAY_HOB & SOTB  ---------------------------------------*/
.footer_Student-stay_HTB-SOTB_logo ul li .whatsaap-page_Student-stay_HTB-SOTB
{    
    margin-top: -10px;
}
.footer_Student-stay_HTB-SOTB_logo ul li a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-family: sans-serif;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;    
}

.logo_f_Student-stay_HTB-SOTB img
{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -30px;
    text-align: center;
    cursor: pointer;
}

/*------------------------------------ FOOTER LOGO-> FEEDBACK_STUDENT-STAY_HOB & SOTB -----------------------------------------*/
.logo_feedback_Student-stay_HTB-SOTB img
{
    height: 25px;
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -30px;
    cursor:pointer;
    text-align: right;
}


/*--------------------------------------- FOOTER-> CONTENT BODY_STUDENT-STAY_HOB & SOTB  ---------------------------------------*/
.content_body_Student-stay_HTB-SOTB
{
    background:rgb(18, 37, 53); 
    background-position: bottom;
    position:absolute;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 1550px;
    height: 300px;
    margin-top: 50px;
}

.f_logo_Student-stay_HTB-SOTB img
{
    position: absolute;
    height: 100px;
    width: 180px;
    margin-top: 50px;
    margin-left: 20px;
}

.Student-stay_Student-stay_HTB-SOTB
{
    position: absolute;
    margin-top: 80px;
    margin-left: 250px;    
}
.Student-stay_Student-stay_HTB-SOTB ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Student-stay_HTB-SOTB ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 23px;
    color: yellow;    
}
.Student-stay_Student-stay_HTB-SOTB ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Student-stay_HTB-SOTB ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_HTB-SOTB_MODERN-STAY ---------------------------------*/

.Student-stay_Modern-stay_HTB-SOTB
{
    position: absolute;
    margin-top: 80px;
    margin-left: 500px;    
}
.Student-stay_Modern-stay_HTB-SOTB ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Modern-stay_HTB-SOTB ul li
{    
    font-size: 10px;
    letter-spacing:1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Modern-stay_HTB-SOTB ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Modern-stay_HTB-SOTB ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_HTB-SOTB_PRIVATE-STAY ---------------------------------*/

.Student-stay_Private-stay_HTB-SOTB
{
    position: absolute;
    margin-top: 80px;
    margin-left: 750px;    
}
.Student-stay_Private-stay_HTB-SOTB ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Private-stay_HTB-SOTB ul li
{    
    font-size: 10px;
    letter-spacing:1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Private-stay_HTB-SOTB ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Private-stay_HTB-SOTB ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_HTB-SOTB_TENANT ---------------------------------------------*/
.Student-stay_Tenant_HTB-SOTB
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1000px;    
}
.Student-stay_Tenant_HTB-SOTB ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Tenant_HTB-SOTB ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Tenant_HTB-SOTB ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Tenant_HTB-SOTB ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_HTB-SOTB_OWNER ---------------------------------------------*/
.Student-stay_Owner_HTB-SOTB
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1250px;    
}
.Student-stay_Owner_HTB-SOTB ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Owner_HTB-SOTB ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Owner_HTB-SOTB ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Owner_HTB-SOTB ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*-------------------------------- FOOTER-> BOTTOM-1 & BOTTOM-2_STUDENT-STAY_HOB & SOTB ----------------------------------------*/

.footer_bottom_1_Student-stay_HTB-SOTB
{
    position: absolute;
    text-align: center;
    background: #4d4d5a;
    width: 1550px;
    margin-top: 340px;
    size: 13px;
    height: 22px;
    color: white;    
}
.footer_bottom_2_Student-stay_HTB-SOTB
{
    position: absolute;
    text-align: center;
    background: #303036;
    width: 1550px;
    size: 11px;
    height: 20px;
    color: white;
    margin-top: 362px;
}


/*-----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ FREQUENTLY ASKED QUESTIONS  ------------------------------------------------*/
/*------------------------------------------------- FOOTER-> STUDENT STAY_FAQ ------------------------------------------------*/
.Student-stay_FAQ_IMAGE img
{
    width: 1550px;
    text-align: center;
    background-size:cover;
    background-attachment: fixed;
}

/*--------------------------- FOOTER LOGO-> FB,LINKEDIN,INSTA,PINTEREST,WHATSAAP_STUDENT-STAY_FAQ ---------------------------*/

.footer_Student-stay_FAQ_logo 
{
    background:rgb(203, 76, 79);
    color: #fff;
    position: absolute;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    width: 1550px;
    height: 70px;
    margin: 6975 0 0 0;
}
.footer_Student-stay_FAQ_logo img
{
    display: inline-flex;
    
}
.footer_Student-stay_FAQ_logo h1
{
    position: absolute;
    margin-left: 680px;
    margin-top: 3px;
    text-align: center;
    font-size: 15px;
    font-family:'Monoton', cursive;
    letter-spacing: 2px;
}

/*-------------------------------------- PRIVECY POLICY & TERMS OF USE_STUDENT-STAY_FAQ --------------------------------------*/

.footer_terms_privacy_Student-stay_FAQ ul li a
{
    color: white;
    text-align:left;
    font-family: cursive;
}
.footer_terms_privacy_Student-stay_FAQ .vl
{
    border-left: 3px solid #fff;
    height: 16px;
    margin: 3px 2px 0px 7px;
}

.footer_Student-stay_FAQ_logo .footer_terms_privacy_Student-stay_FAQ ul li a
{
    text-align: left;
}

.footer_Student-stay_FAQ_logo ul
{
    display: inline-flex;
    list-style: none;
    color: #fff;
    margin-top: 8px;
}

/*------------------------------------ FOOTER SOCIAL SITES LOGOS_STUDENT-STAY_FAQ  ------------------------------------*/
.footer_Student-stay_FAQ_logo ul li
{
    cursor: pointer;
    padding: 1px;
}
/*-------------------------------------- FOOTER FEEDBACK LOGOS_STUDENT-STAY_FAQ ---------------------------------------*/
.feedback-page_Student-stay_FAQ
{
    margin-left: 450px;
    margin-top: -20px;
}
/*-------------------------------------- FOOTER FACEBOOK LOGOS_STUDENT-STAY_FAQ  --------------------------------------*/
.footer_Student-stay_FAQ_logo ul li .fb-page_Student-stay_FAQ
{
    margin-left: 650px;
    margin-top: -10px;
}
/*-------------------------------------- FOOTER LINKEDIN LOGOS_STUDENT-STAY_FAQ  --------------------------------------*/
.footer_Student-stay_FAQ_logo ul li .fb-linkedin_Student-stay_FAQ
{    
    margin-top: -10px;
}
/*-------------------------------------- FOOTER INSTAGRAM LOGOS_STUDENT-STAY_FAQ  --------------------------------------*/
.footer_Student-stay_FAQ_logo ul li .insta-page_Student-stay_FAQ
{    
    margin-top: -10px;
}
/*-------------------------------------- FOOTER PINTEREST LOGOS_STUDENT-STAY_FAQ  --------------------------------------*/
.footer_Student-stay_FAQ_logo ul li .pinterest-page_Student-stay_FAQ
{    
    margin-top: -10px;
}
/*-------------------------------------- FOOTER MESSANGER LOGOS_STUDENT-STAY_FAQ  --------------------------------------*/
.footer_Student-stay_FAQ_logo ul li .fb-messanger-page_Student-stay_FAQ
{    
    margin-top: -10px;
}
/*--------------------------------------- FOOTER WHATSAAP LOGOS_STUDENT-STAY_FAQ  ---------------------------------------*/
.footer_Student-stay_FAQ_logo ul li .whatsaap-page_Student-stay_FAQ
{    
    margin-top: -10px;
}
.footer_Student-stay_FAQ_logo ul li a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-family: sans-serif;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;    
}

.logo_f_Student-stay_FAQ img
{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -30px;
    text-align: center;
    cursor: pointer;
}

/*---------------------------------------------- FOOTER LOGO-> FEEDBACK_STUDENT-STAY_FAQ ---------------------------------------------------*/
.logo_feedback_Student-stay_FAQ img
{
    height: 25px;
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -30px;
    cursor:pointer;
    text-align: right;
}


/*------------------------------------------------- FOOTER-> CONTENT BODY_STUDENT-STAY_FAQ  -------------------------------------------------*/
.content_body_Student-stay_FAQ
{
    background:rgb(18, 37, 53); 
    background-position: bottom;
    position:absolute;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 1550px;
    height: 300px;
    margin-top: 60px;
}

.f_logo_Student-stay_FAQ img
{
    position: absolute;
    height: 100px;
    width: 180px;
    margin-top: 50px;
    margin-left: 20px;
}

.Student-stay_Student-stay_FAQ
{
    position: absolute;
    margin-top: 80px;
    margin-left: 250px;    
}
.Student-stay_Student-stay_FAQ ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Student-stay_FAQ ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Student-stay_FAQ ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Student-stay_FAQ ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_HTB-SOTB_MODERN-STAY ---------------------------------*/

.Student-stay_Modern-stay_FAQ
{
    position: absolute;
    margin-top: 80px;
    margin-left: 500px;    
}
.Student-stay_Modern-stay_FAQ ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Modern-stay_FAQ ul li
{    
    font-size: 10px;
    letter-spacing:1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Modern-stay_FAQ ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Modern-stay_FAQ ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*--------------------------------- FOOTER-> CONTENT BODY_HTB-SOTB_PRIVATE-STAY ---------------------------------*/

.Student-stay_Private-stay_FAQ
{
    position: absolute;
    margin-top: 80px;
    margin-left: 750px;    
}
.Student-stay_Private-stay_FAQ ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Private-stay_FAQ ul li
{    
    font-size: 10px;
    letter-spacing:1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Private-stay_FAQ ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Private-stay_FAQ ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_HTB-SOTB_TENANT ---------------------------------------------*/
.Student-stay_Tenant_FAQ
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1000px;    
}
.Student-stay_Tenant_FAQ ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Tenant_FAQ ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Tenant_FAQ ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Tenant_FAQ ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> CONTENT BODY_HTB-SOTB_OWNER ---------------------------------------------*/
.Student-stay_Owner_FAQ
{
    position: absolute;
    margin-top: 80px;
    margin-left: 1250px;    
}
.Student-stay_Owner_FAQ ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Owner_FAQ ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Student-stay_Owner_FAQ ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Owner_FAQ ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}
/*------------------------------------------ FOOTER-> BOTTOM-1 & BOTTOM-2_STUDENT-STAY_FAQ --------------------------------------------------*/

.footer_bottom_1_Student-stay_FAQ
{
    position: absolute;
    text-align: center;
    background: #4d4d5a;
    width: 1550px;
    margin-top: 360px;
    size: 13px;
    height: 22px;
    color: white;    
}
.footer_bottom_2_Student-stay_FAQ
{
    position: absolute;
    text-align: center;
    background: #303036;
    width: 1550px;
    size: 11px;
    height: 20px;
    color: white;
    margin-top: 382px;
}

/*-----------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------- CONTACTS ---------------------------------------------------------*/
.corp-add_Contact
{
    background-position: center;
    background: floralwhite;
    padding: 20 100 20 100px;
    position: absolute;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    justify-content:flex-start;
    font-family: sans-serif;
    margin-left: 520px;
    margin-top: 180px;
    
}
.corp-add_Contact ul
{
    list-style: none;
    
}
.corp-add_Contact ul li
{
    margin: 20px;
}
.corp-add_Contact ul li h1
{
    text-decoration: none;
    list-style: none;
    font-size: 30px;
    color: red;
    font-weight: 600;
}
.corp-add_Contact ul li p
{
    font-stretch: extra-expanded;
    font-size: 25px;
    font-weight: 400;
    color:cadetblue;
    border-radius: 5px;
    text-decoration: none;
}
.branch_add
{
    text-decoration: none;
    font-style: normal;
    justify-content: space-around;
    font-family: sans-serif;
    text-align-last: center;
}

.content_body_Contact
{
    background:rgb(18, 37, 53); 
    background-position: bottom;
    position:absolute;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 1550px;
    height: 400px;
    margin-top: 840px;
}

/*------------------------------ FOOTER LOGO-> FB,LINKEDIN,INSTA,PINTEREST,WHATSAAP ------------------------------*/
.footer_Contact_logo
{
    background:rgb(203, 76, 79);
    color: #fff;
    position: absolute;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    width: 1550px;
    height: 70px;
    margin: 780 0 0 0;
}
.footer_Contact_logo img
{
    display: inline-flex;
    
}
.footer_Contact_logo h1
{
    position: absolute;
    margin-left: 680px;
    margin-top: 3px;
    text-align: center;
    font-size: 15px;
    font-family:'Monoton', cursive;
    letter-spacing: 2px;
}

/*-------------------------------------- PRIVECY POLICY & TERMS OF USE --------------------------------------*/

.footer_terms_privacy_Contact ul li a
{
    color: white;
    text-align:left;
    font-family: cursive;
}
.footer_terms_privacy_Contact .vl
{
    border-left: 3px solid #fff;
    height: 16px;
    margin: 3px 2px 0px 7px;
}

.footer_Contact_logo .footer_terms_privacy_Contact ul li a
{
    text-align: left;
}

.footer_Contact_logo ul
{
    display: inline-flex;
    list-style: none;
    color: #fff;
    margin-top: 8px;
}

/*---------------------------------------- FOOTER SOCIAL SITES LOGOS ----------------------------------------*/
.footer_Contact_logo ul li
{
    cursor: pointer;
    padding: 1px;
}
/*------------------------------------------ FOOTER FEEDBACK LOGOS ------------------------------------------*/
.feedback-page_Contact
{
    margin-left: 450px;
    margin-top: -20px;
}
/*------------------------------------------ FOOTER FACEBOOK LOGOS ------------------------------------------*/
.footer_Contact_logo ul li .fb-page_Contact
{
    margin-left: 650px;
    margin-top: -10px;
}
/*------------------------------------------ FOOTER LINKEDIN LOGOS ------------------------------------------*/
.footer_Contact_logo ul li .fb-linkedin_Contact
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER INSTAGRAM LOGOS ------------------------------------------*/
.footer_Contact_logo ul li .insta-page_Contact
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER PINTEREST LOGOS ------------------------------------------*/
.footer_Contact_logo ul li .pinterest-page_Contact
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER MESSANGER LOGOS ------------------------------------------*/
.footer_Contact_logo ul li .fb-messanger-page_Contact
{    
    margin-top: -10px;
}
/*------------------------------------------ FOOTER WHATSAAP LOGOS ------------------------------------------*/
.footer_Contact_logo ul li .whatsaap-page_Contact
{    
    margin-top: -10px;
}
.footer_Contact_logo ul li a
{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-family: sans-serif;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: center;    
}

.logo_f_Contact img
{
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: -30px;
    text-align: center;
    cursor: pointer;
}

/*--------------------------------------- FOOTER LOGO-> FEEDBACK--------------------------------------------*/
.logo_feedback_Contact img
{
    height: 25px;
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -30px;
    cursor:pointer;
    text-align: right;
}
/*------------------------------------------- FOOTER-> CONTENT BODY -------------------------------------------*/
.content_body_Contact
{
    background:rgb(18, 37, 53); 
    background-position: bottom;
    position:absolute;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    width: 1550px;
    height: 400px;
    margin-top: 850px;
}

.f_logo_Contact img
{
    position: absolute;
    height: 100px;
    width: 180px;
    margin-top: 50px;
    margin-left: 20px;
}




/*--------------------------------------- FOOTER-> REPORT FOR CONTACT ---------------------------------------------------*/
.footer_Contact_bottom-1
{
    position: absolute;
    text-align: center;
    background: #4d4d5a;
    width: 1550px;
    margin-top: 1210px;
    size: 13px;
    height: 22px;
    color: white;
}
/*---------------------------------------- FOOTER-> TERMS AND CONDITION FOR CONTACT----------------------------------------*/
.footer_Contact_bottom-2
{
    position: absolute;
    text-align: center;
    background: #303036;
    width: 1550px;
    size: 11px;
    height: 20px;
    color: white;
    margin-top:1230px;
}

.f_logo_Contact img
{
    position: absolute;
    height: 100px;
    width: 180px;
    margin-top: 50px;
    margin-left: 20px;
}
/*-------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- FOOTER-> Student-Stay ---------------------------------------------*/
.Student-stay_Contact
{
    position: absolute;
    margin-top: 870px;
    margin-left: 250px;    
}
.Student-stay_Contact ul
{
    color: white;
    list-style-type: none;    
}
.Student-stay_Contact ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 23px;
    color: yellow;    
}
.Student-stay_Contact ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Student-stay_Contact ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- FOOTER-> Modern-Stay ---------------------------------------------*/

.Modern-stay_Contact
{
    position: absolute;
    margin-top: 870px;
    margin-left: 500px;    
}
.Modern-stay_Contact ul
{
    color: white;
    list-style-type: none;    
}
.Modern-stay_Contact ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 23px;
    color: yellow;    
}
.Modern-stay_Contact ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Modern-stay_Contact ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- FOOTER-> Private-Stay ---------------------------------------------*/
.Private-stay_Contact
{
    position: absolute;
    margin-top: 870px;
    margin-left: 750px;    
}
.Private-stay_Contact ul
{
    color: white;
    list-style-type: none;    
}
.Private-stay_Contact ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 23px;
    color: yellow;    
}
.Private-stay_Contact ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Private-stay_Contact ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*---------------------------------------- FOOTER-> TENANT ---------------------------------------------*/
.Tenant_Contact
{
    position: absolute;
    margin-top: 870px;
    margin-left: 1000px;    
}
.Tenant_Contact ul
{
    color: white;
    list-style-type: none;    
}
.Tenant_Contact ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Tenant_Contact ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Tenant_Contact ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- FOOTER-> OWNER ---------------------------------------------*/
.Owner_Contact
{
    position: absolute;
    margin-top: 870px;
    margin-left: 1250px;    
}
.Owner_Contact ul
{
    color: white;
    list-style-type: none;    
}
.Owner_Contact ul li
{    
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
    color: yellow;    
}
.Owner_Contact ul li a
{    
    color: #fff;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 23px;
}
.Owner_Contact ul li a:hover
{
    color: cadetblue;
    text-decoration: none;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------- ABOUT US --------------------------------------------------*/
.about_us ul li h1
{
    font-weight: normal;
    font-size: 100px;
    line-height: 20px;
    font-family: 'Faster One', cursive;
    text-align:justify;
}
.about_us_p
{
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Playfair Display', serif;
    color: darkslategray;
    font-weight: bolder;
    margin-bottom: 40px;   
}


/*--------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------- ABOUT ELECTRONIC CITY -----------------------------------------------------*/

.electronic_city
{
    background: rgb(192, 192, 192);
    background: cover;
    background-size: cover;
    backface-visibility: visible;
    background-position: center;
    background-attachment: fixed;
    box-sizing: border-box;
    height: 1480px;
    width: 1550px;
    margin-bottom: -900px;
}
.about_electronic_city_h1
{
    font-weight: normal;
    font-size: 30px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align: justify;
    color: rgb(75,0,130); 
}
.about_electronic_city_h1_p1
{
    margin-top: -50px;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Kelly Slab', cursive;'Kelly Slab', cursive;
    color:rgb(165,42,42);    
}

.about_electronic_city_h2
{
    font-weight: normal;
    font-size: 100px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color:rgb(75,0,130);
}
.about_electronic_city_h1_p2
{
    margin-top: -50px;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Kelly Slab', cursive;
    color:rgb(165,42,42);    
}

.about_electronic_city_h3
{
    font-weight: normal;
    font-size: 100px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align: justify;
    color:rgb(75,0,130);
}
.about_electronic_city_h1_p3
{
    margin-top: -50px;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Kelly Slab', cursive;
    color:rgb(165,42,42);   
}

.about_electronic_city_h4
{
    font-weight: normal;
    font-size: 100px;
    line-height: 20px;
    font-family: 'Sail', cursive;
    text-align:justify;
    color:rgb(75,0,130);
}
.about_electronic_city_h1_p4
{
    margin-top: -50px;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 23px;
    font-family: 'Kelly Slab', cursive;
    color: rgb(165,42,42);
}

/*--------------------------------------- FOOTER-> REPORT FOR ELECTRONIN CITY ---------------------------------------------------*/
.footer_Electronic-City_bottom-1
{
    position: absolute;
    text-align: center;
    background: #4d4d5a;
    width: 1550px;
    margin-top: 900px;
    size: 13px;
    height: 22px;
    color: white;
}
/*---------------------------------------- FOOTER-> TERMS AND CONDITION FOR ELECTRONIN CITY----------------------------------------*/
.footer_Electronic-City_bottom-2
{
    position: absolute;
    text-align: center;
    background: #303036;
    width: 1550px;
    size: 11px;
    height: 20px;
    color: white;
    margin-top:920px;
}
/*---------------------------------------------- OTP VERIFICATION ----------------------------------------------*/
.table_1_header ul li
{
    text-align: center;
    font-size: 35px;
    color: dodgerblue;
    font-family: 'Akronim', cursive;  
}
body
{
    font-family: sans-serif;
    color: burlywood;
    font-size: 0.9em;
}

.container
{
    width: 350px;
    margin: 50px auto;
    box-sizing: border-box;
}
#frm-mobile-verification
{
    border: #EOEOEO 1px solid;
    border-radius: 3px;
    padding: 30px;
    text-align: center;
}
.form-heading
{
    font-size: 1.5em;
    margin-bottom: 30px;
}
.form-row
{
    margin-bottom: 30px;
}
.form-input
{
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: #EOEOEO 1px solid;
}
.btnSubmit
{
    background: #4cb7ff;
    padding: 8px 20px;
    border: #47abef 1px solid;
    border-radius: 3px;
    width: 100%;
    color: #EEE;
}
.error
{
    color: #483333;
    padding: 10px;
    background: #ffbcbc;
    border: #efb0b0 1px solid;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 350px;
    display: none;
    box-sizing: border-box;
}
.success
{
    color: #483333;
    padding: 10px 20px;
    background: #cff9b5;
    border: #bce4a3 1px solid;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 350px;
    display: none;
    box-sizing: border-box;
}

