
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.bg-blue {
    background: #0b0b83;
    color: #fff;
}

.bg-green {
    background: #329f32;
    color: #fff;
}

button.btn:hover {
    color: #ddd;
}

button.btn {
    background: transparent;
    border: 1px solid #ddd;
    padding: 10px 20px;
    color: #ddd;
    margin: 3rem 1rem 2rem 0px;
}

.inner-cloumn {
    padding: 2rem;
}

    .inner-cloumn h1, .inner-cloumn h3 {
        margin: 4rem 0 0 0;
    }


.social_media {
    padding: 3.0rem 0;
}

button.btn.m-0 {
    position: relative;
    right: 4rem;
}

.div {
    margin: 4rem 0;
    padding-right: 2rem;
}

.inner-cloumn.firstDiv h6 {
    margin: 0.5rem 0 0 0;
}

.inner-cloumn.firstDiv h1 {
    font-size: 3rem;
}

button.btn.btn-primary {
    background: #2b872b;
    border: none;
    padding: 10px 3rem;
    margin: 25px 1rem 1rem 0;
    display: inline-block;
    text-align: center;
}

    button.btn.btn-primary.btn-danger {
        background: #c82333;
    }

input {
    font-size: 14px;
}

.modal-body {
    padding: 2rem 3rem;
}

input.form-control {
    font-size: 14px;
}

.circle {
    height: 100px;
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    display: flex;
    margin: 0 1rem 0 0;
    justify-content: center;
    align-items: center;
}

.circle-wraper {
    display: flex;
}


/********************** Mobile Responsive  **************************************/


/******* Tablet Device *********/

@media only screen and (max-width: 1024px) {

    .inner-cloumn.firstDiv h1 {
        font-size: 3rem;
    }

    .div {
        margin: 4rem 0;
        padding-right: 0rem;
    }
}

@media only screen and (max-width: 820px) {
    .bg-green {
        text-align: center !important;
    }

    .inner-cloumn {
        padding: 0rem;
    }


    .div {
        margin: 3rem 0;
        padding-right: 0rem;
    }
}

@media only screen and (max-width: 768px) {
    .bg-green {
        text-align: center !important;
    }

    .div {
        margin: 3rem 0;
        padding-right: 0rem;
    }
}

/******* Small Device *********/

@media only screen and (max-width: 600px) {

    .circle {
        height: 75px;
        width: 100px;
        margin: 1rem 1rem 0 0;
    }

    .bg-green {
        text-align: center !important;
    }

    .firstDiv {
        margin-left: 0rem;
    }

    .inner-cloumn.firstDiv h1 {
        font-size: 2rem;
    }

    .inner-cloumn h1, .inner-cloumn h3 {
        margin: 3rem 0 0 0;
    }

    .social_media {
        padding: 1.65em 0;
    }

    .inner-cloumn h1, .inner-cloumn h3 {
        margin: 1rem 0 0 0;
        font-size: 1rem;
    }

    .inner-cloumn.firstDiv h1 {
        font-size: 1.5rem;
    }

    button.btn {
        margin: 2rem 0rem 0rem 0px;
        width: 100%;
    }

        button.btn.m-0 {
            position: relative;
            right: 0;
        }

    .social_media i {
        font-size: 21px !important;
        display: inline-block;
        margin: 0 0 2rem 0;
    }

    .social_media {
        padding: 1.65em 0px 3rem 0;
        margin: auto;
        display: block;
        text-align: center;
    }

    .div {
        margin: 2rem 0;
        padding-right: 0rem;
    }

    .inner-cloumn.SecondDiv h4 {
        font-size: 16px;
    }

    .inner-cloumn.SecondDiv h3 {
        font-size: 14px;
    }

    .div h5 {
        font-size: 14px;
    }

    .inner-cloumn {
        padding: 1rem;
    }
    .containe {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .containe:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .containe input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .containe .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
