/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 19, 2019, 11:58:01 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 14, 2019, 10:35:00 AM
    Author     : mv
*/
/** Rebuild Marine promoter - FMG - Start **/
/**
  * Font sizes and spacing/widths
  * -----------------------------------------------------------------------------
  */
/* Font familys */
/* Font weight */
/* Custom theme Font sizes */
/* extra small fonts 12px*/
/*Footer links -14px*/
/*Normal font - 16px*/
/*Block heading - 18px*/
/*Block heading - 22px*/
/*Block heading - 24px*/
/*heading - large - 32px,*/
/* Transitions */
/* line Height */
/* Breakpoints */
/* Spacings and widths */
/** Button settings **/
/** Menu settings **/
/** Rebuild Marine promoter - FMG - End **/
/*
Created on : 2019-06-26
Author     : 
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 15, 2019, 2:43:47 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
.if-template-selector(@selector; @template; @rules) {
	@{selector} when (@app-skin = @template) {
		@rules();
	}
}
*/
/* Body */
/* Small */
.al-ty-h1b-price {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 8, 2022, 3:03:57 PM
    Author     : mv
*/
.al-contacts-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (min-width: 769px) {
  .al-contacts-title {
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
.al-contacts-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 769px) {
  .al-contacts-text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
  }
}
.al-contacts-block {
  border-radius: 8px;
  max-width: 524px;
  margin: 24px auto;
  text-align: center;
  /*	&.no-border{
		border: 0;
		padding: 0;
	}
	
	&.no-border-mobile{
		.responsive-mobile({
			padding: 0;
			border: 0;
		});
	}*/
}
@media only screen and (min-width: 769px) {
  .al-contacts-block {
    /*padding: 32px 20px;*/
    margin: 40px auto;
  }
}
.al-contacts-block.is-page {
  /*margin-top: 32px;*/
}
@media only screen and (min-width: 769px) {
  .al-contacts-block.is-page {
    /*margin-top: 56px;*/
  }
}
.al-contacts-block.is-form {
  padding: 16px 0;
}
@media only screen and (min-width: 769px) {
  .al-contacts-block.is-form {
    padding: 20px;
    border: 1px solid #E3E3E3;
  }
}
.al-contacts-block.is-icon {
  padding: 24px;
  border: 1px solid #E3E3E3;
}
@media only screen and (min-width: 769px) {
  .al-contacts-block.is-icon {
    padding: 32px;
  }
}
.al-contacts-form .al-form-label em {
  display: none;
}
.al-contacts-form textarea {
  height: 127px;
}
.al-contacts-livechat {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  /*	.responsive-mobile({
		text-align:right;
	});
	
	.responsive-desktop({
		position: absolute;
		bottom:0;
		right:0;
	})*/
}
@media only screen and (min-width: 769px) {
  .al-contacts-livechat {
    bottom: 22px;
    right: 22px;
  }
}
.al-contacts-livechat-btn {
  cursor: pointer;
  width: 76px;
  height: 76px;
  transition: all ease-in-out 300ms;
}
@media only screen and (min-width: 769px) {
  .al-contacts-livechat-btn {
    width: 89px;
    height: 89px;
  }
}
@media (hover: hover) {
  .al-contacts-livechat-btn:hover {
    opacity: 0.8;
  }
}
