html {
    height: 100%;
    padding: 0px 10px;
}

body {
    background: #f0f0f0;
    font-family: 'Poppins', sans-serif;
    background-size: 100%;
    height: 100%;
}

body.page-template-template-trial-old {
    overflow-x: hidden;
}

.float-none {
    float: none !important;
}

.wrapper {
    min-height: 100%;
    margin: 0 0 -53px;
}

.push, .footer_bottom_holder {
    height: 53px;
}

.mgt10 {
    margin-top: 10px;
}

.registration-form {
    padding: 30px 0px;
}

.bord {
    /*max-width: 570px;*/
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.topBlock {
    background: #fff;
    padding: 40px 15px 12px;
}

.topBlock.lastStep {
    background: #fff;
    padding: 15px 0 12px 0;
}

.topBlock.lastStep h1 {
    font-size: 31px;
}

.topBlock.lastStep p.heading1 {
    font-size: 31px;
}

.topBlock h1 {
    color: #2d5972;
    font-size: 40px;
    font-weight: 300;
}

.topBlock p.heading1 {
    color: #2d5972;
    font-size: 40px;
    font-weight: 300;
}

.topBlock p {
    color: #2d5972;
    font-size: 19px;
    font-weight: 400;
}

.bodyBlock {
    width: 570px;
    margin: 0 auto;
    padding: 40px 0;
}

.bodyBlock.lastStep {
    background: #fff;
    margin-top: 15px;
    border-radius: 5px;
    width: 650px;
    padding: 30px 0;
}

.bodyBlock.lastStep .playerBlock {
    position: relative;
}

.bodyBlock.lastStep .playerBlock .overlayBlock {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    display: none;
}

.bodyBlock.lastStep .playerBlock .overlayBlock .closeBtn {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px;
    color: #44b8c8;
    text-decoration: none;
    cursor: pointer;
}

.bodyBlock.lastStep .playerBlock .overlayBlock .closeBtn:hover {
    color: #fff;
}

.bodyBlock.lastStep .playerBlock .overlayBlock #goToAccountOverlayBtn {
    background: #44b8c8;
    color: #fff;
    border: none;
    padding: 8px 25px;
    text-decoration: none;
    border-radius: 25px;
    position: relative;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.roundWave {
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    border-radius: 150px;
    border: solid 15px #fff;
    animation: play 1.5s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.roundWave:hover {
    animation: none;
    transform: scale(1);
    transition: 0.5s;
}

@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 3px rgba(224, 224, 224, 0.2);
    }
    25% {
        box-shadow: 0 0 0 3px rgba(224, 224, 224, 0.2), 0 0 0 5px rgba(224, 224, 224, 0.2);
    }
    30% {
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 3px rgba(224, 224, 224, 0.2), 0 0 0 5px rgba(224, 224, 224, 0.2), 0 0 0 7px rgba(224, 224, 224, 0.2);
    }
    80% {
        transform: scale(1);
    }
}

.bodyBlock.lastStep iframe {
    border: 5px solid #515a59;
    border-radius: 5px;
}

.bodyBlock.lastStep h4 {
    margin-bottom: 25px;
}

.bodyBlock.lastStep p {
    margin: 20px 0;
}

.registration-form h1 {
    margin-top: 0;
}

.privacy-info {
    color: #777;
    font-size: 11px;
    text-align: left;
}

.footer_bottom_holder {
    background-color: #F0F0F0;
    display: block;
}

.footer_bottom {
    display: table-cell;
    font-size: 12px;
    height: 53px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    width: 1%;
    font-family: Arial, ​sans-serif;
    color: #818181;
}

.btn {
    width: 100%;
    margin-bottom: 15px;
    height: 46px;
    outline: none;
}

.btn:active,
.btn:hover,
.btn:focus {
    outline: 0 !important;
}

.btn > span {
    display: inline-block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn img {
    float: right;
}

.btn.submit-btn {
    background: #44b8c8;
    border: 1px solid #44b8c8;
    border-radius: 30px;
    margin: 15px 0;
    height: 46px;
    outline: none;
    font-size: 18px;
    color: #fff;
}

.btn.submit-btn:hover {
    color: #fff;
}

.btn.google {
    width: 45%;
    display: inline-block;
    margin-right: 15px;
}

.btn.linkedin {
    width: 45%;
    display: inline-block;
}

.or-line {
    margin-bottom: 25px;
    margin-top: 15px;
    text-align: center;
}

.or-line:before {
    content: '';
    border-bottom: 1px solid #e3e3e3;
    display: block;
    position: relative;
    top: 12px;
}

.or-line > span {
    background: #F0F0F0;
    padding: 0 15px;
    font-size: 15px;
    line-height: 24px;
    color: #75787a;
    position: relative;
    z-index: 1;
}

.has-error .form-control {
    color: #a94442;
}

.companyFocusing label, .companySize label {
    position: relative !important;
    pointer-events: auto;
    display: inline-block;
    background: transparent;
    border: 1px solid #44b8c8;
    height: auto;
    padding: 5px 15px;
    color: #44b8c8;
    text-shadow: none;
    margin-right: 5px;
}

.companyFocusing label:last-child, .companySize label:last-child {
    margin-right: 0;
}

.companyFocusing label:hover, .companySize label:hover {
    background: #44b8c8;
    border: 1px solid #44b8c8;
    color: #fff;
}

.companyFocusing h3, .companySize h3 {
    font-size: 15px;
    line-height: 24px;
    color: #2d5972;
    font-weight: 600;
    margin-bottom: 0;
}

.companyFocusing label.active, .companySize label.active {
    background-color: #44b8c8;
    border-color: #44b8c8;
}

.companyFocusing label input, .companySize label input {
    display: none;
}

.companySize {
    margin-bottom: 25px;
}

.companySize label {
    width: auto;
    border-radius: 25px;
}

.companyFocusing label {
    width: auto;
    border-radius: 25px;
}

.disabledBlock {
    opacity: 0.4;
}

.disabledBlock .btn-primary:disabled, .disabledBlock .btn-primary[disabled] {
    background-color: transparent !important;
    border-color: #44b8c8 !important;
}

.progress-bar {
    float: none;
    height: 15px;
    padding: 0px;
    max-width: 550px;
    width: 100%;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 10px;
}

.progress-bar span {
    display: inline-block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;
    border-radius: 25px;
}

.blue span {
    background-color: #44b8c8;
}

.stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);

    animation: animate-stripes 3s linear infinite;
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}

