﻿body {
}

.form-size {
    margin: 0 50px;
    position: relative;
    top: 80px;
    padding: 50px 0px;
    background-color: white;
    border-radius: 20px;
}

.map-size {
    height: 500px;
}

.btn-pink {
    color: white !important;
    background-color: #F92275 !important;
}

.card-center {
    display: flex;
    justify-content: center;
}

.card-heading-contact {
    color: #2D2B2B;
    text-align: center;
    font-style: normal;
    font-weight: 700;
}

.card-subheading {
    color: #555;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 20px;
}


.cs-banner-container {
    position: relative;
    min-height: 600px;
    height: auto;
    background-image: url(../images/new-greencall/contact-us-bg.png) !important;
    background-size: cover;
    padding-bottom: 100px;
    background-position: center;
}

    
    @media only screen and (max-width:600px) {
        .form-size {
            margin: 0 50px;
            position: relative;
            top: 40px;
            padding: 20px 0px;
            background-color: white;
            border-radius: 20px;
        }

        .map-size {
            height: auto;
        }

        .card-subheading {
            color: #555;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            padding-inline: 10px;
            line-height: 1;
            margin-bottom: 20px;
        }

        .red-star-inside-cs {
            position: absolute;
            top: 19%;
            left: 150px;
            transform: translateY(-50%);
            color: #F40451;
            font-size: 20px;
            pointer-events: none;
        }

        .red-star-inside2-cs {
            position: absolute;
            top: 27%;
            left: 190px;
            right: 210px;
            transform: translateY(-50%);
            color: #F40451;
            font-size: 20px;
            pointer-events: none;
        }

        .red-star-inside3-cs {
            position: absolute;
            top: 36%;
            left: 145px;
            transform: translateY(-50%);
            color: #F40451;
            font-size: 20px;
            pointer-events: none;
        }

        .red-star-inside4-cs {
            position: absolute;
            top: 44%;
            left: 145px;
            right: 250px;
            transform: translateY(-50%);
            color: #F40451;
            font-size: 20px;
            pointer-events: none;
        }

        .cs-banner-container {
            position: relative;
        
            min-height: 700px;
            height: auto;
            padding-bottom: 80px;
            background-image: url(../images/new-greencall/contact-us-bg.png) !important;
            background-size: cover;
            background-position: center;
        }
    }
    /*@media only screen and (max-width: 375px) {
    .red-star-inside-cs {
        position: absolute;
        top: 23%;
        left: 50%;
        transform: translateY(-50%);
        color: #F40451;
        font-size: 20px;
        pointer-events: none;
    }

    .red-star-inside2-cs {
        position: absolute;
        top: 34%;
        right: 35%;
        transform: translateY(-50%);
        color: #F40451;
        font-size: 20px;
        pointer-events: none;
    }

    .red-star-inside3-cs {
        position: absolute;
        top: 44%;
        left: 48%;
        transform: translateY(-50%);
        color: #F40451;
        font-size: 20px;
        pointer-events: none;
    }

    .red-star-inside4-cs {
        position: absolute;
        top: 54%;
        right: 50%;
        transform: translateY(-50%);
        color: #F40451;
        font-size: 20px;
        pointer-events: none;
    }
}*/
    /*@media only screen and (max-width: 320px) {
    .red-star-inside-cs {
        position: absolute;
        top: 23%;
        left: 60%;
        transform: translateY(-50%);
        color: #F40451;
        font-size: 20px;
        pointer-events: none;
    }

    .red-star-inside2-cs {
        position: absolute;
        top: 34%;
        right: 22%;
        transform: translateY(-50%);
        color: #F40451;
        font-size: 20px;
        pointer-events: none;
    }

    .red-star-inside3-cs {
        position: absolute;
        top: 44%;
        left: 60%;
        transform: translateY(-50%);
        color: #F40451;
        font-size: 20px;
        pointer-events: none;
    }

    .red-star-inside4-cs {
        position: absolute;
        top: 54%;
        right: 38%;
        transform: translateY(-50%);
        color: #F40451;
        font-size: 20px;
        pointer-events: none;
    }
}*/

