@charset "UTF-8";

/*
Theme Name: Canvs
Author: Global vincitore
*/


:root{
	--primary: #00AAC6;
	--secondary: #005a96;
    --dk-gray: #1A1A1A;
    --light-gray: #808080;
    --medium-gray: #4D4D4D;
}

@font-face {
  font-family: 'Gilroy Bold';
  src: url('assets/fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Gilroy Heavy';
  src: url('assets/fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Gilroy Black';
  src: url('assets/fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Gilroy ExtraBold';
  src: url('assets/fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Gilroy SemiBold';
  src: url('assets/fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Gilroy Regular';
  src: url('assets/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Gilroy Medium';
  src: url('assets/fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Gilroy UltraLight';
  src: url('assets/fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter Medium';
  src: url('assets/fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter Light';
  src: url('assets/fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter Bold';
  src: url('assets/fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter ExtraLight';
  src: url('assets/fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter ExtraBold';
  src: url('assets/fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter Black';
  src: url('assets/fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter Regular';
  src: url('assets/fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter SemiBold';
  src: url('assets/fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter Thin';
  src: url('assets/fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap
}
@font-face {
    font-family: 'Roboto Regular';
    src: url('assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    overflow-x: hidden;
}
body {
    margin: 0;
}
ul,
ul li {
  /* list-style: none */
}

a,
a:hover {
  text-decoration: none
}
.elementskit-navbar-nav-default .elementskit-dropdown {
    background: #FFFFFF !important;
    box-shadow: 0px 4px 24px rgb(0 103 119 / 20%) !important;
    border-radius: 6px !important;
}
p{
    margin: 0 0 16px; 0 !important; 
}
#ekit-megamenu-header-menu ul a {
    color: var(--dk-gray);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 0 12px;
}
.ekit-template-content-header ul#menu-header-menu > li.current-menu-ancestor > a, .ekit-template-content-header ul#menu-header-menu > li.current-menu-item > a {
	font-family: 'Inter SemiBold';
	position: relative;
}
.ekit-template-content-header ul#menu-header-menu > li.current-menu-ancestor > a:after, .ekit-template-content-header ul#menu-header-menu > li.current-menu-item > a:after {
    content: "";
    background: var(--dk-gray);
    border-radius: 2px;
    position: absolute;
    width: 75%;
    height: 2px;
    bottom: 20px;
    left: 12px;
    /* transform: translateX(-50%);*/
}
.ekit-template-content-header ul#menu-header-menu > li.current-menu-ancestor > a > i{
	color: var(--dk-gray);
}
#ekit-megamenu-header-menu ul li:hover a {
    color: var(--primary);
}
#ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li a {
    padding: 0;
    color: var(--dk-gray);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    width: auto;
    height: 100%;
    z-index: 99;
    padding: 17px 12px 10px 51px;
    white-space: nowrap;
}
#ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li .rt-wp-menu-custom-fields-wrapper {
    top: -42px;
    position: relative;
	left: -50px;
}
#ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li .rt-wp-menu-custom-fields-wrapper .rt-wp-menu-custom-fields-image-wrapper {
    margin-left: 10px;
    line-height: 0;
}
#ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li .rt-wp-menu-custom-fields-wrapper span.rt-wp-menu-custom-fields-custom-text {
    margin-left: 52px;
    margin-top: -15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--light-gray);
}
#ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li .rt-wp-menu-custom-fields-wrapper .rt-wp-menu-custom-fields-image-wrapper img{
    width: 30px;
    background: #FFFFFF;
    border: 1px solid #E6F6F5 !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
    margin-right: 10px;
    display: initial;
    margin-top: 0;
    padding: 4px;
}
#ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li {
    margin-bottom: 7px;
    height: 55px;
}
#ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li:last-child {
    margin-bottom: 0px;
}
#ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li:hover, #ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li.menu-item.active{
    background-color: #F9FAFB;
}
#ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li .dropdown-item.active, #ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li .dropdown-item:active{
    background-color: transparent;    
}
#ekit-megamenu-header-menu ul.elementskit-dropdown.elementskit-submenu-panel li:hover a {
    background-color: transparent;
}
ul#menu-header-menu li i.icon-down-arrow1 {
    margin-left: 5px;
}
.elementor-element-c754473 > .elementor-widget-wrap.elementor-element-populated {
    align-items: center;
    justify-content: end;
}
.elementor-element-c754473 > .elementor-widget-wrap.elementor-element-populated > div {
    width: auto;
}
.elementor-element-c754473 > .elementor-widget-wrap.elementor-element-populated > .elementor-element.elementor-element-b4a651b {
    margin-bottom: 0;
    margin-right: 28px;
}
.elementor-element-c754473 > .elementor-widget-wrap.elementor-element-populated .elementor-element-7ef5557 a{
    width: 150px;
    height: 45px;
    padding: 10px 36px;
}
.product-bg-image-right .elementor-widget-container, .product-bg-image-left .elementor-widget-container{
    z-index: 1;
    position: relative;
}
.product-bg-image-right .elementor-widget-container:after {
    content: "";
    position: absolute;
    width: 435px;
    height: 330px;
    background-size: contain;
    top: -50px;
    right: -45px;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
}
.product-bg-image-left .elementor-widget-container:after {
    content: "";
    position: absolute;
    width: 430px;
    height: 325px;
    background-size: contain;
    top: -50px;
    left: -36px;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}
.custom-row {
    display: flex;
    align-items: center;
}

.left-side, .right-side {
    width: 50%;
}
.tab-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0 !important;
     margin-top: 34px;
     color: #1A1A1A;
}
.tab-img {
    position: relative;
    width: 535px;
    z-index: 1;
}
.tab-detail{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
}
.elementor-element-80ad754 .tab-content.elementkit-tab-content {
    padding: 20px 0px;
}
.elementor-element-f0bfcbc .elementor-column nav ul li a {
    padding-left: 0;
}
section.elementor-section.elementor-element-35ad8d0.elementor-section-boxed {
    border-bottom: 1px solid rgb(0, 170, 198, 0.2);
    padding-bottom: 31px;
}
section.elementor-section.elementor-element-f4e5c07 {
    padding-top: 22px;
}
button, input[type='submit']{
    cursor: pointer;
}
.elementor-element-0af3721 .elementskit-infobox.text-center.text-right.icon-lef-right-aligin.elementor-animation-.elementskit-icon-right {
    justify-content: start;
    align-items: center;
}
.elementor-element-0af3721 .elementskit-infobox.text-center.text-right.icon-lef-right-aligin.elementor-animation-.elementskit-icon-right .box-body .elementskit-info-box-title {
    margin-bottom: 0;
    margin-right: 21px;
    color: var(--dk-gray);
}
.elementor-element-0af3721 .elementskit-infobox.text-center.text-right.icon-lef-right-aligin.elementor-animation-.elementskit-icon-right .elementskit-info-box-icon.text-center {
    margin-bottom: 0;
}
.subscriber-form form .e-form__buttons {
    width: auto;
}
.elementor-element-8f5aa56 .elementor-container.elementor-column-gap-default {
    align-items: center;
}
.elementor-6 .elementor-element.elementor-element-980a035 .elementskit-submenu-panel li {
    padding: 0 8px;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 10px !important;
}
.elementor-element.elementor-element-bdcaf94.elementor-widget.elementor-widget-heading {
    margin-bottom: 4px !important;
}
.subscriber-form form .e-form__buttons button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
}
.ekit-template-content-footer .elementor-column ul.elementor-nav-menu li a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 0 !important;
}
.subscriber-form form .e-form__buttons button {
    width: auto !important;
    outline: 0;
}
.ekit-template-content-header .elementor-element.elementor-element-b4a651b {
    margin-bottom: 0 !important;
}
.use-cases-slider .slick-list.swiper-wrapper .swiper-slide .slick-slide .elementskit-single-testimonial-slider {
    height: 480px;
}
.use-cases-slider .swiper-slide {
    padding: 24px 0;
}
.subscriber-form form input#form-field-email{
    font-size: 16px;
    line-height: 19px;
    color: #808080;
     font-family: 'Roboto Regular';
}
.ekit-template-content-header a.elementskit-nav-logo {
    margin: 0 !important;
    padding: 0 !important;
}
.but-wait-there-more-vactor ul li.elementor-icon-list-item {
    align-items: start;
}
.but-wait-there-more-vactor ul li.elementor-icon-list-item span.elementor-icon-list-icon {
    margin-top: 5px;
}
.elementor-element.elementor-element-0af3721.ekit-equal-height-disable.elementor-widget.elementor-widget-elementskit-icon-box {
    margin-top: 14px;
}
.canvs-core-values-main #main ul li .canvs-core-values-heading, .canvs-core-values-main #main ul li .canvs-core-values-desc {
    padding: 0 50px;
}
.career-first-slider .elementor-main-swiper.swiper-container .swiper-slide .elementor-carousel-image {
    background-size: 100% !important;
    border-radius: 20px;
}
.career-first-slider .elementor-main-swiper.swiper-container .swiper-slide:nth-of-type(odd) .elementor-carousel-image {
    height: 400px;
}
.career-first-slider .elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal >.swiper-wrapper .swiper-slide:nth-of-type(odd) {
    height: auto;
}
.career-first-slider .elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal {
    padding-bottom: 100px;
}
.career-first-slider .elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal .swiper-wrapper {
    align-items: center;
}
.career-first-slider .elementor-swiper-button {
    background: #FFFFFF;
    border: 2px solid #1D5B84;
    box-sizing: border-box;
    border-radius: 50px;
    width: 54px;
    height: 54px;
}
.career-first-slider i {
    color: #1D5B84;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.career-first-slider .elementor-swiper-button:hover{
	background: #1D5B84;
}
.career-first-slider .elementor-swiper-button:hover i{
	color: #fff;
}