#final-step .bodyBlock {
    width: 900px;
    padding-top: 5px;
}

#final-step .companyForm {
    width: 600px;
    margin: 0 auto;
    margin-top: 60px;
}

#final-step .companyFocusing {
    margin-bottom: 70px;
}

#final-step .companyForm .select2-selection {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #56788a;
    border-radius: 0;
    text-align: left;
    font-size: 18px;
    outline: 0;
}

.select2-dropdown {
    background: #f0f0f0 !important;
    border: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #56788a !important;
}

.select2-dropdown .select2-search input {
    border: none;
    border-bottom: 1px solid #8da5b3;
}

.select2-dropdown li.select2-results__option {
    font-size: 17px;
    color: #2d5972;
    padding-left: 37px;
    position: relative;
    padding-bottom: 11px;
    padding-top: 11px;
}

.select2-dropdown li.select2-results__option:after {
    content: '';
    border-bottom: 1px solid #56788a;
    position: absolute;
    bottom: 0;
    left: 35px;
    right: 0;
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: transparent !important;
    color: #44b8c8 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.select2-dropdown .select2-results__option--highlighted[aria-selected]:before {
    content: '\e62c';
    font-family: 'icomoon';
    position: relative;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -25px;
    display: inline-block;
    padding-left: 8px;
}

.select2-dropdown .select2-results__option[aria-selected=true] {
    background: transparent !important;
    color: #44b8c8 !important;
}

#final-step .companyForm .select2 {
    position: relative;
    top: -25px;
}

#final-step .companyForm .select2-selection__placeholder {
    color: #abbec0;
}

#final-step .companyForm .select2-selection__rendered {
    color: #305a71;
    padding-left: 5px;
}

@media screen and (max-width: 560px) {
    .btn > span {
        display: none;
    }

    .btn img {
        float: none;
    }
}

/* helpers */
.t-ac {
    text-align: center;
}

.mgt30 {
    margin-top: 30px;
}

/*-- 1. Header --*/

.teamgate-branding {
    text-align: center;
}

.teamgate-header-menu {
    position: fixed;
    background: #3f6b84;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}

.teamgate-header-menu:before {
    content: '';
    width: 110px;
    background: #44b8c8;
    position: absolute;
    top: 0;
    bottom: 0;
}

.menuBtn {
    display: none !important;
    width: 46px;
    height: 46px;
    background: #44b8c8;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    top: 17px;
    cursor: pointer;
    z-index: 101;
    left: 20px;
}

.menuBtn:hover {
    background: #188b9b;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.menuBtn:hover .dashicons {
    color: #fff;
}

.menuBtn .dashicons {
    font-size: 25px;
    line-height: 46px;
    display: inline;
}

.menuBtn.active {
    border: 1px solid #fff;
}

.menuBtn.active:hover {
    border: 1px solid #fff;
    background: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.menuBtn.active:hover .hamburger .hamburger-inner,
.menuBtn.active:hover .hamburger .hamburger-inner:after,
.menuBtn.active:hover .hamburger .hamburger-inner:before {
    background-color: #44B8C8;
}

.menuBtn.active:hover .dashicons {
    color: #3f6b84;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#teamgate-header.frontpage.sticky .menuBtn.active {
    background: #44B8C8;
}

#teamgate-header.frontpage.sticky .menuBtn.active:hover {
    background: #fff !important;
}

#teamgate-header.frontpage.sticky .menuBtn.active .hamburger .hamburger-inner,
#teamgate-header.frontpage.sticky .menuBtn.active .hamburger .hamburger-inner:after,
#teamgate-header.frontpage.sticky .menuBtn.active .hamburger .hamburger-inner:before {
    background: #fff;
}

#teamgate-header.frontpage.sticky .menuBtn.active:hover .hamburger .hamburger-inner,
#teamgate-header.frontpage.sticky .menuBtn.active:hover .hamburger .hamburger-inner:after,
#teamgate-header.frontpage.sticky .menuBtn.active:hover .hamburger .hamburger-inner:before {
    background: #44B8C8;
}

.menuBtn.active .dashicons.fa:before {
    content: "\f00d";
}

.teamgate-header-menu .slicknav_menu {
    display: none;
}

#teamgate-logo {
    line-height: 60px;
}

#teamgate-logo img {
    max-height: 35px;
    max-width: 215px;
    vertical-align: bottom;
    /*padding: 10px 0;*/
}

#teamgate-header.dark {
    background: #fff;
}

#teamgate-header.frontpage.sticky .header-inner #teamgate-logo {
    line-height: 66px;
}

#teamgate-header.frontpage.sticky .header-inner #teamgate-logo img {
    max-height: 40px;
}

.header-buttons-block {
    position: relative;
    top: 27px;
}

