/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

.outer_sticky_form_options span.wpcf7-list-item-label {
    color: rgba(132, 132, 132, 1);
    font-weight: 500;
}

#StickyForm_Bottom_Popup .et_pb_image_22 .et_pb_image_wrap img {
    height: 100%;
    max-height: 100%;
}

body.home .sticky-icon  {
	z-index:9999999;
	position:fixed;
	bottom:15%;
	left:0;
	display:flex;
	flex-direction:column;
	background-color:#f2f2f2;
	width: 65px;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    height: 532px;
	 top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	
	
/* 	    z-index: 1;
    position: absolute;
    top: 34px;
    left: 0;
    width: auto;
    display: flex;
    flex-direction: column; */
}  

body:not(.home) .sticky-icon  {
	display:none;
	
}

.sticky-icon a:not(:first-child)  {
	    transform: rotate(180deg);
    writing-mode: vertical-lr;
/* 	    transform: translate(160px,0px); */
}

.sticky-icon a:last-child  {
	padding-top: 40px;
}

.sticky-icon a:focus {
       color: rgba(106, 106, 106, 1);
	 border-color: #2d8cf0;
}
.sticky-icon a  {
	z-index: 99999999;
	vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
/*     margin: 2px; */
    text-decoration: none;
    text-transform: uppercase;
    padding: 23px 12px 22px 12px;
    padding-bottom: 1rem;
    transition: all 0.8s;
    background-color: rgba(217, 217, 217, 0.33);
	background-color:#f2f2f2;
    font-family: Zuume;
    font-size: 2rem;
    font-weight: 700;
    line-height: 35.2px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(217, 217, 217, 1);
}
.sticky-icon a:hover  {
/* 	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg); */
}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Youtube  {
	background-color:#fa0910;
	color:#FFF;}
	
.Twitter  {
	background-color:#53c5ff;
	color:#FFF;}
	
.Instagram  {
	background-color:#FD1D1D;
	color:#FFF;}
	
.Google  {
	background-color:#d34836;
	color:#FFF;}						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}	


.StickyForm input::placeholder , .StickyForm input {
	font-family: "proxima-nova"!important;
}




.banner-form .et_pb_section {
	padding: 0px 0;
}

.banner-form .et_pb_image img {
    width: 100%!important;
}

.banner-form input[type=radio] {
    -webkit-appearance: radio;
    accent-color: #00284E;
	margin-top: 9px;
}

.banner-form .b-close {
    /* display: none; */
height: 28px;
    width: 28px;
    border: solid 2px #00284E;
    border-radius: 50%;
    padding: 11px 6px 8px 5px;
}

.banner-form .btn-submit {
background-color: #00284E;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.523rem!important;
    padding: 13px 23px 16px 23px!important;
    border-radius: 11px!important;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    border: 2px solid #00284E!important;
    letter-spacing: -0.5%;
    width: 50%;
    float: left;
}

.b-close:after, .b-close:before {

    background: #00284E!important;

}

.banner-form .btn-submit:hover {
}
.popup-forms {
    width: 100%!Important;
/*     align-items: center!important; */
    display: flex;
    justify-content: center;
}

.popup-forms p {
    padding-bottom: 0;
}

.popup-forms .wpcf7-list-item {
	margin:0;
	display:block;
}
.popup-forms .et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.popup-forms .wpcf7-list-item.first {
    margin: 0;
    display: block;
    margin-top: 13px;
}

.sticky-form{
	width: 100%;
    z-index: 2;
    transition: all 0.5s;
	position: fixed;
    bottom: -189px;
/*     background-image: url(images/sticky-form.png); */
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sticky-form .StickyFormInner{
	width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.sticky-form .StickyForm{
	display: table-cell;
    vertical-align: middle;
    z-index: 10;
    position: relative;
    padding: 15px 30px 20px 15px;
}
.StickyTable{
	margin: 0px;
    display: table;
    width: 100%;
}
.StickyForm table tr td:first-child{
/* 	padding-left: 50px; */
}
.StickyForm table tr td:last-child{
	text-align: left;
}
.StickyForm table tr td{
	padding: 0px 6px;
    position: relative;
}
.StickyForm .screen-reader-text{
	position: absolute;
    height: auto;
    width: auto;
    z-index: -999;
    color: #000;
    margin: 0;
    font-size: 10px;
    clip: auto;
    top: 3px;
}
.StickyTable input[type="text"],
.StickyTable input.textbox,
.StickyTable select{
	width: 100%;
    height: 45px;
    padding: 4px 15px;
    background: #fff;
    font-size: 15px;
	font-family: 'Roboto';
	font-weight: 500;
    color: #00000080;
    border: 1px solid #F4EFD9;
    border-radius: 4px;
	
}
.StickyTable select{
	appearance: none;
	background-image: url(images/dropdown.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	    cursor: pointer;
}
.StickyTable input::placeholder,
.StickyTable  select option{
font-family: 'proxima-nova';
	font-weight: 500;
	font-size: 15px;
	color: #00000080;
	
}
input.theme-btn{
/* 	padding: 13px 22px !important;
	border: 1px solid #000 !important;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background: #fff;
	color: #000;
	font-family: 'GothamHTF-Book';
	font-weight: 400;
	cursor: pointer; */
}


@media only screen and (min-width:1024px){
	#outer_sticky_form{
		width: 1080px;
		height: auto;
		margin: 0 auto;
	}
	.outer_sticky_form_options{
		padding-left: 2.5rem;
		padding-top: 1rem;
	}
	.StickyForm {
		border: 2px solid #00284E!important;
	}
}




.sticky-form{
	width: 100%;
    z-index: 3;
    transition: all 0.5s;
	position: fixed;
    bottom: -189px;
/*     background-image: url(images/sticky-form.jpg); */
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: rgba(0, 40, 78, 1);
}
.sticky-form .StickyFormInner{
	width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.sticky-form .StickyForm{
	display: table-cell;
    vertical-align: middle;
    z-index: 10;
    position: relative;
    padding: 20px 0px 20px 0px;
}
.StickyTable{
	margin: 0px;
    display: table;
    width: 100%;
}
.StickyForm table tr td:first-child{
/* 	padding-left: 50px; */
}

.StickyForm table tr td{
	padding: 0px 6px;
    position: relative;
}
.StickyForm .screen-reader-text{
	position: absolute;
    height: auto;
    width: auto;
    z-index: -999;
    color: #000;
    margin: 0;
    font-size: 10px;
    clip: auto;
    top: 3px;
}
.StickyTable input[type="text"],
.StickyTable input.textbox,
.StickyTable select{
	width: 100%;
    height: 57px;
    padding: 4px 15px;
    background: #fff;
    font-size: 15px;
	font-family: 'proxima-nova';
	font-weight: 500;
    color: #00000080;
    
 
	
 border: 1px solid #00284E;
    border-radius: 10px;
}

input#stickyform {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.523rem;
    letter-spacing: -0.5%;
    text-align: center;
    color: #fff;
    height: 57px;
    width: 225px;
	cursor:pointer;
	background: linear-gradient(90.32deg, #CC8400 38.51%, #F8B711 93.59%);
    border-radius: 10px;
    border: none;
	    text-transform: uppercase;
	width: 100%;
}



.banner-form .btn-submit:hover {
    padding: 16px 23px!important;
}


.StickyTable select{
	appearance: none;
	background-image: url(images/dropdown.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	    cursor: pointer;
}
.StickyTable input::placeholder,
.StickyTable  select option{
	    font-family: 'proxima-nova';
	font-weight: 500;
	font-size: 15px;
	color: #00000080;
	
}
.StickyForm_Bottom_Popup{
left: 50%!important;
    z-index: 99999999!important;
    cursor: pointer;
    width: 100%;
    overflow: auto;
    max-height: 100%;
    max-width: 1045px!important;
    position: fixed!important;
    top: 50%!important;
    transform: translate(-50%, -50%);
    margin: 0;
    background: #fff;
	    border-radius: 10px;
    border: 2px solid #00284E;
	overflow:hidden;
}
.StickyForm_Bottom_Popup tr td{
	padding: 0px 7.5px 15px;
    border: none;
    vertical-align: top;
}
.StickyForm span#errorTd{
	padding-left: 50px;
	color: #FF0000;
	font-size: 14px;
    position: absolute;
    top: -2px;
}

.popup-forms .wpcf7-list-item{
    margin: 0;
    display: block;
    margin-top: 8px;
}


.StickyForm_Bottom_Popup span.wpcf7-list-item label{
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}
.b-close{
	float: right;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    background: none;
    right: 25px;
    top: 20px;
}
.b-close:after,
.b-close:before{
	position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -2px;
    content: '';
    width: 110%;
    height: 2px;
    background: #787E84;
    float: left;
    position: relative;
    clear: both;
}
.b-close:before{
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.b-close:after{
	 transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.StickyForm_Bottom_Popup h3{
	padding-bottom: 15px;
}
.header-section .nav-col ul.et_mobile_menu li.menu-btn > a{
	color: #2B2624;
	padding: 15px 20px;
	font-size: 14px;
	font-family: 'Gotham';
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 10px 5px;
    border: 1px solid #000;
	display: inline-block;
}
.header-section .nav-col ul.et_mobile_menu li:last-child > a{
	background: #2B2624;
	color: #fff;
}
.header-section ul#menu-header-menu li.menu-btn:first-child{
	padding-left: 20px;
}
.banner-section h1{
	text-shadow: 2px 2px 0px #000000;
	font-weight: 500;
}
.form-module p.form-text{
	color: #000;
	font-size: 14px;
}
.blurb-item p{
	font-family: 'Archer-Book';
	font-weight: normal;
	font-size: 20px !important;
	line-height: 1.3;
}
.fluid-width-video-wrapper {
    position: relative;
    padding-top: 56% !important;
    height: 0;
    overflow: hidden;
}
.StickyForm_Bottom_Popup .banner-form .wpcf7-response-output{
	margin: 5px 0px;
}
.StickyForm_Bottom_Popup form.sent > .wpcf7-response-output{
	display: none;
}
.how-we-section .how-video-cont .et_pb_video_box{
	position: relative;
}
.how-we-section .video-info-text .et_pb_text_inner{
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,0.68);
    width: 100%;
    padding: 10px 0px;
}
.how-we-section .video-info-text{
	margin-bottom: 60px!important;
}
.not_found {
	padding-top: 70px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 80px;
}
.error404 #main-content .container:before{
	display: none;
}
.how-we-section .main-div .how-blurb .et_pb_blurb_description p:last-child{
	font-size: 14px;
}
.hero-section .hero-form-col .max-module{
	max-width: 360px;
}

body .et_pb_text_28 .et_pb_button_5_wrapper {

    margin-bottom: 0px!important;
  
}

@media only screen and (min-width:768px) and (max-width:1024px){
	.ts_home_below_section_slider .et_pb_tabs_3 .et_pb_tabs_controls li a {
	    align-items: center;
		justify-content: center;
		text-align: center;
		display: flex;
	}
}
@media only screen and (max-width: 767px){
	
	.popup-forms div:first-child {
/* 		display:none; */
	}
	
	.popup-form #ts-section3-input1 {
		height: 92px!important;
		margin: 7.5px 0!important;
	}
	
	.popup-forms div h3 {
		padding: 0px 10px;
	}
	    
	.popup-forms {
		flex-direction:column;
	}
	
	#sticky-form-box{
		display:none;
	}
	
	.StickyForm_Bottom_Popup .et_pb_section {
		    width: 100%;
	}
	
	.StickyForm_Bottom_Popup .et_pb_section form,.popup-forms p {
			display: flex;
    	flex-direction: column;
	}
	
	.popup-form input.text, .popup-form input.title, .popup-form input[type=email], .popup-form input[type=password], .popup-form input[type=tel], .popup-form input[type=text] {
		border: 1px solid #00284E;
		border-radius: 10px;
		padding: 13px 18px 11px 26px;
		margin: 4.5px;
		font-size: 16px;
		line-height: 22.4px;
		width: 100%!important;
	}
	
	.popup-forms .wpcf7-form-control.wpcf7-radio {
		display: flex;
		flex-direction: column;
	}
	
	.et_pb_text_97.et_pb_module {
		margin-top: 5px!important;
		    padding-top: 40px;
	}
	
	.et_pb_column_82 {

		display: none;
	}
	
	.popup-forms .wpcf7-form-control.wpcf7-radio {
		display: block;
	}
	.et_pb_text_99 {
		padding-right: 10px!important;
		padding-left: 10px!important;
	}
	.StickyForm_Bottom_Popup {
		width: 90%;
		opacity: 1;
    overflow-y: scroll;
    overflow-x: scroll;
	}
}