body{
	font-family: 'Montserrat', sans-serif;
}

/*Fonts*/

h1,h2{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.5rem;
}

h3{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6rem;
}

h5{
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.6rem;
}

/*Colors*/

.color-white{
	color: #fff;
}

/*Styles*/

.text-shadow{
	text-shadow: 2px 2px 2px #000;
}

/*Alignments*/

.center-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-75%);
	display: block;
}

.center-bottom{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%);
	display: block;
}

/*Home general*/

.f-screen{
	background-image: url(assets/img/num-hero-bc1.jpg);
    background-size: cover;
    background-attachment:fixed;
    background-position: center center;
    margin: 0;
    padding: 0;
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
	overflow: hidden;
}

.layer {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

canvas#bg {
	position: fixed;
	left: 0;
	top: 0;
}

.logo{
	width: 115px;
    display: block;
    margin: 0 auto;
    margin-bottom: -30px !important;
}

/*Form*/

.input-group{
	margin: 0 auto;
	box-shadow: 0px 10px 80px #111;
}

.form-control{
	display: block;
    width: 100%;
    height: calc(2.2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #ededed;
    background-color: #00000085;
    background-clip: padding-box;
    border: 0.5px solid #3ab9e285;
    border-radius: 0;
    transition: border-color .3s ease-in-out,box-shadow .3s ease-in-out;
}

.form-control-error {
	border-color: red;
	box-shadow: 0 0 10px red;
}

.custom-btn{
	border: none;
	background: #3ab9e2;
	color: #fff;
	font-weight: 700;
	padding-left: 45px;
	padding-right: 45px;
	font-size: 1rem;
	border-radius: 0;
	transition: 0.3s
}

.form-control:focus,
.custom-btn:focus{
	outline: none;
  box-shadow: none;
}

.custom-btn:hover{
	background: #fff;
	color: #030607;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bababa;
  font-weight: 500;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bababa;
  font-weight: 500;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bababa;
  font-weight: 500;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bababa;
  font-weight: 500;
}

/*Banners*/

.banner-wrapper-items a img{
	width: 400px;
	margin: 5px;
}

/*flags & countries*/

.iti__flag {background-image: url("assets/img/flags.png");}

.iti {
    position: relative;
    display: inline-block;
    flex: 1 1 auto;
    width: 1%;
}

.iti__selected-flag {
    outline: none;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #bababa;
    font-weight: 700;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0) !important;
}


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("assets/img/flags@2x.png");}
}

/*Modal*/

.modal-title{
	font-weight: 700;
	text-align: center;
	float: none;
	margin: 0 auto;
	padding-top: 5%;
}

.modal-header .close {
    padding: 5px !important;
  }

.close {
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    outline: none !important;
}

.num-val{
	color: #3ab9e2;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: 0;
}

.modal-body{ 
	margin: 0 auto;
	padding: 30px;
	width: 100%;
}

.modal-body h3{
	font-weight: 700;
}

.modal-info-box{
	background: #f0f0f0;
	padding: 20px;
	margin: 20px;
	border-radius: 12px;
}

.flex-wrapper{
	display: flex;
}

.flex-wrapper div{
	padding: 10px 15px;
    white-space: wrap;
    width: 50%;
}

.item-result{
	font-weight: 700;
}

/*#errorMessage {
margin-bottom: 30px;
}*/

mark { 
  background-color: blue;
  color: white;
}

.iti__country-list {
    min-width: 300px;
    z-index: 5;
 }

 .extra-text{
 	margin-top: 30px; 
 	margin-bottom: 20px;
 }

/*Media queries*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("assets/img/flags@2x.png");}
}

@media (min-width: 1000px){
.center-bottom,	
.center-center{
	width: 900px;
}

.input-group{
	width: 700px;
}
}

@media (max-width: 999px){
.center-center,
.center-bottom,
.input-group{
	width: 90%;
}

.banner-wrapper-items a img{
	width: 330px;
	margin: 2px
}
}

@media (min-width: 769px){
.lg-d-none{
	display: none;
}
}

@media (max-width: 768px){
.sm-d-none{
	display: none;
}

.banner-wrapper-items a img{
	width: 145px;
	margin: 2px
}
}

@media (max-width: 580px){
h1,h2{
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4rem;
}

h3{
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.5rem;
}

.center-center,
.center-bottom,
.input-group{
	width: 95%;
}

.center-center{
	transform: translate(-50%,-60%);
}


.input-group-append{
	display: block;
	width: 100%;
	margin-top: 10px; 
}

.form-control,
.custom-btn{
	width: 100%;
    border-radius: 0 !important;
    height: 45px;
}

.modal-body {
    padding: 0px;
}

.modal-info-box {
    padding: 10px;
    margin: 15px 5px;
}

.modal-title {
    padding-left: 15px;
    padding-right: 15px;
}

.modal-header{
	display: block;
}

.email-val{
	font-size: 18px;
}

.extra-text{
 	margin-top: 10px; 
 	margin-bottom: 10px;
 }

 .form-wrapper h1{
 	margin-bottom: 10px !important;
 }

 .logo{
 	width: 85px;
 }

}

