.container {
  margin: 0 auto;
  padding: 0px;
  max-width: 1100px;
  width: 100%;
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: none;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}

.pricing-header {
  color: #3b3b3b;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 24px;
}

.pricing-features {
  color: #016FF9;
  font-weight: 600;
  margin: 50px 0 25px;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 0;
  text-transform: none;
  color: #3b3b3b;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  /* color: #016FF9; */
  color: #1b4cc9;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.pricing-button {
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #3b3b3b;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #1b4cc9;
  color: #fff;
  border: 0px;
}

.pricing-button.is-featured {
  background-color: #ff1e3d;
  border-radius: 3px;
  border: 0px;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #1b4cc9;
}

/*
Theme Name: Alfa Telecom
Text Domain: alfa
Version: 1.1
Requires at least: 4.7
Requires PHP: 5.2.4
*/

input#whoissubmit {
    margin-left: -5px;
    border-radius: 0 30px 30px 0;
    background: #ff1a3a;
    /* background: #14d468; */
    color: #ffffff;
    font-size: 18px;
	padding: 0 20px;
}

input#domain{
    padding-left: 20px;
    width: 75%;
    border-radius: 30px 0 0 30px;
    height: 55.5px;
    font-size: 20px;
    transition: .2s linear;
    border: 0;
    box-shadow: 0 0 100px rgba(255, 255, 255, 0.2);
    color: #6f4d9b !important;
}

@media only screen and (max-width:768px) {
input#domain{ width: 60%;}
}

legend{display: none}
select#tld{ display: none}
#pwhois_work{
    color: white;
}
#pwhois_result{
    margin: -1px 0 6px 30px;
    background: transparent;
    width: 350px;
    padding: 20px;
    border-radius: 5px;
    color: #ff0000;
}


.captcha-image {
    border: 1px solid #fff !important;
    padding: 0px !important; 
    display: inline-block;
    text-align: center;
}

.alfa_button:hover {
	-webkit-box-shadow: 0px 5px 20px -10px #1b4cc9;
	-moz-box-shadow: 0px 5px 20px -10px #1b4cc9;
	transition: all 0.4s ease 0s;
	color:#FFF !important;
	/* background-image: linear-gradient(#31c3e5, #008cea); */
	background-color:#1b4cc9;
}
.about-comp{
	font-size: 16px; 
	line-height:28px;
	margin: 20px 0;
}
.about-serv{
	color: #3b3b3b;
    font-size: 15px;
    line-height: 24px;
}
.about-h2 {
	font-size: 34px;
    font-weight: 900;
    color: #3b3b3b;
}
.about-h5{
	font-size: 20px;
    line-height: 26px;
    font-weight: 600;
	color: #3b3b3b;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 14px;
}
.phone-list {
	padding: 0;
    margin: -9px 0 0;
}
.phone-list li {
    list-style-type: none;
    position: relative;
}
.phone-list li .phone-itemNumber {
    width: 56px;
    height: 56px;
    background: #F7F9FF;
    border-radius: 99px;
    font-size: 15px;
    color: #FF1E3D;
    font-weight: 800;
    padding: 18px 23px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -28px;
	font-family: 'Roboto', sans-serif;
}
.phone-list li .phone-itemText {
    margin: 10px 0 30px 80px;
    display: block;
    font-size: 16px;
    line-height: 24px;
	color:#3b3b3b;
	font-family: 'Roboto', sans-serif;
}

textarea.form-control::placeholder {
	color: #CBBDDD;
	font-size: 16px;
	font-weight: 400;
}

footer .social-media i {
	font-size: 20px;
	color: #fff;
}
footer .social-media i:hover {
	color: #FF1E3D;
}

footer .location-info h5 {
	color: #fff;
}

footer #menu-item-196 a {
	color: #fff;
}

footer #menu-item-196 a:hover {
	color: #FF1E3D;
}

@media screen and (max-width: 992px) {
.col-sm-3:nth-child(n+2) {
	margin-top: 40px;
}
}
input[type="text"],
input[type="tel"],
textarea.form-control {
	font-family: 'Roboto', sans-serif;
	color: #3b3b3b;
	font-size: 16px;
	font-weight: 400;
}
.alert-warning {display:none !important;}
.about-img{float-left;}