/*!
Theme Name: Webalive
Theme URI: https://webalive.com.au
Author: Webalive Team
Author URI: https://webalive.com.au/team
Description: A modern WordPress starter theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webalive
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*Fonts*/
/*Sharp Sans*/

@font-face {
    font-family: 'Sharp Sans';
    src: url('./assets/fonts/SharpSans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sharp Sans';
    src: url('./assets/fonts/SharpSansSemibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sharp Sans';
    src: url('./assets/fonts/SharpSansMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sharp Sans';
    src: url('./assets/fonts/SharpSansBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sharp Sans';
    src: url('./assets/fonts/SharpSansExtrabold.woff') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*Fonts End*/
::selection{
    background: #1199C4;
    color: #fff;
}
.password-error {
    display: block;
}
/*Loader*/
.eb-loader,.eb-loader:before,.eb-loader:after{
    border-radius:50%;
    width:2.5em;
    height:2.5em;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    animation-duration:1.8s;
    -webkit-animation-duration:1.8s;
    transition-duration:1.8s;
    -webkit-transition-duration:1.8s;
    -webkit-animation:load7 1.8s infinite ease-in-out;
    animation:load7 1.8s infinite ease-in-out
}
.eb-loader{
    position:fixed;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    z-index:999999;
    margin:0;
    display:block;
    color:#1199C4;
    font-size:10px;
    text-indent:-9999em;
    -webkit-transform:translateZ(0);
    -ms-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-animation-delay:-0.16s;
    animation-delay:-0.16s
}
.eb-loader:before,.eb-loader:after{
    content:'';
    position:absolute;
    top:-2px
}
.eb-loader:before{
    left:-3.5em;
    -webkit-animation-delay:-0.32s;
    animation-delay:-0.32s
}
.eb-loader:after{
    left:3.5em
}
@-webkit-keyframes load7{
    0%, 80%, 100%{
        box-shadow:0 2.5em 0 -1.3em
    }
    40%{
        box-shadow:0 2.5em 0 0
    }
}
@keyframes load7{
    0%, 80%, 100%{
        box-shadow:0 2.5em 0 -1.3em
    }
    40%{
        box-shadow:0 2.5em 0 0
    }
}

.pointer-events-none{
    pointer-events: none !important;
}
.dont-break-out,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
a,
div {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    /*-ms-hyphens: auto;*/
    /*-moz-hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*hyphens: auto;*/
}

.spy .navigation__link {
    display: none !important;
}

.navigation__link.boss-active {
    display: block !important;
}

.webcom-disabled {
    pointer-events: none;
    cursor: default;
}
/*html {
  scroll-behavior: smooth;
}
*/

.dummy {
    height: 300px;
}


/*div.row.no-gutters {
  overflow: hidden;
}*/

.spy.spy-content-box .right-contentb {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    overflow-x: auto;
    height: 550px;
}

.spy.spy-content-box .right-contentb::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}


/* BLog Start */

.blog-menu-area {
    padding-bottom: 80px;
}

.blog-menu-box {
    border-bottom: 1px solid rgba(112, 112, 112, .4);
    margin-bottom: 60px;
}

.blog-menu {}

.blog-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-menu ul li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 1px;
    position: relative;
}

.blog-menu ul li a,
.blog-menu ul li span {
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
    padding: 18px 0;
}

.blog-menu ul li a::before,
.blog-menu ul li span::before {
    background: #139AC4;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 100%;
    opacity: 0;
}

.blog-menu ul li a.active,
.blog-menu ul li a:hover,
.blog-menu ul li span.active,
.blog-menu ul li span:hover {
    color: #139AC4;
}

.blog-menu ul li a.active::before,
.blog-menu ul li span.active::before {
    opacity: 1;
}

.blog-menu ul li a.has-child {
    padding-right: 20px;
    position: relative;
}

.blog-menu ul li a.has-child::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-menu ul li:hover a.has-child::after {
    transform: translateY(-50%) rotateX(180deg);
}

.blog-menu ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    background: #ffffff;
    width: 180px;
    z-index: 90;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.blog-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.blog-menu ul li ul li {
    display: block;
    margin: 0;
}

.blog-menu ul li ul li a {
    padding: 12px 10px;
}

.blog-search {
    overflow: hidden;
}

.blog-search .bs-input-box {
    position: relative;
    padding: 14px 0 14px 28px;
}

.blog-search .bs-input-box button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    background: transparent;
    outline: none;
}

.blog-search .bs-input-box input[type="text"] {
    color: #000000;
    font-size: 16px;
    border: 0;
    display: inline-block;
    letter-spacing: 0;
    outline: none;
    max-width: 100%;
}

.blog-area {
    min-height: 530px;
}

.blog-top-area {
    margin-bottom: 60px;
}

.blog-top-box {
    border-bottom: 1px solid rgba(112, 112, 112, .4);
    padding-bottom: 25px;
}

.blog-big {
    margin: 0 0 30px;
    padding-right: 35px;
}

.blog-big .img {}

.blog-big .img a {
    display: block;
}

.blog-big .img img {
    width: 100%;
    height: 374px;
    object-fit: cover;
}

.blog-big .content {
    margin: 30px 0 0;
}

.blog-big .content .title {
    font-size: 29px;
    line-height: 39px;
    font-weight: 500;
    color: #000000;
}

.blog-big .content .title a {
    display: block;
    font-size: 29px;
    line-height: 39px;
    font-weight: 500;
    color: #000000;
}

.blog-big .content .meta {
    font-size: 13px;
    line-height: 17px;
}

.blog-big .content .meta span {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
}

.blog-small {
    margin: 0px 0 27px;
}

.blog-small .img {
    float: left;
    width: 90px;
    margin-top: 4px;
}

.blog-small .img a {
    display: block;
}

.blog-small .img img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

.blog-small .content {
    overflow: hidden;
    padding-left: 24px;
}

.blog-small .content .title {
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.blog-small .content .title a {
    display: block;
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

.blog-small .content .meta {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
}

.blog-small .content .meta span {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
}

.single-blog {
    margin: 0 0 40px;
}

.single-blog .img {}

.single-blog .img a {
    display: block;
}

.single-blog .img img {
    height: 225px;
    width: 100%;
    object-fit: cover;
}

.single-blog .content {
    margin: 26px 0 0;
    height: 100px;
}

.blog-big .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
}

.single-blog .content .title a {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
}

.single-blog .content .meta {
    font-size: 16px;
    line-height: 24px;
}

.single-blog .content .meta span {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
}

.pagination-area {}

.pagination-all {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.pagination-all li {
    display: inline-block;
}

.pagination-all li a {
    display: block;
    color: #000000;
    font-size: 19px;
    line-height: 23px;
    padding: 15px;
}


/* BLog End */


/* Blog Details Start */

.blog-single {
    padding: 150px 0 0;
}

.blog-box {
    max-width: 800px;
    margin: auto;
}

.blog-single .top-title {
    text-align: center;
    font-size: 50px;
    line-height: 66px;
    font-weight: 500;
    margin: 0 0 24px;
}

.blog-single .top-meta {
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 38px;
}

.blog-single .img {
    text-align: center;
    margin: 0 0 60px;
}

.blog-single .img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.blog-single .content p {
    padding: 0;
    margin: 0 0 24px 0;
    color: #000000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Graphik';
}

.blog-single .content {
    max-width: 680px;
    margin: 0 auto;
}

.blog-single .text {
    text-align: left;
    font-size: 17px;
    line-height: 28px;
}

.blog-single .text a {
    color: #139AC4;
}

.blog-single .title {
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    margin: 0 0 13px;
}

.blog-single .info {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
}

.blog-single .info a {
    color: #139AC4;
}

.blog-single ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.blog-single ul li {
    font-size: 17px;
    line-height: 32px;
    position: relative;
    padding-left: 26px;
    display: block;
}

.blog-single ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #139AC4;
    font-size: 14px;
}

.blog-single .breadcumb {
    background: #E7F5F9;
    padding: 52px 46px;
    font-size: 19px;
    line-height: 29px;
    position: relative;
    margin: 0 0 66px;
    z-index: 2;
}

.blog-single .breadcumb::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border: 2px solid #139AC4;
    border-right-color: transparent;
    border-top-color: transparent;
    height: 126px;
    width: 126px;
    z-index: -1;
}

.blog-single .breadcumb::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 2px solid #139AC4;
    border-left-color: transparent;
    border-bottom-color: transparent;
    height: 126px;
    width: 126px;
    z-index: -1;
}

.blog-single .breadcumb::after {
    content: "";
}

.blog-single ol {
    margin: 0 0 40px;
    padding: 0 0 0 42px;
}

.blog-single ol li {
    /* display: block; */
}

.blog-single ol li a {
    /* display: block; */
    color: #139AC4;
    font-size: 17px;
    line-height: 31px;
}

.blog-single .get-ebook {
    border: 2px solid #139AC4;
    border-radius: 10px;
    padding: 47px 47px;
    margin: 0 0 68px;
}

.blog-single .get-ebook .ge-title {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 15px;
}

.blog-single .get-ebook .ge-text {
    font-size: 16px;
    line-height: 27px;
}

.blog-single .get-ebook .input-img {
    display: flex;
    flex-wrap: nowrap;
}

.blog-single .get-ebook .input-img .ge-inputs {
    flex: 70%;
}

.blog-single .get-ebook .input-img .ge-inputs .ge-input-box {
    margin: 0 0 22px;
}

.blog-single .get-ebook .input-img .ge-inputs .ge-input-box input {
    width: 100%;
    margin: 0;
    height: 48px;
    border: 1px solid #00151C;
    padding: 4px 19px;
    color: #000000;
    font-size: 18px;
}

.blog-single .get-ebook .input-img .ge-inputs .ge-input-box button {
    color: #fff;
    border-color: #139AC4;
    background-color: #139AC4;
    text-transform: none;
    padding: 15px 52px 15px 34px;
    max-height: unset;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    position: relative;
    border: 0;
    transition: all 0.5s ease 0s;
}

.blog-single .get-ebook .input-img .ge-inputs .ge-input-box button .icon {
    font-size: 14px;
    margin-left: 10px;
}

.blog-single .get-ebook .input-img .ge-img {
    flex: 30%;
}

.blog-single .get-ebook .input-img .ge-img img {}

.blog-single .written-by {
    background: #EFEFEF;
    padding: 60px 50px;
    display: flex;
    flex-wrap: nowrap;
    margin: 60px 0 56px;
    display: none;
}

.blog-single .written-by .left {
    flex: 1 1 35%;
}

.blog-single .written-by .left .written-by {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}

.blog-single .written-by .left .writter-name {
    font-size: 23px;
    line-height: 27px;
}

.blog-single .written-by .center {
    flex: 1 1 15%;
}

.blog-single .written-by .center .author {}

.blog-single .written-by .center .author img {
    height: 61px;
    width: auto;
}

.blog-single .written-by .right {
    flex: 1 1 50%;
}

.blog-single .written-by .right .infos {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

.blog-single .written-by .right .infos a {
    color: #139AC4;
}

.blog-single .share-post {
    text-align: center;
    margin: 0 0 90px;
}

.blog-single .share-post .sp-title {
    margin: 0 0 25px;
}

.blog-single .share-post .socials {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-single .share-post .socials li {
    display: inline-block;
    background: #139AC4;
    height: 41px;
    width: 41px;
    text-align: center;
    line-height: 41px;
    border-radius: 100px;
    color: #fff;
    margin-right: 7px;
}

.blog-single .share-post .socials li:last-child {
    margin-right: 0;
}

.blog-single .share-post .socials li a {
    display: block;
    color: #fff;
}

.related-articles {
    padding: 0 0 94px;
}

.related-articles .related-article-title {
    margin: 0 0 26px;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    padding: 75px 0 0;
}

.related-articles .related-article-title .title {
    text-align: center;
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
}

.top-share {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .99);
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.2);
    z-index: 90000;
    display: flex;
    flex-wrap: wrap;
    transform: translateY(100%);
    justify-content: space-between;
    align-items: center;
}

.top-share .left-content {
    padding-left: 20px;
}

.top-share .left-content .title {
    display: inline-block;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
}

.top-share .right-share {
    text-align: right;
}

.top-share .right-share .label {
    font-size: 19px;
    line-height: 70px;
    font-weight: 500;
    display: inline-block;
    margin-right: 29px;
}

.top-share .right-share .icon {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    line-height: 60px;
}

.top-share .right-share .links {
    display: inline-block;
    background: #ccc;
    color: #fff;
    height: 70px;
    width: 66px;
    text-align: center;
    line-height: 70px;
    font-size: 22px;
    margin-left: -4px;
}

.top-share .right-share .links.twitter {
    background: #33b1ff;
}

.top-share .right-share .links.facebook {
    background: #005e99;
}

.top-share .right-share .links.linkedin {
    background: #0077B5;
}

.top-share .down-progress {
    background: #139AC4;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 4px;
    width: 0%;
}


/* Blog Details End */

.portfolio-item {
    margin-bottom: 50px;
}

.portfolio-img:hover .p-hover {
    visibility: visible;
    opacity: 1;
}

.portfolio-img .p-hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.84);
    transition: 0.2s all;
}

