/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../dist/fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../dist/fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../dist/fonts/poppins/Poppins-SemiBold.ttf');
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
    background: #ffffff;
}


/*---------------------------------------------*/

a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}


/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}


/*textarea:focus, input:focus {
  border-color: transparent !important;
}*/

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}


/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*---------------------------------------------*/

.container {
    max-width: 1200px;
}


/*----------------------Login Page-----------------------*/

.proof-login h3 {
    font-family: Poppins-Regular;
    font-weight: 600;
}

.proof-login p {
    margin-bottom: 30px;
}

.proof-input-main {
    background: #fff;
    border: #ccc solid 1px;
    border-radius: 3px;
    padding: 10px 10px 10px 70px;
    position: relative;
}

.login-icon {
    position: absolute;
    left: 25px;
    top: 25px;
}

.rempassprof {
    font-size: 12px;
    line-height: 24px;
}

.proof-input-main label {
    font-size: 12px;
    color: #8F8F8F;
    margin-bottom: 0px;
    width: 100%;
}

.proof-login .login-input {
    font-size: 16px;
    background-color: white;
    background-repeat: no-repeat;
    padding: 4px 0px;
    width: 100%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00AC39;
    background-color: #00AC39;
}

.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background: #EEF1F5 url('../images/login-img.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

.bg-image p {
    padding: 100px 50px;
    font-size: 16px;
    text-align: center;
}

.proof-login .btn {
    font-size: 14px;
}

.btn-proof-theme {
    color: #fff;
    background-color: #DB213C;
    border-color: #DB213C
}

.btn-proof-theme:hover {
    color: #fff;
    background-color: #B81D34;
    border-color: #B81D34
}

.btn-proof-theme.focus,
.btn-proof-theme:focus {
    color: #fff;
    background-color: #B81D34;
    border-color: #B81D34;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-proof-theme.disabled,
.btn-proof-theme:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-proof-theme:not(:disabled):not(.disabled).active,
.btn-proof-theme:not(:disabled):not(.disabled):active,
.show>.btn-proof-theme.dropdown-toggle {
    color: #fff;
    background-color: #B81D34;
    border-color: #B81D34
}

.btn-proof-theme:not(:disabled):not(.disabled).active:focus,
.btn-proof-theme:not(:disabled):not(.disabled):active:focus,
.show>.btn-proof-theme.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-large {
    padding: 13px 25px;
}

.forgotpass {
    font-size: 12px;
    float: right;
}

.gzlogo {
    /* position: absolute;
    top: 20px;
    left: 30px; */
}

.gzlogo img {
    width: 160px;
}


/*----------------------Signup Page-----------------------*/

.site_header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.site_logo {
    padding: 13px 0;
}

.gray-bg {
    background: #14354C;
    padding: 90px 0px 40px 0px;
    width: 100%;
    min-height: 215px;
}

.gray-bg .gray-heading h2 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    margin-top: 15px;
}

.gray-bg .gray-heading p {
    color: #99A7B0;
    font-size: 14px;
    font-weight: normal;
}

.profplans {
    display: flex;
    justify-content: center;
}

.proof-signup-plans {
    background: #DB213C;
    border-radius: 3px;
    margin-top: -80px;
    padding: 30px;
}

.proof-signup-plans h3 {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
}

.proof-plan {
    margin-top: 20px;
}

.proof-plan input {
    float: left;
}

.proof-plan h4 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 26px;
}

.proof-plan h4 span {
    padding-left: 20px;
    font-size: 13px;
}

.proof-plan h4 span.gurantee {
    padding-left: 20px;
    font-size: 13px;
    color: #e4ff00;
}

.proof-plan h4 span strong {
    font-size: 18px;
}

.proof-plan a {
    padding: 5px 15px;
    font-size: 13px;
    color: #fff;
    background: #840C1D;
    border-radius: 50px;
    margin-left: 15px;
}

