.poppinsFont{font-family: "Poppins", sans-serif!important;}
.landingpage{width:100%; height:100vh; background: #F0F7F7;}
.landingpagetop{width:100%; height:50vh; background: #58C5CD;}
span.leftimg {
    position: fixed;
    width: 50%;
    height: 100vh;
    vertical-align: middle; top:0;
}
span.leftimg img, span.Rightimg img {
    width: 100%;
    height: 100%;
}
span.Rightimg {
    position: fixed;
    width: 50%;
    height: 100vh;
	right:0; top:0;
    vertical-align: middle;
}
.lTopdata {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 10%;
    transform: translateY(-10%);
}
.lTopdata h2 {
    font-weight: 600;
    color: #fff;
    font-size: 4rem;font-family: "Poppins", sans-serif;
}
.lTopdata a {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    border: 3px solid #fff;
    padding: 10px 30px;
    display: inline-block; text-decoration:none;
    margin-bottom: 10px;font-family: "Poppins", sans-serif;
}
.lTopdata .link2 a {font-weight:500;}
span.ceterLanding {
    position: fixed;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.landingpagebottom {
    width: 100%;
    height: 50vh;
    background: none;
    position: relative;
}
.lBottomdata {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.lBottomdata h3{color:#57C6CD; font-size:1.6rem; font-weight:600;font-family: "Poppins", sans-serif;}
.lBottomdata h3 span{font-weight:400;    display: block;}
.topbar .topbar-divider.topmapbar{height: calc(4.375rem - 0rem);}
a.countryback {
    color: #22476E;
    font-size: 1rem;
    font-weight: 600;
	word-break: break-word;
	
}
a.countryback img{margin-right:10px;}


.fullpage { margin-top: 50px;    background: #e8eded;    width: 100%;  height: 100%;}
.leftbarmap{width:33%; padding-right:2px; background:#fff;height: calc(100% - 50px);box-shadow: 20px 0px 59px #5c84843b; float: left; }
.imglocation img {
    width: 100%;
}
.rightbarmap {
    width: 65%;
    padding-right: 2px;
    background: #fff;
    height: calc(100% - 50px);
    box-shadow: 20px 0px 59px #5c84843b;
    float: left;
    margin: 0 1%; position: relative;
}
span.topleftbtn {
    position: absolute;
    top: 40%;
    z-index: 999;
    left: -40px;
    transform: translate(0px, -40%);
}
button.iconmove {
    background: none;
    border: none;
    outline: none;
    width: auto;
    height: auto;
}
.rightbarmapListview{padding: 20px; position: relative;}
.resultfilter {
    display: flex;
    justify-content: space-between;
    align-items: center;    padding: 10px 0;
    border-bottom: 1px solid #E0EFEF;
}
.resultfilter h3 {
    color: #25476D;
    font-size: 1.2rem;
    font-weight: bold;
}
.sortby label {
    color: #757294;
    font-size: .85rem;
}
.sortby select {
    color: #25476D;
    border: 1px solid #25476D;
    border-radius: .3rem;
    width: 100px;
    font-size: .85rem;
    height: 35px;
}



.complogo{background:#58c5cd3d; min-width:62px; min-height:62px; text-align:center; line-height:62px;}
.locationicon{background:#58c5cd3d; width:29px; height:29px; text-align:center; line-height:29px; border-radius:100%;display: inline-block;
    margin-right: 10px;}
	span.locationdata {
    font-size: .9rem;
    font-weight: 300;
    color: #3072bca3;
}
h2.leftheading {
    font-size: 1.2rem;
    font-weight: 600;
    color: #25476D;
    display: flex;
    justify-content: space-between;
    width: 100%;    align-items: center;
}
.leftheading a {
    color: #57C6CD;
    text-decoration: underline;
    font-size: .9rem;
}
.imglocdetails {
    padding: 20px;
    border-bottom: 1px solid #E0EFEF;
    display: flex;
}
.namecompldet {
    width: 100%;
    padding-left: 20px;
}
.namecompldet h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #25476D;
}
.imglocdetails.beniftrow {
    flex-wrap: wrap;
}
ul.benfitlist {
    list-style: none;
    padding: 0;
    margin: 0;width: 100%;
}
ul.benfitlist li {
    position: relative;
    padding-left: 30px;
    width: 50%;
    color: #3072bc8f;
    font-size: .9rem;
    font-weight: 300;
	    float: left;
    margin: 10px 0;
    padding-right: 10px;
}
ul.benfitlist li:after {
    position: absolute;
    content: "";
    background: url(../img/right.png);
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
}
.currentopeningbnox{background-color: rgba(224,239,239,.49); border-radius: 5px; overflow: hidden; width: 100%;    margin: 10px 0;}
.labelbtn {
    display: flex; align-items: center;
}
.applytext {
    width: 100%;
    font-size: .95rem;
    font-weight: 600;
    color: #25476D;
    padding: 10px;
}
.applynowbtn{background: #58C5CD; border-radius: 5px; font-size: .8rem; font-weight: 500; color: #fff; text-align: center;    width: 100px;    height: 40px;  line-height: 40px;}
.currentopeningbnoxdata {
    padding: 10px;
}
.currentopeningbnoxdata p{font-size: .85rem; color: #3072BC;     font-weight: 400;  opacity: .57;}
ul.Listdata {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.Listdata li {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    border-top: 1px solid #E0EFEF;
    border-bottom: 1px solid #E0EFEF;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
    padding-right: 60px;
}

span.locListimg {
    width: 75px;
    height: 75px;
    background: #58C5CD;
    text-align: center;
    line-height: 75px;
    border-radius: 10px;    margin-right: 10px;
}
.loclistdetails h2 {
    color: #25476D;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}
a.linklist {
    position: absolute;
    right: 0;
}
.locationdetails {
    color: #484849;
    font-size: .9rem;
    font-weight: 400;
}
ul.Listdata li:first-child {
    border-top: none;
}
a.movebtn {
    background: #25476D;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -10%);
    z-index: 99;    font-weight: 500;
    text-decoration: none;
}
.rightmapview{width: 67%; margin: 0;}
.rightmapview .rightbarmapListview{padding: 0;}
.rightmapview .rightbarmapListview iframe{height: 100vh;}
span.locarion {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media(max-width: 767px){
    span.leftimg,span.Rightimg{display: none;}
    .lTopdata a {font-size: 1rem;}
    .lTopdata h2{font-size:3rem;}
    .SVGMap svg {
        width: 100%!important;
        height: auto!important;
    }
    .leftbarmap{width:100%;height: auto;}
    .rightbarmap.rightmapview, .rightbarmap{width:100%!important;/*height: auto;*/}
    ul.benfitlist li{width:100%; }
    span.topleftbtn{display: none;}
    span.locListimg{    width: 55px; line-height: 55px;    height: 55px;}

}