/* custom new style */
.label-icon svg{
  width: 33px;
  /*height: 18px;*/
}
.label-text{
  margin-left: 10px;
  font-family: 'Inter Regular';
  font-size: 16px;
  line-height: 19px;
  color: var(--dk-gray);
}
.custom-form-heading{
  font-family: 'Gilroy Bold';
  font-size: 36px;
  line-height: 51px;
  color: var(--dk-gray);
  margin-bottom: 12px;
}
.custom-form-detail{
  font-family: 'Gilroy Medium';
  font-size: 24px;
  line-height: 28px;
  color: var(--dk-gray);
}
.custom-form-desc {
  margin: 30px 0 20px;
}
.try-canvs-bg-img-right, .get-started-form-img-right{
  position: relative;
}
.try-canvs-bg-img-right:after {
  content: "";
  position: absolute;
  width: 38%;
  height: 100vh;
  background-image: url(assets/images/Try-Canvs.png);
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.get-started-form-img-right:after{
    content: "";
  position: absolute;
  width: 38%;
  height: 100vh;
  background-image: url(assets/images/get-started-form.png);
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.left-side-cols{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 100px;
}
/*#style-1::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #ffffff;
    margin-left: 10px;
}
#style-1::-webkit-scrollbar
{
     background-color: transparent;
	 width: 5px;
}*/
/*#style-1:hover::-webkit-scrollbar {
	 width: 5px;
}*/

/*#style-1::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .2);
}*/
/*#style-1:hover::-webkit-scrollbar-thumb {
	 background-color: rgba(0, 0, 0, .2);
}*/
/* @media (hover: none) {
	 #style-1::-webkit-scrollbar {
		 width: 5px;
	}
	 #style-1::-webkit-scrollbar-thumb {
		 background-color: rgba(0, 0, 0, .2);
	}
}*/

/*custom scroll*/
/*.ps-container .ps-scrollbar-x-rail {
    position: absolute; 
    bottom: 3px; 
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none !important;
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; 
    right: 3px; 
    width: 8px;
    height: 100vh !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x {
    position: absolute; 
    bottom: 0; 
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; 
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: blue;
}

.ps-container .ps-scrollbar-y {
    position: absolute; 
    right: 0; 
    width: 8px;
    background-color: rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; 
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}
*/
#custom-scrollbar {
  overflow: hidden;
  height: 100vh;
  overflow-x: hidden;
  display: inline-grid;
  align-items: center;
}

/*end custom scroll*/
.append-login-btn {
  font-family: 'Inter Medium';
  font-size: 16px;
  line-height: 19px;
  color: var(--dk-gray);
  display: flex;
  align-items: center;
  position: absolute;
  left: -130px;
  top: 5px;
}
.append-login-btn img{
  margin-right: 10px;
}
.custom-form-btn{
  font-family: 'Inter Medium';
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  padding: 12px 38px;
  background: var(--primary);
  box-shadow: 0px 1px 13px rgba(0, 103, 119, 0.29);
  border-radius: 50px;
  outline: 0;
  border: 0;
  cursor: pointer;
  /* margin-top: 50px; */
}
.custom-form-btn:hover{
  background: var(--dk-gray);
}
.custom-field-style {
    border: 0 !important;
    border-bottom: 1px solid var(--light-gray) !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: unset !important;
    /*border-color: var(--light-gray) !important;*/
    font-family: 'Inter SemiBold';
    font-size: 16px;
    line-height: 22px;
    color: var(--primary) !important;
    padding-left: 42px !important;
    background-color: transparent !important;
}
.custom-field-style:focus{
	border-bottom: 1px solid var(--primary) !important;
} 
.custom-checkbox-style{
  padding-left: 35px;
}
.custom-checkbox-mt-22{
  padding-top: 22px;
  padding-left: 0;
}
.custom-form form .form-group {
  margin-bottom: 28px;
}
.custom-checkbox label {
  margin-bottom: 0;
  font-family: 'Inter Regular';
  font-size: 14px;
  line-height: 17px;
  color: var(--medium-gray);
  position: relative;
}

.custom-textbox-mr{
  margin-right: 28px;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
  z-index: 5;
  width: 22px;
  height: 22px;
  margin-top: 4px;
  margin-left: 0px;
  cursor: pointer;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  /* border: 1.5px solid #4D4D4D;
  box-sizing: border-box;
  border-radius: 2px; */
  background-image: url(assets/images/default-checkbox.png);
}

.styled-checkbox:checked + label:before {
/*  background: var(--primary);
  border: 1.5px solid var(--primary);*/
  background-image: url(assets/images/checked-checkbox.png);

}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
/*.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}*/
.page-template-tpl-trycanvs .ekit-template-content-header, .page-template-tpl-trycanvs .ekit-template-content-footer, .page-template-tpl-get-started-form .ekit-template-content-header, .page-template-tpl-get-started-form .ekit-template-content-footer{
    display: none;
}
ul.blog-list-update-date-time li, ul.featured-articles-update-date-time li {
  display: contents;
}
.blog-list-img-main {
  position: relative;
  height: 350px;
}
.blog-list-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px !important;
}
.blog-list-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 45px;
  font-family: 'Inter Medium';
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 1;
  transition: all 0.8s ease;
  z-index: 1;
}
.blog-list-img-main a:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, #006777 100%);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
  transition: all 0.5s ease;
}
.blog-list-img-main a:hover:after, .blog-list-img-main a:hover .blog-list-heading{
  opacity: 1;
}
.custom-blog-search-textbox{
  border: 0.5px solid var(--primary);
  box-sizing: border-box;
  border-radius: 46px;
  padding: 16px 65px;
  font-family: 'Inter Regular';
  font-size: 14px;
  line-height: 17px;
  color: var(--light-gray);
  width: 100%;
  outline: 0;
}
.custom-blog-search-btn {
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
   outline: 0 !important;
}
.custom-search-dropdwon-blog-list{
  margin-bottom: 40px;
}
.custom-dropdown-style{
  font-family: 'Inter Medium';
  font-size: 16px;
  line-height: 19px;
  color: var(--dk-gray);
  padding: 14px 30px;
  outline: 0 !important;
  border: 0.5px solid #00AAC6;
  box-sizing: border-box;
  border-radius: 46px;
  background-color: transparent;
  cursor: pointer;
  width: fit-content;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-dropdown-style svg{
  margin-left: 70px;
}
.custom-dropdown-list-design {
  display: none;
  position: absolute;
  height: 205px;
  width: 216px;
  z-index: 99;
  padding: 14px 0;
  top: 65px;
  background: #FFFFFF;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 15%);
  border-radius: 10px;
  overflow-y: scroll;
}
.custom-dropdown-list-design ul {
  padding: 0;
  margin: 0;
}
.custom-dropdown-list-design ul li {
  margin-bottom: 14px;
}
.custom-dropdown-list-design ul li:last-child {
  margin-bottom: 0px;
}
.custom-dropdown-list-design ul li a{
  padding: 12px 29px;
  display: block;
  font-family: 'Inter Regular';
  font-size: 14px;
  line-height: 17px;
  color: var(--medium-gray);
}
.custom-dropdown-list-design ul li a:hover{
  background: #E6F6F5;
  font-family: 'Inter Medium';
  color: var(--dk-gray);
}
.canvs-ai-box-heading{
  font-size: 24px;
  line-height: 55px;
  font-family: 'Inter SemiBold';
  color: var(--dk-gray);
  text-align: center;
}
.canvs-ai-box-methodology-heading{
  font-size: 24px;
  line-height: 30px;
  font-family: 'Inter SemiBold';
  color: var(--primary);
  text-align: center;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.canvs-ai-box-methodology-heading:after {
  content: "";
  border-bottom: 2.5px solid #00AAC6;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.canvs-ai-box-methodology-heading:hover{
  color: var(--dk-gray);
}
.canvs-ai-box-methodology-heading:hover:after{
  border-bottom: 2.5px solid var(--dk-gray);
}
.mt-12{
  margin-top: 12px;
}
.canvs-ai-box {
  background: #E6F6F5;
  border-radius: 10px;
  padding: 16px;
}
.canvs-ai-box-border {
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 16px;
}
.canvs-ai-box-bg-img {
  background-image: url(assets/images/Insight_Cool_2.png) !important;
/*  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;*/
}
.featured-articles-update-date-time{
  padding: 0;
}
ul.featured-articles-update-date-time li{
  font-family: 'Inter Regular';
  font-size: 14px;
  line-height: 17px;
  color: var(--light-gray);
}
ul.featured-articles-update-date-time li:after {
  content: "|";
  color: var(--light-gray);
  padding: 0 4px 0 8px;
}
ul.featured-articles-update-date-time li:last-child:after {
  content: "";
}
.featured-articles-list-inner > ul{
  padding-left: 0;
  margin-bottom: 0;
}
.featured-articles-list-inner > ul > li > a{
  font-family: 'Inter Regular';
  font-size: 14px;
  line-height: 20px;
  color: var(--dk-gray);
  text-transform: uppercase;
}
.featured-articles-list-inner > ul > li > a:hover{
  color: var(--primary);
}
.featured-articles-list-inner > ul > li{
  border-bottom: 0.5px solid rgb(128,128,128, 0.5);
  padding: 28px 0;
}
.featured-articles-list-inner > ul > li:first-child{
  padding-top: 0;
}
.articles-heading{
  font-family: 'Inter Medium';
  font-size: 18px;
  line-height: 22px;
  color: var(--dk-gray);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}
.articles-heading:after{
  content: "";
  position: absolute;
  width: 33px;
  height: 0px;
  left: 0;
  bottom: -9px;
  border: 2px solid var(--dk-gray);
}
.featured-articles-list-main {
  box-shadow: 0px 1px 6px rgb(0 0 0 / 8%);
  border-radius: 10px;
  margin-top: 30px;
  padding: 34px;
}
.cmt-45{
  margin-top: 45px;
}
.featured-articles-get-started-link{
  font-family: 'Inter Medium';
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  background: var(--primary);
  text-transform: uppercase;
  padding: 10px 36px;
  margin-top: 47px;
  border-radius: 100px;
  display: block;
  text-align: center;
}
.featured-articles-get-started-link:hover{
  background: var(--dk-gray);
  color: #fff;
}
.resource-library-link{
  font-family: 'Inter Medium';
  font-size: 16px;
  line-height: 19px;
  color: #E6F6F5;
  border: 1px solid #E6F6F5;
  border-radius: 50px;
  text-align: center;
  padding: 10px 20px;
  width: fit-content;
  margin: 30px auto 0;
}
.resource-library-main-icon {
  background: #F5FBFB;
  border-radius: 200px;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
}
.resource-library-inner {
  border: 1.5px solid #00AAC6;
  border-radius: 200px;
  width: 70px;
  height: 70px;
  position: relative;
}
.resource-library-inner img {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resource-library-blog-list-cols {
  padding: 0px 40px 90px 15px;
}
.resource-libaray-search-dropdwon{
  margin-bottom: 80px;
}
.resource-libaray-banner-heading{
  font-family: 'Gilroy Bold';
  font-size: 42px;
  line-height: 64px;
  color: var(--dk-gray);
  text-align: center;
  letter-spacing: 0.01em;
}
.resource-libaray-banner-desc{
  font-family: 'Gilroy Medium';
  font-size: 34px;
  line-height: 44px;
  color: var(--medium-gray);
  text-align: center;
}
.resource-libaray-banner{
  padding: 110px 0;
  background: #E6F6F5;
}
.resource-libaray-main{
  padding: 70px 0 120px 0;
}
.left-side-inner {
    padding-right: 100px;
}
.inner-label-text-as label {
    background: var(--primary);
    padding: 4px 11px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Inter Regular';
    margin-left: 10px;
    margin-bottom: 0;
}
.pricing-table-main .elementor-element.elementor-element-ce47a70 ul.elementor-price-table__features-list, .pricing-table-main .elementor-element.elementor-element-59d8f4ca ul.elementor-price-table__features-list{
	border-top-left-radius: 20px;
}
.pricing-table-main .elementor-element.elementor-element-ce47a70 .elementor-price-table__footer, .pricing-table-main .elementor-element.elementor-element-59d8f4ca .elementor-price-table__footer{
	 border-bottom-left-radius: 20px;
}
.pricing-table-main .elementor-element.elementor-element-91bea3f ul.elementor-price-table__features-list, .pricing-table-main .elementor-element.elementor-element-7f0a13 ul.elementor-price-table__features-list{
	border-top-right-radius: 20px;	
}
.pricing-table-main .elementor-element.elementor-element-91bea3f .elementor-price-table__footer, .pricing-table-main .elementor-element.elementor-element-7f0a13 .elementor-price-table__footer{
	 border-bottom-right-radius: 20px;
}
.pricing-table-main .elementor-element-eef058a.elementor-widget-price-table .elementor-price-table__footer, .pricing-table-main .elementor-element-ff6e0ec.elementor-widget-price-table .elementor-price-table__footer {
    text-align: left;
}
.pricing-table-main .elementor-element-eef058a.elementor-widget-price-table .elementor-price-table__footer a.elementor-price-table__button.elementor-button, .pricing-table-main .elementor-element-ff6e0ec.elementor-widget-price-table .elementor-price-table__footer a.elementor-price-table__button.elementor-button {
    padding-left: 16px;
    font-family: 'Inter Medium';
    color: var(--dk-gray);
}
.custom-link-with-underline .elementor-widget-text-editor .elementor-widget-container a {
    color: var(--dk-gray);
    border-bottom: 2.5px solid #000000;
    padding-bottom: 7px;
    font-family: 'Inter SemiBold';
}
.custom-footer-btn-style .elementor-price-table__footer a.elementor-price-table__button.elementor-button:hover {
    background-color: var(--dk-gray);
}
.bg-section-link-underline .elementor-widget-container a {
    border-bottom: 2.5px solid #FFFFFF;
    padding-bottom: 6px;
}
.custom-footer-btn-style {
    padding-top: 24px;
}
.custom-footer-btn-style:hover {
    background: #E6F6F5;
    box-shadow: 0px 4px 22px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.custom-footer-btn-style:hover ul.elementor-price-table__features-list, .custom-footer-btn-style:hover .elementor-price-table__footer{
	background-color: #E6F6F5 !important;
}
.inner-label-text-pp label {
    background: #fff;
    padding: 4px 11px;
    border-radius: 50px;
    color: #006777;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Inter Regular';
    margin-left: 10px;
    margin-bottom: 0;
}
.inner-label-text-pp {
    margin-left: 12px;
}
.elementor-element-6e381ef.elementor-widget.elementor-widget-shortcode .label-text {
    margin-left: 14px;
}
.elementor-element-6e381ef.elementor-widget.elementor-widget-shortcode .custom-field-style {
    padding-left: 33px !important;
}
.elementor-element-6e381ef.elementor-widget.elementor-widget-shortcode .custom-form-btn {
    margin-top: 36px;
}
.only-responisve-show{
 	display: none;
 	font-family: 'Inter Medium';
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #1A1A1A;
}
.custom-footer-btn-style .elementor-price-table__footer {
    position: relative;
}
.custom-footer-btn-style .elementor-price-table__additional_info {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
}

.recent-post-slider .wb_ps_single_item{
  box-shadow: none !important;
}

.recent-post-slider .wb_ps_content{
  text-align: left !important;
}
.recent-post-slider .wb_ps_content a{
  color:  #1a1a1a !important;
  font-family: "Inter-SemiBold", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}
.recent-post-slider .wb_ps_content p{
  color:  #1a1a1a  !important;
  font-family: "Inter-Regular", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 29px !important;
}

.recent-post-slider .wbel-arrow{
  background-color: transparent !important;
  border: none !important;
}
.recent-post-slider .wbel-arrow i{
  color: hsla(0,0%,93.3%,.9) !important;
  font-size: 30px !important;
}
/*end custom new style*/

@media(min-width: 768px){
    .swap-cols:nth-child(2n) > .elementor-container > .elementor-column.elementor-col-50:first-child, .elementor-element-e3f4729 .swap-cols .elementor-column.elementor-col-50:first-child {
        order: 1;
    }
	.ekit-template-content-footer ul.ekit_social_media li.elementor-repeater-item-b0e3214 {
		margin-left: 0 !important;
	}
}

@media(min-width: 1280px){
	 .container {
    	  max-width: 1170px;
	  }		
    .elementor-element-342dac5 .left-side {
        padding-right: 65px;
    }
    .left-side .tab-title {
        margin-top: -10px !important;
    }
	.ekit-template-content-footer .elementor-section.elementor-top-section.elementor-element.elementor-element-f0bfcbc > .elementor-container.elementor-column-gap-default {
		max-width: 1170px;
	}
	.elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-041467c, .elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-67ddaae {
		padding-left: 65px;
	}
	.elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-3f9fa5b {
		padding-left: 35px;
	}
	.elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-3f9fa5b > .elementor-widget-wrap.elementor-element-populated, .elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-67ddaae > .elementor-widget-wrap.elementor-element-populated {
		padding: 0;
	}
	.use-cases-tab .custom-row {
		padding-top: 30px;
	}
	.use-cases-tab .right-side {
		padding-left: 50px;
	}
  .custom-checkbox-mt-22{
      display: flex;
  }
  .custom-form .col-xl-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 63%;
      flex: 0 0 63%;
      max-width: 63%;
  }
   .resource-libaray-right {
      padding-left: 50px;
  }
  .ekit-template-content-footer .elementor-inner-section .elementor-element-3f9fa5b {
	    padding-left: 65px !important;
	}	
	.ekit-template-content-footer .elementor-inner-section .elementor-element-67ddaae {
	    padding-left: 88px !important;
	}	
}

@media(min-width: 1680px){
   .custom-form .col-xl-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
}


@media(max-width: 1024px){
    .tab-img {
        width: auto;
    }
    .left-side {
        padding: 100px 50px 0 0px;
    }
    .ekit-template-content-header button.elementskit-menu-hamburger.elementskit-menu-toggler, .ekit-template-content-header button.elementskit-menu-close.elementskit-menu-toggler {
        background: #00AAC6;
        border-radius: 20px !important;
        color: #fff;
        width: 32px !important;
        height: 32px;
        border: 0;
    }
    .ekit-template-content-header button.elementskit-menu-hamburger.elementskit-menu-toggler span.elementskit-menu-hamburger-icon {
        background-color: #fff !important;
    }
    #ekit-megamenu-header-menu > ul#menu-header-menu li a {
        justify-content: space-between;
    }
    #ekit-megamenu-header-menu > ul#menu-header-menu li a i {
        border: 0;
        margin-right: -10px;
    }
    .elementskit-navbar-nav-default .elementskit-dropdown {
        width: fit-content;
        margin-left: 15px !important;
    }
    .ekit-template-content-header div#ekit-megamenu-header-menu {
        width: 100%;
        max-width: 100%;
        background: #E6F6F5;
    }
    .ekit-template-content-header .elementskit-menu-overlay.elementskit-menu-offcanvas-elements.elementskit-menu-toggler.ekit-nav-menu--overlay, .ekit-template-content-header .elementskit-menu-overlay.elementskit-menu-offcanvas-elements.elementskit-menu-toggler.ekit-nav-menu--overlay.active {
        background: transparent;
    }
    .ekit-template-content-header .elementskit-nav-identity-panel {
        padding: 12px !important;
    }
    .ekit-template-content-header button.elementskit-menu-close.elementskit-menu-toggler {
        margin: 0 !important;
        border: 0;
        color: #fff !important;
        padding: 3px !important;
        font-size: 15px;
    }
     .ekit-template-content-header section.elementor-section.elementor-inner-section.elementor-element .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-33:nth-child(2) {
        order: 1;
    }
	.ekit-template-content-header ul#menu-header-menu > li.menu-item {
		padding-bottom: 20px;
	}
	.ekit-template-content-header ul#menu-header-menu > li.menu-item ul.elementskit-dropdown.elementskit-submenu-panel {
		margin-top: 18px;
	}
	.ekit-template-content-header ul#menu-header-menu {
		margin-top: 48px;
	}
	#ekit-megamenu-header-menu a.elementskit-nav-logo img {
		width: 71px;
	}
	.ekit-template-content-footer .elementor-element-9f6d887, .ekit-template-content-footer .elementor-element-041467c, .ekit-template-content-footer .elementor-element-3f9fa5b, .ekit-template-content-footer .elementor-element-67ddaae {
		width: 50% !important;
	    padding-right: 32px;
	    padding-bottom: 32px;
	}
  /*.ekit-template-content-header .elementor-column.elementor-col-33.elementor-inner-column.elementor-element.elementor-element-c754473 {
      position: fixed;
      margin-left: 80px;
  }*/
     .custom-checkbox-mt-22:last-child{
        padding-top: 0;
      }
      .try-canvs-bg-img-right:after, .get-started-form-img-right:after {
          width: 53%;
          background-position: center center;
      }
      .custom-form-desc {
          margin: 30px 0;
      }
      .custom-form-heading, .resource-libaray-banner-heading {
          font-size: 28px;
          line-height: 32px;
      }
      .custom-form-detail {
          font-size: 20px;
          line-height: 24px;
      }
      .custom-textbox-mr {
          margin-right: 0;
          margin-bottom: 5px;
      }
      .left-side-cols {
          padding-right: 80px;
      }
      .custom-dropdown-style, .custom-dropdown-list-design{
	    width: 100%;
	  }
	  .blog-list-heading {
	      font-size: 18px;
	      line-height: 26px;
	  }
	  .resource-libaray-main-row {
	      justify-content: center;
	  }
	  .resource-library-blog-list-cols {
	      padding: 0px 15px 80px 15px;
	  }
	  .ekit-template-content-header ul#menu-header-menu > li.current-menu-ancestor > a:after, .ekit-template-content-header ul#menu-header-menu > li.current-menu-item > a:after {
	    width: 100%;
	    height: 2px;
	    bottom: -5px;
	    left: 0;
	    transform: unset;
	}
	.left-side-inner {
	    padding-right: 60px;
	}
	.custom-checkbox-mt-22 {
	    padding-left: 6px !important;
	}
	.custom-checkbox-style {
	    padding-left: 0;
	}
	#custom-scrollbar {
	    overflow-y: scroll;
	}
	.elementor-section.elementor-top-section.elementor-element.elementor-element-3db6a20d {
	    padding: 16px;
	}
	.elementor-element-6e381ef.elementor-widget.elementor-widget-shortcode .custom-form-btn {
	    margin-top: 16px;
	}
	.pricing-table-main .elementor-element.elementor-element-ce47a70 ul.elementor-price-table__features-list, .pricing-table-main .elementor-element.elementor-element-59d8f4ca ul.elementor-price-table__features-list{
	 	border-top-left-radius: 0px;
	}
	.pricing-table-main .elementor-element.elementor-element-ce47a70 .elementor-price-table__footer, .pricing-table-main .elementor-element.elementor-element-59d8f4ca .elementor-price-table__footer{
		 border-bottom-left-radius: 0px;
	}
	.pricing-table-main .elementor-element.elementor-element-91bea3f ul.elementor-price-table__features-list, .pricing-table-main .elementor-element.elementor-element-7f0a13 ul.elementor-price-table__features-list{
		border-top-right-radius: 0px;	
	}
	.pricing-table-main .elementor-element.elementor-element-91bea3f .elementor-price-table__footer, .pricing-table-main .elementor-element.elementor-element-7f0a13 .elementor-price-table__footer{
		 border-bottom-right-radius: 0px;
	}
	.pricing-table-main > .elementor-container > .elementor-column.elementor-col-20, .pricing-table-main > .elementor-container > .elementor-column.elementor-col-16 {
	    width: 50%;
	    padding: 0 16px;
	}
	.custom-footer-btn-style .elementor-price-table {
	    border-radius: 20px;
	    background: #fff;
	    padding: 45px 0;
	    border: 1px solid #fff;
	    height: 100%;
	}
	.custom-footer-btn-style .elementor-price-table ul.elementor-price-table__features-list {
	    padding: 16px 0 45px !important;
	}
	/* vertical spacing on the rows for pricing table */
	.custom-footer-btn-style ul.elementor-price-table__features-list li::before {
	    margin-top: 25px !important;
	    margin-bottom: 25px !important;
	}
	.custom-footer-btn-style:hover ul.elementor-price-table__features-list, .custom-footer-btn-style:hover .elementor-price-table__footer {
	    background-color: transparent !important;
	}
	.custom-footer-btn-style:hover {
		background: transparent;
		box-shadow: unset;
		border-radius: unset;
	}
	.custom-footer-btn-style .elementor-price-table:hover {
	    border: 1px solid var(--primary);
	}
	.only-responisve-show{
		display: block;
	}
	.pricing-table-main {
	    background: #e6f6f5;
	}
	.custom-footer-btn-style, .custom-footer-btn-style > .elementor-widget-container{
		height: 100%;
	}
	.custom-link-with-underline .elementor-widget-text-editor .elementor-widget-container a, .bg-section-link-underline .elementor-widget-container a {
	    padding-bottom: 0px;
	}

}