.proof-plan ul {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.proof-plan ul li {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #fff;
    line-height: 28px
}

.proof-plan ul li img {
    margin-right: 5px;
}

.proof-plan img {
    float: left;
    margin-right: 10px;
}

.signupform-proof {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
    padding: 50px;
    margin-top: -52px;
    min-height: 500px;
    /* display: flex;
    justify-content: space-between; */
}

.proof-form-side {
    /* width: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.proof-client-testi {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formsignup h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.formsignup {
    width: 100%;
}

.formflex {
    display: flex;
    justify-content: space-between;
}

.formflex input {
    flex: 1;
    display: flex;
    justify-content: center;
    border: #ccc solid 0px;
    border-radius: 3px;
    padding: 12px 10px;
    margin: 5px;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

.formflex input:focus {
    border: #D9203B solid 0px;
}

.formflex .btn {
    margin: 5px;
}

.pptu-proof p {
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}

.donthv-acc {
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
}

.donthv-acc a {
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    color: #1F1F70;
}

.client-testi-proof {
    text-align: center;
}

.client-testi-proof h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.clietpic {
    border-radius: 100px;
    background: #ccc;
    padding: 20px;
    width: 100px;
    height: 100px;
    display: inline-block;
}

.clientname {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    margin-top: 10px;
    margin-bottom: 0px;
}

.clientcomp-name {
    font-size: 14px;
    font-weight: normal;
    color: #212529;
    margin-top: 0px;
    margin-bottom: 0px;
}

.client-textmsg {
    text-align: center;
    padding: 0px 50px;
}

.formflex select {
    flex: 1;
    display: flex;
    justify-content: center;
    border: #ccc solid 1px;
    border-radius: 3px;
    padding: 12px 10px;
    margin: 5px;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

.planamout-proof {
    text-align: left;
    margin-top: 15px;
}

.planamout-proof p {
    padding: 0px 5px;
}

.planamout-proof p span {
    font-weight: 600;
    color: #081D31;
    float: right;
}

.plan-modal-proof {
    padding: 0px;
}

.proof_plans-heading {
    font-size: 22px;
    color: #14354C;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 20px 20px 10px 20px;
}

.proof-plan1 {
    padding: 20px;
    border: #ccc solid 0px;
    border-radius: 5px;
    width: 100%;
    margin-top: 0px;
    background: #f7f7f7;
    margin-bottom: 10px;
}

.proof-planpop h4 {
    font-size: 18px;
    color: #081D31;
    font-weight: normal;
    line-height: 31px;
    padding-left: 10px;
}

.proof-planpop h4 span {
    padding-left: 20px;
    font-size: 13px;
}

.proof-planpop h4 span strong {
    font-size: 18px;
}

.proof-planpop a {
    padding: 5px 15px;
    font-size: 13px;
    color: #fff;
    background: #840C1D;
    border-radius: 50px;
    margin-left: 15px;
}

.proof-planpop ul {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.proof-planpop ul li {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #081D31;
    line-height: 28px;
}

.proof-planpop ul li img {
    margin-right: 5px;
}

.proof-planpop img {
    float: left;
    margin-right: 10px;
}

.active-proof {
    background: #DB213C;
    border: 0px;
}

.active-proof h4 {
    color: #fff;
}

.active-proof a {
    color: #fff;
}

.active-proof ul li {
    color: #fff;
}

.proof-input-signup {
    background: #fff;
    border: #ccc solid 1px;
    border-radius: 3px;
    padding: 10px 10px 10px 20px;
    position: relative;
    width: 49%;
}

.proof-input-signup label {
    font-size: 12px;
    color: #8F8F8F;
    margin-bottom: 0px;
    width: 100%;
}

.formflex2 {
    display: flex;
    justify-content: space-between;
}

.formflex2 input {
    flex: 1;
    display: flex;
    justify-content: center;
    border: #ccc solid 0px;
    border-radius: 3px;
    padding: 8px 0px;
    margin: 0px;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

.formflex2 select {
    flex: 1;
    display: flex;
    justify-content: center;
    border: #ccc solid 0px;
    border-radius: 3px;
    padding: 12px 0px;
    margin: 0px;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

.formflex2 select:active {
    border: 0px!important;
    outline: none;
}

.formflex2 select:focus {
    border: 0px!important;
    outline: none;
}

.formflex2 select:visited {
    border: 0px!important;
    outline: none;
}

.proof-radio [type="radio"]:checked,
.proof-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.proof-radio [type="radio"]:checked+label,
.proof-radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.proof-radio [type="radio"]:checked+label:before,
.proof-radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.proof-radio [type="radio"]:checked+label:after,
.proof-radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #db213c;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.proof-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.proof-radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {}

@media (max-width: 992px) {}

@media (max-width: 767px) {
    .signupform-proof {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 20px;
    }
    .formflex {
        flex-direction: column;
    }
    .formflex input {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .proof-planpop ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .proof-plan ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .proof-form-side {
        width: 100%;
    }
    .formsignup {
        margin-left: -8px;
        width: 100%;
    }
    .proof-signup-plans {
        margin-top: -53px;
    }
    .proof-client-testi {
        width: 100%;
        padding-top: 25px;
        margin-top: 25px;
        border-top: solid 1px #ccc;
    }
    .proof-planpop h4 span {
        padding-left: 0px;
    }
    .formflex2 {
        flex-direction: column;
    }
    .proof-input-signup {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    height: 40px;
    outline: none;
    position: relative;
}


/*------------------------------------------------------------------
[ in select ]*/

.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: Poppins-Medium;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding-left: 5px;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow::before {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #999999;
    margin-bottom: 2px;
}

.select2-selection__arrow::after {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #999999;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/

.select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 0px solid #e5e5e5;
    border-radius: 0px;
    background-color: white;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-dropdown--above {
    top: -30px;
}

.select2-dropdown--below {
    top: 8px;
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #ffffff, #f3f3f3);
    background: -o-linear-gradient(right, #ffffff, #f3f3f3);
    background: -moz-linear-gradient(right, #ffffff, #f3f3f3);
    background: linear-gradient(right, #ffffff, #f3f3f3);
    color: black;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #ffffff, #f3f3f3);
    background: -o-linear-gradient(right, #ffffff, #f3f3f3);
    background: -moz-linear-gradient(right, #ffffff, #f3f3f3);
    background: linear-gradient(right, #ffffff, #f3f3f3);
    color: black;
}

.select2-results__options {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
}

#wrapper {
    padding-left: 0px;
}