#teamgate-header.sticky .header-buttons-block {
    top: 15px;
}

#teamgate-header.sticky .header-buttons-block .header-btn.full {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #44b8c8 !important;
}

#teamgate-header.sticky .header-buttons-block .header-btn:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #44b8c8 !important;
}

#teamgate-header.sticky .header-buttons-block .header-btn.full:hover {
    background: #188b9b !important;
    border: 1px solid #188b9b !important;
    color: #fff !important;
}

.sticked_logo {
    display: none;
}

#teamgate-header.frontpage.sticky .primary_logo {
    display: none;
}

#teamgate-header.frontpage.sticky .sticked_logo {
    display: block;
}

#teamgate-header.frontpage.sticky .sticked_logo .numberBlock {
    background: #5ac9d8;
    border-radius: 25px;
    padding: 4px 15px;
    color: #fff;
    font-size: 16px;
    height: 34px;
    position: relative;
    top: 1px;
    margin-right: 8px;
}

#teamgate-header.frontpage.sticky .sticked_logo .numberBlock .word {
    color: #1b7581;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#teamgate-header.frontpage.sticky .sticked_logo .numberBlock .number {
    vertical-align: middle;
}

#teamgate-header.frontpage.sticky .sticked_logo img {
    vertical-align: middle;
}

#teamgate-header {

}

#teamgate-header-sticky-wrapper {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
}

#teamgate-header.frontpage.sticky .header-inner {
    height: 66px;
    background: #44b8c8;
}

.header-btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff !important;
    padding: 7px 23px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
}

.header-btn:first-child {
    margin-right: 0;
}

.header-btn:hover {
    background: #44b8c8 !important;
    border: 1px solid #44b8c8 !important;
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-btn.full {
    background: #44b8c8 !important;
    border: 1px solid #44b8c8 !important;
    border-radius: 15px;
    color: #fff;
    padding: 7px 23px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.header-btn.full:hover {
    background: #188b9b !important;
    border: 1px solid #188b9b !important;
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3;
}

#teamgate-header.dark .header-buttons-block .btn.header-btn {
    border: 1px solid #44b8c8;
    color: #44b8c8 !important;
}

#teamgate-header.dark.sticky .header-buttons-block .btn.header-btn {
    border: 1px solid #fff;
    color: #fff !important;
}

#teamgate-header.dark .header-buttons-block .btn.header-btn:hover {
    color: #fff !important;
}

#teamgate-header.dark.sticky .header-buttons-block .btn.header-btn:hover {
    color: #44b8c8 !important;
}

#teamgate-header.dark .header-buttons-block .btn.header-btn.full {
    color: #fff !important;
}

#teamgate-header.dark.sticky .header-buttons-block .btn.header-btn.full {
    color: #44b8c8 !important;
}

#teamgate-header.dark.sticky .header-buttons-block .btn.header-btn.full:hover {
    color: #fff !important;
}

#teamgate-header.sticky .header-inner .site-title {
    font-size: 28px;
    line-height: 50px;
    margin: 0;
}

#teamgate-header.sticky .site-description {
    display: none;
}


#teamgate-header.frontpage {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;

}


#teamgate-header .header-inner {
    background: #1b1b1b;
    height: 60px;
}

#teamgate-header.frontpage .header-inner {
    background: transparent;
    height: 60px;
}

#teamgate-header.frontpage.sticky .menuBtn {
    top: 10px;
    background: #fff;
    color: #44b8c8;
}

#teamgate-header.frontpage.sticky .menuBtn:hover {
    background: #188b9b;
    color: #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#teamgate-header.frontpage.sticky .menuBtn.active:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#masthead.site-header {
    z-index: 2;
    position: relative;

}

/*==============  custom inuput start  ===============*/

.group {
    position: relative;
    margin-bottom: 25px;
}

.group input[type="text"]:focus, .group input[type="email"]:focus, .group input[type="url"]:focus, .group input[type="password"]:focus, .group input[type="search"]:focus {
    color: #44b8c8;
}

.group input[type="text"], .group input[type="email"], .group input[type="url"], .group input[type="password"], .group input[type="search"] {
    color: #305a71;
}

.group br {
    display: none;
}

.newSignUp input {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #56788a;
    background: #f4f4f4;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
}

.newSignUp input:focus {
    outline: none;
    box-shadow: none;
}

.newSignUp p {
    font-family: 'Poppins', sans-serif;
}

.newSignUp .social-buttons-block {
    text-align: center;
    margin-bottom: 15px;
}

.signup-2023 {
    background: #1a3549;
    font-family: poppins, sans-serif;
}

.signup-page {
    max-width: 477px;
    margin: auto;
}

.register-block {
    background: #fff;
}

.slider-block {
    color: #fff;
}

.signup-2023-right {
    text-align: center;
    position: relative;
    color: #fff;
}

.signup-2023-right__container {
    max-width: 477px;
    margin: auto;
    position: relative;
    transform: translateY(25%);
}

.signup-2023-right__container-margin {
    margin-left: 30px;
}

