.page-canvas {
    height: 100vh;
    width: 100%;
}

#particles-js{
    height: 100%;
    width: 100%;
}
.userbar {
     display:none;
 }

@media (max-width: 991px){
    .header-menu #menu-button{
        display:block;
    }
    .userbar {
        display:block;
    }
}

#toast-container>.toast-success {
    background-image: none !important;
}
.card .button-container button {
    border-radius: 59px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.card .input-container input:valid~label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%,-72%) scale(.75);
    transform: translate(-12%,-72%) scale(0.75);
}
.card .input-container .bar {
    bottom: -1px;
}
.card .title {
    padding: 10px 0 10px 0px;
}

body{
    padding-right:0px !important;
}
.swal2-container {
    overflow-y: hidden !important;
}
body.swal2-shown > [aria-hidden="true"] {
    filter: blur(5px);
}
.footer-about > p {
    font-size: 16px;

}
.footer-about {
    max-width: 322px;
}
.single-feature{
    border-bottom:1px solid #04242d;
}
.svg >path {
    fill:#04242d;
}

.card .footer {
    color: #616060;
}
 {

}
.container-popup .register .input-container {
    margin: 0 0px 16px;
    font-size: 16px;
    /*width: 45%;*/
}
.container-popup .register .input-container input {
    height: 42px;
    font-size: 16px;
}
.container-popup .register .input-container label {
    font-size: 16px;
    line-height: 37px;
}
.container-popup .register  .title {
    padding: 10px 0 0px 0px;
    font-size: 25px;
}
.card.alt .title .close {
    font-size: 47px;
}
.container-popup .register .button-container button
{
    padding: 15px 0;
    margin-top: 10px;
    font-size: 20px;
}
.container-popup .register .button-container {
    margin: 0px 100px;
}
.input-wrapper {
  /*//  display: flex;
   // flex-wrap: wrap;
    justify-content: space-between;*/
    padding:0 15px;

    z-index: 1;
}
.w-full{
    width: 100% !important;
}
.m-t20{
    margin-top: 20px !important;
}
.check-domain {
    height: 20px !important;
    width: 30px !important;
}
.label-check-domain{
    color: #fff;
}
.checkdom{
    align-items: center;
    display: flex;
    justify-content: center;
}
.card.alt, .card.alt .toggle {
    border:none;
}
.inline-margin{
    display: inline-block;
    margin: 0 4px;
    width:45%;
}
@media (max-width:700px){
    .card.alt, .card.alt .toggle{
        width: 75px;
        height: 75px;
    }
    .card.alt {
        right: -14px;
    }
    .card.alt .toggle {
        font-size: 34px;
        line-height: 75px;
    }
}
@media (max-width: 1000px ){
    .container-popup.active .card.alt .toggle {
        top: 252px;
        right: 167px;
    }
}
.card .input-container label {
    font-size: 1.6rem;
}
.card .button-container button {
    font-size: 1.6rem;
}
.card .footer {
    font-size: 1.6rem;
}
.goDown_padd {
    padding: 8px 16px;
}
.goDown_padd_white {
    font-weight: 500;
    background-color: #fff;
    padding: 8px 16px;
    color: #04242d;
}
.banner-content p {
    margin-bottom: 45px;
}
.goDown_padd_white:hover{
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}
.langbar {
    cursor: pointer;
    position: relative;
}
.sticking .langbar a {
    color:#04242d;
}
.sticking .langbar ul a {
    color:#fff;
}
.sticking .langbar__icon {
    color:#04242d !important;
}
.sticking .langbar ul {
    background: #04242d;
    border-left: 1px solid #04242d;
    border-right: 1px solid #04242d;
    border-bottom: 1px solid #04242d;
}
.langbar a {
    color:#fff;
    font-weight: bold;
}
.langbar ul a {
    color:#6d7a8c;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media (max-width: 767px) {
    .langbar_rt-border {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
}
.langbar_rt-border .langbar__icon {
    right: 15px;
}
.langbar_lt-border {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ddd;
}
@media (max-width: 767px) {
    .langbar_lt-border {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
}
.langbar_lt-border .langbar__icon {
    left: 47px;
}
@media (max-width: 767px) {
    .langbar_lt-border .langbar__icon {
        left: 30px;
    }
}
.langbar__item {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
    color: #04242d;
}

.langbar__icon {
    position: absolute;
    top: 12%;
    transform: translateY(-50%);
    color: #fff;
    width: 6px;
    font-size: 13px;
    right: 0px;
    height: 4px;
    z-index: 100;
}
.langbar-block {
    padding: 0;
    position: absolute;
    display: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 15px 30px rgba(85, 85, 85, 0.1);
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    top: 25px;
    background-color: #fcfcfc;
    z-index: 2000;
}
.langbar  ul li:hover>a:before, .langbar  ul li a:before {
    content: "\F111";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    left: 10px;
    font-size: 5px;
    color: #04242d;
    opacity: 0;
    top: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.sticking .langbar  ul li:hover>a:before, .sticking .langbar  ul li a:before {
    color: #fff;
}
.langbar ul li {
    min-width: 47px;
}
.langbar  ul li.active a:before, .langbar ul li:hover>a:before, .langbar ul li a:hover:before {
    opacity: 1;
    left: 7px;
}
.langbar ul li.active a, .langbar  ul li:hover>a, .langbar  ul li a:hover {
    padding-left: 15px ;
}
.single-pricing-plan .popular {
    right: 0;
    bottom: inherit;
    left: 0;
    width: 100%;
    top: 0;
    -webkit-transform: none;
    transform: none;
    letter-spacing: 0px;
    font-size: 12px;
    text-transform: uppercase;
}
/* select starting stylings ------------------------------*/

.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 18px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
}

/* Remove focus */
.select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0,0,0, 0);
}

