/* Buraya Özel Css Yazın */

.cta.home {
    padding-bottom: 3rem;
}

.cta.home h2{
	font-weight: 600;
    color: #00B3D4;
}

.cta.home .col-lg-5:nth-child(2){
	display: flex;
    align-items: center;
}

.cta.home .btn-get-started{
	display:none;
}

.list-group-item{
	padding-left:0;
}

.list-group-item i{
	color:#00B3D4;
}

.counts .count-box {
    padding: 20px !important;
}

#solutions .icon-box{
  margin-bottom:2rem;
}

#solutions{
padding-top:19rem;
}

.whatsapp-icon{
	width:45px;
	height:45px;
} 

.flextest .col-lg-8{
	max-width: 100% !important;
    flex: none; !important;
    margin: auto; !important;
}

.flextest .title{
  font-weight:700;
}

.flextest .row { 
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
}

  .column {
  text-align: left;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 1;
    margin: 10px;
    font-weight: 600;

        background-color: #19bad80d; //19bad81c
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 2rem;
    border-radius: 140px 140px 140px 0;
  }

.column:before{
	    content: '?';
    position: absolute;
    font-size: 36px;
      top: -16px;
    left: 16px;
    color: #00b3d4;
    margin-left: 0;
    width: 50px;
}}


  .column ul {
    padding:0;
    font-weight:500;
  }

  .column ul li {

 list-style-type: none;
    border-bottom: 1px dotted #ccc;
        margin-bottom: 6px;
  }

.column ul li:last-child{
          margin-bottom: 0px;
}

.col-1 {
  max-width: calc(100% / 12);
}
.col-2 {
  max-width: calc(100% / 12 * 2);
}
.col-3 {
  max-width: calc(100% / 12 * 3);
}
.col-4 {
  max-width: calc(100% / 12 * 4);
}
.col-5 {
  max-width: calc(100% / 12 * 5);
}
.col-6 {
  max-width: calc(100% / 2);
}

.title {
  font-weight: 100;
  padding: 10px;
  text-align: center;
}

.hi {
  color: #aaa;
  text-align: center;
  padding: 10px;
  margin: 10px;
}

.bg-gray{
  background: #F1F5F7;
}

#what-you-can-do{
  padding-top:3rem;
}

#what-you-can-do h2.widget-title{
	font-size:2rem;
  	margin-bottom:3rem;
  	color:#4D4D4D;
}

#what-you-can-do h4.feature-title{
	font-size: 20px;
    line-height: 1.3;
}

#operational-process .col-lg-5{
  	display: flex;
    flex-direction: column;
    justify-content: center;
}

#operational-process h1{
	color:#00B3D4;
  	font-size:2rem;
}


#operational-process p.lead{
  	font-size:2rem;
  	font-weight:600;
}

#operational-process ul li{
  	font-size:20px;
  	margin-bottom:.75rem;
}

#try{
	color: white;
  	background-color:#00B3D4;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
}

#try .btn-get-started{
	margin-top:2rem;	
}

#legally h1{
	font-size:2rem;
}

#legally p{
	font-size:20px;
}

#legally a.link{
  	font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 20px;
}

#legally .col-lg-5{
    display: flex;
    flex-direction: column;
    justify-content: center;
  	align-items: flex-start;
}

#legally img{
	width:85%;
}

#about .col-xl-8{
	padding-bottom:0px !important;
}

.features-container .features-img {
    width: auto;
    height: 75px;
}

#softinya-features .features-img{
  height:180px;
}

#softinya-features .feature-title{
    margin-bottom: .4rem;
    font-size: 1.4rem;
    margin-top: .4rem;
}

#softinya-features2 .icon img{
	width: 75%;
    margin: 0 auto;
    display: block;
}

#softinya-features2 .btn-get-started{
	display:none;
}

#softinya-features2 h4.title{
	font-weight: 600;
    font-size: 20px;
}

#softinya-features2 .row{
	justify-content:center;
}

#softinya-features2 .section-title{
	color:#00B3D4;
}

#why-anzera{
	padding-top:0;
}

#why-anzera h2{
	font-size: 32px;
    font-weight: 700;	
  	margin-bottom:3rem;
}

#why-anzera h4{
    font-weight: 600;	
}

#why-anzera .features-img{
	width: 90%;
    height: auto;
    margin: 0 auto 1.5rem auto;
}

@media screen and (max-width: 768px) {
  .container {
    overflow: auto;
  }
   .column {
     min-width: 100%;
     width: 100%;
     margin: 10px 0;
  }
}