﻿body {
    margin: 0;
}
.form-container {
    background: #00993E;
    width:50%;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}
.contact-form-main-container {
    display: flex;
    height: 100vh;
    width:100%;
}
    .contact-form-main-container div, .contact-form-main-container label {
        font-family: "Montserrat" !important;
    }
    .contact-form-details {
        width: 50%;
        background: #2E3192;
        display: flex; 
        flex-direction: column;
        justify-content: flex-end;
    }
.contact-name-phone-number {
    width: 100%;
    padding-left: 10%;
    background: #2E3192;
    height: 160px;
}
.enquiry-label-form {
    height: 24px;
    width: fit-content;
    color: #00993E;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 21px;
    margin-left: 7%;
}
.radio-box-container div{
    padding-left:21px;
    font-weight:500;
}
.enquiry-question-label {
    height: 16px;
    color: #212121;
    font-size: 14px;
    line-height: 16px;
    margin:0;
    font-weight:500;
}
.enquiry-subject-label {
    padding-left: 7%;
    height: 181px;
    width: 100%;
    margin-bottom: 40px;
    font-weight:800;
}
.radio-box {
    float: right;
    margin-right: 50% !important;
   
}

    .radio-box:checked::after {
        width: 15px !important;
        height: 15px !important;
        border-radius: 40px;
        top: 0px;
        left: 0px;
        position: relative;
        background-color: white;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #00A9FF;
    }
.radio-box-container {
    margin-top: 25px;
    height: 140px;
    width: 93%;
    display: flex;
    background: #FFFFFF;
    flex-direction: column;
    justify-content: space-evenly;
    font-family: Roboto;
}
.contact-form-document {
    display: flex;
    flex-direction: column;
    background: #FFEE00;
    width: 70%;
    height: 583px;
    align-self: center;
    margin-bottom:5%;
}

.contact-form-name, .contact-form-email {
    height: 39px;
    width: 40%;
    border: 1px solid #DADADA;
    background-color: #FFFFFF;
    align-self: center;
    margin-bottom: 28px;
    padding-left: 1%;
}
.name-email-container{
    display:flex;
    justify-content:space-evenly;

}

.contact-form-query {
    height: 100px;
    width: 88%;
    background-color: #FFFFFF;
    align-self: center;
    margin-bottom: 59px;
    padding-bottom: 15%;
    font-size: 12px;
    color: #B8B8B8;
    font-family: "Montserrat";
    font-weight:600;
}
.break-number{
    display:none;
}
.slash{
    display:contents;
}
input[type=submit] {
    box-sizing: border-box;
    height: 52px;
    width: 143px;
    border: 1px solid #00993E;
    border-radius: 40px;
    background-color: #00993E;
    color: #FFEE00;
    font-size: 18px;
    margin-left: 7%;
}

    input[type=submit]:hover {
        background-color: #45a049;
    }

.contact-form-fax-telephone-number-container {
    height: 83px;
    width: 442px;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.6px;
    line-height: 50px;
    margin-top: 40px;
}

.follow-us-label {
    height: 41px;
    width: 159px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    margin-left:10%;
    font-weight:900;
}

.social-media-icons-container {
    height: 69px;
    width: 158px;
}

.address-container {
    height: 98px;
    width: 336px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 40px;
    margin-top: 30px;
    font-weight:400;
    margin-left:10%;
}
.address-middle-part{
    width:200px;
    line-height:1.3;
}
.contact-us-form-label {
    height: 40px;
    width: 290px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 55px;
    font-weight:900;
}
.contact-company-name {
    height: 26px;
    width: fit-content;
    transform: rotate(360deg);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4.55px;
    line-height: 26px;
    margin-bottom:10%;
    margin-left:10%;
}

.social-media-icons-container {
    display: flex;
    margin-bottom: 2%;
    margin-top: 4%;
    margin-left:10%;
}

.contact-icons {
    color: #FFFFFF !important;
    background-color: transparent !important;
    text-decoration: none !important;
    border: 1px solid #FFFFFF;
}

    .contact-icons:hover, .contact-icons:after, .contact-icons:before {
        color: #FFFFFF;
        background-color: transparent;
        text-decoration: none;
        
    }

.fa-twitter, .fa-facebook {
    color: #FFFFFF;
    
}

@media only screen and (max-width: 769px) {
    .contact-form-main-container {
        flex-direction: column;
        height:fit-content;
    }
    .contact-form-document{
        width:100%;
        margin:0;
    }
    .contact-form-details {
        order: 2;
        width: 100%;
        background: #68227F;
    }
    .contact-name-phone-number{
        display:flex;
        flex-direction:column;
        justify-content:space-around;
    }
    .break-number {
        display: contents;
    }
    .slash{
        display:none;
    }
    .enquiry-subject-label {
        padding: 0;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .form-container {
        order: 1;
        width: 100%;
        height: 583px;
    }
    .contact-form-fax-telephone-number-container{
        width:190px;
        line-height:30px;
        margin:0;
    }
    input[type=submit]{
        margin:0;
        align-self:center;
    }
    .name-email-container{
        flex-direction:column;
        justify-content:space-between;
    }
    .enquiry-label-form{
        margin-left:6%;
        font-size:25px;
        margin-bottom:17px;
    }
    .enquiry-question-label {
        padding-left: 6%;
        width: 100%;
        color: #00993E;
        font-size: 13px;
        line-height: 13px;
        font-weight:800;
    }
    .radio-box-container{
        width:90%;
        align-self:center;
        margin:0;
        height:120px;
    }
    .name-email-container input {
        align-self: center;
        width: 90%;
        height: 38px;
        margin-bottom:15px;
    }
    .follow-us-label{
        margin-top:6%;
    }
    .radio-box{
        margin-right:40%;
    }
    .contact-form-query {
        width: 90%;
        margin-bottom: 30px;
    }
  
}