/* Use custom arrow */
.select .select-text {
    appearance: none;
    -webkit-appearance:none
}

.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
    color: rgba(0,0,0, 0.26);
    font-size: 1.6rem;

    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top:20px;
    transition: 0.2s ease all;
}

/* active state */
.select-label {
    color: #04242d;
    top: -32px !important;
    transition: 0.2s ease all;
    font-size: 1rem;
}

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

.select-bar:before, .select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #04242d;
    transition: 0.2s ease all;
}

.select-bar:before {
    left: 50%;
}

.select-bar:after {
    right: 50%;
}

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.checkout .input-container
{
    margin:0 60px 35px !important;;
}
.checkout .input-container label {
    color:#04242d !important;
}
.checkout .input-container input:valid~label {
    color:#04242d;
}
.checkout_now_btn {
    font-size: 1rem !important;

}
.price_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0  !important;
}
.swal2-actions.swal2-loading{
    display: none !important;
}
.swal2-validation-message{
   /* display: none !important;*/
    visibility: hidden !important;
    margin: 0 !important;
    font-size: 0 !important;
    padding: 0 !important;
}
.swal2-popup .swal2-actions {
    display:none !important;
}
@media (max-width:700px){
    .main-header .logo {
        margin-top: 0px !important;
        margin-left: 24px;
    }
    .langbar__icon {
        top: 18%;
    }
    ul.list-inline>li:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media(max-width: 385px){
    ul.list-inline>li:not(:last-child) {
        margin-right: 0px !important;

    }
}
.partners {
    width:180px;
    cursor:pointer;
    border:none !important;
}
@media (min-width:880px){
    .partners{
        filter:contrast(0%);
    }
}
.partners:hover {
    filter:contrast(100%);
}
@media(max-width: 700px)
{
    .card.alt .title .close
    {
        top: -46px;
        right: 14px;
    }
    .container-popup .register .button-container
    {
        margin: 0 50px;
    }
}
.btn-login:after{
    display: none!important;
}
.sticking .btn-login:hover {
    color: #fff !important;
}
.panel_styles {
    width: 54%;
    right: 0;
    display:block !important;
    border-radius: 6px;
    color: #fff;
}

 .fa-user-circle {
    font-size: 2rem !important;
}
@media (max-width: 992px){

    .flex-reverse {
        flex-direction: row-reverse;
        margin-left: 0;
    }
    .profile{
        margin-right: 20px;
        margin-top: -3px;
    }
    .langbar {
        top: 12px !important;
        margin-left: auto;
    }
}

.card .input-container input {
    font-size: 1.3rem;
}
.main-header .logo {
    margin-top: -15px;
}
.header-menu>ul>li:hover>ul {
    min-width: 93px;
    border-radius: 7px;
}
.header-menu ul ul li a {
    width: 150px;
    white-space: nowrap;
}
.domain-select {
    height: 60px;
    font-size: 1.3rem;
    border:none ;
    border-left: 2px solid #dbdbdb85 !important;
    border-radius: 0;
    line-height: 54px;
}
.domain-checker .input-group ul {
    left: -43px;
}
.domain-input {
    color: #a1a1a1 !important;

    font-size: 1.3rem;
}
.domain-price li {
    margin-right: 15px;
}
.domain-price {
    justify-content: center;
}
.footer-contacts ul li span i {
    float: none;
    font-style: normal;

    margin-left: 1px;
    color: #9aa4c6;
}
.contact-info li {
    padding-left: 100px;
}
#compare:before {
    top: 78px;
}
.toast-top-full-width {
    top:30px !important;
}
.why-us-video:before, .widget-title:before {
    background-color: transparent;
}
.swiper-button-prev {
    background-image: none !important;
    left:-13px !important;
}

.swiper-button-next {
    background-image: none !important;
    right: -26px !important;
}

.nav-swiper {
    font-size: 19px;
    color: #04242d;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.our-clients li:not(:first-child) {
    margin-left: 0 !important;
}

#toast-container>div {
    bottom: 20px;
    right: 15px;
    background-image: none!important;
    padding: 0 20px;
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    width: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    box-shadow: none;
    color: #FFF;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    border-radius: .5rem;
}
#toast-container>.toast-error {
    background-image:none !important;
}
.toast-error {
    background-color: #e74444;
}
.toast-top-right {
    bottom: 12px;
    right: 12px;
    top: unset;
}

.card .vertical-centered-box {
    position:absolute !important;
}
body .vertical-centered-box {
    text-align: center;
}
body .vertical-centered-box:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
body .vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}


.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
}
.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}
.loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
#particles-background,
#particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
}
#particles-background {
    background: #2c2d44;
    background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
lesshat-selector {
    -lh-property: 0; }
@-webkit-keyframes rotate{ 0% { -webkit-transform: rotate(0deg);} 100% { -webkit-transform: rotate(360deg);}}
@-moz-keyframes rotate{ 0% { -moz-transform: rotate(0deg);} 100% { -moz-transform: rotate(360deg);}}
@-o-keyframes rotate{ 0% { -o-transform: rotate(0deg);} 100% { -o-transform: rotate(360deg);}}
@keyframes rotate{ 0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}
[not-existing] {
    zoom: 1;
}
lesshat-selector {
    -lh-property: 0; }
@-webkit-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@-moz-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@-o-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
[not-existing] {
    zoom: 1;
}
lesshat-selector {
    -lh-property: 0; }
@-webkit-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@-moz-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@-o-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
[not-existing] {
    zoom: 1;
}

