#sp-header {
	position: absolute;
	top: 38px;
}
#sp-header.header-sticky {
	top: 0px;
}
.logo-image-phone {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.sppb-addon-content .sppb-btn-custom {
    margin: 0 auto;
    display: block;
}
.whiteText, .whiteText * {
  color:#fff;
}
#sp-header.header-sticky ~ section#sp-main-body {
padding: 0;
}
.sppb-addon-image-layout-content {
  width:100%;
}
.homeBoxes .sppb-addon-image-layout-wrap .sppb-image-layout-title {
  margin-top: 15px !important;
}
.homeBoxes .sppb-addon-image-layout-wrap  .sppb-addon-image-layout-text {
  font-size: 19px;
  margin: 30px 0 !important;
}
.homeBoxes .sppb-addon-image-layout-wrap .sppb-btn {
 background: #3a7dcb;
color: #fff !important;
font-size: 23px;
border-radius: 0;
padding: 10px 25px;
}
.fa-ul.awesome li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.fa-ul.awesome li .fa-li {
  font-size: 20px;
  color: #1a7dc0;
}
.fa-ul.awesome p{
  display:inline-block;
  vertical-align: middle;
  margin-bottom:0px;
}

h1 {
  color: #1a7dc0;
}
.homeBoxes h3, 
.homeBoxes h4 {
  text-align:center;
  font-size: 24px;
}

#sp-main-body {
  padding-top:0px;
}

.hb-home {
    max-width: 389px;
  height: 203px;
  position: absolute;
  left: 150px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
  transition: ease-in 0.5s;
  margin-top:300px;
  
}
    
.hb-home-right {
  position: absolute;
  right: 150px;
  left: auto;
  top: 0;
  bottom: 0;
  margin-top: 400px;
  padding: 30px;
}

.hero-box .hero-topline {
    max-width: 30px;
    height: 5px;
    background-color: blue;
    display: block;
    margin-bottom: 15px;
    display:none;
}
.hero-box p, .request-box p {
    font-size: 34px;
    color: #000;
    font-weight: 800;
    line-height: 42px;
    text-align: center;
}
.hero-box a, .request-box a {
    color: #ffffff;
    background-color: #2753ac;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    display: block;
    max-width: 156px;
    margin: 10px 0 0;
     /* Safari */
    /* text-align: left; */
    width: 50%;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 0;
    opacity: 0.8;
}
.hero-box a:hover, .request-box a:hover {
    /*! width: 205px; */
    top: -5px;
    opacity: 1;
}

#sp-section-1 #sp-slider {
    margin-top: 110px;
}

.qMobile  {
  display:none;
}

.image-layout-preset-style-card img {
    height: auto !important;
    width: 100%;
}
.sppb-addon.sppb-addon-video.smallVideo {
    max-width: 800px;
    margin: 0 auto;
    width: 95%;
}

















/****************************************
************** Redesign Home **************
*****************************************/


.header-top-img * {
  width: 100%;
  max-width: 100%;
}
.sppb-addon.sppb-addon-single-image.sppb-text-center.header-arc {
  position: absolute;
  bottom: 0px;
}
.homeIcons img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
}
.homeIcons a {
    color: #27a3e7;
    font-size: 2.3rem;
    text-align: center;
    font-weight: 700;
    width: 100%;
    display: block;
}
.btnCenter a {
    text-align: center;
    margin: 10px auto !important;
    display: block;
    max-width: 270px;
    font-size: 21px;
}


.logoBlue {
    color: #26a1e8;
    font-weight: 700;
    font-style: italic;
}
.planRow .sppb-addon-title {
  font-weight: 700;
}
.planRow .sppb-addon-header .sppb-addon-title {
  margin: 0 !important;
  font-size: ;
  font-size: 30px;
}
.planRow .sppb-addon-single-image-container, .planRow .sppb-addon-single-image-container img {
    width: 100%;
    max-width: 100%;
}
.planRow a {
    background: rgb(38,161,232);
    background: linear-gradient(180deg, rgba(38,161,232,1) 0%, rgba(35,71,151,1) 100%);
    color: #fff;
    padding: 10px 25px;
    margin: 5px;
    font-size: 19px;
    text-align: center;
transition: 0.7s all ease-in-out;
border: 2px solid #fff;
}
.planRow a:hover {
    border: 2px solid #26a1e8;
}
/**********************************
************** MEDIA QUERIES **************
***********************************/

@media (max-width:991px) {
.hb-home {
    max-width: 215px;
    height: 215px;
    left: 120px;
    right: auto;
    margin-top: 100px;
  padding:20px;
}
.hero-box p, .request-box p {
    font-size: 21px;
    line-height: 24px;
}
.hero-box a, .request-box a {
    max-width: 150px;
    min-width: 150px;
    margin: 10px auto 0;
}
.hb-home-right {
    left: 91px;
    right: auto;
    margin-top: 300px;
}
.hero-box.hb-home-right img {
    max-width: 214px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
  #sp-header {
	top: 58px;
}
}

@media (max-width:767px) {
.hb-home {
    left: 0px;
    right: 0px;
  	margin:auto;
    margin-top: 100px;
}
.hb-home-right {
    left: 0px;
    right: 0px;
  	margin:auto;
    margin-top: 300px;
}
  .qDesktop {
  display:none;
}
  .qMobile {
  display:block;
}
  .home-slider .sppb-addon-wrapper:nth-child(2) .sppb-img-responsive {
    margin-bottom: -5px;
}
}

@media (max-width:383px) {

  #sp-header {
	top: 78px;
}  
}