/* <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600&display=swap" rel="stylesheet"> */


* {
    margin:0px; padding:0px; 
}

p { 
	margin-bottom:2px; font-size:15px; 
}

html{ 
	scroll-behavior: smooth;  
}

a{
	text-decoration: none !important;
}
/* ===== Sidebar ===== */
#stepNav {
    background: #ffffff;
    border-radius: 12px !important;
    padding: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	margin-bottom: 20px
}

#stepNav .nav-link {
    color: #1f3864;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 8px !important;
    margin-bottom: 6px;
    transition: all 0.25s ease;
	font-size: 15px !important;
}

#stepNav .nav-link:hover {
    background: #eaf0fb;
}

#stepNav .nav-link.active {
    background: #0d47a1;
    color: #ffffff;
    font-weight: 600;
}

#stepNav .nav-link.disabled-link {
    background: transparent;
    color: #9aaac2;
    opacity: 1;
    cursor: not-allowed;
    border: 0px !important;
}

#stepNav .nav-link i {
    float: right;
    font-size: 14px;
    opacity: 0.7;
}

/* ===== Content Area ===== */
#stepContent {background: #ffffff;border-radius: 12px !important;padding: 20px;box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;}

#stepContent h3 {
    font-weight: 600;
    color: #1f3864;
    margin-bottom: 15px;
}

#stepContent p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5b73;
}

	.btn-log-i{
		background: transparent !Important;
		border: 0px !important;
		display:flex;
		line-height: 1.1;
		margin-left: 20px;
		gap: 4px
	}
	.btn-log-i i{
		display: inline-block;
		font-size: 20px;
		color: #ffbe41;
	}
	.btn-log-i span{
		display: inline-block;
	}
	.btn-log-i:hover{
		
	}
.def-btn-1{
	padding: 10px 30px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #003966 !important;
	border-radius: 30px;
	border: 2px solid transparent;
	transition: .3s;
}

.def-btn-1:hover{
	background-color: #003966;
	color: #fff !important;
	border: 2px solid #fff;
}
.header-btn-main .def-btn-2:hover {
	background-color: transparent;
  }

/* .def-btn-2{
	padding: 0px 30px;
	background-color: #003966;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	border-radius: 10px;
	border: 2px solid transparent;
	transition: .3s;
	height: 47px !important;
line-height: 20px !important;
} */

.def-btn-2:hover{
	background-color: #fff;
	color: #003966 !important;
	border: 2px solid #003966;
}

.login-interviewer-button {
	background-color: transparent !important;
	border: 2px solid #003966 !important;
	color: #003966 !important;
	margin-left: 10px !important; 
	transition-duration: 0.6s;
	border-radius: 30px !important;
}
.login-interviewer-button:hover {
	background-color: #003966 !important;
	color: #fff !important;
}
.m-step-box .nav{
	border-radius: 8px !important;
}
.m-step-box .nav-link{color: #054585;background: #fbfbfb !important;border-bottom: 1px solid #cbc6c6 !important;border-radius: 0px !important;}
.m-step-box .nav-link:hover{
	background: #e7e7e7 !important;
	color: #054585;
}
.m-step-box .nav-link.active{
	background: #054585 !important;
	border-radius: 0px !important;
}
.m-step-box .progress{
	
}
.m-step-box .progress .progress-bar{
	background: #054585
}
.m-step-box .btn-primary{
	background: #054585 !important;
	color: #fff
}
/* ==========================================================================================
											*  Body *
===============================================================================================*/

.gridcontpadding{
	padding:5px 0px;
}

.toptitle{
	color: #333333;
    font-size: 18px;
	font-weight:500;

}


.blue-bg
{
    background: #003966;
    color: #fff;
    font-size: 20px;
}
.relati .blue-bg p{
	background: #003966 ;
    color: #fff ;
    font-size: 20px;
    margin-bottom: 15px;
}
.free-tag img{
	height: 30px !important;
}

.free-txt{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	text-align: center;
}

.header-btn-main{
	display: flex;
	justify-content: flex-end !important;
}

.header-btn-main a {
	background-color: #ffbe41;
	color: #1d1e1e !important;
	border: 1px solid #ffbe41;
	margin-left: 10px;
	font-weight: 600;
	font-size: 15px;
	padding: 0px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	transition: .3s;
	height: 37px !important;
	line-height: 20px !important;
}

.header-btn-main a:hover{
	border:3px solid #ffbe41;
	color: #003966 !important;
}

.header .badge-primary { 
	background:#003966; 
	font-size:20px; 
}

.strip { 
	background:#003966;
}


				/* Card Section Start */

.card-sec-main{
	margin-top: 20px;
}

.single-card:first-child{
	background-color: #003966;
	border-radius: 20px;
	padding-top: 30px;
}

.single-card:last-child{
	background-color: #003966;
	border-radius: 20px;
	padding-top: 30px;
}

.single-card:last-child .card-cont-main{
	color: #fff;
}

.single-card:first-child::after{
	display: none;
}

.single-card{
	background-color: #fff;
	border-radius: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	box-shadow: 0 0 15px #ccc;
	margin: 10px;
}

.single-card::after{
	content: '₹99';
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	width: 70px;
	background-color: #003966;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 20px 0 10px;
	font-weight: 500;
}

.single-card:nth-child(3)::after{
	content: '₹199';
}
.single-card:nth-child(4)::after{
	content: '₹299';
}
.single-card:nth-child(5)::after{
	content: '₹399';
}
.single-card:nth-child(6)::after{
	content: '₹499';
}
.single-card:nth-child(7)::after{
	content: '₹1500';
	background-color: #fff;
	color: #003966 	;
	display: none;
}

.card-img-logo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;
}