.p-hover a {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 2px;
    padding-right: 18px;
    background: url("assets/img/right-arrow-black.png") right no-repeat;
}

.p-hover a::after {
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    background-color: #000;
}

.p-hover a:hover::after {
    background-color: #139AC4;
}

.p-hover a:hover {
    background: url("assets/img/right-arrow.png") right no-repeat;
}

.portfolio-img {
    border: 1px solid #E6E6E6;
    margin-bottom: 25px;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.portfolio-content h4 {
    margin-bottom: 5px;
    font-size: 20px;
}

.portfolio-content p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    word-break: break-word;
    line-height: 1.4;
}

.portfolio-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    background: #dbf0f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 10000;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    padding: 80px 0 20px;
}

.portfolio-popup.is-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 999999;
}

.popup-preview {
    background: #fff;
    text-align: center;
    width: calc(100% - 30px);
    height: calc(100vh - 190px - (20px*2));
    overflow: auto;
    padding: 3%;
    max-width: 1730px;
    margin: auto;
}

.popup-preview img {
    max-width: 100%;
}

.popup-topbar {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}

.business-process .elementor-text-editor p {
    font-size: 16px;
    line-height: 25px;
}

.page-heading {
    background-color: transparent;
    padding: 150px 0 100px;
    text-align: center;
}