.signup-2023-right__container-top {
    content: url("../images/quote.svg");
    color: #1a3549;
    margin-left: -30px;
    background: #66B6C6F2;
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.signup-2023-right__container-bottom {
    display: flex;
}

.signup-2023-right__container-bottom-left {
    width: 1px;
    margin-top: 30px;
    background: #fff;
}

.signup-2023-right__container-bottom-right {
    color: #fff;
    text-align: left;
}

.signup-2023-right__container-bottom-right-heading {
    font-size: 55px;
    max-width: 300px;
    font-weight: bolder;
    font-style: italic;
    line-height: 65px;
    margin-left: -15px;
    letter-spacing: 3px;
}

.signup-2023-right__container-bottom-right-info {
    margin-left: 50px;
    max-width: 360px;
}

.signup-2023-right__container-bottom-right-img {
    content: url('../images/capterra.png');
    width: 113px;
    height: 47px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.signup-2023-right__container-bottom-right-line {
    height: 1px;
    background: #fff;
    margin-left: -51px;
    width: 40px;
    top: 12px;
    position: relative;
}

.signup-2023-right__container-bottom-right-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.signup-2023-right__container-bottom-right-who {
    display: flex;
    margin-top: 15px;
}

.signup-2023-right__container-bottom-right-who-img-krish {
    content: url("../images/krish.svg");
    margin-right: 15px;
}

.signup-2023-right__container-bottom-right-who-img-jack {
    content: url("../images/jack.svg");
    margin-right: 15px;
}

.signup-2023-right__container-bottom-right-who-img-allison {
    content: url("../images/allison.svg");
    margin-right: 15px;
}

.signup-2023-right__container-bottom-right-who-name {
    font-size: 18px;
    margin: 0;
}

.signup-2023-right__container-bottom-right-who-position {
    font-size: 14px;
    color: #FFFFFF80;
    line-height: 28px;
}

.signup-2023-newsletter {
    position: relative;
    font-family: inter, sans-serif;
    overflow: visible !important;
    margin-bottom: 25px !important;
}

.signup-2023-tos a:hover {
    color: #44b8c8;
}

label[for="box-2"] {
    position: relative;
    color: #5E687099 !important;
    padding-left: 25px !important;
}

label[for="box-2"]::before {
    top: 7px !important;
    border-radius: 4px;
    left: -10px !important;
    pointer-events: all;
    cursor: pointer;
}

.signup-login {
    font-size: 14px;
    font-weight: 300;
    color: #11111180;
    margin-bottom: 35px;
}

.signup-login a {
    color: #235af9;
    background: #235AF91A;
    border-radius: 6px;
    font-size: 8px;
    font-weight: 600;
    margin-left: 5px;
    padding: 5px 15px;
}

.signup-login a:hover {
    color: #235af9;
}

.signup-heading {
    font-size: 37px;
    font-weight: 600;
    color: #1a3549;
}

.signup-text {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #1a3549;
    opacity: 0.5;
}

.signup-form__container {
    width: 100%;
    padding: 0;
    margin: 30px auto 0px;
}

.signup-form__container input {
    border: 1px solid #dfe4e6;
    box-shadow: none;
    font-family: inter, sans-serif;
    background-color: #fff;
    border-radius: 4px;
    padding: 0px 14px;
    font-size: 14px;
    height: 50px;
    color: #2d3e4a;
}

.signup-form__container input:focus {
    color: #2d3e4a !important;
}

.signup-form__container input::placeholder {
    opacity: 0.3;
}

.signup-form__container label {
    color: #2d3e4a;
    font-family: inter, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: -23px;
    margin-left: 5px;
    padding: 0px 5px;
    background-color: #fff;
}

.signup-form__container input:focus ~ label, .signup-form__container input:valid ~ label {
    top: 15px;
    color: #66b6c6;
    font-weight: 400;
}

.signup-form__container input:focus {
    border: 1px solid #66b6c6;
    box-shadow: none;
}

.signup-form__container input:focus-visible {
    outline: none;
}

.signup-page #first-step .signup-form__container .form-group.error input {
    border-color: #e63b3b;
}

.intl-tel-input .selected-flag {
    top: -20px;
}

.flag-dropdown::before {
    content: 'Phone';
    font-size: 12px;
    font-family: inter, sans-serif;
    padding: 0px 5px;
    color: #2d3e4a;
    background: #fff;
    position: relative;
    z-index: 1;
    top: -11px;
    left: 9px;
}

#form-item-phone input:focus ~ .flag-dropdown::before {
    content: 'Phone';
    font-size: 12px;
    font-family: inter, sans-serif;
    padding: 0px 5px;
    color: #66b6c6;
    background: #fff;
    position: relative;
    z-index: 1;
    top: -11px;
    left: 9px;
}

#form-item-password input {
    width: 100%;
}

.signup-account-name:focus {
    border: 1px solid #66b6c6;
}

.signup-btn {
    background-color: #1a3549 !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
    border: none !important;
    height: 50px !important;
}

.signup-btn:hover {
    background-color: #66b6c6 !important;
    transition: 0.3s;
}

.signup-country {
    font-family: inter, sans-serif;
    letter-spacing: -0.4px;
    font-size: 16px;
}

.signup-country-host span {
    color: #66b6c6 !important;
    font-family: poppins, sans-serif;
    position: relative;
    top: -0.2px;
}

.social-logins-or {
    margin: 25px 0px;
    border-top: 1px solid #5E687080;
    text-align: center;
}

.social-logins-or p {
    color: #5e6870;
    margin: -12px auto 0px;
    background: #fff;
    width: fit-content;
    font-size: 12px;
    padding: 0px 10px;
}

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

.social-logins-google {
    height: 58px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #CDD2D480;
    background: white;
}

.social-logins-google:hover {
    box-shadow: 0 0 7px 1px #CDD2D480;
}

.social-logins-linkedin {
    margin: 0px 22px;
}

