:root {
	--primary-color:#76C5D5;
  --primary-hover-color:#66B5C5;
	--secondary-color:#6CC24A;	
  --secondary-hover-color:#7CD25A;  
	--white-color:#ffffff;
  --text-color:#1E1E1E;
}

@font-face {
    font-family: 'helveticacondensed_bold';
    src: url('../fonts/helvetica-condensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-condensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
font-family: 'helveticacondensed_bold', sans-serif;
*/
body { font-family: "Open Sans", sans-serif; color:var(--text-color); font-size:16px; line-height:24px; 
background: var(--white-color);  }
* { margin:0px; padding:0px; }
h1, 
h2,
h3,
h4,
h5,
h6 { margin:0px 0px 15px; font-weight: 400 }
ol, ul { padding: 0; margin: 0; }
strong { font-weight: 400; font-family: 'helveticacondensed_bold', sans-serif; }
h1 { font-family: 'helveticacondensed_bold', sans-serif; }
h2 { line-height: 1.2; font-size: 54px; margin: 0px 0px 15px; font-weight: 400; text-transform: uppercase; 
font-family: 'helveticacondensed_bold', sans-serif; }
p { margin:0px 0px 20px; font-size: 15px; line-height: 1.4; }
.btn-check:focus + .btn, .btn:focus { box-shadow: none; }
img { max-width:100%; }
.white-color { color: var(--white-color); }
.container { max-width:1350px; width: 100%; }
.logo { float:left; max-width: 250px; }
.nav-container { position: relative; display: flex; justify-content: flex-end;   }
.nav-container > ul { margin:0px; padding:0px; display: flex; }
.nav-container > ul > li { display: flex; align-items: center; padding:10px 0px; }
.nav-container > ul > li:before { content: ""; width: 1px; height: 20px; background: #fff; margin: 0 18px; }
.nav-container > ul > li:first-child:before { display: none; }
.nav-container ul li { list-style:none; position:relative;  
font-size: 18px; font-weight: 400; font-family: 'helveticacondensed_bold', sans-serif;  text-transform: uppercase; }
.nav-container ul li.parent:hover:after { display: none; }
.nav-container ul li a { color:var(--white-color); display:block; text-decoration:none; outline: none; position: relative; }
.nav-container ul li:hover > a,
.nav-container ul li.active a  { color: var(--primary-color);  }
.nav-container ul li.active a:before { content: ""; height: 2px; width: 100%; background:var(--primary-color); border-radius: 10px; 
position: absolute; bottom: -6px; left: 0; }
.header-top { display: flex; align-items: center; justify-content: space-between; padding: 10px 0px; position: relative; }
.header-right-btn ul { margin: 0; padding: 0; display: flex; align-items: center; gap:18px; }
.header-right-btn ul li { margin: 0; padding: 0; list-style: none; }
.header-top .container:before,
.header-top .container:after { display: none; }
.header-right { display: flex; align-items: center; justify-content: space-between; gap: 30px; }

.nav-container li .sub-menu { display:none; position:absolute; left:0px; top:100%; min-width:210px; background:var(--primary-color); z-index:9; box-shadow: 0 8px 20px rgba(0,0,0,0.1);
padding: 15px 20px; border-radius:10px; }
.nav-container li .sub-menu li { display:block; padding:10px 0; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.32); }

.nav-container li .sub-menu li:after { display: none; }
.nav-container ul li.parent:hover { background: var(--secondary-color); }
.nav-container li .sub-menu li a { color:var(--white-color);  }
.nav-container li .sub-menu li:last-child { margin-bottom: 0; border-bottom: 0; }
.nav-container li .sub-menu li:hover a { color: #fff; }
.mob-menu { display: none; }
.header a { outline: none; }
.header-left li { list-style:none; }
.header ul { margin:0px; }
.header { padding:0px; width: 100%; position: absolute; left: 0; top: 0; z-index: 9; }

.header-right-btn a { padding: 12px 24px; display: flex; justify-content: center; align-items: center; border: 0; height: 52px; }

.banner-container .banner-text {  position:absolute; top:50%; transform: translateY(-50%); left:0px; right: 0; text-align:left; width: 100%;
text-align: center; }
.banner-container .slick-slide { position: relative; }
.banner-container .banner-content { max-width: 62%; margin:0 auto;  }
.banner-container .slide-item { vertical-align:top; }
.banner-container .banner-text h2 { color:#fff; font-size:110px; font-family: 'helveticacondensed_bold', sans-serif;
display: inline-block; line-height: 1.1; text-transform: uppercase; margin-bottom: 15px; }
.banner-container { clear: both; position: relative; }
.banner-container .slide-img { position: relative; }
.banner-container .slide-img:before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); 
position: absolute; top: 0; left: 0; width: 100%; content: ""; height: 100%; border-radius: 0 0 0 200px; }
.banner-container .slide-img:after { background: rgba(0, 0, 0, 0.38); 
position: absolute; top: 0; left: 0; width: 100%; content: ""; height: 100%; border-radius: 0 0 0 200px; }

.banner-container .slide-img img { border-radius: 0 0 0 200px; }
.banner-btn .white-btn { background: #fff; color: #000; }
.banner-container .slick-dots {  position: absolute; left: 200px; bottom: 70px; z-index: 2; }
.banner-container .slick-dots li { list-style: none; display: inline-block; margin: 0 6px; }
.banner-container .slick-dots li button { border: 0; width: 28px; height: 28px; border-radius: 100%; font-size: 0;  background: transparent; opacity: 1;
border: 1px solid #FFFFFF; }
.banner-container .slick-dots li.slick-active button { background:rgba(255,255,255,0.8); opacity: 1; }
.banner-container img { width: 100%; }
.banner-btn a { font-size: 20px; min-width: 160px; }
.banner-btn a.applyNow-btn { background: transparent; border: 1px solid #fff; color: #fff; }
.banner-btn { display: flex; gap:20px; justify-content: center; }

.secondary-btn { background: var(--secondary-color); padding: 12px 30px; font-size: 20px;
line-height: 18px; border: 0; text-align: center; height: 65px; display: inline-flex; align-items: center; 
color: var(--white-color);  text-decoration: none; border-radius: 50px; justify-content: center;
font-family: 'helveticacondensed_bold', sans-serif; text-transform: uppercase; }
.secondary-btn:hover { background: var(--secondary-hover-color); text-decoration: none; color: var(--white-color); }

.white-btn { background: var(--white-color); font-weight: 600; padding: 12px 20px; font-size: 16px;
color:#182857; line-height: 18px; border: 0; text-align: center; height: 58px; display: inline-flex; align-items: center; 
 text-decoration: none; font-family: 'helveticacondensed_bold', sans-serif; text-transform: uppercase; }

.btn { border-radius: 0; }
.primary-btn { background: var(--primary-color); padding: 12px 30px; text-align: center; font-size: 16px;
 color: var(--white-color); line-height: 18px; border: 0; text-decoration: none; 
height: 65px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50px; 
font-family: 'helveticacondensed_bold', sans-serif; text-transform: uppercase;
}
.primary-btn:hover { text-decoration: none; color: var(--white-color); background-color: var(--primary-hover-color); }

.whoWeare-section { padding: 0px 0 70px; margin-top: -170px; }
.whoWeare-top-text { background: #76C5D5; box-shadow: 0px 4px 200px rgba(60, 150, 169, 0.8);
border-radius: 50px 0 0 50px; padding: 100px 60px 60px; width: 100%; max-width: 47%; }
.whoWeare-top-right { display: flex; justify-content: flex-end; margin-top: -100px;
  z-index: 1; position: relative; }
.whoWeare-top-right p { font-size: 36px; color: #fff; text-align: center; max-width: 580px; }
.whoWeare-img img { border-radius: 50px; }
.whoWeare-middel .row { align-items: flex-end; }
.whoWeare-icon1 { padding-left: 20px; mix-blend-mode: luminosity; }
.whoWeare-bottom { padding: 100px 0 0; }

.whoWeare-bottom h2 { margin-bottom: 30px; }
.whoWeare-title-left { display: flex; flex-wrap: wrap; }
.whoWeare-bottom .whoWeare-title { width: 40%; }
.whoWeare-bottom .whoWeare-text { width: 60%; padding-left: 40px; }
.whoWeare-text p { font-size: 20px; }
.whoWeare-icon2 { padding-left: 20px; margin-top: -230px; }
.banner-content p{ color: #fff; padding: 0px; margin: 0px; font-size: 26px;
margin-bottom: 40px;
text-transform: uppercase;}
.title-bg3 span { background: url(../images/Isolation_mode3.svg) right 105px center no-repeat; 
padding: 10px 14px 10px 0; }
.title-bg span { background: url(../images/Isolation_mode.svg) right center no-repeat; 
padding: 10px 14px 10px 0; }
.banner-content h2 span { background: url(../images/Isolation_mode.svg) right center no-repeat; 
padding: 10px 14px 10px 0; background-size: 295px auto; }
.title-bg-blue span { background: url(../images/title_bg_blue.svg) right center no-repeat; 
padding: 10px 14px 10px 0; }
.content-img { padding: 60px 0 260px; border-radius: 200px 0 0; background: #fff; }
.about-img img { border-radius: 50px; }
.content-img h2 { margin-bottom: 40px; }
.theCrisis-section.content-img .crisis-number p { font-size: 13px; }
.crisis-number .title-bg span { background-size: 117px auto;
  padding-right: 34px; }
.crisis-number{ margin-top: 130px; }
.theCrisis-section.content-img {
padding: 120px 0 250px;
}
.crisis-number h2 { color: var(--primary-hover-color); margin-bottom: 12px; }
.content-img h3 { font-size: 30px; margin-bottom: 30px; }
.content-img p { font-size: 20px; margin-bottom: 30px; }
.welcome-text { padding-right: 80px; }
.theCrisis-section { box-shadow: 0px 4px 100px #C1E2E8; }
.symptomsCrisis-section { background: var(--primary-color); padding: 100px 0 300px; border-radius: 200px 0 0 0; 
margin-top: -180px; }
.symptomsCrisis-section h2 { text-align: center; color: #fff; margin-bottom: 50px; }
.nationally-locally { display: flex; flex-wrap: wrap; }
.nationally-box { width: 40%; padding: 40px 45px 30px; background: #fff; border-top: 16px solid var(--secondary-color); }
.locally-box { width: 60%; padding: 40px 45px 30px; background: #DAF0FF; border-top: 16px solid #1476BD;  }
.symptomsCrisis-section h3 { font-size: 36px; font-family: 'helveticacondensed_bold', sans-serif; margin-bottom: 20px; }
.symptomsCrisis-section p { font-size: 20px; }
.ourVision-section { margin-top: -180px; padding: 120px 0; }
.ourVision-section h2 { color: #76C5D5; font-size: 150px; margin: 0; }
.ourVision-section h2 span { background: url(../images/Isolation_mode2.svg) right center no-repeat; 
padding: 10px 0px 10px 0; }
.ourVision-section h3 { font-size: 32px; line-height: 1.3; }
.meetReuben-section { background: url(../images/reuben-bg.jpg) 0 0 no-repeat; color: #fff; border-radius: 200px 0 0 0; 
padding: 125px 0; background-size: cover; }
.meetReuben-section h2 { margin-bottom: 40px; }
.meetReuben-section p { font-size: 26px; line-height: 1.4; }
.meetReuben-section .welcome-text { padding-right: 140px; }
.reuben-name-img { text-align: center; }
.reuben-img img { border-radius: 30px; margin-bottom: 25px; vertical-align: top; }
.reuben-name { color: var(--text-color); font-size: 30px; font-weight: 700; padding:15px 30px; border-radius: 50px;  
background: #fff; display: inline-block; line-height: 1.3; opacity: 0.8; }
.god-sets { text-align: center; padding: 60px 0 0; }
.god-sets a { border: 1px solid #FFFFFF; border-radius: 137px; display: inline-block; 
font-size: 50px; font-family: 'helveticacondensed_bold', sans-serif; line-height: 1.2; text-decoration: none;
color: #fff; text-transform: uppercase; width: 100%; padding: 40px 20px; max-width: 1200px; }
.god-sets a span { display: block; font-family: "Open Sans", sans-serif; }

.theStrategy-section { padding: 140px 0 200px; text-align: center; }
.theStrategy-section h2 { margin-bottom: 30px; }
.theStrategy-section p { font-size: 24px;  }
.title-section { max-width: 1140px; margin: 0 auto 70px; }
.theStrategy-section .title-bg span { background-position: right 40px center; }
.strategy-list ul { display: grid; grid-template-columns: repeat(3, 1fr); gap:43px; }
.strategy-list ul li { list-style: none; padding: 40px;
background: rgba(255, 255, 255, 0.2); box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
border-radius: 30px;  }
.strategy-list ul li h3 { font-size: 45px; color: var(--text-color);
font-family: 'helveticacondensed_bold', sans-serif; font-weight: normal;  }
.strategy_number {
  position: relative; display: inline-flex;
  align-items: center; justify-content: center;
  width: 180px;  height: 180px;  border-radius: 100%;
  color: #fff;  font-size: 70px; 
  font-family: 'helveticacondensed_bold', sans-serif; margin-bottom: 60px; margin-top: -60px;
}
.strategy_number::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #76C5D5;
  filter: blur(15px);
  z-index: -1;
  border-radius: 100%;
}
.isnt-section { background: #F2F2F2; border-radius: 200px 0 0 0; }
.schedule_tour { padding: 120px 0 90px; position: relative; background: rgba(35, 97, 146, 0.88); border-radius: 200px 0 0 0; 
margin-top: -200px; }
.schedule_tour h2 { margin: 0 0 70px; text-align: center; color: #fff; }
.schedule_tour h2 span { background: url(../images/Isolation_mode.svg) right center no-repeat; 
padding: 10px 42px 10px 0; }
.schedule-form { padding:0px; max-width: 100%; margin: 0 auto; position: relative; }
.schedule-form p { text-align: center; }
.schedule-form ul { list-style: none; display: flex; flex-wrap: wrap; margin: 0 -13px; }
.schedule-form li { margin-bottom: 26px; width: 50%; padding:0 16px; }
.schedule-form li.textarea-text { width: 100%; }
.schedule-form li .input-box .input-text { width: 100%; border: 0; border-radius: 80px;
height: 87px; padding: 24px 60px; outline: none; background: #4B8ABB; color: #fff; font-size: 22px; }
.schedule-form li .input-box textarea.input-text { height: 180px; resize: none; }
.schedule-form li.submit-btn { text-align: center; width: 100%; }
.schedule_tour .submit-btn .secondary-btn { min-width: 187px; font-size: 24px; height: 77px; }
.schedule-form .input-text::-webkit-input-placeholder { color: #fff; }
.schedule-form .input-text::-moz-placeholder { color: #fff; }
.schedule-form .input-text:-ms-input-placeholder { color: #fff; }
.schedule-form .input-text:-moz-placeholder { color: #fff; }

.footer-container { padding: 80px 0; font-size: 18px; background: var(--white-color); }
.footer-container p { margin: 0; font-size: 18px; color: var(--text-color); }
.footer-container h3 { margin: 0 0 20px; font-size: 25px; color: var(--text-color); font-weight: 400; text-transform: uppercase; 
font-family: 'helveticacondensed_bold', sans-serif; }
.footer-logo { margin:0 auto 30px; max-width: 340px; }
.footer-container ul { margin: 0; padding: 0; list-style: none; }
.footer-container ul li a:hover { color: var(--primary-color); }
.footer-links li a { color: var(--text-color); text-decoration: none; }
.footer-links li { margin-bottom: 20px; }
.contact-info li { display: flex; margin-bottom: 20px; gap: 12px; }
.contact-info li a { color: var(--text-color); text-decoration:none; word-break: break-all; display: flex;
align-items: center; gap: 12px; }
.contact-info li .fa { font-size: 20px; min-width: 35px; text-align: center; color: #fff;
  position: relative; top: 0; height: 35px; display: flex; align-items: center;
  justify-content: center; background: #76C5D5; border-radius: 100%;} 
.footer-social ul { display: flex; align-items: center; gap:6px; justify-content: center; }
.footer-social ul li a { background: var(--primary-color); border-radius: 100%; color: #fff;
  width: 47px; height: 47px; display: flex; align-items: center; justify-content: center; text-decoration: none;
  font-size: 22px; }
.footer-social ul li a:hover { background: var(--secondary-color); color: #fff; }
.footer-container .copy-right p { font-size: 15px; }
.copy-right { text-align: center; margin: 30px 0 0; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.sub-menu-toggle{
  display: none;
}
.gform_wrapper.gravity-theme input:not([type="submit"]):not([type="checkbox"]),
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select
{
  width: 100%;
  border: 0;
  border-radius: 80px;
  height: 87px;
  padding: 24px 60px !important;
  outline: none;
  background: #4B8ABB;
  color: #fff;
  font-size: 22px !important;
}
.gform_wrapper.gravity-theme input:not([type="submit"]):not([type="checkbox"])::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder,
.gform_wrapper.gravity-theme select::placeholder,
.gfield_consent_label{
  color: #fff;  
}
.gform_wrapper.gravity-theme .gform_footer input{
  background: var(--secondary-color);
  padding: 12px 30px;
  font-size: 20px;
  line-height: 18px;
  border: 0;
  text-align: center;
  height: 65px;
  display: inline-flex;
  align-items: center;
  color: var(--white-color);
  text-decoration: none;
  border-radius: 50px;
  justify-content: center;
  font-family: 'helveticacondensed_bold', sans-serif;
  text-transform: uppercase;

  min-width: 187px;
  font-size: 24px;
  height: 77px;
}
.gform_wrapper.gravity-theme .gform_footer{
   text-align: center;
}
.gform_wrapper.gravity-theme .gform_footer input:hover
 {
    background: var(--secondary-hover-color);
    text-decoration: none;
    color: var(--white-color);
}
.gform_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"]{
  width: 22px;
  height: 17px;
}
.gform_wrapper.gravity-theme .ginput_complex span{
  padding:0;
}
.gform_wrapper.gravity-theme .gform_fields{
  grid-column-gap:32px !important;
  grid-row-gap: 26px !important;
  padding:0 16px;
}
/*****************************************/

@media(min-width: 1280px) and (max-width: 1440px) {
.logo { max-width: 200px; }
.nav-container ul li { font-size: 17px; }
.header-right { gap:30px; }
.banner-container .banner-text h2 { font-size: 50px; }
.whoWeare-top-right p { font-size: 30px; }
.header-right-btn a { font-size: 18px; }
.container { padding-left: 20px; padding-right: 20px; }
.content-img { border-radius: 150px 0 0; }
.symptomsCrisis-section { border-radius: 150px 0 0 0; }
.meetReuben-section { border-radius: 150px 0 0 0; }
.isnt-section { border-radius: 150px 0 0 0; }
.schedule_tour { border-radius: 150px 0 0 0; }

.banner-content h2 span { background-size: 142px auto; }


}
@media(min-width: 1024px) and (max-width: 1279px) {
.logo { max-width: 180px; }
.nav-container > ul > li::before { margin: 0 10px; }
.nav-container ul li { font-size: 14px; }
.header-right { gap:20px; }
.banner-container .banner-text h2 { font-size: 50px; }
.whoWeare-top-right p { font-size: 20px; }
.header-right-btn a { font-size: 14px; }
.container { padding-left: 20px; padding-right: 20px; }
.content-img { border-radius: 100px 0 0; }
.symptomsCrisis-section { border-radius: 100px 0 0 0; padding: 60px 0 250px; }
.ourVision-section h2 { font-size: 100px; }
.meetReuben-section { border-radius: 100px 0 0 0; padding: 100px 0; }
.isnt-section { border-radius: 100px 0 0 0; }
.schedule_tour { border-radius: 100px 0 0 0; padding: 100px 0 80px; }
.banner-container .slide-img img,
.banner-container .slide-img::before,
.banner-container .slide-img::after { border-radius: 0 0 0 100px; }
.header-right-btn ul { gap:12px; }
.banner-container .banner-content { max-width: 70%; }
.banner-container .slick-dots { left: 120px; }
.whoWeare-top-text { padding: 60px 40px 30px; }
.whoWeare-section { margin-top: -60px; }
.whoWeare-icon1 { max-width: 170px; }
.whoWeare-icon2 { margin-top: -170px; max-width: 250px; }
.whoWeare-top-right { margin-top: -80px; }
h2 {font-size: 44px; }
.whoWeare-text p { font-size: 18px; }
.content-img h3 { font-size: 26px; margin-bottom: 15px; }
.content-img p { font-size: 16px; }
.welcome-text { padding-right: 30px; }
.title-bg span { background-size: 140px auto; }
.title-bg3 span { background-size: 80px auto; background-position: right 89px center; }
.title-bg-blue span { background-size: 146px auto; }
.ourVision-section h2 span { background-size: 240px auto; }
.ourVision-section { padding: 80px 0; }
.content-img h2 { margin-bottom: 30px; }
.symptomsCrisis-section p { font-size: 16px; }
.meetReuben-section .welcome-text { padding-right: 50px; }
.meetReuben-section p { font-size: 22px; }
.god-sets a { font-size: 40px; }
.theStrategy-section { padding: 80px 0 120px; }
.strategy-list ul li { padding: 30px; }
.strategy-list ul li h3 { font-size: 30px; }
.strategy_number { width: 150px; height: 150px; font-size: 50px; }
.schedule-form li .input-box .input-text { height: 70px; }
.footer-container { font-size: 16px; }
.footer-container p { font-size: 16px; }
.footer-container h3 { font-size: 22px; }
.schedule_tour h2 span { background-size: 150px auto; }
.banner-content h2 span { background-size: 142px auto; }
.crisis-number .title-bg span { background-size: 100px auto; }

}
@media (max-width: 1023px) {
.container { width: 100%; padding-left: 20px; padding-right: 20px;  } 	
}

@media(min-width: 768px) and (max-width: 991px) {
.copy-right { padding-bottom: 30px; }  

}
@media(min-width: 768px) and (max-width: 1023px) {
.logo { max-width: 180px; }
.nav-container > ul > li::before { margin: 0 10px; }
.nav-container ul li { font-size: 14px; }
.header-right { gap:20px; }
.banner-container .banner-text h2 { font-size: 40px; }
.whoWeare-top-right p { font-size: 20px; }
.header-right-btn a { font-size: 14px; }
.container { padding-left: 20px; padding-right: 20px; }
.content-img { border-radius: 60px 0 0; }
.symptomsCrisis-section { border-radius: 60px 0 0 0; padding: 60px 0 250px; }
.ourVision-section h2 { font-size: 60px; }
.meetReuben-section { border-radius: 60px 0 0 0; padding: 100px 0; }
.isnt-section { border-radius: 60px 0 0 0; }
.schedule_tour { border-radius: 60px 0 0 0; padding: 100px 0 80px; }
.banner-container .slide-img img,
.banner-container .slide-img::before,
.banner-container .slide-img::after { border-radius: 0 0 0 60px; }
.banner-container .slide-img img { height: 500px; }
.header-right-btn ul { gap:12px; }
.banner-container .banner-content { max-width: 90%; }
.banner-container .slick-dots { left: 120px; }
.whoWeare-top-text { padding: 60px 40px 30px; }
.whoWeare-section { margin-top: -60px; }
.whoWeare-icon1 { max-width: 170px; }
.whoWeare-icon2 { margin-top: -170px; max-width: 250px; }
.whoWeare-top-right { margin-top: -80px; }
h2 {font-size: 40px; }
.whoWeare-text p { font-size: 16px; }
.content-img h3 { font-size: 26px; margin-bottom: 15px; }
.content-img p { font-size: 16px; }
.welcome-text { padding-right: 30px; }
.title-bg span { background-size: 140px auto; }
.title-bg3 span { background-size: 80px auto; background-position: right 89px center; }
.title-bg-blue span { background-size: 146px auto; }
.ourVision-section h2 span { background-size: 170px auto; }
.ourVision-section { padding: 80px 0; }
.content-img h2 { margin-bottom: 30px; }
.symptomsCrisis-section p { font-size: 16px; }
.meetReuben-section .welcome-text { padding-right: 50px; }
.meetReuben-section p { font-size: 20px; }
.god-sets a { font-size: 30px; padding: 24px 20px; }
.theStrategy-section { padding: 80px 0 120px; }
.strategy-list ul li { padding: 20px; border-radius: 20px; }
.strategy-list ul li h3 { font-size: 24px; }
.strategy_number { width: 120px; height: 120px; font-size: 40px; margin-bottom: 40px; }
.schedule-form li .input-box .input-text { height: 70px; }
.footer-container { font-size: 16px; padding: 50px 0; }
.footer-container p { font-size: 16px; }
.footer-container h3 { font-size: 22px; }
.schedule_tour h2 span { background-size: 150px auto; }
.nationally-box { width: 100%; }
.locally-box { width: 100%; }
.strategy-list ul { gap: 16px; }
.banner-content h2 span { background-size: 115px auto; }

.gform_wrapper.gravity-theme input:not([type="submit"]):not([type="checkbox"]), 
.gform_wrapper.gravity-theme textarea, 
.gform_wrapper.gravity-theme select { height: 60px; border-radius: 40px;
  padding: 12px 40px !important; font-size: 18px !important; }
.theStrategy-section p { font-size: 18px; }
.crisis-number .title-bg span { background-size: 88px auto; }
.theCrisis-section.content-img { padding: 70px 0 210px; }
.whoWeare-bottom .whoWeare-text { padding-left: 20px; }
.whoWeare-bottom h2 { font-size: 31px; }
.about-img { padding-top: 20px; }
.whoWeare-img img { border-radius: 10px; }
.reuben-img img { border-radius: 10px; }
.about-img img { border-radius: 20px; }

}

@media(min-width: 1024px){
.nav-container li:hover .sub-menu { display:block; }
.nav-container li .sub-menu li:hover a { color: #fff; }

}

@media(max-width: 1023px){
/*menu*/
.mob-menu { display:block; background:url(../images/mob-icon.png) center center no-repeat; padding:10px 12px; font-size:16px; color:#000; border-radius:0px; cursor:pointer; text-align:left; 
font-size: 0; line-height: 0; cursor: pointer; width: 40px; height: 30px; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
.header-right { position: absolute; top: calc(100% - 15px); right: 0px; text-align: left; z-index: 9; display: none; 
background: var(--primary-color); width: 100%; max-width: 400px; box-shadow: 0px 10px 10px rgba(0,0,0,0.1); }
.nav-container ul li.active a::before { display: none; }
.nav-container ul { margin:0px; padding:0px 0px; width: 100%; display: block; }
.nav-container ul li { display:block; padding:0px 0px; margin:0px; font-size:14px; width:100%; margin:0px !important; }
.nav-container ul li a { border-radius:0px; padding:10px 15px; border-bottom:1px solid rgba(255,255,255,0.2); color:var(--white-color); }
.nav-container ul li:hover > a { color:var(--white-color); }
.nav-container ul li .sub-menu { padding:0px; display:none; position:static; width:100%; border-radius: 0; }
.nav-container ul li .sub-menu li a { padding:10px 30px; }
.nav-container .nav-icon { position: absolute;  right: 0px; top: 0px; width: 45px;  height: 40px; background-repeat: no-repeat; cursor:pointer; z-index:99;}
.nav-container .nav-icon.open {  background: url(../images/menu-plus.png) center center no-repeat; }
.nav-container .nav-icon.close {  background: url(../images/menu-minus.png) center center no-repeat; opacity:1; }
.nav-container li .sub-menu li { border-bottom:0px; padding:0px; background:#50A7B8; border-radius: 0; } 
.nav-container li .sub-menu li a { padding-bottom:8px; }
.nav-container li .sub-menu li:hover a {  background-color:var(--primary-color); }
.nav-container .menu-main-menu-container { display:none; text-align:left;  }
.nav-container > ul > li::before { display: none; }
.nav-container ul li:hover > a, .nav-container ul li.active a { background: #59B0C1; color: #fff; }
.header-right-btn ul { flex-direction: column; gap: 0; }
.header-right-btn ul li { width: 100%; }
.header-right-btn a { width: 100%; border-radius: 0; }
.header-right-btn a.primary-btn { background: #50A7B8; }

}
@media(max-width: 767px) {	
.whoWeare-top-right { margin-top: 30px; }
.whoWeare-top-text { max-width: 100%; padding: 40px 30px 30px; border-radius: 20px 0 0 20px;
box-shadow: 0px 4px 30px rgba(60, 150, 169, 0.6); }
.whoWeare-top-right p { font-size: 18px; max-width: 100%; }
.whoWeare-section { margin-top: 40px; padding: 0px 0 40px; }
.whoWeare-icon2 { width: 200px; margin: 20px auto;}
.strategy-list ul { grid-template-columns: repeat(1, 1fr); gap: 90px; }
.banner-container .banner-text
	{
		top: 69%;
	}
.banner-container .banner-text h2
	{
		    font-size: 35px;
	}
.banner-content p
	{
		font-size: 12px;
		        margin-bottom: 20px;

	}
.content-img
	{
		border-radius: 100px 0 0;
	}
	.welcome-text {
    padding-right: 0px;
    padding-left: 0px;
		        padding-bottom: 10px;
}
	.nationally-box
	{
		width: 100%;
    padding: 30px 30px 10px;
	}
	.locally-box
	{
		width: 100%;
    padding: 30px 30px 10px;
	}
	.ourVision-section h2
	{
		font-size: 80px;
	}
	.ourVision-section h2 span
	{
	    background-size: 160px auto;
	}
	.meetReuben-section .welcome-text {
		padding: 0 0 10px;
	}
	.god-sets a	{
		font-size: 24px; padding: 20px 20px;
	}	
.footer-container .contact-info { text-align: center; }
.footer-container .contact-info ul { display: inline-block; }
	.whoWeare-bottom .whoWeare-title {
    width: 100%;
    text-align: center;
}
	.whoWeare-bottom .whoWeare-text
	{
		width: 100%;
		text-align: center;
		padding-top: 40px;
		padding-left: 0px;
	}
h2 { font-size: 38px; }
.title-bg3 span { background-size: 90px auto; }
.content-img { border-radius: 40px 0 0; }
.symptomsCrisis-section { border-radius: 40px 0 0 0; padding: 60px 0 120px; }
.ourVision-section h2 { font-size: 60px; }
.meetReuben-section { border-radius: 40px 0 0 0; padding: 50px 0; }
.isnt-section { border-radius: 40px 0 0 0; }
.schedule_tour { border-radius: 40px 0 0 0; padding: 60px 0 30px; }
.banner-container .slide-img img,
.banner-container .slide-img::before,
.banner-container .slide-img::after { border-radius: 0 0 0 40px; }
.banner-container .slide-img img { height: 450px; }  
.banner-content h2 span { background-size: 100px auto; }
.secondary-btn { height: 54px; font-size: 17px; }
.whoWeare-img img { border-radius: 10px; }
.whoWeare-icon1 { padding: 20px 0 0; text-align: center; }
.whoWeare-bottom { padding: 40px 0 0; }
.whoWeare-text p { font-size: 16px; }
.theCrisis-section.content-img { padding: 60px 0 160px; }
.title-bg span { background-size: 130px auto; }
.content-img h3 { font-size: 24px; }
.content-img p { font-size: 16px; }
.crisis-number .title-bg span { background-size: 87px auto; }
.crisis-number { margin-top: 50px; }
.crisis-number { padding-bottom: 30px; }
.title-bg-blue span { background-size: 124px auto; }
.symptomsCrisis-section h2 { margin-bottom: 30px; }
.symptomsCrisis-section h3 { font-size: 28px; }
.symptomsCrisis-section p { font-size: 16px; }
.ourVision-section { margin-top: -70px; padding: 60px 0 20px; } 
.meetReuben-section p { font-size: 16px; }
.reuben-name { font-size: 20px; }
.god-sets { padding: 40px 0 0; }
.theStrategy-section { padding: 50px 0; }
.strategy-list ul li { padding: 20px; border-radius: 20px; }
.strategy-list ul li h3 { font-size: 24px; }
.strategy_number { width: 120px; height: 120px; font-size: 40px; margin-bottom: 40px; }
.theStrategy-section p { font-size: 16px; }
.title-section { padding-bottom: 15px; }
.gform_wrapper.gravity-theme input:not([type="submit"]):not([type="checkbox"]), 
.gform_wrapper.gravity-theme textarea, 
.gform_wrapper.gravity-theme select { height: 60px; border-radius: 32px;
  padding: 12px 40px !important; font-size: 18px !important; }
.schedule_tour h2 span { background-size: 150px auto; }  
.gform_wrapper.gravity-theme .gform_fields  { padding: 0; }
.gform_wrapper.gravity-theme .gfield textarea.large { max-height: 200px; }
.footer-container { padding: 50px 0; }
.gform_wrapper.gravity-theme .gform_footer input { font-size: 20px; padding: 5px 30px; height: 60px; }
.about-img img { border-radius: 10px; }
.reuben-img img { border-radius: 10px; }
.schedule_tour h2 { margin-bottom: 40px; }
.copy-right { padding-bottom: 20px; }

}
@media(max-width: 640px) {
.gform_wrapper.gravity-theme .ginput_complex span { margin: 0; }
.gform_wrapper.gravity-theme .ginput_complex span.name_first { margin-bottom: 16px; }
.gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 16px !important; }
.banner-container .banner-content { max-width: 100%; }
.content-img h3 { font-size: 20px; }

}
@media(max-width: 479px) {
.whoWeare-middel .whoWeare-icon1 { display: none;	}
.banner-container .slide-img img { min-height: 400px; }
	
}