
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400&display=swap');

/*==============================================
   Base Css
===============================================*/

body {
	font-family: 'Montserrat', sans-serif;
	color: #111;
	font-size: 16px;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 2rem;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #523ee8;
}

h1 {
    font-size: 45px;
    line-height: 3.5rem;
    font-weight: 400;
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.6rem;
    color: #333;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

a {
    color: #c1272d;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #f73859;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

.page-wrapper {
    overflow: hidden;
}


/******************************/
.categories_btn {
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 26px;
	border: 0;
	display: block !important;
	background: #ac1640;
	color: #fff;
	transition:all .5s ease;
}
.collapse.show .categories_btn{left:-30px;}
.collapse.show{right:0!important;}
.collapse:not(.show) {
/*display: block!important;
	right: -300px !important;*/
}
#main-menuwrp {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	background: #111;
	z-index: 2;
	box-sizing: border-box;
	transition: all .5s ease;
}

.sidemenu ul {
	padding: 0;
	margin: 0;
}
.sidemenu ul li {
	border-bottom: 1px solid #222;
	padding: 0 40px;
}
.sidemenu ul li a {
	color: #fff;
	font-weight: 300;
	display: block;
	padding: 10px 0;
	font-size: 16px;
}



.topheader {
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
}
.toplogo {
	float: left;
}
.toplogo img {
	max-width: 300px;
	border-radius: 3px;
}
.topcontact ul {
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}
.topcontact li a {
	color: #111;
	font-size: 22px;
	font-weight: 300;
}

.welcometxt {
	text-align: center;
	padding: 80px 0 60px;
}
.welcometxt h1 {
	font-weight: 300;
	text-transform: capitalize;
}
.our-service {
	padding-bottom: 40px;
}
.servebox {
	background: #c1272d;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.detailbtn {
	background: #fff;
	color: #111;
	font-size: 18px;
	padding: 6px 20px;
	border-radius: 3px;
	display: inline-block;
}
.serveicon {
	padding-bottom: 35px;
}
.serveicon img {
	max-width: 380px;
	display: inline-block;
}
.servecontent h3 {
	margin-bottom: 30px;
}
.servecontent p {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
}



.footer {
	padding: 40px 0 50px;
	/*border-top: 1px solid #ddd;*/
}
.footer  h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
.footer-links ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.footer-links ul li {
	width: 33.33%;
	padding: 10px 0;
	position: relative;
}
.footer-links ul li a {
	color: #111;
	font-size: 15px;
	display: block;
	padding-left: 18px;
	position: relative;
}
.footer-links ul li a::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	font-weight: 600;
	font-size: 18px;
	top: -2px;
	left: 0;
}
.fa, .far, .fas {
	
}

.footer-contacts ul {
	padding: 0;
	margin: 0;
}
.footer-contacts ul li {
	margin-bottom: 6px;
	font-size: 15px;
	position:relative;
	padding-left:30px;
}

.footer-contacts ul li i {
	color: #111;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 5px;
}
.footer .social-icons {
	padding-top: 15px;
}
.footer .social-icons ul {
	padding-left: 0;
	margin: 0;
}
.footer .social-icons li {
	display: inline-block;
	margin-right: 8px;
}
.footer .social-icons li a {
	color: #fff;
	background: #c1272d;
	width: 32px;
	display: block;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 100%;
	color: #fff;
	font-size: 17px;
}
/***********/


.topheader {
	background: #232528;
    border: 0;
   /* margin-top: 38px;*/
}
.topcontact {
	display: flex;
	justify-content: flex-end;
}
.topcontbtn {
	background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 18px;
    border-radius: 20px;
    min-width: 84px;
    margin-right: 30px;
    text-align: center;
}
.topcontbtn:hover {
	color: #fff;
	background: #ac1640;
}

.menubarbtn span {
	background: #fff;
	height: 2px;
	width: 32px;
	display: block;
	margin: 10px 0;
}


/* .topmassage {
	background: #000;
	padding: 6px 0;
	color: #fff;
	font-size: 11px;
	margin: 0;
	font-weight: 500;
}
.topmassage::after {
	clear: both;
	display: table;
	content: '';
}

.topmassage p {
	color: #fff;
	font-size: 11px;
	margin: 0;
	font-weight: 500;
	float: left;
}
.msgbtn {
	float: right;
	background: #fff;
	color: #000;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 13px;
}
.msgbtn:hover{color:#fff;background:#ac1640;} */
#cookie-law-info-bar {
    position: fixed;
    background: #000;
    color: #fff;
    font-family: inherit;
    display: block;
    top: 0;
    left: 0;
    right: 0;
}
.topmassage {
	background: #000;
	padding: 6px 0;
	color: #fff;
	font-size: 11px;
	margin: 0;
	font-weight: 500;
}
.topmassage .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topmassage::after {
	clear: both;
	display: table;
	content: '';
}

