/**
* Theme Name: Xinterio Child
* Description: This is a child theme of xinterio 
* Author: themestek
* Template: xinterio
* Version: 1.0
*/
.button.get-quote-btn
{
	border-radius: 50px !important;
    background: #3b3284 !important;
}
.button.get-quote-btn:hover
{
    background: #000;
}
.pbmit-entry-content
{
	padding:0px 50px;
}
.pbmit-service-single .pbmit-service-feature-image
{
	padding: 200px 50px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 42%);
}
.pbminfotech-element.pbmit-element-testimonial-style-1 .swiper-button-prev, .pbminfotech-element.pbmit-element-testimonial-style-1 .swiper-button-next {
    bottom: 1px !important;
}
@media only screen and (max-width: 768px) {
  .pbmit-entry-content
{
	padding:0px 20px;
}
	.pbmit-service-single .pbmit-service-feature-image
{
	padding: 100px 50px !important;

}
}

.select2.select2-container.select2-container--default
{
	display:none !important;
}