.social-logins-google-img {
    height: 32px;
    width: 32px;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.signup-2023 .carousel-fade .carousel-inner .item {
    transition: opacity 0.3s ease-in-out;
}

.signup-2023 .carousel-fade .carousel-inner .item,
.signup-2023 .carousel-fade .carousel-inner .active.left,
.signup-2023 .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.signup-2023 .carousel-fade .carousel-inner .active,
.signup-2023 .carousel-fade .carousel-inner .next.left,
.signup-2023 .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.signup-2023 .carousel-fade .carousel-inner .next,
.signup-2023 .carousel-fade .carousel-inner .prev,
.signup-2023 .carousel-fade .carousel-inner .active.left,
.signup-2023 .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.signup-2023-loading, #limit-message, #verify-message, #query-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #76828B33;
    z-index: 10;
}

.signup-2023-loading video {
    width: 100%;
}

.signup-2023-loading__container {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    width: 80% !important;
    padding: 65px !important;
}

.signup-2023-loading-heading {
    color: #1a3549 !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    letter-spacing: -1.46px;
}

.signup-2023-loading-text {
    color: #1a3549;
    opacity: 0.5;
    letter-spacing: -0.4px;
    font-weight: lighter;
    margin: 20px auto !important;
    max-width: 475px;
}

.signup-2023-topBlock-text {
    padding: 0px !important;
    margin: 0 auto;
    margin-top: -25px !important;
}

.signup-2023-loaderBlock-text {
    color: #2d5972;
    font-size: 19px;
    font-weight: 400;
}

.signup-2023-topBlock-container {
    padding: 40px 0px;
}

#limit-message > div, #verify-message > div, #query-message > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#verify-message > div {
    background-color: #fff;
    text-align: center;
}

@media (max-width: 1200px) {
    .signup-2023-right__container-bottom-right-heading {
        font-size: 50px;
    }
}

@media (max-width: 1150px) {
    .signup-page {
        max-width: 400px;
    }

    .signup-2023-right__container {
        max-width: 400px;
    }
}

@media (max-width: 950px) {
    .signup-page {
        max-width: 500px;
    }

    .signup-2023-right__container {
        width: 100%;
        transform: translateY(0%);
    }

    .register-block {
        width: 100%;
    }

    .slider-block {
        width: 100%;
        padding: 100px 0px;
    }

    .signup-country {
        margin-bottom: 20px;
    }

    .signup-2023-right__container-top {
        margin-left: 0px;
    }

    .signup-2023-right__container-bottom-left {
        display: none;
    }

    .signup-2023-right__container-bottom-right-line {
        display: none;
    }

    .signup-2023-right__container-bottom-right-info {
        margin-left: 0px;
        max-width: 100%;
    }

    .signup-2023-right__container-bottom-right-heading {
        font-size: 40px;
        line-height: 50px;
        margin-left: 0px;
    }

    .signup-2023-right__container-bottom-right-text {
        margin: 25px 0px;
    }

    .signup-2023-right__container-bottom-right-who-position {
        line-height: 20px;
    }
}

@media (max-width: 550px) {
    .signup-page {
        max-width: 300px;
    }

    .signup-2023-right__container {
        max-width: 300px;
    }

    .social-logins {
        flex-direction: column;
    }

    .social-logins-linkedin {
        margin: 15px 0px;
    }

    .signup-2023-loading__container {
        padding: 20px !important;
    }

    .signup-2023-topBlock-heading {
        font-size: 25px !important;
    }

    .signup-2023-loading video {
        width: 70%;
        height: auto;
    }
}

@media (max-width: 350px) {
    .signup-login a {
        display: block;
        width: 55px;
        margin-top: 5px;
        margin-left: 0px;
    }

    .signup-2023-right__container-bottom-right-heading {
        font-size: 30px;
        line-height: 40px;
        margin-left: 0px;
    }
}

/* LABEL ======================================= */
label {
    color: #abbec0;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -16px;
    font-size: 12px;
    color: #305a71;
    font-weight: 300;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #66c3d0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 0%;
}

.bar:after {
    right: 0%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 100%;
}

/* HIGHLIGHTER ================================== */
.group .highlight {
    height: 60%;
    top: 25%;
    left: 0;
}

#final-step .bodyBlock .intl-tel-input {
    margin-bottom: 10px;
}

#final-step .bodyBlock .intl-tel-input input {
    background: #F0F0F0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #56788A;
    border-radius: 0;
    font-size: 18px;
    color: #44b8c8;
    margin-bottom: 10px;
}

#final-step .bodyBlock .intl-tel-input input:focus {
    border-bottom: 2px solid #66C3D0;
}

#final-step .bodyBlock .domainBlock input {
    background: #F0F0F0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #56788A;
    border-radius: 0;
    font-size: 18px;
    color: #44b8c8;
}

#final-step .bodyBlock .domainBlock input:focus {
    border-bottom: 2px solid #66C3D0;
}

#final-step .bodyBlock .domainBlock input:focus + .input-group-addon {
    border-bottom: 2px solid #66C3D0;
}

#final-step .bodyBlock .domainBlock .input-group-addon {
    background: #F0F0F0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #56788A;
    border-radius: 0;
    font-size: 18px;
    color: #44b8c8;
}

#final-step .bodyBlock .domainBlock input::-webkit-input-placeholder,
#final-step .bodyBlock .intl-tel-input input::-webkit-input-placeholder {
    color: #abbec0;
    font-size: 20px;
    font-weight: 300;
}

#final-step .bodyBlock .domainBlock input:-moz-placeholder,
#final-step .bodyBlock .intl-tel-input input:-moz-placeholder {
    color: #abbec0;
    font-size: 20px;
    font-weight: 300;
}

#final-step .bodyBlock .domainBlock input::-moz-placeholder,
#final-step .bodyBlock .intl-tel-input input::-moz-placeholder {
    color: #abbec0;
    font-size: 20px;
    font-weight: 300;
}