.topmassage p {
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	margin: 0;
	font-weight: 500;
	float: left;
}
.msgbtn {
	float: right;	
}

.msgbtn a {
    background: #fff!important;
    color: #000!important;
    display: inline-block!important;
	padding: 5px 15px;
	border-radius: 13px;
	font-weight: 700;
	cursor: pointer;
	
}
.msgbtn a:hover{color:#fff!important;
background:#ac1640!important;}


.bannersec {
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding: 40px 0;
	text-align: left;
	display: flex;
	align-items: center;
	min-height:596px;
}
.bannersec::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}
.banrinfowrper {
	padding-left: 150px;
}
.banrinfowrper h1 {
	color: #fff;
	font-size: 70px;
	font-weight: 400;
	margin-bottom: 30px;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
	line-height: 1.2;
}
.banrinfowrper p {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	text-align: left;
	text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.9);
	margin-bottom: 30px;
	max-width: 500px;
}
.bannerbtn {
	background: #db0058;
	display: inline-block;
	padding: 15px 25px;
	color: #fff !important;
	border-radius: 3px;
	font-weight: 600;
	font-size: 15px;
	margin-top: 10px;
	border-radius: 30px;
}
.bannerbtn:hover{background:#ac1640;color:#fff;}

.contentpage {
	/* padding: 50px 0 30px; */
}


.ljmservice {
	background: #000;
	padding: 75px 0;
}
.ljmservebox {
	background: #232528;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.ljmservebox {
	display: flex;
	min-height: 390px;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index:0;
}
.ljmservebox::after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	
	
}
.ljmservebox:hover:after{border: 10px solid #ff0065;}
.ljmservice .col-md-6:nth-child(2) .ljmservebox:hover:after{border: 10px solid #81e8bd;}
.ljmservice .col-md-6:nth-child(3) .ljmservebox:hover:after{border: 10px solid #ac1640;}
.ljmservice .col-md-6:nth-child(4) .ljmservebox:hover:after{border: 10px solid #008aff;}
.srvbtn {
	background: transparent;
    color: #fff!important;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 60px; 
}
.srvbtn:hover{color:#fff;background:#ac1640;}




.morethansec {
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 40px 0;
	text-align: left;
	display: flex;
	align-items: center;
	min-height:433px;
}
.morethansec::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}
.morethaninfo {
	float: right;
}
.morethansec h1 {
	color: #fff;
	font-size: 55px;
	font-weight: 400;
	margin-bottom: 5px;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
}
.morethansec h1.pinktext {
	color: #db0058;
}


.footer {
	background: #000000;
	padding: 60px 0 20px;
}
.footer h2 {
	color: #db0058;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 15px;
}
.footer p {
	color: #fff;
}
.footer p a{color:#fff;}

.dmalogo {
	text-align: right;
}

.btmfooter {
	margin-top: 30px;
	border-top: 2px solid #db0058;
	padding-top: 25px;
}
.btmfooter p {
	font-size: 11px;
	font-weight: 500;
}

.usefullinks {
	padding: 0;
}
.usefullinks li {
	display: inline-block;
	font-size: 11px;
	border-right: 2px solid red;
	margin-right: 5px;
	padding-right: 8px;
	line-height: 10px;
}
.usefullinks li a {
	color: #fff;
}
.copyright {
	color: #999 !important;
	font-size: 9px !important;
}

.servimg img {
	max-width: 100%;
}
#cookie-law-info-bar {
	z-index: 2;
}

#service-modal-38 .modal-content {
	border: 10px solid #ff0065;
}
#service-modal-41 .modal-content {
	border: 10px solid #81e8bd; 
}
#service-modal-43 .modal-content {
	border: 10px solid #ac1640;
}
#service-modal-45 .modal-content {
	border: 10px solid #008aff;
}


