@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primarycolor: #0084ff;
    --secondarycolor: #0070d9;
    --primaryfontcolor: #4d4b4d;
    --secondaryfontcolor: #1D1D1D;
    --lightfont: #79777F;
    --primaryfontfamaly: "Poppins", sans-serif;
    --primaryfontsize: 14px;
    --navbarBackground: #ffffff;
    --topnavbarFontColor: #4d4b55;
    --sideNavBackgroungColor: #ffffff;
    --sideNavBarMainMenu: #4d4b55;
    --sideNavBarSubMenue: #79777f;
    --mainBackground: url(./banner-bg.svg), #fff;
    --mainBackgrounddarklightfont: #4d4b55;
    --navigationmenubariconwidth: 27px;
    --navigationmenubariconfontsize: 16px;
    --letterspacing: "0.2px";
    --primaryfontweight: 400;
    --secondaryfontweight: 500;
    --lightbgcolor: #ebf1f6;
    --whitecolor: #fff;
    --inputborder: #d2dbfc;
    --boxshadow: 0px 0px 6px 0px #4042441a;
    --liteboxshadow: 0px 3px 5px 0px #0084ff4a;
    --lightblue: #eef3ff;
    --inputbg: #f8f9fd;
    --placeholdercolor: #9c97aa;
    --opasityzero: #2b58bf00;
    --gray: #ddd;
    --lightgray: #eee;
    --activegreen: #acffd7;
    --greencolor: #02c064;
    --greencolorhover: #02c666;
    --greenlight: #e5fff2;
    --redcolor: #ef5350;
    --redcolorhover: #df3d3a;
    --erroralart: #fff5f5;
    --erroralartborder: #ffdcdc;
    --notecolor: #f3d86d;
    --speed: 0.5s;
}

body {
    font-family: var(--primaryfontfamaly);
}

button, a {
    transition-duration: 0.5s;
    cursor: pointer;

}

p {
    line-height: 28px;
}

*:focus {
    outline: 0 !important;
}

a {
    text-decoration: none !important;
}

/* .body-bg {
    background: url(banner-bg.svg), var(--whitecolor);
    background-size: cover;
} */

.hedader_main {
    background: #1a1a1a;
    padding: 20px 0;
    background-size: cover;
    border-bottom: 0px solid #e2eef8;
    width: 100%;
    position: fixed;
    z-index: 1;
    box-shadow: 0px 1px 7px 4px rgb(64 66 68 / 9%);
}

.hedader_main .logo_img {
    max-width: 200px;
    height: 36px;
    max-height: 35px;
}

.hedader_main .header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hedader_main .header-section ul {
    display: flex;
    margin: 0;
}

.hedader_main .header-section ul li {
    list-style: none;
    margin-left: 35px;
}

.hedader_main .header-section ul li a {
    text-decoration: none;
    color: var(--whitecolor);
    font-weight: 500;
}

.hedader_main .header-section ul li a:hover {
    color: var(--secondarycolor);
}

.demo-btn {
    background-color: var(--primarycolor);
    color: var(--whitecolor) !important;
    padding: 9px 15px;
    border-radius: 5px;
    border: 0;
    box-shadow: var(--liteboxshadow);

}

.demo-btn.icon {
    display: flex;
    align-items: center;
}

.demo-btn i {
    margin-top: 1px;
    margin-left: 7px;
}

.demo-btn:hover {
    background-color: var(--secondarycolor);
}

.custom-theme-style .signin-signup-layout {
    background: url(banner-bg.png), #000;
    background-size: cover;
    padding-top: 135px;
    padding-bottom: 70px;
}

.custom-theme-style .signin-signup-layout .content-text {
    padding-right: 50px;

}

.custom-theme-style .signin-signup-layout .content-text h1 {
    font-size: 42px;
    font-weight: 700;
    color: var(--whitecolor);
    margin-bottom: 15px;
}

.custom-theme-style .signin-signup-layout .content-text h1 span {
    color: var(--primarycolor);
}

.custom-theme-style .signin-signup-layout .content-text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--whitecolor);
    margin-bottom: 22px;
}

.custom-theme-style .signin-signup-layout .signup-signin-header {
    text-align: center;
    padding: 25px 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgba(64, 66, 68, 0.1019607843);
}

.signin-signup-layout .demo-btn-section {
    display: flex;
    justify-content: center;
}

.signin-signup-layout .demo-btn-section a {
    margin-right: 5px;
    margin-left: 5px;
}

