body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #767984;
    counter-reset: step;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{color: #444956;}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {font-family: 'Poppins', sans-serif;}
img{max-width: 100%; height: auto}
label.error {display: none !important;}

ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: normal;
}

a:hover{
    text-decoration: none;
}

.sidebar a {
    color: #645151;
}
header {
    padding: 20px 0;
    margin-bottom: 1px;
    /*background-color: #555;*/
}

.header-logo{
    display: block;
}
header ul.navigation-header li a {
    color: #282828;
    display: block;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.page-title {
    padding: 25px 0 20px;
    /* border-bottom: 2px #28a4b630 solid; */
    text-align: center;
    background: #242424;
}
.page-title h1 {
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
}
.main-form-hd{
    font-weight: 500 !important;
}
.content-seq {
    background: #fff;
    padding: 100px 0 50px 0;
}

.form-sec label {
    display: inline-block;
    color: #16171a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.form-sec label .req-field-star {
    color: red;
}

.form-sec input,textarea {
    background: #fff;
    font-size: 17px;
    border-radius: 2px;
    color: #4e4e4e;
    border: #e2e2e2 1px solid;
    padding: 16px 15px;
    text-transform: none;
    width: 100%;
    outline: none;
    border: none;
    color: #000;
}


.form-sec textarea {
    min-height: 120px !important;
}

.form-sec ul{
    margin-bottom: 0px;
    padding: 0;
}

footer {
    background: #16171a;
    padding: 20px 0 0px;
}

footer a {
    color: #767984 !important;
    margin: 0 10px 0;
}

footer a {color: #ffffff !important;}

section.steps-seq {
padding: 60px 0 50px;
text-align: center;
}


section.steps-seq ul li:after {
    content: "";
    background: #ccc;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 36px;
}

.content-seq h4 {
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 400;
    color: #af0de9;
}

.step-1-form {
    display: inline-block;
    width: 100%;
    position: relative;
}

.start_live_chat {
    font-size: 19px;
    background-color: #16171a;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50px;
}
.phoneInfo a {
    color: #fff;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 14px 30px;
    transition: all 0.5s ease-in-out;
    background-image: linear-gradient(to right, #af0de9, #af0de9);
}
.phoneInfo a:hover {
    background: #161616;
}
.brief-from-main-wrapp {
    border: 1px solid #ddd;
}
.brief-form-fields-wrapp{
    border-left: 1px solid #ddd;
}
.brief-form-box{
    border-bottom: 1px solid #ddd;
}

.second-brief-box {
    margin-top: 50px;
}

.second-brief-box h4 {
    font-weight: 500 !important;
    font-size: 24px;
}

.second-brief-box h3 {
    font-weight: 500;
    color: #000;
    font-size: 30px;
}

.brief-form-box-two .txt-area {
    border: 1px solid #ddd;
}
.brief-form-box-two{
    margin-top: 30px;
    padding: 0px;
}
.check-box{
    display: flex;
    align-items: baseline;
}
.check-box .check-field{
    margin-right: 50px;
    outline: none;
}

.check-box .checkLeft {
    padding-right: 15px;
    font-size: 18px;
    color: #302f2f;
    font-weight: 500;
}
.italic-hd{
    font-style: italic;
}
.scnd-form input {
    border: 1px solid #ddd;
}
.cards-wrapper .form-check-inline{
    display: block;
}
.modules-box {
    padding: 20px;
    border-radius: 5px;
    background: #ddd;
}
.modules-box label {
    font-size: 15px;
    padding-left: 20px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    padding-top: 3px;
}
.bg-success label {
    color: #fff;
}
.modules-box.bg-success {
    background-color: #28a6b6!important;
}
.modules-box .custom-control-label::before{
    border-radius: 0;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    color: #fff;
    border-color: #017501;
    background-color: #017501;
}
.modules-box .custom-control-label::after {
    left: -10px;
    width: 20px;
    height: 20px;
}
.modules-box .custom-control-label::before{
    left: -10px;
    width: 20px;
    height: 20px;
    border: none;
}
.custom-control .modules-box {
    background: #ddd !important;
}
.modules-main-hd label{
    margin-bottom: 0px;
}
.modules-wrapp {
    margin-top: 10px;
}
.modules-main-hd span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
    margin: 10px 0px 0px;
}
.module-box-wrapp {
    margin-bottom: 20px;
}
.module-box-wrapp label{
    margin-bottom: 5px;
}
.form-check-label {
    font-size: 16px;
    color: #302f2f;
    font-weight: 500;
}
.brief-form-agreement{
    margin-top: 50px;
}
.brief-form-agreement h3 {
    color: #2e2c2c;
    font-size: 20px;
    font-style: italic;
}
.brief-form-agreement p {
    color: #31343a;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
}
.last-sec p{
    color: #fff;
}
.custom-control-input{
    width: 20px !important;
    height: 15px !important;
    opacity: 1 !important;
}
.header-btns-wrapp {
    display: flex;
    list-style: none;
    justify-content: right;
}
.header-btns-wrapp .chat-btn{
    margin-right: 10px;
    display: block;
}
.submit-btn button {
    color: #fff;
    font-size: 20px;
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    font-weight: 500;
    margin-top: 20px;
    background-image: linear-gradient(to right, #af0de9, #af0de9);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.submit-btn button:hover{
    color: #fff;
    transition: all 0.5s ease-in-out;
    background: #161616;
}

/* logo-brief-css */
.page-title h6 {
    margin-bottom: 0pc;
    padding-top: 15px;
    color: #fff;
    font-size: 16px;
}
.scnd-hd {
    margin: 30px 0px 10px;
    color: #af0de9;
    font-size: 22px;
    font-weight: 600;
}
.logo-checkbox-wrapp .custom-control.custom-checkbox.shadow.bg-success.rounded label h5{
    color: #fff;
}
.logo-checkbox-wrapp .custom-control.custom-checkbox.shadow.bg-success.rounded{
    background-color: #af0de9!important;
}
.logo-checkbox-wrapp .custom-control.custom-checkbox.shadow.bg-success.rounded label p{
    color: #fff;
}
.logo-checkbox-wrapp h5{
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.logo-checkbox-wrapp p{
    font-size: 14px;
    color: #454040;
    margin: 0px;
    padding: 10px 0px 0px;
}
.logo-checkbox-wrapp .custom-control-label::before {
    width: 25px;
    height: 25px;
}
.logo-checkbox-wrapp .custom-control-label::after {
    width: 25px;
    height: 25px;
}
.logo-checkbox-wrapp .custom-control {
    padding: 30px 50px;
    min-height: 200px;
}
.logo-checkbox-wrapp .custom-control-label {
    padding-left: 10px;
    cursor: pointer;
}
.card-header.logo-checkbox-wrapp {
    padding: 0px;
}
.logos-brief-img-box{
    height: 300px;
}
.logo-checkbox-wrapp .content-height{
    min-height: 100px;
}
.logo-brief-txt-area .txt-area {
    border: 1px solid #ddd;
    height: 200px;
}
.projct-hd {
    font-size: 20px;
    color: #000;
    margin: 30px 0px 15px;
}
.projct-hd span{
    font-weight: 700;
}
.logo-brief-note span{
    font-weight: 600;
    color: #000;
    font-size: 15px;
}
.logo-brief-note p{
    margin: 0px;
    font-size: 16px;
    margin-bottom: 10px;
}
.logo-brief-note p a{
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}
.logo-brief-disclaimer p{
    font-style: italic;
    margin-bottom: 10px;
}
.logo-brief-disclaimer a{
    font-weight: 600;
    color: #000;
}
.logo-brief-msg-hd span {
    font-weight: 600;
    font-size: 20px;
    color:#af0de9;
}