@media(max-width: 768px){
    .subscriber-form form .e-form__buttons {
        position: relative !important;
    }
    p{
        margin: 0 0 12px; 
    }
    .tab-title {
        font-size: 22px;
        line-height: 26px;
    }
    .subscriber-form form .e-form__buttons button, .subscriber-form form input#form-field-email {
        width: auto !important;
    }
    .banner-text, .banner-text strong {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .why-canvs-right-side {
        margin: 0 auto;
    }
    .left-side {
        padding: 50px 0px 0 0px;
    }
    .tab-detail-heading {
        font-size: 18px;
        line-height: 20px;
    }
    .subscriber-form form input#form-field-email {
        height: 62px !important;
    }
 /*      .try-canvs-bg-img-right:before, .get-started-form-img-right:before {
          content: "";
          background: rgba(255,255,255,0.90);
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          position: absolute;
          z-index: 1;
      }
      .left-side-cols {
          z-index: 2;
          padding-right: 15px;
      }
*/
  .try-canvs-bg-img-right:after, .get-started-form-img-right:after {
      width: 48%;
  }
  .left-side-cols {
      padding-right: 12px;
  }
    .resource-libaray-banner-desc {
	    font-size: 24px;
	    line-height: 29px;
	}	
	.left-side-inner {
	    padding-right: 16px;
	}

}

