.contactcontainer {
    justify-content: center;
    display: flex;
    position: relative;
    background: linear-gradient(to bottom, #fff, rgba(232, 233, 235, 1), #fff);
}

.bannersec {
    z-index: 1;
}

.contactcontainer .card {
    border: none;
    margin-top: 5vw;
    margin-bottom: 5vw;
    width: 60vw;
    border-radius: 15px;
    box-shadow: 4px 0px 12px 0px #e2e2e2;
}

.contactcontainer .card .card-body {
    padding: 0px;
}

.imgsec {
    padding-right: 0;
}

.imgsec img{
    height: 100%;
}

.fldsec {
    padding-left: 0;
}

.fldsecspace {
    padding-left: 4vw;
    padding-right: 4vw;
}

.btn-myroom {
    width: 100%;
}

#imgsec img {
    height: 100%;
}

.leftglobe {
    position: absolute;
    left: 0;
    bottom: 30vw;
    width: 50rem;
}

.leftglobe,
.rightglobe img {
    width: 30rem;
}

.rightglobe {
    position: absolute;
    right: 0;
    bottom: 10vw;
}


@media(max-width:991px) {

    .leftglobe,
    .rightglobe,
    .imgsec {
        display: none;
    }

    .contactcontainer .card {
        width: 84vw;
        margin-top: -16vw;
    }

    .fldsec {
        padding-left: 15px;
    }

    .bannersec {
        z-index: 0;
    }
}