﻿header .header-wrap {
    position: relative;
}
.nav-menu {
    position: absolute;
    right: 10%;
    z-index: 9999;
    top: 4.6vw;
    margin-top: -30px;
    cursor: pointer;
    height: 60px;
    width: 58px;
    padding: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    mix-blend-mode: difference;
}
    .nav-menu.close {
        right: 10%;
    }
.MainDivContent {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    font-weight: 300;
}
.btn-success {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
    .btn-success:hover {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }

.btn-danger {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000 !important;
}
    .btn-danger:hover {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }
.btn-info {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000 !important;
}

    .btn-info:hover {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }
header .logo {
    position: absolute;
}

.section {
    padding: 10px 0 20px 0;
    position: relative;
}
.admin-h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 34pt;
    font-family: 'Inter-Thin';
    color: #231f20;
    line-height: 44px;
    margin-bottom: 20px;
}
.container h2 {
    background-color: #fff !important;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 34pt;
    font-family: 'Inter-Thin';
    color: #231f20;
    line-height: 44px;
    height: auto;
    float: none;
    width: 100%;
}

.section h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 28pt;
    font-family: 'Inter-light';
    color: #231f20;
    line-height: 44px;
}
.leadtext {
    font-family: 'Inter-LightBETA' !important;
}
    .leadtext a {
        font-family: 'Inter-LightBETA' !important;
        color: #727272;
    }
.section .container h2 {
    font-family: 'Inter-LightBETA';
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24pt !important;
    font-weight: 200 !important;
    color: #231f20 !important;
    line-height: 44px;
    background-color: transparent !important;
    height: auto !important;
    padding: 0px !important;
}
.section h3 {
    font-size: 22pt;
    font-family: 'Inter-Thin';
    color: #231f20;
    line-height: 44px;
}
.section .container h4 {
    font-size: 12pt;
    font-family: 'Inter-LightBETA';
    color: #231f20;
    line-height: 44px;
    background-color: transparent !important;
    padding: 0px !important;
    margin: 10px 0px 0px;
    border: 0px solid #E6E0D1;
}

.section p {
    margin-bottom: 20px;
    font-size: 14pt;
    font-family: 'Inter-Light';
    color: #000000;
    max-width: 100% !important;
}
.profile ul {
    width:100%;
}
    .profile ul li {
        list-style: none;
        text-align: right;
    }
        .profile ul li a {
            font-family: 'Inter-ThinBETA';
            text-align: right !important;
            font-size: 12pt;
            color: #fff;
            padding: 7px;
            padding: 10px;
            line-height: 44px;
        }

.section .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-bottom: 1px solid #808080;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
    .section .form-control[disabled], .section .form-control[readonly], fieldset[disabled] .section .form-control {
        background-color: #eee;
        opacity: 1;
    }
.product_term {
    font-family: 'Inter-Light';
    margin: 10px 0px 0px 0px;
    padding: 10px;
    border-bottom: solid 1px #ccc;
    display: inline-block;
    border-radius: 0px;
    width: 100%;
}
    .product_term h6 {
        font-size: 16px;
        font-weight:300;
    }
    .product_term p {
        font-size: 13px;
        font-weight: 300;
    }
.MainDivContent .section .paddingTop100 {
    padding-top: 150px;
}
.MainDivContent .section .Connectpost {
    width: 100%;
    margin-bottom:20px;
  
}
    .MainDivContent .section .Connectpost .photimg {
        width: 15%;
        float: left;margin-right:4%;
    }
        .MainDivContent .section .Connectpost .photimg img {
            width: 100%;
            border-radius:50%;
        }
    .MainDivContent .section .Connectpost .head {
        width: 80%;
        float: left;
        margin-top: 10px;
        font-family: 'Inter-Light';
    }
        .MainDivContent .section .Connectpost .head h1 {
            font-size: 14pt;
            color: #231f20;
            line-height: 22px;
            font-family: 'Inter-Light';
            margin-top: 7px;
            margin-bottom: 0px;
        }
        .MainDivContent .section .Connectpost .head p {
            font-size: 12pt;
            font-family: 'Inter-Light';
            color: #a5a5a5;
            margin-bottom: 0px;
            line-height: 22px;
        }
    .MainDivContent .section .Connectpost .likecont {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #a5a5a5;
        font-size: 14pt;
        border-bottom: 1px solid #808080;
    }
    .MainDivContent .section .Connectpost .textcolor {
        color: #231f20;
    }
    .MainDivContent .section .Connectpost .likelink {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #000;
        font-size: 12pt;
        margin-bottom:10px;
    }

    .MainDivContent .section .Connectpost  h5 {
        font-size: 14pt;
        font-weight: 400;
        color: #231f20;
    }