#final-step .bodyBlock .domainBlock input:-ms-input-placeholder,
#final-step .bodyBlock .intl-tel-input input:-ms-input-placeholder {
    color: #abbec0;
    font-size: 20px;
    font-weight: 300;
}

#goToAccountBtn {
    background: #44b8c8;
    color: #fff;
    border: none;
    padding: 8px 25px;
    text-decoration: none;
    border-radius: 25px;
    position: relative;
    top: 10px;
}

#goToAccountBtn:hover {
    background: #31919e;
}

#goToAccountBtn.disabled {
    background: #e2e2e2;
    display: none;
}

.awardsBlock {
    margin-bottom: 45px;
}

.awardsBlock .col {
    text-align: center;
}

.awardsBlock .col img {
    max-width: 160px;
    vertical-align: middle;
    display: inline-block;
    max-height: 126px;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@media ( max-width: 768px ) {
    /* .newSignUp .btn.google, .btn.linkedin, .btn.xero  {
        width: 200px !important;
    }
    .newSignUp .social-buttons-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .social-buttons-block .btn .text_block {
        display: inline-block;
    }
    .newSignUp .btn.google {
        margin-right: 0px;
    }
    .newSignUp .btn.xero {
        margin-top: 0px !important;
    } */
    #teamgate-header.frontpage .header-inner {
        height: 80px;
    }

    .topBlock h1 {
        font-size: 30px;
    }

    .topBlock p {
        font-size: 14px;
    }

    .bodyBlock {
        width: 100%;
        padding: 30px 15px;
    }

    .bodyBlock.lastStep.signup-2023-topBlock-text {
        width: 100% !important;
    }

    .bodyBlock .btn.google i {
        position: relative;
        top: 0;
        left: 0;
    }

    .bodyBlock .btn.linkedin i {
        position: relative;
        top: -3px;
        left: 0;
    }

    #final-step .bodyBlock {
        width: 100%;
    }

    #final-step .companyForm {
        width: 100%;
    }

    .companyFocusing label, .companySize label {
        display: block;
        width: 100%;
    }

    .bodyBlock.lastStep .loaderBlock {
        padding: 0 15px;
    }

    .bodyBlock.lastStep .loaderBlock #goToAccountBtn:not([disabled]) {
        width: 100%;
        display: block;
    }

    .popover {
        right: 15px !important;
        left: auto !important;
        background: transparent;
        border: none;
        box-shadow: none;
        z-index: 0;
        font-size: 9px;
    }

    .popover .arrow {
        display: none;
    }

    .popover .popover-content {
        background: transparent;
        padding: 0;
        color: red;
    }

    .awardsBlock .col {
        padding: 25px;
    }

    .awardsBlock .col img {
        max-width: 100%;
    }

    #first-step .popover {
        width: fit-content;
        position: initial;
        top: 0 !important;
        margin-top: -10px;
        margin-bottom: 20px;
        left: 5px !important;
    }

    .preloaderBlock {
        height: 100px;
    }

}

.page-template-template-trial-old #content {
    padding-top: 0;
    height: 100vh;
}

.newSignUp {
    background: #fff;
    height: 100vh;
}

.newSignUp .or-line > span {
    background: #f4f4f4;
    color: #868686;
    font-weight: 300;
}

.newSignUp #teamgate-header {
    position: relative;
    background: none;
}

.newSignUp #first-step .topBlock {
    background: none;
    padding: 10px 0 20px 0;
    text-align: left;
}

.newSignUp #first-step .topBlock h1 {
    font-size: 35px;
    margin-bottom: 10px;
}

.newSignUp #first-step .topBlock p {
    font-size: 17px;
    margin-bottom: 10px;
}

.newSignUp #first-step .topBlock span {
    color: #868686;
    font-size: 12px;
    font-weight: 300;
}

.newSignUp #first-step .bodyBlock {
    width: 100%;
    padding: 0;
}

.newSignUp #first-step .bodyBlock .form-group.error input {
    border-color: #e63b3b;
}

.newSignUp label {
    top: 5px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.newSignUp #first-step .bodyBlock .intl-tel-input input {
    background: #F0F0F0;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #56788A;
    border-radius: 0;
    font-size: 15px;
    color: #44b8c8;
    margin-bottom: 10px;
    padding: 0 50px !important;
}

.newSignUp #first-step .bodyBlock .form-group .group {
    margin-bottom: 20px;
}

.newSignUp #first-step .bodyBlock .form-group input {
    font-size: 15px;
    padding: 5px 10px 5px 5px;
    background: #f4f4f4;
    box-shadow: none;
}

.newSignUp #first-step .bodyBlock .form-group label {
    font-size: 15px;
}

.newSignUp .bodyBlock .domainBlock input::-webkit-input-placeholder,
.newSignUp .bodyBlock .intl-tel-input input::-webkit-input-placeholder {
    color: #abbec0;
    font-size: 15px;
    font-weight: 300;
}

.newSignUp .bodyBlock .domainBlock input:-moz-placeholder,
.newSignUp .bodyBlock .intl-tel-input input:-moz-placeholder {
    color: #abbec0;
    font-size: 15px;
    font-weight: 300;
}

.newSignUp .bodyBlock .domainBlock input::-moz-placeholder,
.newSignUp .bodyBlock .intl-tel-input input::-moz-placeholder {
    color: #abbec0;
    font-size: 15px;
    font-weight: 300;
}

.newSignUp .bodyBlock .domainBlock input:-ms-input-placeholder,
.newSignUp .bodyBlock .intl-tel-input input:-ms-input-placeholder {
    color: #abbec0;
    font-size: 15px;
    font-weight: 300;
}