.page-heading h1 {
    font-size: 56px;
    line-height: 62px;
    font-weight: 600;
    margin: 0 0 22px;
}

.page-heading p {
    color: #000000;
    font-size: 24px;
    line-height: 35px;
    margin: 0;
}

/*.logged-in .webalive-navbar {*/
/*    top: 32px;*/
/*}*/

.showcase-image {
    z-index: 9;
}

.container.container-lg {
    max-width: 1630px !important;
}

.popup-topbar .left-part p {
    font-size: 17px;
    margin-bottom: 0;
}

.popup-topbar .wrap-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.popup-topbar .button-style-2-indp {
    color: #fff;
    border-color: #139AC4;
    background-color: #139AC4;
    text-transform: none;
    padding: 15px 52px 15px 34px;
    max-height: unset;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Graphik';
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.popup-topbar .button-style-2-indp:after {
    content: '';
    width: 8px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/img/arrow-right.png);
    background-repeat: no-repeat;
    position: relative;
    left: 20px;
}

.popup-topbar .left-part h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.elementor-button-icon svg {
    width: auto !important;
}

.js-close-trial {
    position: absolute;
    right: 50px;
    top: 40px;
    color: #000000;
    /*font-size: 21px;*/
    font-size:0px;
    line-height: 25px;
    font-weight: 500;
    padding-left: 22px;
}