.card-img-logo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.card-img-logo img{
	height: 65px;
}

.free-job{
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-cont-main{
	color: #003966;
	text-align: center;
}

.card-cont-main h4{
	font-size: 16px;
}

.card-cont-main p{
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px;
}

.bg-gray { 
	background-color: #003966;
	color: #fff;
} 

.frm-head > span{
	font-size: 36px; 
}

.form-box { 
	/* border:1px solid #ccc;  */
	border-radius:20px; 
	padding:0px;
	box-shadow: 0 0 15px #ccc;
}
.form-box h5 { 
	font-weight:600;
}

.form-box input { 
	border-radius:10px; 
	min-height:48px;
}
.form-box input.form-check-input{
	height: 1em;
	min-height: auto
}
.form-box .btn-blue { 
	background:#3366cc; 
	border-radius:20px; 
	font-size:20px; 
	color:#fff; 
	min-height:45px; 
	width:100%;
}

.form-box .profile { 
	background:#f8f8f8; 
	height:174px; 
	border:1px solid #ccc; 
	width:174px; 
	border-radius:50%;
	margin-left: auto;
	margin-right: auto;
}
.your-search p { 
	padding:10px 0px; 
	border-bottom:1px solid #ccc; 
	letter-spacing:.5px; 
	font-size: 17px;
}

.iconeffectc-ont a{
	display: block;
}

.iconeffect {
  transition: .5s ease;
  backface-visibility: hidden;
}

.card-active{
	background-color: #003966;
	transform: scale(1.1);
	color: #fff;
}

.card-active p{
	color: #fff;
}

.card-active small{
	color: #fff;
}

.required{
	color: #003966;
	font-weight: 500;
}

.sign-main{
	position: absolute;
	top: 50%;
	right: 20px;
}

.required > input::placeholder{
	color: #ccc;
	font-weight: 500;
}

.required > input{
	border-color: #79BBEF;
}

.number{
	display: flex; 	
}

.number > input{
	border-color: #79BBEF;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number > input::placeholder{
	color: #ccc;
	font-weight: 500;
}
.ques-title{
	font-weight: 600;
	font-size: 16px;
	color: #054585
}
.country-n{
	max-width: 50px;
	margin-right: 10px;
	outline: none;
	border: 1px solid #79BBEF;
	padding: 4px;
}

.country-n::placeholder{
	color: #003966;
	font-weight: 500
}


/* ==========================================================================================
										*  Footer  *
===============================================================================================*/

.footer { 
	background: #013158;
} 
.social-main {
	text-align: end;
  }

.footer ul { 
	padding:0px;
} 

.footer ul li { 
	list-style:none; 
	line-height:23px; 
	margin-bottom: 10px;
	color: #fff;
	padding-bottom: 10px !important;
} 

.footer ul li a { 
	color: #fff !important;
	list-style:none; 
	letter-spacing:.5px;

} 

.footer-time{
	font-size: 16px;
	color: #fff;
}
.footer p {
	margin-bottom: 0px;
  }

.social-main a{
	color: #fff !important;
	font-size: 26px;
	margin: 10px;
}

.social-main a:hover i{
	transform: scale(1.2);
	transition: .3s;
}

/* .right-tike.rounded-circle::before {
	content: '';
	position: absolute;
	height: 1px !important;
	width: 212px !important;
	background: #4472c4 !important;
	right: 16px !important;
	left: 173px !important;
	top: 44% !important;
  } */
  .right-tike.rounded-circle::before {
    content: '';
    position: absolute;
    height: 1px !important;
    width: 142px !important;
    background: #013158 !important;
    right: 16px !important;
    left: 214px !important;
    top: 32% !important;

}
/* ==========================================================================================
										*  Media Query  *
===============================================================================================*/



@media (min-width: 992px) and (max-width: 1199px){

	.card-img-logo img{
		height: 50px;
	}

	.card-cont-main h4{
		font-size: 12px;
	}

	.card-cont-main p{
		font-size: 14px;
	}

}

@media (min-width:768px) and (max-width:991px) {
	.right-tike.rounded-circle::before {
		content: '';
		position: absolute;
		height: 1px !important;
		width: 212px !important;
		background: #4472c4 !important;
		right: 16px !important;
		left: 105px !important;
		top: 44% !important;
	}
	.form-box .profile { 
		background:#f8f8f8; 
		height:174px; 
		border:1px solid #ccc; 
		width:174px; 
		border-radius:50%; 
		/* position:absolute; 
		top:-200px; 
		right:80px; */
	}

	.your-search p { 
		padding:2px 0px; 
		border-bottom:1px dashed #ccc; 
		letter-spacing:.5px; 
		font-size: 17px;
	}

	.header-btn-main{
		display: flex;
		justify-content: center;
	}

	.def-btn-2{
		padding: 5px 28px;
	}

	.card-sec-main .row{
		flex-wrap: nowrap;
		overflow: scroll;
	}

	::-webkit-scrollbar {
		display: none;
	}

	.header .badge-primary{
		font-size: 18px;
	}

	.gridcontpadding{
		padding:0px 0px;
	}
}


@media (max-width:768px) {
	.toptitle{
	color: #333333;
    font-size: 15px;
	font-weight:500;
}

.blue-bg
{
    background: #003966;
    color: #fff;
    font-size: 13px !important;
    text-align: center;
}



/* .s-box { width:49.5%; display: inline-table; border-bottom:1px solid #ccc;}
.s-box:nth-child(even) { border-right:0px;  }
.s-box:last-child { border-right: 1px solid #ccc;} */
.footer {background:#013158; margin-top:56px; font-size:12px;}
.footer h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
}
.footer h5{margin-top:0px; font-size:15px;}

}


@media (min-width: 576px) and (max-width: 767px){
	.header .badge-primary{
		font-size: 14px;
	}

	.header-btn-main{
		display: flex;
		justify-content: center;
	}

	.def-btn-2{
		padding: 4px 20px;
	}

	.card-sec-main .row{
		flex-wrap: nowrap;
		overflow: scroll;
	}

	::-webkit-scrollbar {
		display: none;
	}

	.footer h5{
		font-size: 14px;
	}
}

@media(max-width: 575px){

	.def-btn-2{
		padding: 10px 22px;
	}

	.header-btn-main{
		display: flex;
		justify-content: center;
	}

	.def-btn-2{
		padding: 5px 20px;
	}

	.header-cont-main{
		display: block;
		text-align: center;
	}

	.header .badge-primary{
		font-size: 14px;
	}

	.card-sec-main .row{
		flex-wrap: nowrap;
		overflow: scroll;
	}

	::-webkit-scrollbar {
		display: none;
	}

	.social-main{
		margin-top: 10px;
		text-align: left;
	}

	/* .frm-head > span{

	} */

	.form-box{
		padding: 50px 0;
	}

	.footer h5{
		font-size: 14px;
	}
}

@media (max-width:480px) { 
	
	.defpocon-ams .col-12.text-center span:last-child h3 {
		font-weight: 600 !important;
		/* color: #c55a11; */
		margin-top: 20px !important;
	}

	.s-box { width:49%; display: inline-table;  }
	.form-box .btn-blue { font-size: 15px;}

	.header-btn-main{
		display: flex !important;
		justify-content: center;
	}
	.header ul.nav.bar-list {
		margin-top: 15px;
	}

	.def-btn-2 {
		padding: 9px 20px;
	}

	.header-cont-main{
		display: block;
		text-align: center;
	}

	.header-img > img{
		height: 40px;
		margin-bottom: 10px;
	}

	.header .badge-primary{
		font-size: 14px;
	}

	.card-sec-main .row{
		flex-wrap: nowrap;
		overflow: scroll;
	}

	::-webkit-scrollbar {
		display: none;
	}

	.blue-bg{
		font-size: 14px;
	}

	.header-cont{
		padding-top: 10px;
		border-top: 1px solid #000;
	}

	.social-main{
		margin-top: 10px;
		text-align: left;
	}
}





.blog-single .block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
}
.blog-single .meta{
    display: flex;
    justify-content: center;
}
.blog-single .blog-entry .meta > div a {
    color: #6f8aae;
    margin: 0px 5px;
}
.blog-single .blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.blog-single .blog-entry .text .heading a {
    color: #1d2734;
}
/* .blog-single .col-md-8.ftco-animate.blog-content_out img {
  width: 100%;
  height: 300px;
  object-fit: cover;
} */
.hero-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding:45px 0px!important;
}
.blog-single .ftco-section {
  padding: 4em 0;
  position: relative;
}
.blog-single .blog-content_out p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 20px;
}
.blog-single .hero-wrap.hero-wrap-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.blog-single .sidebar-box h3,.categories h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}
.blog-single .hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .9;
  background: #054585;
}
.blog-single .col-md-8.ftco-animate.text-center.mt-0 {
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
}
.blog-single .breadcrumbs a{
  color:#fff!important;
}
.blog-single .categories li, .blog-single .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}
.blog-single .table thead th {
  vertical-align: middle!important;
}
.blog-single .ftco-section {
  padding: 4em 0;
  position: relative;
}
.blog-single .col-md-8.ftco-animate.text-center.mt-0{
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
}
.blog-single .table thead th {
  vertical-align: middle !important;
  padding: 5px;
  border:none!important;
}
.blog-single .table th a {
	font-weight: 600;
	font-size: 14px;
	padding-left: 6px !important;
	display: block;
  }
  
