/*
Theme Name: Saasweb Child
Theme URI: http://d.commonsupport.com/saasweb/
Template: saasweb
Author: template_path
Author URI: https://themeforest.net/user/template_path/portfolio
Description: This is saasweb Business Solution theme
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,rtl-language-support,sticky-post,translation-ready,microformats
Version: 1.0.0.1753
Updated: 2020-05-12 09:45:55

*/

.main-header .header-upper .logo-box .logo img{
	width: 240px;
}

.wp-style .lower-content .text > ul {
 font-size: 15px; 
  margin-bottom: 1rem;
}

.sidebar-subscribe-form form .input-field input{
	    position: relative;
    display: block;
    background: #2a3e72;
    border: 1px solid #31426c;
    color: #f3f7fa;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 10px !important;
    transition: all 500ms ease 0s;
}

.sidebar-subscribe-form form .input-field textarea{
	  position: relative;
    display: block;
    background: #2a3e72;
    border: 1px solid #31426c;
    color: #f3f7fa;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    max-height: 170px;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 10px;
    transition: all 500ms ease 0s;
	padding-top: 15px;
}

 .sidebar-subscribe-form form .input-field ::placeholder {
	color: #f3f7fa;
}

.sidebar-subscribe-form input[type=submit]{
	width: 100%;
border-radius: 10px;
    background: #4640C6;
    color: #ffffff;
    font-size: 14px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 0px solid #f2f2f2;
    transition: all 500ms ease 0s;
    font-family: 'Roboto', sans-serif;
}

.publishers-screenshots .align-items-center:nth-last-child(1){
	display: none;
}
.breadstyle_two {
	height: 265px;
	padding: 100px !important
}

.tab-btn  {
	height: 71px;
}
.tab-btn-box {
	margin-top: 212px;
}
.beadone  {
	padding: 125px !important;
}


.clients-section.style-two .image-box img {
	opacity: 0.9
}
.auto-container .row {
	display: flex;
	justify-content: center;
}
.slide-item .image-box a {
	cursor: default;
}
.blog-classic figure {
 display: block;
}

.elementor-price-table__feature-inner {
	display: flex;
}

.service-block-one {
	height: 90%;
}

.login-btn {
	color: #363636
}

#productHunt {
	z-index: 10;
	position: relative; 
	left: 50%;
	transform: translateX(-50%);
}

.text {
	font-size: 1.2rem
}

#pricingTableMain .elementor-element .elementor-price-table__features-list li:before{
	margin: 15px !important;
}

#pricingTableMain .elementor-price-table__heading{
	margin-top: 10px;
	margin-bottom: 15px;
}

#pricingTableMain .elementor-price-table__subheading{
	font-size: 16px;
}

@media only screen and (max-width: 991px){
	.beadone{
		padding: 80px 0 0 10px !important;
	}
.page-title h1{
font-size: 30px;	
}
  
  .contact-page-section .form-column .inner-column {
  	padding-left: 0px !important;
  }
  
  
}

@media only screen and (max-width: 761px){
	
	h1{
font-size: 26px;	
		line-height: 36px;
		text-align: center;
}
	
	.page-title .bread-crumb li:before{
		line-height: 12px;
	}
	
	.page-breadcrumb{
		padding-top: 0px;
	}
	
	.page-breadcrumb li{
		font-size: 12px !important;
		line-height: 14px !important;
	}
	
	.page-breadcrumb li:nth-last-child(1){
		display: none;
	}
	
	.page-breadcrumb li:nth-last-child(2):before{
		display: none;
	}
	
	.beadone{
		padding: 80px 10px 100px 10px !important;
	}
	.page-title h1{
		font-size: 26px;	
		line-height: 30px;
		margin-bottom: 0;
	}
	
	.wp-style h2 {
			font-size: 24px;
	}
	
	.sidebar-page-container{
		padding-top: 20px;
	}
	
	.news-block-one .lower-content{
		padding: 10px;
	}
	
	.elementor-price-table .elementor-price-table__price{
		font-size: 45px;
	}
	
	#pricingHeader h2{
		font-size: 24px !important;
		line-height: 32px !important;
		margin-top: 40px
	}
	
	#pricingHeaderWrapper{
		margin-bottom: 0 !important;
	}
	
	#pricingQuestionsWrapper h3{
		font-size: 18px !important;
		line-height: 24px !important;
	}
	
	#pricingQuestionsWrapper p{
		    font-size: 1em;
	}
	
	.elementor-price-table__heading{
		margin: 10px 0 !important;
		font-size: 20px !important;
	}
	
}

.scroll-to-top{
	margin-right: 60px;
	bottom: 20px;
	animation: none;
	box-shadow: none;
	display: none !important;
}

.scroll-to-top:after{
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
	  border-color: #f13729;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
	  background-color: #f13729;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    background-color: #4640C6;
    border-color: #4640C6;
}

#contact-form .form-group input, #contact-form .form-group textarea{
	background: #fff;
}

#contact-form .form-group input[type=submit]{
    background: #4640C6;
    color: #ffffff;
    font-size: 14px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 0px solid #4640C6;
    transition: all 500ms ease 0s;
	  cursor: pointer;
}