.js-close-trial:hover {
    color: #005C7A;
}

.js-close-trial::before {
    content: "";
    background-image: url("assets/img/close-btn.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.js-close-trial:hover::before {
    /*background-image: url("assets/img/close-blue.png");*/
    opacity:0.8;
}

.button-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

.button-close a.btn.btn-default {
    padding: 0 0 0 21px;
    background: url(assets/img/close.png) no-repeat center left;
    font-size: 21px;
    font-weight: 500;
    outline: 0;
    box-shadow: none;
}

.button-close a.btn.btn-default:hover {
    background-image: url("assets/img/close-blue.png");
    color: #139ac4;
}

.portfolio-img img {
    width: 100%;
}

.video-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    z-index: 10000;
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    -webkit-transform: translateY(-32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
}

.video-popup .video-wrapper {
    margin: auto;
    max-width: 1060px;
    background-color: #dbf0f6;
    padding: 15px 30px 25px;
    width: 100%;
}

.video-popup .video-wrapper .button-close {
    position: relative;
    top: auto;
    right: auto;
    text-align: right;
    margin-bottom: 10px;
}

.video-popup .video-wrapper iframe {
    width: 100%;
}

body.page-template-payment-success .webalive-footer {
    margin-top: 100px;
}

body.page-template-payment-success .webalive-navbar {
    background-color: #e6fff0;
}

.payment-sucess {
    background-color: #ffffff;
    margin-bottom: 50px;
}

.order-details-table img {
    max-width: 90px;
}

.container.container-sm {
    max-width: 1050px !important;
}

.title-success {
    color: #11C759;
}

.order-details-table .table thead th {
    vertical-align: middle;
    font-weight: 500;
}

.order-details-table p {
    margin-bottom: 5px;
}

.order-details-table .table th:first-child,
.order-details-table .table td:first-child {
    text-align: left;
}

.order-details-table .table th:last-child,
.order-details-table .table td:last-child {
    text-align: right;
}

.order-details-table .table td,
.order-details-table .table th {
    text-align: center;
    padding: 15px 0;
}

.order-details-table table tr:nth-child(2n) {
    background: #fff;
}

.order-details-table .table thead th {
    vertical-align: middle;
    background: transparent;
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}

.order-price-info p {
    text-align: right;
}

.order-price-info p span {
    font-weight: 500;
    padding-left: 10px;
}

.order-price-info table {
    margin-bottom: 20px;
}

.order-price-info table tbody td {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}

div#order_details h3 {
    text-align: center;
    margin-bottom: 40px;
}

