span.ErrorMessage {

    color: rgb(155, 64, 64) !important;
    margin-left: 20px;
    font-size: 16px;

}



.input-error {

    border: 0.5px solid rgb(155, 64, 64) !important;

}



.input-error-home {

    border: 0.5px solid white !important;

}



.choose-us-scroll{



    display: flex;



    white-space: nowrap;

    overflow: auto;

    flex-wrap: inherit;

    

}





.choose-us-scroll::-webkit-scrollbar {

    /* width: 1px !important; */

    height:5px;

  }

  



  .choose-us-scroll::-webkit-scrollbar-track {

    background: #fff; 

  }



  .choose-us-scroll::-webkit-scrollbar-thumb {

    background: #ccc; 

  }

   

.scrolled header{

background-color: #0b1625;

}








/* ___________________________________________________________ */

main .container .features h4 {
  font-weight: 700;
  color: #0f121f;
  font-size: 1.5rem;
}
main .container .features p {
  max-width: 380px;
  width: 100%;
  font-size: 1.125rem;
  margin: 0 auto;
  color: #0f121f;
}
main .container .features a,
main .container .features a:visited {
  max-width: 281px;
  width: 100%;
  border: 1px solid #eb4335;
  margin: 0 auto;
  font-family: inherit;
  color: #0f121f;
  text-align: start;
  transition: 0.2s ease;
}
main .container .features a img,
main .container .features a:visited img {
  max-width: 30px;
  width: 100%;
  height: 31px;
}
main .container .features a:hover,
main .container .features a:visited:hover {
  background: #f2847b;
  color: #fff;
}
main .container .features a.twitter,
main .container .features a:visited.twitter {
  border: 1px solid #5da8dc;
}
main .container .features a.twitter:hover,
main .container .features a:visited.twitter:hover {
  background-color: #9ccaea;
}





.modal-content {
    position: relative;
    background-color: #007aff;
    border: 1px solid #999999;
    border: 1px solid #bdacde;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
   
}

.popup_main_box {
    width: 100%;
    background: #FFF;
    border-radius: 6px;
    position: relative;
   
    padding-left: 10px;
    padding-right: 10px;
	margin-bottom:15px;
	
}
.popup_main_box img {
	/* width:122px; */
	float:right;
	/* padding-top:50px; */
}
.popup_left_box {
    width: 72%;
    float: left;
    margin-left: 14px;
}
.popup_left_box h1 {
	width:100%;
	float:left;
	
	font-size:16px;
	color:#280065;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	margin-top:30px;
}
.popup_left_box h3 {
	width:100%;
	float:left;

	font-size:15px;
	color:#727272;
	font-weight:600;
	text-align:center;
	margin-top:0px;
}
.popup_left_box h4 {
	width:100%;
	float:left;
	
	font-size:14px;
	color:#007aff;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
	margin-top:24px;
}
.popup_fold_box {
	width:90%;
	float:left;
	background:#e3e3e3;
	border:1px solid #bdbdbd;
	border-radius:4px;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:20px;
}
.popup_text {
    height: 53px;
    width: 30%;
    float: left;
/* background-color: #007aff; */
    font-size: 15px;
    color: #727272;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif;;
    line-height: 52px;
    border: none;
    background: url(https://telxio.net/wp-content/themes/etitle-child/images/call_button.jpg) repeat-y right;
}



.pop_up_right_main_fild {
	width:100%;
	float:left;
	background:#e3e3e3;
	border-radius:4px;
	border:none;
	height:52px;
	outline:none;
	padding-left:10px;
}

/* .pop_up_right_fild_box{
  line-height: 0 !important;
} */

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
}


.call_me_button {
    width: 160px;
    background-color: #280065;
    /* background: url(https://telxio.net/wp-content/themes/etitle-child/images/call_button.jpg) repeat-x; */
    line-height: 49px;
    border-radius: 4px;
    text-align: center;
 
    font-size: 20px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    clear: both;
	/* padding-bottom: 30px; */

}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
} 



.select2-selection__rendered{
      display: flex;
    justify-content: space-evenly;
}


.menu-top-bar{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}


.flex{
  display: flex;
  align-items: center;
}

.menu-topbar--btn-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px dotted #fff;
}

ul.menu-topbar--social.nav.navbar-nav{
  display: flex;
  align-items: center;
}

.popup_left_box{
  width: 100%;
  margin: 0 0 20px;

}

.nav>li>a {
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .menu-topbar--btn-group {
    width: auto;
    justify-content: end;
  }
  .popup_left_box{
    margin-left: 14px;
    width: 72%;
  }
  .nav>li>a {
    padding: 10px 15px;
  }

}