#contact-form .form-group input[type=submit]:hover{
	background-color: #3631ac;
}

@media only screen and (max-width: 1299px){
	.banner-section-two .content-box{
		margin: auto;
	}
	.banner-section-two .image{
	max-width: 96%;
	margin: 2%;
	}
  
  .clients-section-two .sponsor-logo-list {
    justify-content: space-evenly;
  }
}

.rtl-right{
	text-align: right;
	direction: rtl;
}

.blogpage{
	border: none;	
}

.mrfooter ul li a{
	text-transform: none;
}

.sidebar-page-container{
  padding-top: 20px;
}

.social-icon-one li .fab {
    font-family: 'Font Awesome 5 Brands';
}

.social-icon-one li [class*=" fa-"]:before{
  font-family: 'Font Awesome 5 Brands';
}

.contact-page-section .info-column .inner-column{
      background-color: #4640C6;
}

.clients-section.style-two .image-box{
  max-width: 90%;
  margin-left: 5%;
  text-align: center;
}

.clients-section.style-two .image-box img{
	height: auto !important;
	width: inherit !important;
	max-height: inherit !important;
	max-width: inherit !important; 
}

.clients-section .image-box{
  line-height: inherit !important; 
}

.clients-section .image-box a {
    cursor: default;
    display: inline-block;
    max-height: 80px !important;
}

.banner-section-two .layer-image{
  //background-image: none !important;
}


.clients-section.style-two.clients-trust-wrapper{
padding-top: 0;
}

.clients-section.style-two.clients-trust-wrapper .image-box img {
  max-height: 40px !important;
}

.clients-section.style-two .image-box img {
  padding: 5px 0 !important;
}

.banner-section-two-new .banner-section-two .layer-image{
  background-image: none !important;
}

.clients-section.style-two.clients-trust-wrapper h1 {
  font-size: 26px !important;
   font-weight: 200;
}

.clients-section.style-two.clients-trust-wrapper {
  background-color: #EEF2FE;
}



.our-clients-top h1 {
  font-size: 20px !important;
  font-weight: 300;
  background-color: #f0f3ff;
  max-width: fit-content;
    margin: auto;
    padding: 0 0.5rem;
}

.our-clients-top.clients-section-two {
  padding-top: 60px !important;
}

.our-clients-top.clients-section-two .sponsor-logo-list li {
  margin: 20px 15px;
  max-width: 90px;
}

.our-clients-top.clients-section-two .sponsor-logo-list li:nth-child(1) {
  max-width: 65px;
}

.our-clients-top.clients-section-two .sponsor-logo-list li:nth-child(4) {
  max-width: 144px;
}

.our-clients-top.clients-section-two .sponsor-logo-list li:nth-child(6) {
  max-width: 72px;
}

.clients-section-two:before {
  transform: none;
}

.our-clients-top.clients-section-two .auto-container {
  padding-bottom: 30px;
  position: relative;
  border-image: linear-gradient(to right,#0074bb, #75e2d6) 30;
  border-width: 1px;
  border-style: solid;
}

.our-clients-top .clients-section-two .sec-title.text-center {
  margin-bottom: 0;
}

.our-clients-top .auto-container .sec-title {
  margin-bottom: 0px !important;
  margin-top: -55px;
}

.meet-the-top .sec-title.text-center {
  margin-bottom: 60px;
}

.clients-section-two .sponsor-logo-list li a {
	pointer-events: none;
}



.banner-section-two .image {
 	box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding-top: 20px;
}

.main-section.banner-section-two {
  padding-bottom: 0 !important;
}

#tag_cloud-2 .tagcloud a {
  line-height: 18px;
}

.main-section .auto-container .content-column {
  width: auto;
}

.g-badges .clients-section-two .sponsor-logo-list li {
  margin: 10px 2px;
  max-width: 94px;
}

.g-badges .clients-section-two ul {
      justify-content: space-around;
}

.g-badges .clients-section-two {
  padding: 0;
}

.g-badges .sec-title.text-center {
 display: none; 
}

.book-demo-btn > a {
	box-shadow: 0px 11px 21.25px 3.75px rgba(64,58,180, 0.35);
}

@media only screen and (min-width: 1200px) {
  .our-clients-top .auto-container .sec-title.text-center .text {
    display: none;
  }

  .main-section .auto-container .content-column .content-box {
    text-align: left;
  }
	
}

@media (max-width: 1199px) {
  .book-demo-container {
	top: unset !important;
    left: unset !important;
    width: unset !important;
 	height: unset !important;
    float: unset !important;
    padding-top: 32px;
    background-color: #eff3ff;
  }
}  

@media only screen and (max-width: 799px) {
	.meet-the-top .integrations-block {
  		    background-image: url(../saasweb/images/icons/integration-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	}
  
  .our-clients-top.clients-section-two .sponsor-logo-list li {
  margin: 10px 10px;
}
}

#contact-form > div > div:nth-child(17) {
	height: 60px;
  	margin-bottom: 0;
}

.ekit-comparison-table-content p {
	font-size: inherit;
}