.newSignUp .bord {
    margin: 0;
}

.newSignUp .privacy-info {
    color: #5e6870;
    font-size: 16px;
    /* text-align: center; */
    /* font-weight: 300; */
}

.newSignUp .privacy-info a {
    color: #66b6c6;
    text-decoration: underline;
}

.tos {
    font-size: 14px;
    font-family: inter, sans-serif;
    letter-spacing: -0.4px;
    color: #5e6870;
    opacity: 0.6;
}

.tos a {
    text-decoration: underline;
    color: #5e6870;
}

.newSignUp .awardsBlock {
    margin-bottom: 5px;
}

.newSignUp .registration-form {
    padding: 20px 0px 15px 0;
}

.newSignUp .awardsBlock .col img {
    opacity: 0.3;
    padding: 0 15px;
}

.newSignUp .backgroundBlock {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    top: 50px;
    max-height: 330px;
}

.newSignUp .backgroundBlock img {
    max-height: 360px;
    margin: 0 auto;
}

.newSignUp .tcb-quote-carousel {
    padding-top: 30px;
    margin-top: 40px;
}

.newSignUp .tcb-quote-carousel .carousel-inner {
    min-height: 115px;
}

.newSignUp .tcb-quote-carousel h3 {
    font-size: 20px;
    color: #2d5972;
}

.newSignUp .tcb-quote-carousel p {
    font-size: 15px;
    color: #2d5972;
}

.newSignUp .tcb-quote-carousel .quote {
    color: rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 30px;
}

.newSignUp .tcb-quote-carousel .carousel {
    padding-bottom: 15px;
}

.newSignUp .tcb-quote-carousel .carousel .carousel-indicators {
    display: none;
    bottom: 0 !important;
}

.newSignUp .tcb-quote-carousel .carousel .carousel-indicators > li {
    background-color: #f4f4f4;
    border: 2px solid #44b8c8;
}

.newSignUp .tcb-quote-carousel .carousel .carousel-indicators .active {
    background-color: #44b8c8;
}

.newSignUp .tcb-quote-carousel blockquote {
    text-align: center;
    border: none;
}

.newSignUp .tcb-quote-carousel blockquote p {
    color: #3a637a;
    font-size: 18px;
}

.newSignUp .tcb-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100px;
}

.newSignUp .carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.newSignUp .carousel-fade .carousel-inner .item,
.newSignUp .carousel-fade .carousel-inner .active.left,
.newSignUp .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.newSignUp .carousel-fade .carousel-inner .active,
.newSignUp .carousel-fade .carousel-inner .next.left,
.newSignUp .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.newSignUp .carousel-fade .carousel-inner .next,
.newSignUp .carousel-fade .carousel-inner .prev,
.newSignUp .carousel-fade .carousel-inner .active.left,
.newSignUp .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.newSignUp .footer_bottom_holder {
    background: #f4f4f4;
}

.newSignUp .footer_bottom_holder .or-line {
    margin-top: 0;
    margin-bottom: 5px;
}

.newSignUp .footer_bottom_holder .or-line > span {
    color: #bbc6cb;
}

.newSignUp .footer_bottom {
    color: #b9c3c9;
}

/*.newSignUp .btn.google{
    background: none;
    border: 1px solid #b9c3c9;
    box-shadow:none;
    text-shadow: none;
    padding: 0 15px;
}
.newSignUp .btn.google:hover{
    background: #df4b38;
    border: 1px solid #df4b38;
}
.newSignUp .btn.google i{
    color: #b9c3c9;
    position: relative;
    top: 3px;
    left: 0;
    margin-right: 10px;
    line-height: 21px;
}
.newSignUp .btn.google:hover i{
    color: #fff;
}
.newSignUp .btn.google > span{
    color: #b9c3c9;
    text-align: center;
    display: block;
    line-height: 46px;
}
.newSignUp .btn.google:hover > span{
    color: #fff;
}
.newSignUp .btn.linkedin{
    background: none;
    border: 1px solid #b9c3c9;
    box-shadow:none;
    text-shadow: none;
    padding: 0 15px;
}
.newSignUp .btn.linkedin:hover{
    background: #007bb6;
    border: 1px solid #007bb6;
}
.newSignUp .btn.linkedin i{
    color: #b9c3c9;
    position: relative;
    top: 2px;
    left: 0;
    margin-right: 10px;
    line-height: 21px;
}
.newSignUp .btn.linkedin:hover i{
    color: #fff;
}
.newSignUp .btn.linkedin > span{
    color: #b9c3c9;
    text-align: center;
    display: block;
    line-height: 46px;
}
.newSignUp .btn.linkedin:hover > span{
    color: #fff;
}*/
.newSignUp .btn.linkedin {
    height: 40px;
    border-radius: 1px;
    background: #0164a1;
    box-shadow: 0 0 3px 3px rgba(3, 99, 161, 0.3);
    padding: 0;
    line-height: 38px;
}

.newSignUp .btn.linkedin span.icon_block {
    width: 38px;
    height: 38px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 1px;
}

.newSignUp .btn.linkedin span.text_block {
    text-align: left;
    margin-left: 11px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 2px;
}

.newSignUp .btn.linkedin span.icon_block img {
    height: 38px;
    width: 20px;
    float: none;
}

.newSignUp .btn.linkedin:hover {
    background: #0164a1;
    box-shadow: 0 0 3px 3px rgba(3, 99, 161, 0.3);
}

.newSignUp .btn.linkedin:hover span.text_block {
    color: #fff;
}