@media (max-width:580px){
.topcontbtn {
	font-size: 14px;
    padding: 8px 14px;
    margin-right: 10px;
    display: block;
    line-height: 20px;
}
.banrinfowrper h1 {
	font-size: 45px;
}
}
@media (max-width:767px){
	.toplogo {
		float: none;
		text-align: center;
	}
	.topcontact {
		justify-content: space-between;
		padding-bottom: 10px;
	}
	.menubarbtn span {
		margin: 7px 0;
	}
	}
	@media (max-width: 300px){
		.topcontbtn {
			font-size: 12px;
			padding: 8px 10px;
		  }
		}

@media (max-width:580px){
.banrinfowrper {
	padding-left: 0;
}
.banrinfowrper h1 {
	font-size: 60px;
}
}
/*=========rules-regulations-section=========*/
.rules-regulations-sec {padding: 40px 0;}
.rules-regulations-sec .rules-regulations-items {} 

.rules-regulations-sec .page-heading {
margin-bottom: 30px;
color: #db0058;
}

.rules-regulations-sec .rules-regulations-items p {
    font-size: 16px;
    line-height: 24px;
    color: #111;
    margin-bottom: 10px;
    font-weight: 400;
}
.rules-regulations-sec .rules-regulations-items p strong {
font-size: 18px;
line-height: 26px;
font-weight: 500;
margin-right: 5px;
}

.rules-regulations-sec .rules-regulations-items h3 {
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 2px;
}
.rules-regulations-items .card{
background: white;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
padding: 16px 24px;
}

.rules-regulations-items .card-header {
background: none;
border: 0;
padding: 0;
}

.rules-regulations-items .card-body {
padding: 20px 0 0;
}

.rules-regulations-sec .rules-regulations-items h2 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
color: #000;
margin-bottom: 20px;
position: relative;
margin: 0;
}

.rules-regulations-items .card .card-header a.collapsed h2::before {
position: absolute;
content: "";
width: 14px;
height: 14px;
background: url(../images/plus-icon.png) no-repeat;
background-size: 100%;
top: 50%;
transform: translate(-50%);
right: 0;
z-index: 1;
transition: 0.3s;
}

.rules-regulations-items .card .card-header a h2::before {
position: absolute;
content: "";
width: 14px;
height: 14px;
background: url(../images/minus-icon.png) no-repeat;
background-size: 100%;
top: 50%;
transform: translate(-50%);
right: 0;
z-index: 1;
transition: 0.3s;
}


.rules-regulations-sec .rules-regulations-items ul {
	margin-bottom: 20px;
	padding-left: 40px;
}

.rules-regulations-sec .rules-regulations-items ul li{
	font-size: 16px;
    line-height: 24px;
    color: #111;
    margin-bottom: 10px;
    font-weight: 400;
    list-style: disc;
}

.rules-regulations-table table{

}
.rules-regulations-table table tr{
  
}
.rules-regulations-table table tr td {
  padding: 3px;
}

@media all and (max-width: 448px) {
	.rules-regulations-table {
	  overflow-x: scroll;
  }

   
  }
  @media all and (max-width: 480px) {
	.rules-regulations-items .card .card-header a.collapsed h2::before {
	  right: -25px;
	}
	.rules-regulations-items .card .card-header a h2::before {
	  right: -25px;
	  }
	.rules-regulations-sec .rules-regulations-items ul {
	  padding-left: 10px;
  }
	.rules-regulations-table table tr td {
	  font-size: 14px;
  }
	.rules-regulations-sec .rules-regulations-items h2 {
	  font-size: 16px;
  }
   
   
  }
  
/*=========rules-regulations-section-end=========*/
/*=========all-modal-sec-start=========*/
.modal-header h5 {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 10px;
    word-spacing: 3px;
}
.modal-body p {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}
.modal-img {
    width: 100%;
    margin: 15px auto;
}
.modal-img img{max-width: 100%;}

.modal-header {
    padding: 1px 0;
    border-bottom: 0;
}
.modal-header .close {
    margin: -9px -14px!important;
    opacity: 0.9;
}
.modal-header .close span {
    color: #000;
    text-shadow: 0 1px 0 #0d0c0c;
    font-size: 25px;
    font-weight: 500;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    background: #fff;
    border-radius: 50%;
}
.modal-body {
    padding: 30px 40px;
    background: #fff;
	border-radius: 5px;
}

.modal-content {
    border-radius: 0;
	padding: 0 10px 20px;
	
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: 1;
}
.modal-body ul li{
    display: inline-block;
	margin: 5px;
}
.modal-body ul li strong {
   /* margin-right: 5px;*/
}
.modal-body ul li a{
	font-weight: 500;
}