@media(max-width: 767px){
    .left-side, .right-side {
        width: 100%;
    }
   
    .custom-row {
        display: block;
        align-items: center;
    }
    .left-side {
        margin-bottom: 38px;
		padding-top: 0;
    }
    .elementor-element-80ad754 .tab-content.elementkit-tab-content {
        padding: 16px;
    }
    .tab-title {
        font-size: 18px;
        line-height: 24px;
    }
    .ekit-template-content-footer .elementskit-infobox.text-center.text-right.icon-lef-right-aligin.elementor-animation-.elementskit-icon-right, .ekit-template-content-footer nav ul.elementor-nav-menu li a{
        justify-content: center !important;
    }
    .ekit-template-content-footer section.elementor-section.elementor-inner-section.elementor-element.elementor-element-35ad8d0 .elementor-column {
        margin-bottom: 35px;
    }
    .ekit-template-content-footer section.elementor-section.elementor-inner-section.elementor-element.elementor-element-35ad8d0 .elementor-column:first-child {
        order: 1;
    }
    .subscriber-form form input#form-field-email, .subscriber-form form .e-form__buttons, .subscriber-form form .e-form__buttons > button.elementor-button {
        width: 100% !important;
    }
    .elementor-element-9a93167 .elementor-column.elementor-col-50 .elementor-element.elementor-element-9be0259 {
        position: relative;
    }
    .customer-say-about-canvs .elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal .swiper-slide .elementor-testimonial, .career-testimonial-slider .elementor-element-314b3bb .elementor-testimonial {
        display: block;
    }
    .customer-say-about-canvs .elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal .swiper-slide .elementor-testimonial .elementor-testimonial__footer {
        padding: 20px;
    }
    .customer-say-about-canvs .elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal .swiper-slide .elementor-testimonial .elementor-testimonial__footer .elementor-testimonial__image img {
        width: 100% !important;
        height: 100% !important;
    }
    .use-cases-slider .slick-list.swiper-wrapper .swiper-slide .slick-slide .elementskit-single-testimonial-slider {
        height: auto;
    }
	.subscriber-form {
		width: 100% !important;
	}
	.subscriber-form form input#form-field-email {
		margin: 20px 0;
		text-align: center;
	}
	.elementor-element.elementor-element-087028d .swiper-slide {
		padding: 0 20px;
	}
	.elementor-element-7788e0b > .elementor-widget-wrap.elementor-element-populated {
		padding: 0 !important;
	}
	section.elementor-section.elementor-element-f4e5c07 {
		padding-top: 30px;
	}
	.ekit-template-content-footer .elementor-element-9f6d887, .ekit-template-content-footer .elementor-element-041467c, .ekit-template-content-footer .elementor-element-3f9fa5b, .ekit-template-content-footer .elementor-element-67ddaae, .elementor-92 .elementor-element.elementor-element-653a3b8 {
		width: 100% !important;
		padding-right: 0;
		padding-bottom: 0;
		text-align: center;
	}
	ul#menu-1-f7eaebc {
		margin: 0 auto;
	}
	.elementor-element-bf97987 {
		text-align: center;
	}
	.elementor-92 .elementor-element.elementor-element-565094a {
		width: auto;
		margin: 0 auto;
	}
	.canvs-core-values-main #main ul li .canvs-core-values-heading, .canvs-core-values-main #main ul li .canvs-core-values-desc {
		padding: 0 0px;
	}
	.career-testimonial-slider .elementor-element-314b3bb .elementor-testimonial .elementor-testimonial__content {
		margin-bottom: 16px;
	}
	.career-first-slider .elementor-main-swiper.swiper-container.swiper-container-initialized.swiper-container-horizontal {
		padding-bottom: 30px;
	}
  .try-canvs-bg-img-right:after, .get-started-form-img-right:after {
      display: none;
  }
  .left-side-cols {
      padding-right: 15px;
  }
  .mobile-in-show-img{
    margin-top: 30px;
  }
  .left-side-inner {
	    padding-right: 0px;
	}
	#custom-scrollbar{
		height: auto;
	}
	.mobile-in-show-img img {
	    width: 100%;
	}
	.pricing-table-main > .elementor-container > .elementor-column.elementor-col-20, .pricing-table-main > .elementor-container > .elementor-column.elementor-col-16 {
	    width: 100%;
	}
	.custom-pricing-tab-link .elementor-column.elementor-col-100 {
	    width: 90%;
	    margin: 0 auto;
	}
	.custom-pricing-tab-link .elementor-widget-wrap.elementor-element-populated {
	    border-radius: 10px !important;
	    margin-top: 40px !important;
	}
	.custom-pricing-tab-link .elementor-element.inline-button {
	    width: 100% !important;
	}
	.custom-pricing-tab-link .elementor-element.inline-button a.elementor-button-link.elementor-button {
	    border-radius: 10px !important;
	    width: 100%;
	    font-size: 18px !important;
	    line-height: 22px !important;
	}
	.only-responisve-show {
	    font-size: 14px;
	    line-height: 17px;
	}
    .custom-footer-btn-style ul.elementor-price-table__features-list li{
    	font-size: 14px;
	    line-height: 17px;
	    margin-top: 16px;	
    }
    .custom-footer-btn-style .elementor-price-table__heading, .custom-footer-btn-style span.elementor-price-table__subheading {
	    font-size: 18px !important;
	    line-height: 22px !important;
	}
	.inner-label-text-pp {
	    margin-left: 0;
	}
	.custom-pricing-tab-link .elementor-widget-wrap.elementor-element-populated {
	    padding: 10px !important;
	}
	.custom-footer-btn-style .elementor-price-table {
	    padding: 38px 0;
	}
}

