/*rect#Rectangle_277 {
    transform: translate(45%, -70px) rotate(36deg);
}

.imagefix {
    width: 50%;
    height: 60vh;
    border:solid 1px;
}

image {
    width: 100%;
    max-width: 100%;
    transform: translate(7%, 2px);
}
.imageMobile, .imageFixed {
    width: 50%;
    border: solid 1px;
    height: 60vh;
}

.imageMobile, .imageFixed {
    width: 50%;
    border: solid 1px;
    height: 60vh;
}


rect#Rectangle_278 {
    transform: translate(70%, -76%) rotate(36deg);
}

mask#svgmask2 {}

.imageFixed image {
    transform: translate(11%, 0px);
}
*//*rect#Rectangle_277 {
    transform: translate(45%, -70px) rotate(36deg);
}

.imagefix {
    width: 50%;
    height: 60vh;
    border:solid 1px;
}

image {
    width: 100%;
    max-width: 100%;
    transform: translate(7%, 2px);
}
.imageMobile, .imageFixed {
    width: 50%;
    border: solid 1px;
    height: 60vh;
}

.imageMobile, .imageFixed {
    width: 50%;
    border: solid 1px;
    height: 60vh;
}


rect#Rectangle_278 {
    transform: translate(70%, -76%) rotate(36deg);
}

mask#svgmask2 {}

.imageFixed image {
    transform: translate(11%, 0px);
}
*/

.logo{
    position: absolute;
    left: 60px;
    top: 20px;
    z-index: 10;
}
.layoutNew, .landfooter {
    display: flex;
}
.landheader{
    height: 70vh;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
}
body {
    padding: 0;
    margin: 0;
}
.mobile,.fixed, .fixedLine, .mobileLine{
    width: 50%;
}
img{
    width: auto;
    height: 100%;
    max-height: 80%;
}

.mobile{
    text-align: right;
    /* align-self: flex-start; */
    display: flex;
    align-items: flex-end;
    height: 70vh;
    justify-content: flex-end;
    flex-direction: column;
}
.landfooter p{
    line-height: 1.5;
    font-weight: 600 !important;
}
.landfooter .card{
    max-width: 250px;
}
.fixed {
    display: flex;
    align-items: flex-start;
    height: 70vh;
    position: relative;
}
.mobile {
    margin-top: 1rem;
    position: relative;
}
.fixed img{
    margin-bottom: 1rem;;
}
.landfooter{
    height: calc(30vh - 25px);
    font-family: 'Raleway', sans-serif;
    min-height: 200px;
}
.landfooter a{
    text-decoration: none;
    
}
.landfooter h2{
    font-weight: 700;
    font-size: 2rem;
}
.mobileLine, .fixedLine{
    height: 100%;
}
.mobileLine{
    display: flex;
    justify-content: flex-end;
    border-bottom: 1.5rem solid green;
}
.mobileLine h2{
    background-image: url(assets/images/landing/arrow-mobile.svg);
    background-repeat: no-repeat;
    background-position: 125px center;
}
.mobileLine .card{
    margin-left: 7rem;
    margin-right: 2rem;
}
.mobileLine a{
    color: #2CAB22;
    font-weight: 400;
}
.blank{
    position: absolute;
    z-index: -1;
    max-height: inherit;
    height: 164%;
    /* width: 69%; */
    right: -81px;
    top: 47px;
}
.fixedLine a{
    color: #1547E9;
    font-weight: 400;
}
.fixedLine .card{
    margin-left: 7rem;
}
.fixedLine h2{
    background-image: url(assets/images/landing/arrow-fixed.svg);
    background-repeat: no-repeat;
    background-position: 125px center;
}
.fixedLine {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1.5rem solid #0056a2;
}
.fixedLine a, .mobileLine a {
    transition:ease 0.ss all;
}
.fixedLine a:hover h2{
    background-position: 115px center;
    transition:ease 0.5s all;
}
.mobileLine a:hover h2{
    background-position: 115px center;
    transition:ease 0.5s all;
}
img.blank.blue {
    top: inherit;
    bottom: -12%;
    right: inherit;
    left: 1%;
}
.mobileLine .card, .fixedLine .card {
    position: relative;
}
.mobileLine .card a:before, .fixedLine .card a:before{
    content: "";
    background-image: url(assets/images/landing/mobile-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
    background-color: #2CAB22;
    height: 80px;
    width: 80px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -98px;
    top: 24px;
}
.fixedLine .card a:before{
    background-image: url(assets/images/landing/telephine-icon.svg);
    background-size: 45%;
    background-color:#0056a2;
}
@media(max-width:668px){
    .logo {
        padding: 1rem;
        left: 10px;
        top: 10px;
    }
    
    .logo img {
        max-width: 155px;
    }
    .fixedLine .card a:before, .mobileLine .card a:before{
        display:none;
    }
    img {
        max-width: 120%;
        height: auto;
    }
    
    .fixed {
        height: 100vh;
        position: absolute;
        width: 100%;
        overflow: hidden;
    }
    
    .mobile {
        height: 68vh;
        position: absolute;
        width: 100%;
        overflow: hidden;
    }
    
    .fixedLine .card {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    
    .mobileLine .card {
        margin-left: 1rem;
        margin-right: 0.75rem;
    }
    
    .landfooter h2 {
        font-size: 2rem;
        margin-top: 1.5rem;
    }
    
    .mobileLine h2 {
        background-position: 104px center;
        margin-bottom: 0.75rem;
    }
    
    .landfooter p {
        font-size: 0.75rem;
    }
    
    .fixedLine h2 {
        background-position: 84px center;
        margin-bottom: 0;
    }
    /*--------NEW CHANGES-------------*/
    .fixed img {position: absolute;left: 26%;}

img.blank.blue {
    left: 12%;
    top: -71%;
}

.mobile img {
    left: -43%;
    position: absolute;
}

img.blank.green {
    margin-left: 14%;
}
    .landfooter {
    min-height: inherit;
}
    }
@media(min-width:370px) and (max-height:670px){
img {
    /* width: 103%; */
}
    .mobile img {
    /* left: -33%; */
}
}

@media(min-height:770px){
.landfooter p {
    font-size: 1rem;
}
    }
@media (max-height:590px) and (max-width:1500px) and (min-width:991px){
    *{
        zoom:.95;
    }
    .mobile {
    padding-top: 2rem;
}
}

/*added by harsha*/
.landfooter{
	position: fixed;
    width: 100%;
    bottom: 25px;
	border-top: solid 1px #ccc;
	background-color: #ffffff;
}
.landheader{
	border-bottom:none;
}