.newSignUp .btn.google {
    height: 58px;
    border-radius: 4px;
    border: 1px solid rgba(205, 210, 212, 0.5);
    background: white;
    /* box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3); */
    padding: 0;
    /* line-height: 38px; */
}

.newSignUp .btn.google span.icon_block {
    /* width: 38px;
    height: 38px; */
    /* text-align: center; */
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* line-height: normal !important; */
    /* background: #fff; */
    /* border-radius: 1px; */
}

/* .newSignUp .btn.google span.text_block {
    text-align: left;
    margin-left: 11px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 2px;
} */

.newSignUp .btn.google span.icon_block img {
    height: 32px;
    width: 32px;
    float: none;
}

/* .newSignUp .btn.google:hover {
    background: #4285f4;
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
} */

/* .newSignUp .btn.google:hover span.text_block {
    color: #fff;
} */

.newSignUp .btn.xero {
    height: 58px;
    border-radius: 4px;
    border: 1px solid rgba(205, 210, 212, 0.5);
    background: white;
    /* box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3); */
    padding: 0;
    /* line-height: 38px; */
}

.newSignUp .btn.xero span.icon_block {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* .newSignUp .btn.xero span.text_block {
    text-align: left;
    margin-left: 11px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 2px;
} */

.newSignUp .btn.xero span.icon_block img {
    height: 32px;
    width: 32px;
    float: none;
}

/* .newSignUp .btn.xero:hover {
    background: #00c3ec;
    box-shadow: 0 0 3px 3px rgba(0, 198, 241, .2);
}

.newSignUp .btn.xero:hover span.text_block {
    color: #fff;
} */

.newSignUp input:focus ~ label,
.newSignUp input:valid ~ label {
    top: -13px;
    font-size: 12px !important;
}

.newSignUp #form-message .topBlock.lastStep {
    background: none;
}

.newSignUp #verify-message .topBlock.lastStep {
    background: none;
    text-align: center;
}

.newSignUp #verify-message .bodyBlock.lastStep {
    text-align: center;
}

.newSignUp #limit-message .topBlock {
    background: none;
}

.newSignUp #query-message .topBlock {
    background: none;
}

#player .vp-title {
    display: none !important;
}

.select2-container--default .select2-selection--single.customServerSelect {
    border: none;
    background: none;
    border-radius: 0;
    height: 23px;
    padding: 0;
    font-weight: 500;
    border-bottom: 1px solid #868686;
}

.select2-container--default .select2-selection--single.customServerSelect:focus {
    box-shadow: none;
    outline: 0;
}

.select2-container--default .select2-selection--single.customServerSelect .select2-selection__rendered {
    color: #868686;
    line-height: 24px;
    padding-left: 0;
    padding-right: 15px;
}

.select2-container--default .select2-selection--single.customServerSelect .select2-selection__arrow {
    height: 21px;
    right: 0px;
    width: 15px;
}

.select2-container--default .customServerDropdown .select2-results__options {
    -webkit-box-shadow: 0px 3px 25px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 25px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 25px -6px rgba(0, 0, 0, 0.3);
}

.select2-container--default .customServerDropdown .select2-results__option:before {
    display: none;
}

.select2-container--default .customServerDropdown .select2-results__option:after {
    left: 0;
}

.select2-container--default .customServerDropdown .select2-results__option:last-child:after {
    display: none;
}

.select2-container--default .customServerDropdown .select2-results__option {
    padding: 5px 15px;
    font-size: 13px;
}

.preloaderBlock {
    position: relative;
    max-width: 100%;
    height: 200px;
    margin: 0px 40px;
}

.preloaderBlock .pCircle {
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #ccc;
    top: 45%;
    border-radius: 50%;
}

.pCircle:nth-child(1) {
    background-color: #75787B;
    animation: move 2s infinite cubic-bezier(.2, .64, .81, .23);
}

.pCircle:nth-child(2) {
    background-color: #00A7E1;
    animation: move 2s 150ms infinite cubic-bezier(.2, .64, .81, .23);
}

.pCircle:nth-child(3) {
    background-color: #44b8c8;
    animation: move 2s 300ms infinite cubic-bezier(.2, .64, .81, .23);
}

.pCircle:nth-child(4) {
    background-color: #284761;
    animation: move 2s 450ms infinite cubic-bezier(.2, .64, .81, .23);
}

@keyframes move {
    0% {
        left: 0%;
    }
    100% {
        left: 100%;
    }
}

#first-step .popover {
    width: fit-content;
}

#first-step .form-group.has-error input {
    border-color: #e63b3b;
}

.boxes {
    margin: auto;
}

/*Checkboxes styles*/
input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    left: -999999px;
}

.newSignUp input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    top: 0 !important;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    color: #2e5872;
    cursor: pointer;
    text-align: left;
    pointer-events: all;
}

.newSignUp input[type="checkbox"] + label:hover {
    cursor: pointer;
}

input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #345872;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.formCheckbox {
    overflow: hidden;
}

.requestFormBody .teamgate-contactForm .form_block form .formCheckbox label {
    top: 0;
    color: #fff !important;
    font-size: 11px;
    line-height: 16px;
}

.newSignUp .slider-block {
    text-align: center;
}

#form-message, #limit-message, #query-message {
    text-align: center;
}

@media screen and (max-width: 991px) {
    .newSignUp .btn.google, .btn.linkedin, .btn.xero  {
        width: 243px !important;

    }
    .newSignUp .social-buttons-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .social-buttons-block .btn .text_block {
        display: inline-block;
    }
    .newSignUp .btn.google {
        margin-right: 0px;
    }
    .newSignUp .btn.xero {
        margin-top: 0px !important;
    }
}