.template_information_wrap {
    margin-top: 70px;
}

.template_information_wrap h4 {
    text-align: center;
    margin-bottom: 40px;
}

.table-responsive.template_information table td:last-child a {
    font-weight: 500;
}

.table-responsive.template_information table td {
    vertical-align: middle;
}

.start-out {
    max-width: 1130px;
    margin: 0 auto;
}

.try-for-free a i {
    font-size: 18px;
}


/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border: 1px solid #000;*/
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    transition: background-color 5000s ease-in-out 0s;
}

.mc-field-group input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #00151C inset;
    -webkit-text-fill-color: #fff;
}


/* Fixing GSAP Issues */

.blog-big,
.blog-small,
.single-blog,
.js-rendered {
    opacity: 0;
}


/*Hover*/

.learn-more a:hover {
    color: #000 !important;
}

.learn-more .elementor-widget-container:hover {
    border-color: #000 !important;
}

.learn-more a i {
    font-size: 18px !important;
}


/*black*/

.create-ur-web a:hover {
    color: #000 !important;
    border-color: #000 !important;
}

.create-ur-web a i {
    font-size: 18px !important;
}


/*white*/

.create-ur-web-white a:hover {
    color: #fff !important;
    border-color: #fff !important;
}

.create-ur-web-white a i {
    font-size: 18px !important;
}


/*blue*/

.create-ur-web-blue a:hover {
    color: #139AC4 !important;
    border-color: #139AC4 !important;
}

.create-ur-web-blue a i {
    font-size: 18px !important;
}


/*Get Started button*/

.pop-center .get-started {
    display: flex;
    justify-content: center;
}

.pop-center .get-started a {
    font-size: 26px !important;
    padding: 0 !important;
}

.get-started {
    display: inline-block;
}

.get-started a {
    font-size: 21px;
    font-weight: 500;
    color: #005C7A;
    padding: 0px 0px 8px 0px;
    border-style: solid;
    border-color: #005C7A;
    border-width: 0px 0px 2px 0px;
}

.large .get-started a {
    font-size: 26px;
}

.pop-white .get-started a {
    color: #fff;
    border-color: #fff;
}

.get-started:hover a {
    color: #000;
    border-color: #000;
}

.get-started i {
    color: #005C7A;
    margin-left: 12px;
    font-size: 18px;
}

.pop-white .get-started i {
    color: #fff;
}

.get-started:hover i {
    color: #000;
}

.home-btn-group .elementor-col-50 {
    width: auto !important;
}

