.container {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 0;
}
/*Mob*/
@media screen and (max-width: 600px) {
    .contLeft {
        top: 0;
        position: absolute;
        height: 40%;
        background-color: transparent;
        width: 100%;
    }
    .contLeft h1 {
        color: var(--primtxt);
        margin-top: 10%;
        text-align: center;
        padding: 0;
    }
    .contLeft p {
        color: white;
        margin-top: 10%;
        margin-left: 2%;
        text-align: center;
        padding: 0;
    }
    .socialContact {
        height: 10%;
        width: 50%;
        position: absolute;
        border: solid 0;
        z-index: 2;
        background-color: transparent;
        text-align: center;
        bottom: 0 !important;
        left: 25%;
        color: var(--primtxt);
        font-size: 1.2rem;
    }
    .contRight {
        width: 100%;
        height: 55%;
        bottom: 0;
        background-color: #114856;
        border-radius: 25px 25px 0px 0px;
        position: absolute;
        border: solid 0;
    }
    .ccSubmitbtn {
        height: 10%;
        width: 90%;
        bottom: 2%;
        border-radius: 15px;
        background-color: #2c6270;
        border: solid 0px #2c6270;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccSubmitbtnReuse {
        height: 15%;
        width: 90%;
        bottom: 2%;
        border-radius: 15px;
        background-color: #2c6270;
        border: solid 0px #2c6270;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .servicelist {
        height: 10%;
        width: 90%;
        top: 5%;
        border-radius: 15px;
        background-color: #2c6270;
        color: white;
        position: absolute;
        left: 5%;
    }
    .infofield {
        height: 20%;
        width: 90%;
        top: 20%;
        position: absolute;
        left: 5%;
        resize: none;
        background-color: #2c6270;
        color: white;
        border-radius: 15px;

    }
    .ccEmail {
        height: 10%;
        width: 90%;
        bottom: 15%;
        border-radius: 15px;
        background-color: #2c6270;
        border: solid 1px #2c6270;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccEmailReuse {
        height: 15%;
        width: 90%;
        top: 10%;
        border-radius: 15px;
        background-color: #2c6270;
        border: solid 1px #2c6270;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccEmailReuse2 {
        height: 15%;
        width: 90%;
        top: 40%;
        border-radius: 15px;
        background-color: #2c6270;
        border: solid 1px #2c6270;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccNameReuse2 {
        height: 15%;
        width: 90%;
        top: 20%;
        border-radius: 15px;
        background-color: #2c6270;
        border: solid 1px #2c6270;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccNameReuse {
        height: 15%;
        width: 90%;
        top: 30%;
        border-radius: 15px;
        background-color: #2c6270;
        border: solid 1px #2c6270;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccPhoneReuse {
        height: 15%;
        width: 90%;
        top: 50%;
        border-radius: 15px;
        background-color: #2c6270;
        border: solid 1px #2c6270;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccPhone2 {
        height: 15%;
        width: 90%;
        top: 50%;
        border-radius: 15px;
        background-color: #2c6270;
        border: solid 1px #2c6270;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccSubmitbtnReuse::placeholder {
        color: white;
    }

    .ccPhone {
        height: 10%;
        width: 90%;
        bottom: 28%;
        border-radius: 15px;
        background-color: #2c6270;
        border: solid 1px #2c6270;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccName {
        height: 10%;
        width: 90%;
        bottom: 42%;
        border-radius: 15px;
        background-color: #2c6270;
        border: solid 1px #2c6270;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
}
/*Pc*/
@media screen and (min-width: 600px) {
    .contLeft {
        top: 0;
        position: absolute;
        height: 100%;
        width: 60%;
        background-color: transparent;
    }

    .contLeft h1 {
        margin-left: 20%;
        color: var(--primtxt);
        margin-top: 10%;
        padding: 0;
    }

    .contLeft p {
        margin-left: 20%;
        color: white;
        margin-top: 10%;
        padding: 0;
        max-width: 45%;
    }

    .socialContact {
        height: 10%;
        width: 40%;
        position: absolute;
        border: solid 0;
        z-index: 2;
        background-color: transparent;
        top: 50%;
        left: 20%;
        color: var(--primtxt);
        font-size: 1.2rem;
    }

    .contRight {
        right: 0;
        width: 40%;
        height: 100%;
        position: absolute;
        border: solid 0;
        background-color: transparent;
    }

    .ccSubmitbtn {
        height: 10%;
        width: 90%;
        bottom: 2%;
        border-radius: 15px;
        background-color: #114856;
        border: solid 1px #114856;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccSubmitbtnReuse {
        height: 10%;
        width: 90%;
        top: 45%;
        border-radius: 15px;
        cursor: pointer;
        background-color: #114856;
        border: solid 1px #114856;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }

    .servicelist {
        height: 10%;
        width: 90%;
        top: 5%;
        border-radius: 15px;
        background-color: #114856;
        color: white;
        position: absolute;
        left: 5%;
    }

    .infofield {
        height: 30%;
        width: 90%;
        top: 20%;
        position: absolute;
        left: 5%;
        resize: none;
        background-color: #114856;
        color: white;
        border-radius: 15px;
    }

    .ccEmail {
        height: 10%;
        width: 90%;
        bottom: 15%;
        border-radius: 15px;
        background-color: #114856;
        border: solid 1px #114856;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccNameReuse2 {
        height: 8%;
        width: 90%;
        top: 20%;
        border-radius: 15px;
        background-color: #114856;
        border: solid 1px #114856;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccEmailReuse2 {
        height: 8%;
        width: 90%;
        top: 30%;
        border-radius: 15px;
        background-color: #114856;
        border: solid 1px #114856;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }

    .ccEmailReuse {
        height: 8%;
        width: 90%;
        top: 20%;
        border-radius: 15px;
        background-color: #114856;
        border: solid 1px #114856;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccNameReuse {
        height: 8%;
        width: 90%;
        top: 30%;
        border-radius: 15px;
        background-color: #114856;
        border: solid 1px #114856;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccName {
        height: 10%;
        width: 90%;
        top: 52%;
        border-radius: 15px;
        background-color: #114856;
        border: solid 1px #114856;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccPhone {
        height: 10%;
        width: 90%;
        top: 63%;
        border-radius: 15px;
        background-color: #114856;
        border: solid 1px #114856;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }
    .ccPhoneReuse {
        height: 8%;
        width: 90%;
        top: 40%;
        border-radius: 15px;
        background-color: #114856;
        border: solid 1px #114856;
        color: var(--primtxt);
        position: absolute;
        left: 5%;
    }

}