.signin-signup-layout .demo-btn-section .btn-demo {
    margin-right: 15px;
}

.signin-signup-layout .demo-btn-section .btn-play {
    display: flex;
    align-items: center;
    margin-left: 15px;
    padding-top: 3px;
    font-size: 18px;
    font-weight: 500;
    color: var(--whitecolor);
}

.signin-signup-layout .demo-btn-section .btn-play:hover span {
    cursor: pointer;
    color: var(--primarycolor);
}

.signin-signup-layout .demo-btn-section .btn-play button {
    background: none;
    border: 0;
    padding: 0;
}

.signin-signup-layout .demo-btn-section .btn-play button i {
    font-size: 26px;
    margin-right: 8px;
    font-weight: 500;
    color: var(--primarycolor);
}

.signup-signin-header {}

.signup-signin-header .steps-list {
    display: flex;
    justify-content: center;
}

.step.active {
    /* background-color: #007bff;
    color: white; */
}


.body-content {
    display: none;
}

.body-content.active {
    display: block;
}

.body-content .error-helper {
    text-align: left;
    margin-top: -5px;
}

.body-content .error-helper span {
    color: var(--redcolor);
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
}

.body-content .success-helper {
    margin-top: 0px;
    background: var(--greencolor);
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px;
}

.body-content .success-helper span {
    color: var(--whitecolor);
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
}

.body-content .success-helper i {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    margin-right: 5px;
}

.custom-theme-style .signin-signup-layout .signup-signin-header h6 {
    margin-bottom: 3px;
    font-size: var(--primaryfontsize);
    font-weight: 500;
    color: var(--lightfont);
}

.custom-theme-style .signin-signup-layout .signup-signin-header h4 {
    color: var(--primarycolor);
    font-weight: 600;
}

.custom-theme-style .form-group input,
select {
    padding: 8.5px 14px;
    color: var(--primaryfontcolor);
    background-color: var(--inputbg);
    border-radius: 4px;
    font-weight: 400;
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid var(--inputborder);
    font-size: 14px;
}

.custom-theme-style .form-group {
    margin: 0;
}

.custom-theme-style .form-group input::placeholder,
select::placeholder {
    color: var(--secondaryfontcolor);
    opacity: 0.8;
}

.custom-theme-style .form-group input:focus,
select:focus {
    border: 1px solid #0084ff;
}


.custom-theme-style .password-layout {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.custom-theme-style .password-layout .toggle-password {
    padding: 8.5px 12px;
    color: var(--primaryfontcolor);
    background-color: var(--inputbg);
    border-radius: 0px 4px 4px 0px;
    font-weight: 400;
    /* margin-bottom: 12px; */
    width: 100%;
    border: 1px solid var(--inputborder);
    font-size: 14px;
    cursor: pointer;
}

.custom-theme-style .phoneno-layout {
    display: flex;
}

.custom-theme-style .phoneno-layout select {
    width: 120px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 28px;
}

.custom-theme-style .password-layout input {
    margin-bottom: 0;
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
}

.custom-theme-style .password-layout .width-100 {
    width: 100%;
}

.custom-button {
    color: #fff;
    padding: 8px 13px;
    background: var(--primarycolor);
    width: 100%;
    font-weight: 500;
    font-family: var(--primaryfontfamaly);
    border-radius: 4px;
    border: 0;
    box-shadow: var(--liteboxshadow);
}

.custom-button:hover {
    background: var(--secondarycolor);
}

.custom-theme-style .form-group .checkbox-layout {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 13px;
    margin-top: 1px;
    cursor: pointer;
}

.custom-theme-style .form-group .checkbox-layout input {
    width: auto;
    padding: 0;
    margin: 0;
    margin-right: 7px;
    cursor: pointer;
}

.custom-theme-style .form-group .checkbox-layout label {
    width: 100%;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
}

.custom-theme-style .form-group .checkbox-layout label span {
    color: var(--primarycolor);
}

.custom-theme-style .form-group .checkbox-layout label span:hover {
    color: var(--secondarycolor);
}

.custom-theme-style .form-group .checkbox-layout label a {
    text-decoration: none;
}

.stepper-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
}

.stepper-custom .step-custom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.stepper-custom .step-custom p {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--lightfont);
    font-weight: 500;
    margin-top: 5px;
}

.step-custom span {
    background-color: #b5b5b5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    width: 22px;
    height: 22px;
}

.step-custom.active span {
    background-color: #007bff;
}

