@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


.mob-header-container{
	display: none;
}

@media screen and (max-width: 992px) {

header .container.hide-for-mobile{
	display: none;
}

header{
	padding: 0;
	height: 60px;
}
 
.mob-header-container{
	display: block;
	min-width: 320px;
	position: relative;
	font-family: 'Roboto', sans-serif;
	width: 100%;
}

.mob-header{
	display: flex;
	height: 60px;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
}

.mob-header .mob-logo img{
	width: 120px;
}

.mob-header .mob-logo{
	display: flex;
	justify-content: space-between;
}

.mob-head-txt{
	font-size: 12px;
	width: calc(100% - 80px);
	display: none;
}

.mob-head-txt.show{
	display: block;
}

.mob-header .mob-mnu-open-btn{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 26.33px;
	height: 18px;
	cursor: pointer;
	position: relative;
}

.mob-header .mob-mnu-open-btn span{
	background: #000;
	width: 100%;
	height: 2px;
	border-radius: 10em;
}

.mob-header .mob-mnu-open-btn.show span:nth-child(1){
	display: none;
}

.mob-header .mob-mnu-open-btn.show span:nth-child(2){
	 position: absolute;
	 top: 8px;
	 transform: rotate(45deg);
}

.mob-header .mob-mnu-open-btn.show span:nth-child(3){
	 position: absolute;
	 top: 8px;
	 transform: rotate(-45deg);
}

.mob-lvl-mnu{
	position: fixed;
	left: -350px;
	display: none;
}

.mob-lvl-mnu.show{
	width: 84.5%;
	height: 100%;
	background: #fff;
	max-width: 350px;
	min-width: 270px;
	top: 60px;
	left: 0;
	display: flex;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	z-index: 99;
}

.mob-lvl-mnu-line{
	height: 3px;
	width: 233px;
	background: #ffa318;
	margin: 5px 0 15px 0;
}

.mob-langbar{
	width: 180px;
	display: flex;
	justify-content: space-around;
}
.mob-langbar a,
.mob-langbar-item{
	text-decoration: none;
	font-size: 12px;
	color: #42B8D4;
	background: #F0F0F0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10em;
}

.mob-langbar-item:hover{
	background: #42B8D4;
	color: #fff;
}

.mob-mnu-nav{
	margin: 10% 0;
}

.mob-navbar-nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

.mob-navbar-nav .menu-item{	
	line-height: 3em;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	width: 233px;
	text-align: center;
}

.mob-navbar-nav .menu-item.active{
	border-color: #42B8D4; 
}

.mob-navbar-nav .menu-item.active a{
	color: #42B8D4;
}

.mob-navbar-nav .menu-item a{
	color: #000;
	text-decoration: none;
}

.cta-btn {
  display: block;
  background-color: #e4b446;
  padding: 14px 15px;
  text-align: center;
	min-width: 240px;
	font-size: 12px;
	color: #ffffff;
	font-weight: 600;
	border-radius: 3px;
}

.mob-call-back .cta-btn{
	min-width: auto !important;
	padding: 0 !important;
	width: 180px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
}

.mob-call-back .mob-write-us{
	font-size: 16px;
	color: #666;
	line-height: 1.1em;
	text-align: center;
	margin: 10% 0;
}

.mob-call-back .mob-write-us span{
	display: block;
}

.mob-call-back .mob-social{
	width: 156px;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
}

.mob-call-back .mob-phone{
	font-size: 19px;
	font-weight: 700;
	
	margin-top: 6%;
}

.mob-phone a {
	font-size: 22px;
	color: #575757;
	text-align: center;
}

}

@media screen and (max-width: 360px) {
	.mob-head-txt{
		font-size: 10px;
	}
}

.modal-content form input.cta-btn{
text-align: center;
padding: 17px 40px;
min-width: 220px;
font-size: 14px;
color: #ffffff;
font-weight: 600;
border-radius: 3px;
background: linear-gradient(180deg, rgba(247, 137, 58, 0.99) 0%, rgba(253, 176, 0, 0) 0.01%, rgba(255, 175, 0, 0.04) 0.02%, rgba(252, 160, 23, 0.414745) 0.03%, rgba(250, 151, 36, 0.68) 0.04%, rgba(247, 137, 58, 0.99) 96.35%);
border-bottom: none;
display: block;
margin-top: 20px;
}

.faq-wrp{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1180px;
	padding: 40px 0;
}
 

.tablinks {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  width: 300px;
  cursor: pointer;
  position: absolute;
  transition: 1s ease linear
}


.tablinks:hover {
  background: rgba(255, 163, 24, 1);
  color: #fff;
}


.tablinks.active {
  background: rgba(255, 163, 24, 1);
  color: #fff;
}


.tabcontent {
	width: calc(100% - 330px);
  padding: 20px 20px;
  background-color: #fafafa;
  border-radius: 7px;
  margin-left: 330px;
  margin-top: -40px;
}
.tabcontent p {
	margin: 10px 0;
}

.tabcontent p b {
	color: rgba(59, 165, 190, 1);
	font-size: 1.1rem;
}

.lvl-cf7{
	display: flex;
	justify-content: center;
}

.lvl-cf7 .form-group span{
	padding: 0 !important;
}

input.btn.cta-btn{
	color:#fff
}

@media screen and (max-width: 870px) {
	.tabcontent, .tablinks{
		position: relative;
		width: 100%;
	}
	.tabcontent{
		margin: 0;
	}
	.tablinks{
		top: 0 !important;
	}
	.faq-wrp{
		min-height:  !important;
	}
	.lvl-cf7{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		align-items: center;
	}
}

