
.flextb{
	display:flex;
	flex-direction: column;
	background:#fff;
}
.comparison-table {
    width: 100%;
    border-collapse: collapse;
  }

  .comparison-table th, 
  .comparison-table td {
    border: 3px solid #fff;
    padding: 24px;
    text-align: left;
    vertical-align: top;
	  text-align: center;
  }

  .comparison-table th {
	background-color: #EEE;
  	color: #888;
    font-weight: bold;
	font-family: "Love Ya Like A Sister", Sans-serif;
  	font-size: 1.5em;
  }
.comparison-table th.little {
	background-color: #74CEE4;
  	color: #fff;
}
  .comparison-table tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  .comparison-table tr th:nth-child(1)  {
		vertical-align: bottom;
  }
  .comparison-table tr td:nth-child(1)  {
		vertical-align: middle;
  }
  .comparison-table tr:hover {
    background-color: #f1f1f1;
  }

  .highlight {
    background-color: #FBf9f3;
    font-weight: 500;
  }
 /* Remove background for Feature column */
  .comparison-table th.feature,
  .comparison-table td.feature {
    background-color: transparent;
    color: #000;
    font-weight: bold;
    width: 20%;
  }

  /* Set 40% width for both comparison columns */
  .comparison-table th.col2,
  .comparison-table td.col2,
  .comparison-table th.col3,
  .comparison-table td.col3 {
    width: 40%;
  }
.priciple img{
border-radius:25px;	
}
.socialmedia a{
margin-right:10px;	
}
.socialmedia a img {
  height: 40px !important;
  width: auto !important;
  max-width: none;
}
.footerlist > ul{
	list-style:none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom:0;
}
.footerlist ul strong{
	font-weight: 700;
}
.footerlist ul li ul{
	list-style:none;
	padding-left: 15px;
	margin-bottom:10px;
}
.nice-select {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 0 15px;
  background: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.nice-select:hover {
  border-color: #0073e6;
}

.nice-select:focus,
.nice-select.open {
  border-color: #0073e6;
  box-shadow: 0 0 5px rgba(0,115,230,0.2);
}

.nice-select .list {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 10px;
}

.nice-select .option:hover {
  background: #f0f7ff;
}

.nice-select .option.selected {
  background: #0073e6;
  color: #fff;
}
.forminput {
    color: #444444;
    border-color: rgba(0, 0, 0, 0.09);
    height: 3rem;
    border-radius: 4px 4px 4px 4px;
    vertical-align: middle;
}

.formselect {
    color: #444444;
    border: 1px solid rgba(0, 0, 0, 0.09);
    height: 3rem;
    border-radius: 4px 4px 4px 4px;
    vertical-align: middle;
    width: 100%;
    font-weight: 400;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b1b1b1 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b1b1b1 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b1b1b1 !important;
}

.mbrow {
    display: flex;
    margin: 15px 0;
}

.mbrow .mb-6 {
    display: inline-flex;
    width: 50%;
}

.mbrow .mb-12 {
    display: inline-flex;
    width: 100%;
}

.mbrow .mb-6:nth-child(1) {
    margin-right: 10px;
}

.mbrow .mb-6:nth-child(2) {
    margin-left: 10px;
}

.submitbtn {}

.nice-select.open {
    border-color: rgba(0, 0, 0, 0.09) !important;
}

.nice-select {
    line-height: 35px;
    padding-left: 14px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.forminput {
    color: #444444;
    border-color: rgba(0, 0, 0, 0.09);
    height: 3rem;
    border-radius: 4px 4px 4px 4px!important;
    vertical-align: middle;
}
.formselect {
    color: #444444;
    border: 1px solid rgba(0, 0, 0, 0.09);
    height: 3rem;
    border-radius: 4px 4px 4px 4px;
    vertical-align: middle;
    width: 100%;
    font-weight: 400;
}
.contactbtn {
  background-color: #EC774B;
  font-size: 1em;
  font-weight: 400;
  text-transform:none;
  font-style: none;
  text-decoration:none;
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing:1px;
}
a.privacy{
margin-left:10px;	
}
  @media (max-width: 768px) {
    .comparison-table th, 
    .comparison-table td {
      font-size: 14px;
      padding: 10px;
    }
  }


@media (max-width: 480px) {
  
 elementor-606 .elementor-element.elementor-element-01bfcb6 .elementor-heading-title {
    font-size: 2em!important;
    line-height: 1em;
  }
	h1{
		font-size: 3em!important;
		text-align: center;
	}
	h2{
		font-size: 2.5em!important;
		text-align: center;
	}
  h5{
		font-size: 1.2em!important;
	}
	footer h4{
		font-size: 1.5em!important;
	}
	p{
		font-size: 1em!important;
	}
	.elementor-3661 .elementor-element.elementor-element-68f933b img {
 
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
	.elementor-3661 .elementor-element.elementor-element-60cf618c{
		position: relative;
  right: 0;
  top: -20px;

	}
	.elementor-3661 .elementor-element.elementor-element-68f933b img {
  width: 88px;
}
	.elementor-counter .elementor-counter-number{
		font-size: 3em;
	}
	.elementor-606 .elementor-element.elementor-element-1147c3e{
	padding:10px;	
	}
	.mblock,.elementor-headline-text-wrapper{
	display:block！important;	
	}
	.elementor-4047 .elementor-element.elementor-element-9b0970c .elementor-headline-plain-text{
		display:block！important;
	}
}