.line-custom.active {
    background-color: #007bff;
}

.line-custom {
    height: 2px;
    background-color: #eee;
    flex-grow: 1;
    margin: 0 0px;
    margin-top: -25px;
}

.stepper-custom-bg {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.terms-and-conditions {
    padding-top: 30px;
    padding-bottom: 30px;
}

.terms-and-conditions .page-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.terms-and-conditions div {
    font-size: 14px;
    margin-bottom: 10px;
}

.terms-and-conditions li {
    font-size: 14px;
    margin-bottom: 10px;
}

.seconds-count {}

.seconds-resend {}

.hidden {
    display: none;
}


.errormessage {
    text-align: left;
}

.errormessage span {
    color: var(--redcolor);
    display: block;
    margin-top: -5px;
    font-size: 14px;
    margin-bottom: 7px;
    display: none;
}

.errormessagepass {
    text-align: left;
}

.errormessagepass span {
    color: var(--redcolor);
    display: block;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 9px;

}

.spin-loader {
    margin-top: 40px;
    margin-bottom: 20px;
}

.spin-loader i {
    font-size: 45px;
    color: var(--primarycolor);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.spin-loader p {
    color: var(--primaryfontcolor);
    margin-top: 11px;
}


.otp-body-form {}

.otp-body-form label {
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
}

.otp-body-form .seconds-count {
    text-align: right;
}

.otp-body-form .seconds-resend {
    text-align: right;
    cursor: pointer;
    color: var(--primarycolor);
    margin-top: -10px;
}

.alert-custom {
    background-color: #ffd7d4;
    color: #af0606;
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px;
}

.closebtn-custom {
    margin-left: 15px;
    color: #f00606;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn-custom:hover {
    color: black;
}

#snackbar {
    min-width: 250px;
    margin-left: -16%;
    background-color: var(--greencolor);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 7px 15px;
    position: fixed;
    z-index: 1;
    left: 50%;
    border-radius: 5px;
    bottom: 30px;
    font-size: 15px;
}

#snackbar.hide {
    display: none;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 7px;
}


.page-section-custom {
    padding: 80px 0;
}

.responsive-section-style .tab {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.responsive-section-style .tabcontent {
    display: none;
}

.responsive-section-style .tabcontent img {
    width: 100%;
}

.responsive-section-style .tab button {
    background: unset;
    border: 0;
}

.responsive-section-style .tablinks img {
    width: 38px;
    margin: 0px 0px;
}

.responsive-section-style .tablinks img:last-child {
    display: none;
}

.responsive-section-style .tablinks.active img:last-child {
    display: block;
}

.responsive-section-style .tablinks.active img:first-child {
    display: none;
}

.responsive-section-style .responsive-section-layout {
    padding-right: 50px;
}

.responsive-section-layout-left {
    padding-left: 50px;
}

.responsive-section-layout-left img {
    width: 100%;
}


.page-section-custom .section-content h2 {
    font-weight: 700;
    font-size: 35px;

}

.page-section-custom .section-content h2 span {
    color: var(--primarycolor);
}

.page-section-custom .section-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--lightfont);
}

.page-section-custom .section-content p:first-child {
    font-weight: 600;
}

.bg-color-gray {
    background-color: #F4FAFF;
}

.power-your-app .tab {
    width: 100%;
    background: #DBEDFF;
    border-radius: 10px;
    padding: 12px 12px;
    margin: 50px 0px;
    margin-top: 25px;
}

.power-your-app .tab ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

.power-your-app .tab ul li {
    /* width: 100%; */
}

.power-your-app .tab ul li div {}

.power-your-app .tab ul li div button {
    width: 100%;
    background: none;
    color: var(--primaryfontcolor);
    font-weight: 500;
}

.power-your-app .tab ul li div button:hover {
    color: var(--primarycolor);
}

.power-your-app .tabcontentss {
    display: none;
}

.power-your-app .tabcontentss img {}

.power-your-app .tablinksname {
    padding: 8px 30px;
    border-radius: 8px;
    border: 0;
}

.power-your-app .tablinksname.active {
    background-color: var(--primarycolor);
    color: var(--whitecolor) !important;
    box-shadow: var(--liteboxshadow);
}

.tailored-apps {
    background: url(../assets-lowcode/home-section-bg.svg), #000000;
    background-size: cover;
    background-position: center;

}

.tailored-apps .clients-carousel img {
    width: 100%;
}

.tailored-apps .section-content h2 {
    color: var(--whitecolor);
}