.blog-single .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  background-color: transparent;
  margin-bottom: 7px;
  padding-bottom: 12px !important;
  border-bottom: 1px dotted #dee2e6;
  display: block;
}
.blog-single .categories li a span,.blog-single .sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #000!important;
}
.blog-single .sidebar-box :last-child {
  margin-bottom: 0;
}
.blog-single .sidebar-box.ftco-animate {
  margin-bottom: 25px;
}
.blog-single .col-md-4.sidebar.ftco-animate {
  padding-left: 30px;
}
.blog-single .bread{
	font-size: 28px;
	color: #fff !important;
}
.blog-main .bread {
	text-transform: capitalize!important;
}
.blog-single ul {
	padding-left:15px !important;
	list-style: none;
	line-height: 30px;
}
.blog-content_out a {
	color: #054585;
	text-decoration: underline !important;
  }
.blog-content_out h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
  .blog-content_out h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 30px !important;
  }
  .blog-single  .breadcrumbs {
	color: #fff;
  }
.blog-main .block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
}
.blog-main .meta{
    display: flex;
    justify-content: center;
}
.blog-main .blog-entry .meta > div a {
    color: #6f8aae;
    margin: 0px 5px;
}
.blog-main .blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.blog-main .blog-entry .text .heading a {
    color: #1d2734;
}
.blog-main .hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .9;
  background: #054585;
}
.blog-main .hero-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding:45px 0px!important;
}
.blog-main .breadcrumbs a{
  color:#fff!important;
}
.blog-main .ftco-section {
  padding: 4em 0;
  position: relative;
}
.blog-main .breadcrumbs a{
  color:#fff!important;
}
.blog-main .col-md-8.ftco-animate.text-center.mt-0{
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
}
.right-tike.rounded-circle {
    display: flex;
    justify-content: center;
}

