.content-sec.dotted-bg.true-bg{background:url(../images/tab-bg.png) no-repeat top center;background-size:100%;padding:260px 0 60px}.content-sec.dotted-bg.true-bg h1 {	color: #fff;}.less-margin {
	margin-top: -60px;
}
.cta-mn ul{
	list-style: none;
	color: #fff;
	margin: 20px 0 0 0px;
	display: inline-block;
	width: 100%;
}
.cta-mn ul li {
    border: 1px solid;
    border-radius: 40px 50px 50px 50px;
    padding: 10px 20px;
    margin-right: 90px;
    display: inline-block;
    margin-bottom: 15px;
}
.cta-mn ul li.active {
    background: #158cf5;
    border-color: #158cf5;
}
.fsuccess {
	color: green;
	padding: 10px 0;
}
.ferror {
	color: red;
	padding: 10px 0;
}
section .img-fluid{
	width: 100%;
}
section.cta-sec{
	margin-bottom: -2px;
}
.popup-mn.popup-02 .left-side{
	background-size: 100% auto;
}
.popup-mn.popup-02 h5 {
	font-size: 1.5em;
}
 

.form-check input[type=checkbox] {
  display: none;
}
.popup-mn .success-msg p {
	padding-left: 0px;
	position: relative;
	top: 25%;
	color: #000;
}
.success-msg1 p {
	color: rgba(255,255,255,.5);
	font-size: 18px;
}
.popup-mn .form-group select{
	color: #6c757d;
}
.close-menu-btn::after {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -12px;
	margin: auto;
	transform: rotate(-45deg);
}
.close-menu-btn::before {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -11px;
	right: 0;
	margin: auto;
	transform: rotate(-45deg);
}
.close-menu-btn {
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #fff;
	border-radius: 100%;
	transform: scale(.8);
	z-index: 1;
}
.form-check input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: middle;
  color: transparent;
  transition: .2s;
}

.form-check input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.form-check input[type=checkbox]:checked + label:before {
  background-color: #6253df;
  border-color: #6253df;
  color: #fff;
}

.form-check input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.form-check input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.content-sec.p-lg-4{
	padding-bottom: 0px !important;
}
.verror {
	border-bottom: 1px solid red !important
}
.success-msg h5, .success-msg p {
	color: #707070;
}
#for_mobile{
		display: none;
}
.slick-track .slick-current.slick-active a {
	color: #fff;
}
@media screen and (max-width: 768px){
	.less-margin {
	margin-top: 0px;
}
	#for_desktop{
		display: none;
	}
	#for_mobile{
		display: block;
	}
	select.select {
	padding: 10px 40px;
	border-radius: 32px;
	width: 260px;
	text-align: center;
	background: transparent;
	color: #fff;
	font-size: 1.5em;
	margin: 10px 0;
}
		
/*	.custom-selects {
  position : relative;
  width: 100%;
  max-width:  25em;
  margin: 4em auto;
  cursor: pointer;
}
.select,
.label{
  display: block;
}
.select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 1em;
  height: 4em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}
.label {
  position:  relative;
  padding:.375em 1.625em;
  border-radius: 32px;
  line-height: 34px;
  cursor: pointer;
  font-size: 1.5625em;
  color: #fff;
}
.label::after {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em;
  border-left: 1px solid;
}
.open .label::after {
}

.select-2 {
   background: #158cf5;
  border-bottom: .25em solid darken(#307ddb, 10);
  &:after {
     border-color: darken(#307ddb, 10);
  }*/

}