.tailored-apps .build-p {
    color: #d7d7d7 !important;
    margin-top: 15px;
}

.clients-carousel-list-data .image-box img {
    width: 100%;
}

.clients-carousel-list-data {
    margin-top: 30px;
}

.clients-carousel-list-data .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.clients-carousel-list-data .owl-dots .owl-dot span {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: none repeat scroll 0 0 #ffffff;
}

.clients-carousel-list-data .owl-dots .owl-dot.active span {
    background: none repeat scroll 0 0 #0084ff;
}

.clients-carousel-list-data .panel-bg {
    text-align: center;
    background: #ddd;
    padding: 40px 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clients-carousel-list-data .panel-bg img {
    width: 60px;
    height: 60px;
}

.clients-carousel-list-data .panel-bg p {
    margin: 0;
    margin-top: 10px;
    color: var(--secondaryfontcolor);
    font-weight: 500;
}

.video-bg-section {
    text-align: center;
}

.video-bg-section .demo-btn {
    margin-bottom: 25px;
    display: inline-block;
    text-decoration: none;
}

.video-bg-section video {
    height: auto;
}



.pricing-section-v2 {
    padding-top: 0;
}

.pricing-section-v2 .pricing-section-column {
    margin-top: 20px;
}

.pricing-section-v2 .pricing-section-column .card-bg {
    width: 100%;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
    transition: .5s;
}

.pricing-section-v2 .pricing-section-column .card-bg:hover {
    -webkit-transform: scale(1.02) !important;
    transform: scale(1.02) !important;
}

.pricing-section-v2 .pricing-section-column .align-items-stretch:nth-child(1) .card-bg {
    background: #fffdee;
    border: 1px solid #f5eeb1;
}

.pricing-section-v2 .pricing-section-column .align-items-stretch:nth-child(2) .card-bg {
    background: #f5f6ff;
    border: 1px solid #e6e8f5;
}

.pricing-section-v2 .pricing-section-column .align-items-stretch:nth-child(3) .card-bg {
    background: #ebffed;
    border: 1px solid #ccf1d0;
}

.pricing-section-v2 .pricing-section-column .align-items-stretch:nth-child(4) .card-bg {
    background: #fff2ee;
    border: 1px solid #f1d3cb;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-header {
    margin: -10px;
}

.pricing-section-v2 .pricing-section-column .align-items-stretch:nth-child(1) .card-bg .p-bg-header {
    background: #fffad0;
}

.pricing-section-v2 .pricing-section-column .align-items-stretch:nth-child(2) .card-bg .p-bg-header {
    background: #eaecff;
}

.pricing-section-v2 .pricing-section-column .align-items-stretch:nth-child(3) .card-bg .p-bg-header {
    background: #d6ffda;
}

.pricing-section-v2 .pricing-section-column .align-items-stretch:nth-child(4) .card-bg .p-bg-header {
    background: #ffe6df;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-header h5 {
    margin-bottom: 0;
    padding: 10px;
}

.pricing-section-v2 .pricing-section-column .card-bg p {
    margin-bottom: 0;
    min-height: 27px;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price {}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price h5 {}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price .p-bg-dashed-price {
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 18px;
    color: #5d6061;
    text-decoration: line-through
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price .p-bg-dashed-price i {
    font-size: 16px;
    margin-right: 3px;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price .p-bg-main-price {}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price .p-bg-main-price i {
    font-size: 16px;
    margin-right: 3px;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price .p-bg-main-price {
    font-size: 30px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 5px;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price .p-bg-main-price span {
    font-size: 14px;
    margin-left: 2px;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price .p-bg-main-price i {
    font-size: 26px;
    margin-right: 5px;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price .p-bg-duration {
    color: #455057;
    font-size: 16px;
    font-weight: 600;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price .p-bg-duration i {
    margin-right: 4px;
    font-size: 14px;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-price .p-bg-year {
    font-size: 13px;
    margin-bottom: 0;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-button {}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-button a {
    background: var(--primarycolor);
    display: inline-block;
    color: #fff;
    width: 85%;
    padding: 9px 5px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    margin-bottom: 15px;
    margin-top: 10px;
    box-shadow: var(--liteboxshadow);
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-button a:hover {
    background: var(--secondarycolor);

}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-specification {}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-specification p {
    color: #455057;
    margin-bottom: 12px;
    line-height: 24px;
}

.pricing-section-v2 .pricing-section-column .card-bg .p-bg-specification p b {
    font-weight: 600;
}

.pricing-section-v2 .text-btm {

    margin-bottom: 0;
    text-align: center;
}

.tailored-apps .owl-carousel.owl-loaded {
    z-index: 0;
}

.pricing-section-v2 .section-content h2 {
    margin-bottom: 30px;
}

.custom-footer {
    background: #0084ff;
    text-align: center;
}

.custom-footer p {
    color: #fff;
    margin-bottom: 0;
    padding: 15px 0;
}


.video-popup-banner .modal {
    display: none;
    position: fixed;
    z-index: 9;
    padding-top: 3%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 72%);
    background-color: rgb(0 0 0 / 72%);
}

.video-popup-banner.popup-promotion .modal {
    padding-top: 10%;
}

.video-popup-banner .modal-content {
    position: relative;
    background-color: initial;
    margin: auto;
    padding: 0;
    border: 0;
    width: 50%;
    box-shadow: initial;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.video-popup-banner .modal-body {
    padding: 0;
    background: none;
}

.video-popup-banner .modal-body video {
    padding: 0px;
    border-radius: 5px;
    border: 8px solid #ffffff9e;
}

.video-popup-banner .close {
    color: #fff;
    float: right;
    font-size: 14px;
    top: -7px;
    right: -7px;
    position: absolute;
    opacity: 1;
    background: #e36060;
    width: 30px;
    /* text-align: center; */
    font-weight: 300;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.video-popup-banner .closepopup {
    color: #fff;
    float: right;
    font-size: 14px;
    top: -7px;
    right: -7px;
    position: absolute;
    opacity: 1;
    cursor: pointer;
}

.video-popup-banner .close:hover,
.video-popup-banner .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.hedader_main .header-section .fa-bars {
    display: none;
}


.popup-promotion .modal-content {
    width: 70%;
}

.popup-promotion .modal-body {
    background: var(--primarycolor);
    border-radius: 10px;
}

.popup-promotion .modal-body .closepopup {
    font-size: 30px;
    font-weight: 600;
    right: 30px;
    color: #fff;
    top: 15px;
}

.popup-promotion .modal-body .container-body {
    display: flex;
    align-items: center;
    padding: 30px;
    padding-bottom: 0;
    justify-content: space-between;
}

.popup-promotion .modal-body .container-body img {
    width: 380px;
}

.popup-promotion .modal-body .container-body div:nth-child(2) {
    text-align: right;
}

.popup-promotion .modal-body .container-body h2 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
}

.popup-promotion .modal-body .container-body p {
    color: #fff;
}

.popup-promotion .modal-body .container-body a {
    background: #fff;
    border: 0;
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-block;
    color: var(--primarycolor);
    box-shadow: 0px 3px 5px 0px #ffffff78;
}

.popup-promotion .modal-body .container-body a:hover {
    background: #d9edff;
}

.video-img img {
    width: 100%;
    margin-top: 15px;
}

.power-your-app .section-content .style-text-1 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
    color: #0084ff;
}

.clients-carousel-list-data .image-box {
    transition: transform .5s;
}

.clients-carousel-list-data .image-box:hover {
    transform: scale(1.02);
}


@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@media (min-width: 1400px) {
    .container {
        max-width: 1270px;
    }
}

@media only screen and (max-width: 1400px) {
    .popup-promotion .modal-body .container-body h2 {
        font-size: 40px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 1200px) {
    .custom-theme-style .signin-signup-layout .content-text h1 {
        font-size: 35px;
    }

    .page-section-custom .section-content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .responsive-section-style .responsive-section-layout {
        padding-right: 20px;
    }

    .page-section-custom {
        padding: 60px 0;
    }

    .video-popup-banner .modal-content {
        width: 65%;
    }

    .responsive-section-layout-left {
        padding-left: 20px;
    }

    .power-your-app .tablinksname {
        padding: 8px 10px;
    }

    .popup-promotion .modal-body .container-body img {
        width: 280px;
    }

    .popup-promotion .modal-body .container-body h2 {
        font-size: 30px;
    }

    .popup-promotion .modal-body .closepopup {
        font-size: 20px;
    }
}


@media only screen and (max-width: 992px) {
    .custom-theme-style .signin-signup-layout {
        height: auto;
    }

    .custom-theme-style .signin-signup-layout .content-text {
        text-align: center;
    }

    .custom-theme-style .signin-signup-layout .content-text h1 {
        font-size: 30px;
        padding-top: 20px;
    }

    .custom-theme-style .signin-signup-layout .signup-signin-header {
        margin-top: 30px;
    }

    .signin-signup-layout .demo-btn-section {
        justify-content: center;
    }

    .responsive-section-style .responsive-section-layout {
        margin-bottom: 30px;
    }

    .page-section-custom.video-bg-section {
        padding-bottom: 0;
    }

    .power-your-app .tab ul {
        display: initial;
    }

    .power-your-app .tab ul li button {
        text-align: left;
    }

    .responsive-section-layout-left {
        padding: 0;
    }

    .responsive-section-style .responsive-section-layout {
        padding-right: 0px;
    }

    .custom-theme-style .signin-signup-layout {
        padding-top: 90px;
    }

    .power-your-app .tab {

        padding: 10px 10px;
        margin: 40px 0px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .custom-theme-style .signin-signup-layout .content-text {
        padding-right: 0px;
    }

    .popup-promotion .modal-body .container-body {
        flex-direction: column-reverse;
    }

    .popup-promotion .modal-body .container-body div:nth-child(2) {
        text-align: center;
    }

    .popup-promotion .modal-body .container-body img {
        margin-top: 55px;
    }

    .popup-promotion .modal-body .closepopup {
        font-size: 21px;
        font-weight: 600;
        top: 6px;
        right: 12pxs;
    }

    .popup-promotion .modal-body .container-body h2 {
        font-size: 25px;
        margin-top: 10px;
        font-weight: 500;
        line-height: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .hedader_main .header-section ul {
        display: none;
    }

    .hedader_main .header-section ul {
        position: absolute;
        top: 55px;
        z-index: 99;
        left: 0;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .hedader_main .header-section ul li {
        margin-left: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .hedader_main .header-section ul li a {
        display: inline-block;
    }

    .hedader_main .header-section .fa-bars {
        font-size: 19px;
        margin-top: 6px;
        display: block;
    }

    .video-popup-banner .modal-content {
        width: 90%;
    }

    .popup-promotion .modal-body .container-body img {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 576px) {
    .custom-theme-style .signin-signup-layout .content-text h1 {
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .custom-theme-style .signin-signup-layout .content-text p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .hedader_main .logo_img {
        height: 28px;
    }

    .hedader_main .header-section ul {
        top: 43px;
    }

    .custom-theme-style .signin-signup-layout {
        padding-top: 57px;
        padding-bottom: 30px;
    }

    .responsive-section-layout-left {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-section-custom {
        padding: 30px 0;
    }

    .page-section-custom .section-content h2 {
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: 600;
        line-height: 26px;

    }

    .clients-carousel-list-data {
        margin-top: 11px;
    }

    .pricing-section-v2 .pricing-section-column .card-bg .p-bg-price .p-bg-main-price {
        font-size: 24px;

    }

    .custom-theme-style .signin-signup-layout .content-text {
        padding-right: 15px;
    }

    .hedader_main {
        padding: 15px 0;
    }

    .demo-btn {
        font-size: 14px;
    }

    .signin-signup-layout .demo-btn-section .btn-play button i {
        font-size: 23px;
    }

    .signin-signup-layout .demo-btn-section .btn-play {
        font-size: 15px;
    }

    .signin-signup-layout .demo-btn-section .btn-play {
        margin-left: 10px;
    }

    .custom-theme-style .signin-signup-layout .signup-signin-header {
        text-align: center;
        border-top: 1px solid #eee;
        background: none;
        box-shadow: none;
        padding: 0;
        padding-top: 15px;
        margin-top: 20px;
    }

    .stepper-custom {
        width: 80%;
    }

    .custom-theme-style .signin-signup-layout .signup-signin-header h4 {
        font-size: 22px;
    }

    .custom-button {
        font-size: 14px;
    }

    .responsive-section-style .tablinks img {
        width: 30px;
    }

    .responsive-section-style .responsive-section-layout {
        padding-right: 15px;
    }

    .responsive-section-style .tab {
        margin-bottom: 15px;
    }

    .page-section-custom .section-content p {
        font-size: 14px;
        line-height: 25px;
    }

    .power-your-app .tablinksname {
        padding: 5px 10px;
        font-size: 14px;
    }

    .pricing-section-v2 .pricing-section-column .card-bg .p-bg-specification p {
        font-size: 14px;
        margin-bottom: 7px;
    }


    .clients-carousel-list-data .panel-bg {
        padding: 25px 10px;
    }

    .video-popup-banner .modal-content {
        width: 90%;
    }

}