.rightBorder {
    border-right: 1px solid #d9d9d9;
   
}
.line-height40 {
    line-height: 40px;
}

/*.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }*/

.section .container  .newProfile img {
    border-radius: 50%;
}

.section .container .newprofile {
}

    .section .container .newprofile h1 {
        font-family: 'Inter-Thin';
        font-size: 42px !important;
        font-weight: 100 !important;
        color: #fff;
        margin: 0em 0;
        line-height: 42px !important;
    }

    .section .container .newprofile h2 {
        font-family: 'Inter-ThinBETA';
        background-color: transparent !important;
        color: #fff !important;
        padding: 0px !important;
        margin: 0px;
        font-size: 22px !important;
        font-weight: 100 !important;
        height: auto;
        line-height: 34px !important;
        float: none;
        width: 100%;
    }

    .section .container .newprofile h4 {
        font-family: 'Inter-ThinBETA';
        background-color: transparent !important;
        color: #fff !important;
        padding: 0px !important;
        margin: 0em 0 !important;
        font-size: 14px !important;
        font-weight: 100 !important;
        border: 0px solid #E6E0D1 !important;
        line-height: 20px !important;
    }

    .section .container .newprofile p {
        background-color: transparent !important;
        color: #fff !important;
        padding: 0px !important;
        margin: 0em 0 !important;
        font-size: 14px !important;
        font-weight: 100 !important;
        border: 0px solid #E6E0D1 !important;
        line-height: 30px !important;
        max-width: 100% !important;
    }

.section .container .goldText {
    font-family: 'Inter-Thin';
    color: #8f7f3b !important;
}

.section .container .newprofile .profileimg {
    border-radius:50%;
    width:170px;
}
.newprofiletoppad{padding-top:80px;}

.pb-10{
    padding-bottom:10px;
}
.bg-white {
    background-color: #fff !important;
}


.Connectprofile {
}

.section .container .Connectprofile img {
    border-radius: 50%;
    height:auto;
}

.section .container .Connectprofile {
    font-family: 'Inter-light';
}

    .section .container .Connectprofile h1 {
        font-family: 'Inter-Thin';
        font-size: 42px !important;
        font-weight: 100 !important;
        color: #000;
        margin: 0em 0;
        line-height: 42px !important;
    }

    .section .container .Connectprofile h2 {
        font-family: 'Inter-ThinBETA';
        background-color: transparent !important;
        color: #000 !important;
        padding: 0px !important;
        margin: 0px;
        font-size: 22px !important;
        font-weight: 100 !important;
        height: auto;
        line-height: 34px !important;
        float: none;
        width: 100%;
    }

    .section .container .Connectprofile h4 {
        font-family: 'Inter-light';
        background-color: transparent !important;
        color: #000 !important;
        padding: 0px !important;
        margin: 0em 0 !important;
        font-size: 14pt !important;
        font-weight: 100 !important;
        border: 0px solid #E6E0D1 !important;
        line-height: 20px !important;
    }

    .section .container .Connectprofile p {
        font-family: 'Inter-light';
        background-color: transparent !important;
        color: #a5a5a5 !important;
        padding: 0px !important;
        margin: 0em 0 !important;
        font-size: 11pt !important;
        font-weight: 100 !important;
        border: 0px solid #E6E0D1 !important;
        line-height: 30px !important;
        max-width: 100% !important;
    }

    .section .container .Connectprofile a {
        color: #000 !important;
        padding: 10px 0px 20px 0px !important;
        font-size: 11pt !important;
        line-height: 40px !important;
        width: 100%;
        font-family: 'Inter-light';
    }

input[type="checkbox"] {
   
    border: #000 1px solid;
}

@media screen and (max-width: 768px) {
    .img__wrap {
        position: relative;
        height: auto;
        width: 100%;
        margin-bottom:25px;
    }
    .MainDivContent {
        margin-top: 0px;
    }
}