.mine .right-tike img {
    width: 119px;
    padding: 30px;
}
.mine .right-tike {
    width: 143px;
}
.defpocon-ams  .greet {
    background: #e0e4f4;
	margin-bottom: 52px;
}
.defpocon-ams .col-12.text-center span:first-child h3 {
    font-weight: 700 !important;
    font-size: 28px !important;
    color: #000 !important;
}
.defpocon-ams .col-12.text-center span:last-child h3 {
    font-weight: 400 !important;
	/* color: #c55a11; */
}
.defpocon-ams .h4.p-3.frm-head {
    margin-bottom: 0px !important;
    padding: 30px 0px !important;
}
/* custom-css */



.section-main{

}
.col-12.col-lg-1.mb-3.required.d-none.d-lg-block.btn-out1 {
	width: 15% !important;
	max-width: 15% !important;
	flex: 10% !important;
  }
.col-12.col-lg-1.mb-3.required.d-none.d-lg-block.btn-out2  {
	width: 15%;
	max-width: 15%;
	flex: 10%;
  }

  .nav-item.trail {
	padding: 3px 15px !important;
	border-radius: 7px;
  }
  .header .bar-list li {
	display: flex;
	align-items: center;
  }
  .col-md-3.trlog {
	max-width: 12% !important;
	flex: 0 0 17% !important;
	display: flex;
	align-items: center;
  }
  /* .col-md-6.nav-above {
	max-width: 74% !important;
	flex: 74% !important;
  } */
  .col-md-6.nav-above {
	max-width: 60% !important;
	flex: 65% !important;
  }
  .col-md-3.loninn {
	/* max-width: 20% !important; */
	flex: 0 0 20% !important;
	justify-content: flex-end !important;
  }
  .wtsap img {
	width: 130px;
  }

  /* .nav-item.trail  {
	animation: trail 1.5s infinite;
  }
  @keyframes trail {
	0% { background-color: #ffbe41; }
	50% { background-color: #ef1c23; }
	100% { background-color: #ffbe41;}
  } */



  .nav-item.trail a {
	animation: traila 1s infinite;
	font-weight: 700 !important;
  }

  @keyframes traila {
	0% { color: #ffbe41; }
	50% { color: #ef1c23; }
	100% { color: #ffbe41; }
  }





  @media only screen and (max-width: 1199px){
/* 01-custom.css | https://truecv.co/front_assets/stylesheet/01-custom.css */

.col-md-6.nav-above {
	/* max-width: 60% !important; */
	/* flex: 65% !important; */
	max-width: 100% !important;
	flex: 100% !important;
	order: 3;
	margin-top: 10px;
  }
  
  .col-md-3.loninn {
	/* flex: 0 0 10% !important; */
	flex: 0 0 50% !important;
  }
  
  /* Inline #9 | https://truecv.co/home */
  
  .col-md-3.trlog {
	max-width: 50% !important;
	flex: 50% !important;
  }
  
  .col-md-3.loninn {
	max-width: 50% !important;
	display: flex;
	justify-content: flex-end;
  }
}
  









  
  @media only screen and (max-width: 991px){
  /* .col-md-3.loninn {
	max-width: 13% !important;
	padding-top: 22px;
  } */
  
  /* .col-md-3.trlog {
	max-width: 21% !important;
	flex: 0 0 20% !important;
  } */
    
	.header-btn-main .def-btn-2 {
	  width: 100% !important;
  }

   .col-md-3.loninn {
	vertical-align: middle;
  }
	.trlog img {
	  width: 113px !important;
	}
	/* .col-md-6.nav-above {
	  max-width: 66% !important;
	} */
}





@media only screen and (max-width: 767px) {
	.mine {
		width: 100%;
		overflow: scroll;
		max-width: 991px;
	}
	.download .row {
		flex-wrap: unset;
		overflow: scroll;
}
.right-tike.rounded-circle::before {
    left: 119px !important;
}
	
	.col-md-6.nav-above {
	  max-width: 100% !important;
	  order: 3;
  }

	.col-md-3.trlog {
	  max-width: 50% !important;
	  flex: 0 0 50% !important;
	}
	.col-md-3.loninn {
	  max-width: 50% !important;
	  padding-top: 0px !important;
	  flex: 0 0 50% !important;
	
  }
  
	/* .header-btn-main {
	  width: 100px;
  } */
    	.header .row.text-center .col-md-3:last-child {
	  display: flex;
	  justify-content: flex-end;
	  order: 2;
	}
  }
  @media only screen and (max-width:674px) {
  	.header-btn-main form {
  		width: 100%;
  	}
			

  	.header {
  		margin-bottom: 30px;
  	}
		.header-btn-main .def-btn-2 {
			width: 70px !important;
				padding: 0px 0px !important;
				height: 47.5px !important;
		}

  	.defpocon-ams .col-12.text-center span:first-child h3 {
  		font-size: 20px !important;
  		margin-bottom: 0px !important;
  	}
  }
  
  @media only screen and (max-width: 480px){
	.header-btn-main form {
		width: 100%;
	  }
	.header {
		margin-bottom: 30px;
	  }

	.header-btn-main form .def-btn-2 {
	width: 54px !important;
	padding: 0px !important;
	height: 37.5px !important;
  }
  .defpocon-ams .col-12.text-center span:first-child h3 {
	font-size: 20px !important;
	margin-bottom: 0px !important;
}
}