.message.template-message.js-template-message span.error {
    text-align: center;
    display: block;
    margin: 0 0 50px 0;
    color: red;
    font-size: 20px;
    border: 0;
}

.message {
    text-align: center;
}

.message span.error {
    display: inline-block;
    color: red;
    padding: 2px 15px;
    margin: 20px 0 20px 0;
    font-size: 14px;
    line-height: 20px;
}

.js-payment-message span.error {
    display: block;
    color: red;
    padding: 15px;
    margin: 0px 0 39px 0;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    background: #fdf0f0;
}



select.error {
    border-color: #ff7d7d  !important;
}

select:focus {
    outline: 0 !important;
}

select option, option {
    background: #fff;
    font-weight: 500;
    font-family: 'Sharp Sans', Arial, sans-serif;
}
.modal {
    z-index: 9999999;
}
/*responsive start*/

@media only screen and (max-width:767px) {
    .right-home-tab .elementor-widget-eb-boot-vertical-tab .tab-pane {
        margin-top: 0px!important;
    }
    .left-home-tab .elementor-widget-eb-boot-vertical-tab .tab-pane {
        margin-top: 30px!important;
    }
    .elementor-widget-eb-boot-vertical-tab .nav-pills .nav-link p {
        font-size: 15px !important;
        margin-top: 15px !important;
        font-weight: 400 !important;
    }
    .widget .menu li a, .widget .menu li a:visited {
        font-size: 15px !important;
    }
    .sub-menu  .webalive-submenu-paragraph {
        font-size: 15px !important;
        font-weight: 400 !important;
        color: rgba(0, 0, 0, 1) !important;
    }
    .webalive-main-menu li a {
        padding: 15px 10px !important;
    }
    .webalive-submenu-item-content-list h5 {
        font-size: 18px !important;
    }
    /* 	.mbl-last-plus {
       display: none !important;
    } */
    .webalive-submenu-item-content-list a:before {
        top: 12px !important;
    }
    .follow-colume-icon{
        width:55px!important;
    }
}

/* .trial-area {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
} */

.sticky-container .elementor-element {
    position: sticky;
    top: 140px;
}
/*responsive end*/

/* .single-input-box.hidden-if-exists.hide-temp {
    display: none;
} */
.page-template-template-library section .elementor-widget-container{
    padding:0px !important;
}
.page-template-template-library section{
  margin-bottom:40px !important;
  margin-top:50px !important;
}
.page-template-template-library .page-header-section{
   background-color:#fff;
}
.page-template-template-library .page-heading h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 0 22px;
}
.page-template-template-library .page-heading p {
    color: #000000;
    font-weight:300;
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}
.page-template-template-library .page-heading {
    padding: 100px 0 0px 0px;
}
.category-browse-search {
    max-width: 532px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.cbs-category label{
    display:none;
}

/*payment process css start*/
p.js-copun-error {
    color: red;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.page-template-payment-process .page-heading{
   display:none;
}


.payment-method .single-input-box label{
    font-weight:400;
    font-size: 14px;
}
.gurantee-div{
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align:center;
    padding-bottom: 15px;
    display: none;
}
.coupon_applied {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.coupon_applied span + span{
    font-weight: 400;
}
.payment-rightt-colume {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    box-shadow: -2px -3px 12px rgba(0, 0, 0, 0.06);
}
.payment-summary {
    padding: 60px;
    width: 100%;
}
/*payment process css end*/

.single-input-box.submit-input-box .lds-ring-bottom{
    display:none !important;
}
.page-template-template-library .lds-ring-template div{
    top:60px;
}
.preloader-inner h4 {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    margin: 0;
}
.preloader-inner h2 {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    margin: 16px 0px;
}
 .image-gif-box{
    text-align:center;
 }
.image-gif-box img {
    width: 424px;
}
 .scrolling-text span{
    font-size:18px;
 }
.signup-preloader {
    color: #185265;
}
 .preloader-inner{
    padding:0 20px;
 }
 .finalise-area .navs-of-lets-started{
    display:none;
 }
 .message.template-message.js-template-message span {
    line-height: 34px;
}
/*.form-wrap .js-paid-checkemail,*/
/*.form-wrap .js-checkemail{*/
/*    overflow-x:hidden;*/
/*}*/
.default-payment {
    display: none;
}