.modal-body ul {
    margin-top: 20px;
    padding-left: 0;
}
#service-modal-38  .modal-content{
	background: #ff0065;
}
#service-modal-41 .modal-content{
	background: #81e8bd;
}
#service-modal-43 .modal-content{
	background: #ac1640;
}
#service-modal-45 .modal-content{
	background: #008aff;
}

#service-modal-38  .modal-content .modal-body ul li a{
	color: #ff0065;
}
#service-modal-41 .modal-content .modal-body ul li a{
	color: #81e8bd;
}
#service-modal-43 .modal-content .modal-body ul li a{
	color: #ac1640;
}
#service-modal-45 .modal-content .modal-body ul li a{
	color: #008aff;
}



@media (min-width: 768px){
	.modal-dialog {
		max-width: 800px;
	}
	}
/*=========all-modal-sec-end=========*/
/*---------------only career page accodian---------------*/
.rules-regulations-items#carrer_page_accodian .card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.125)!important;
    border-radius: 0;
    padding: 0!important;
    margin-bottom: 15px;
}
.rules-regulations-items#carrer_page_accodian .card-header {
    background: #f1f1f1;
    border: 0;
    padding: 20px 30px;
}

.rules-regulations-items#carrer_page_accodian .card-body {
    padding: 20px 30px;
}

.rules-regulations-items#carrer_page_accodian .card .card-header a.collapsed h2::before {
	
    background: url(../images/plus-icon.png) no-repeat;
	background-size: 100%;
    top: 23%;
	}
	
	.rules-regulations-items#carrer_page_accodian .card .card-header a h2::before {

    background: url(../images/minus-icon-red.png) no-repeat;
    background-size: 100%;
    top: 23%;
	
	}
	
	.rules-regulations-items#carrer_page_accodian .card .card-header a[aria-expanded="true"] h2{
		color: #bb0000;
	}
	
	/**===========================careers-sec-start===========================**/
/**.
/**===========================careers-sec-start===========================**/
.info-carrer-sec {
    padding: 40px 0;
}

.info-carrer-text{}

.info-carrer-text h2 {
    color: #242424;
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.info-carrer-text p {
	color: #111;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

/**all form css start**/
.info-carrer-form{
	margin-bottom: 49px;}

.info-carrer-form .info-form-box{
	background: #a6a6a6;
}
.info-carrer-form .info-form-box h2{
	font-size: 24px;
    text-align: center;
    background: #ac1640;
    color: #fff;
    padding: 13px;
    margin-top: 0;
    margin-bottom: 20px;
}

.info-form-box .form-box {
    padding: 10px 30px 10px;
}
.info-form-box .form-box form{}

.info-form-box .form-box form input[type=text],
.info-form-box .form-box form input[type=email],
.info-form-box .form-box form input[type=tel]{
	width: 100%;
    border: 0;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 15px;
}
.info-form-box .form-box form input[type="file"] {
    cursor: pointer;
    background: none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.info-form-box input, .info-form-box select {
    width: 100%;
    border: 0;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 15px;
}
.info-form-box .form-box form input::placeholder{}

.info-form-box .form-box form .bnrbtn{
	min-width: 150px;
    background: #ac1640;
    display: inline-block;
    color: #fff;
    padding: 6px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    border: 0;
    box-shadow: none;
    letter-spacing: .5px;
    width: 100%;
}
/**all form css end**/


/*---------------only career page accodian---------------*/
.rules-regulations-items#carrer_page_accodian .card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.125)!important;
    border-radius: 0;
    padding: 0!important;
    margin-bottom: 15px;
}
.rules-regulations-items#carrer_page_accodian .card-header {
    background: #ac1640;
    border: 0;
    padding: 20px 30px;
}

.rules-regulations-items#carrer_page_accodian .card-body {
    padding: 20px 30px;
    border-left: 3px solid #ac1640;
}

.rules-regulations-items#carrer_page_accodian .card .card-header a.collapsed h2::before {
	
    background: url(../images/plus-icon-white.png) no-repeat;
	background-size: 100%;
    top: 23%;
	}
	
	.rules-regulations-items#carrer_page_accodian .card .card-header a h2::before {

    background: url(../images/minus-icon-white.png) no-repeat;
    background-size: 100%;
    top: 23%;
	
	}

	.rules-regulations-items#carrer_page_accodian .card .card-header a h2{

		color: #fff;
		
		}
	
	.rules-regulations-items#carrer_page_accodian .card .card-header a[aria-expanded="true"] h2{
		color: #fff;
	}
	/*---------------only career page accodian---------------*/

/**===========================careers-sec-end===========================**/
.contact_page_form{
	padding: 40px 0;
}
/* .wpcf7 form .wpcf7-response-output {

	position: absolute;
    bottom: 54px;
    left: 143px;
}
.info-carrer-form .wpcf7 form .wpcf7-response-output {

	position: absolute;
    bottom: 57px;
    left: 39px;
    right: 29px;

} */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 38px;
    left: 0;
    right: 0;
}
/* @media(max-width:768px){
	.cookie-msg {
		height: 60px !important;
		background: #222;
	}
	}
	@media(max-width:400px){
	.cookie-msg {
		height: 70px !important;
		background: #222;
	}
	} */

/**===========================consumer-area section css===========================**/
.consumer_area_sec{
	padding: 10px 0;
  }
  
  .consumer_area_sec .text {
	padding: 30px 0;
  }
  .consumer_area_sec .text h2 {
	color: #242424;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
  }
  .consumer_area_sec .text p{
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 15px;
  }
  
  .consumer_area_sec .text.pink_bg{
	background: #ac1640;
  
  }
  .consumer_area_sec .text.pink_bg p{
	color: #fff;
  }
  .consumer_area_sec .text.pink_bg .write_to_us{
	margin-bottom: 0;
  }
  .consumer_area_sec .text.pink_bg address{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 15px;
   
  }
  
  .consumer_area_sec .text.pink_bg span a{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
  
  }
  
  @media (max-width: 575px){
	.consumer_area_sec .text h2 {
	  font-size: 30px;
	  margin-bottom: 25px;
  }
  
  
  }
  
  /**===========================consumer-area section css===========================**/
/** modal Form **/
  .modal-content {
	border-radius: 15px;
	padding: 0 10px 0;
  }
  
  .vecency-form {
	  margin-bottom: 49px;
  }
  
  .Vacancies-page .modal-footer {
	  display: none;
  }
  .modal-body .vecency-form {
	  margin: 0;
  }
  
  .modal-body .close {
	color: #fff!important;
	opacity: 1;
	padding: 16px;
	z-index: 9;
	position: relative;
	top: -3px;
  }
  
  .modal-body .slider-formbox h2 {
	  background: #ac1640;
	  color: #fff!important;
	  font-size: 24px!important;
	  text-align: center;
	  padding: 13px;
	  margin-top: 0!important;
	  margin-bottom: 20px!important;
  }
  .modal-body .bnrform .bnrbtn {
	  cursor:pointer;
	  min-width: 150px;
	  background: #ac1640;
	  display: inline-block;
	  color: #fff;
	  padding: 6px;
	  font-size: 18px;
	  font-weight: 400;
	  border-radius: 5px;
	  text-align: center;
	  border: 0;
	  box-shadow: none;
	  letter-spacing: .5px;
	  width: 100%;
  }
  
  .modal-body .slider-formbox {
	  background: #a6a6a6;
  }
  .popbtnwrp {
	  margin-bottom: 20px;
  }
  .modal-body div.wpcf7 input[type="file"] {
	  color: #ffffff;
	  background: #a6a6a6;
	  border: none;
	padding: 0;
  }
  
  .modal-body div.wpcf7 .wpcf7-response-output {
	  color: #fff;
	  text-align: center;
	  margin-top: 0;
  }	
  
  .bnrform {
	  padding: 10px 30px;
  }
  .modal-body {
	padding: 20px 10px;
	background: #fff;
  }
  
  .bnrform input, 
  .bnrform textarea, 
  .bnrform select {
	width: 100%;
	border: 0;
	height: 40px;
	padding: 0 10px;
	border-radius: 4px;
	font-size: 15px;
  }
  
  
  .bnrform textarea {
	line-height: 1.2;
	padding-top: 12px;
  }
  
  @media (min-width: 768px) {
	.modal-dialog {
	  max-width: 500px;
  }
  
  }
  .info-carrer-sec .apply_button {
    background-color: #ac1640!important;
    border-color: #ac1640!important;
}
.info-carrer-sec .apply_button:hover,
.info-carrer-sec .apply_button:focus {
  box-shadow: 0 0 0 0.2rem rgb(207 129 151)!important;
}