@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


/* Forms Presets */
::-webkit-input-placeholder {opacity: 1; color: inherit;}
::-moz-placeholder {opacity: 1; color: inherit;}
:-ms-input-placeholder {opacity: 1; color: inherit;}
:-moz-placeholder {opacity: 1; color: inherit;}

a {
  color: #fff;
  text-decoration: none;
}
mark , .a {background:none !important;color:#fff !important;font-weight: 300;text-decoration: none;}
/* HTML5 display-role reset for older browsers */
.clearfix {
  clear: both;
  display: table;
}
.clearfix::after {
  content: "";
  
}
* {
  box-sizing: border-box;
  -moz-box-sizing:border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
#submit_formmessage button[type="submit"], #submit_formmessage input, #submit_formmessage textarea {
  width: 100%;
}

.slider img, .ftr_logo img, .main_logo img {width:100%;display:block;}
ol, ul {
	list-style: none !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"] {
  cursor: pointer;
}

.comp {color: var(--priColor);font-weight: 700;}

img { width: 100%; vertical-align: top;}

/*        CSS PRESET       */
:root { 
    --priFont: "Urbanist", sans-serif;
    --priColor: #0085c6;
    --secColor: #cfefff;
  } 
html, body{
      
    position: relative; max-width: 1920px; margin: 0 auto !important; 
    color: var(--paragColor1);
    overflow-x: hidden;
    font-family: var(--bodyFont);
  }
  body.active { overflow: hidden; width: 100%; height: 100%; position: fixed !important; }
.wrapper{
    max-width: 1375px;
    width:100%;
    margin: 0 auto;
}

/* HEADER */
header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
  }
.hdr_area {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .main_logo {
    padding-top: 69px;
  }

  .hdr_info {
    padding-top: 65px;
    text-align: center;
    padding-right: 118px;
  }

  .hdr_info h3 {
    font-size: 22px;
    color: #fff;
    font-family: var(--priFont);
    text-align: center;
    letter-spacing: .2px;
    font-weight: 500;
    line-height: 100%;
  }

  .hdr_info h3 span {
    display: block;
  }

  .phone_num span {
    font-size: 18px;
    color: #fff;
    font-family: var(--Font);
  }

  .phone_num {
    display: inline-block;
    vertical-align: middle;
    max-width: 261.1px;
    margin-top: 20px;
    height: 55px;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    background-color: var(--priColor); 
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .phone_num a::before {
    content: url('images/phone-icon.png');
    position: absolute;
    left: 35px;
    top: 60%;
    transform: translateY(-50%);
  }
  
  .phone_num a {
    display: block;
    line-height: 53px;
    font-size: 23px;
    color: #fff;
    font-family: var(--priFont);
    padding-left: 37px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
  }
  
  .phone_num:hover {
  background: #333;
  }
  
/* BANNER */

#banner {
  margin: 0 !important;
}
.bnr_area {
    position: relative;
}
/* .slider::before {
  position: absolute;
  content: '';
  left: 50%;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: .3;
  background: #000;
  transform: translateX(-50%);
} */
.slider {
    width:1920px;
    margin-left:50%;
    transform: translateX(-50%);
    position: relative;
}
.bnr_con {
    position: absolute;
    bottom: 92px;
    left: 0;
    z-index: 1;
    width: 644px;
  }
  .bnr_con h2 {
    color: #fff;
    font-size: 65px;
    line-height: 71px;
    font-family: var(--priFont);
    margin-left: -1px;
    font-weight: 600;
  }

  .bnr_con span {
    display: block;
    color: #fff;
  }

  .bnr_con_animated {
    animation-duration: 2200ms !important;
  }
  
  .bnr_con p {
    font-size: 25px;
    color: #fff;
    width: 646px;
    font-family: var(--priFont);
    padding-top: 60px;
    line-height: 30px;
  }

  .bnr_con p span {
    font-weight: 700;
    display: unset;
    color: #191919;
  }

    .bnr_con ul {
    width: 100%;
    padding-top: 35px;
  }

  .bnr_con ul li {
    color: #fff;
    font-size: 22px;
    font-family: var(--priFont);
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    line-height: 40px;
  }
  
  .bnr_con ul li::before {
    content: url('images/check-icon.png');
    position: absolute;
    left: 0;
    top: 25px;
    transform: translateY(-50%);
  }


  .bnr-btn {
    display: inline-block;
    margin-top: 54px;
    background: #f9cb08;
    color: #000;
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    border-radius: 15px;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 18px;
    width: 200px;
    height: 55px;
    line-height: 30px;
    text-align: center;
    font-family: var(--priFont);
  }

  .bnr-btn a {
    color: #000;
  }

  .bnr_form {
    width: 575.3px;
    height:954.1px;
    background: var(--secColor);
    position: absolute;
    right: 0;
    top: 249px;
    text-align: center;
    z-index: 1;
    font-family: var(--priFont);
    border-radius: 50px;
  }


  .form_div {
    padding: 17px 25px 0;
  }

  .bnr_form_area {
  padding: 20px;
}

  .bnr_form_area h2 {
    line-height: 100%;
    padding: 46px 0 0;
    font-size: 37px;
    color: var(--priColor);
    font-family: var(--priFont);
    text-transform: capitalize;
    font-weight: 600;
  }

  .bnr_form_area h2 span {
    display: block;
  }

  .bnr_form_area p {
    color: #333;
    font-size: 16px;
    font-family: var(--priFont);
    padding: 5px 48px 0;
    line-height: 22px;
  }

/*banner form*/
.bnr_form_area .input_form {
  position: relative;
  font-family: var(--priFont);
}
.bnr_form_area .input_form label {
  position: absolute;
  top: 9px;
  left: 32px;
  padding: 8px 0;
  font-size: 16px;
  pointer-events: none;
  transition: .5s;
  font-family: var(--priFont);
  color: #000;
}

.bnr_form_area .input_form label q {
  color:red;
}
.bnr_form_area .input_form input{
  width: 100%;
  padding-left: 37px;
  font-size: 16px;
  background: #ffff;
  margin-bottom: 10px;
  height: 52px;
  border: 1px solid #9cd2eb;
  border-radius: 50px;
}

.bnr_form_area .input_form select {
  width: 100%;
  padding-left: 30px;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  border: 1px solid var(--thirdColor);
  height: 52px;
  font-family: var(--priFont);
  background:url(images/select_separator.png) no-repeat right #0c90a3;
  -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-position: right 16px top 16px;
      border-radius: 50px;
    
  background-color: #fff;
  border: 1px solid #9cd2eb;
}

.bnr_form_area .input_form option {
  padding: 10px 0;
  font-size: 18px;
  color: #fff  ;
  transition: .5s;
  background: var(--secColor);
  font-family: var(--priFont);
}

.bnr_form_area .input_form_box input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
}

.input_form select option span {
 display: block;
}

.input_form_2 .input_form_box {
  text-align: center;
  padding-top: 2px;
}

.input_form_2 .input_form_box label {
  font-size: 16px;
  transition: .5s;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-family: var(--priFont);
  text-align: left;
  padding-left: 47px;
  font-weight: 300;
}
.input_form_2 .input_form_box label a{
  font-weight: 600;
}

.appointment {
  height: 129.8px !important;
  border-radius: 18px !important;
}

.bnr_form_area .input_form label
.bnr_form_area .input_form input:focus ~ label,
.bnr_form_area .input_form input:valid ~ label,
.bnr_form_area .input_form select:valid ~ label,
.bnr_form_area .input_form select:focus ~ label {
  top: -6px;
  left: 25px;
  color: #214287;
  font-size: 16px;
}
.captcha-box {
  width: 164.4px;
  height: 55px;
  display: inline-block;
  background: #fff;
  vertical-align: top;
  border: 1px solid #808080;
}

/* .input_form_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
} */

.checkbox-round {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #9cd2eb;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.checkbox-round:checked {
  background-color: gray;
}

.form_btn_recaptcha {
  margin: 36px auto 0;
  border-radius: 50px;
  height: 55.8px;
  display: flex;
  gap: 36px;
  justify-content: center;
}

.form_btn_recaptcha .form_btn {
  color: #fff;
  font-size: 17px;
  width: 100%;
  max-width: 323.9px;
  background: var(--priColor);
  height: 55px;
  line-height: 51px;
  display: block;
  text-transform: capitalize;
  font-family: var(--priFont);
  border: 1px solid var(--secColor);
  border-radius: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.form_btn:hover {
background: #333;
}

/* MAIN CONTENT */

.main_content {
  position: relative;
  margin: 0 auto;
  background: #e9f8ff;
}

.main_content_con {
  padding: 100px 0 0;
}

.hero {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 13px;
}

.text-con_animated {
  animation-duration: 2200ms !important;
}

.text-content {
  flex: 1 1 450px;
  max-width: 600px;
}

.text-content h1 {
  text-align: left;
  font-size: 55px;
  font-family: var(--priFont);
  line-height: 62px;
  color: #191919;
  max-width: 490px;
  font-weight: 600;
}

.text-content h1 span {
  color: var(--priColor);
}

.text-content h2 {
font-size: 36px;
  margin-top: 2rem;
  font-weight: 700;
  font-family: var(--priFont);
}

.text-content p {
  font-size: 18px;
  font-family: var(--priFont);
  padding-top: 13px;
  max-width: 580px;
  color: #191919;
}

.text-content ul li {
  font-size: 18px;
  font-family: var(--priFont);
  position: relative;
  padding-left: 42px;
  text-align: left;
}

.bullet {
  padding-top: 25px;
}

.bullet li::before {
  position: absolute;
  content: '';
  background: #000;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  left: 21px;
  top: 26px;
}

.bullet li {
  background: #fff;
  border-radius: 50px;
  margin-bottom: 14px;
  height: 60px;
  width: 100%;
  max-width: 461px;
  line-height: 55px;
}

.text-content2 {
  padding-top: 54px;
}

.cta-btn {
  background: #05af92;
  width: 100%;
  max-width: 563.4px;
  height: 55px;
  text-align: center;
  padding: 17px;
  font-size: 18px;
  font-family: var(--priFont);
  border-radius: 50px;
  font-weight: 700;
}

.hero-2 {
  text-align: center;
  padding-top: 90px;
  font-family: var(--priFont);
  background: #fff;
  margin-top: 54px;
  padding-bottom: 84px;
  position: relative;
}

.hero-2::before {
  position: absolute;
  content: url('');
  background: #fff;
  width: 272px;
  height: 100%;
  left: -272px;
  top: 0;
}

.hero-2::after {
  position: absolute;
  content: url('');
  background: #fff;
  width: 272px;
  height: 100%;
  right: -272px;
  top: 0;
}

.hero_info {
  display: flex;
  justify-content: space-around;
  text-align: left;
  align-items: center;
  padding: 0 20px;
}

.first_animated {
  animation-duration: 1591ms !important;
}

.second-sec {
  max-width: 701px;
}

.hero_info h3 {
  font-size: 55px;
  font-weight: 600;
  line-height: 100%;
}

.hero_info h3 span {
  color: var(--priColor);
}

.second-sec p {
  font-size: 18px;
  padding-top: 20px;
}

.hero-2 h2 {
  font-size: 55px;
  font-family: var(--priFont);
  text-transform: capitalize;
  font-weight: 600;
  padding-top: 110px;
}

.hero-2 h2 span {
  display: block;
  color: var(--priColor);
}

.hero-sec {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 55px;
}

.hero-sec section {
  background: var(--priColor);
  min-height: 298.2px;
  width: 100%;
  max-width: 261.3px;
  border-radius: 30px;
  padding: 20px;
  color: #fff;
}

.boxes_animated {
  display: flex;
  justify-content: space-between;
  gap: 17px;
  margin-top: 55px;
  animation-duration: 1727ms !important;
}

.div-animated {
  animation-duration: 1727ms !important;
}

.hero-sec section h3 {
  font-size: 22px;
  position: relative;
  font-weight: 600;
  padding-top: 20px;
}

.hero-sec section h3 span {
  display: block;
}

.hero-sec section h3::after {
  position: absolute;
  content: '';
  width: 56.1px;
  height: 9.8px;
  display: block;
  background: #45a8d8;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  border-radius: 50px;
}

.hero-sec section p {
  font-size: 18px;
  padding-top: 60px;
  line-height: 25px;
  font-weight: 300;
}

/* END MAIN CONTENT */

/* MIDDLE */
 .middle {
  background: #e9f8ff;
  height: auto;
 }

 .mid_con {
  padding: 20px;
 }

 .mid_info {
  display: flex;
  justify-content: center;
  gap: 34px;
  align-items: center;
  background: #fff;
  padding: 60px 30px;
    border-radius: 30px;
    margin: 70px 0;
}

.mid_info > :first-child {
  max-width: 617.1px;
  width: 100%;
}

.mid_info section h2 {
  font-size: 55px;
  font-family: var(--priFont);
  font-weight: 600;
  color: #333;
}

.mid_info section h2 span {
  color: #0085c6;
}

.mid_info section p {
  font-size: 18px;
  font-family: var(--priFont);
  line-height: 27px;
  padding-top: 18px;
}
/* End MIDDLE */

/* Bottom */
.bottom {
  min-height: 996.5px;
  background: #f8f8f8;
}

.btm_con {
  padding: 40px;
}

.btm_info {
  text-align: center;
  padding-top: 65px;
}

.btm_info h2 {
  font-size: 55px;
  font-family: var(--priFont);
  font-weight: 600;
  color: #333;
}

.btm_info h2 span {
  color: #2e98cb;
}

.div-div {
  margin-top: 50px;
}

.item img {
  width: 185.5px !important;
  position: relative;
}

.img-wrap {
  position: relative;
  display: inline-block;
}

.item {
  background: #e9f8ff;
  padding: 80px 20px 40px 20px;
  border-radius: 50px;
  min-height: 504px;
  max-width: 318.7px;
  width: 100%;
  text-align: center;
  font-family: var(--priFont);
}

.img-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -19px;
  width: 183px;
  height: 186px;
  border-radius: 50%;
  border: 20px solid #0b7db8;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(20deg);
  z-index: 1;
}

.item h2 {
  font-size: 25px;
  font-weight: 600;
  padding-top: 35px;
}

.item h2 span {
  color: #0085c6;
  display: block;
}

.item p {
  font-size: 18px;
  padding-top: 24px;
  line-height: 30px;
  min-height: 144px;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 1px solid #fff;
  margin-right: 10px;
  margin-top: 50px; 
}

/* BELOW BOTTOM */

.btm-below-con {
  padding: 100px 0;
}

.btm-below-info h2 {
  font-size: 55px;
  text-align: center;
  font-family: var(--priFont);
  font-weight: 600;
  color: #333;
  line-height: 100%;
}

.btm-below-info h2 span {
  color: var(--priColor);
}

.below-sec {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 50px;
}

.below-sec section figure {
  width: 86.7px;
  margin: 0 auto;
  padding-top: 35px;
}

.below-sec section {
  max-width: 326.2px;
  width: 100%;
  background: #f1faff;
  border-radius: 20px;
  min-height: 370px;
  text-align: center;
  padding: 15px 20px;
}

.below-sec section h3 {
  font-size: 25px;
  font-family: var(--priFont);
  font-weight: 600;
  padding-top: 30px;
}

.below-sec section h3 span {
  color: var(--priColor);
  display: block;
}

.below-sec section p {
  font-size: 18px;
  font-family: var(--priFont);
  padding-top: 20px;
}
/* END BELOW BOTTOM */
/* BOTTOM2 */

.bottom2 {
  background: #e7f3f8;
}

.btm2_con {
  padding: 20px;
}

.btm2_info h2 {
  font-size: 50px;
  text-align: center;
  color: #000;
  font-family: var(--priFont);
  padding: 90px 141px 0;
}

.btm2_info span {
  color: var(--secColor);
}

.btm-btn {
  background: var(--priColor);
  max-width: 366.9px;
  height: 60px;
  width: 100%;
  margin: 22px auto 0;
  padding: 17px;
  text-align: center;
  border-radius: 50px;
}

.btm-btn a{
  font-size: 18px;
  font-family: var(--priFont);
  font-weight: 600;
}

.btm-btn:hover {
  background: #333;
  cursor: pointer;
}

  /* FAQ */

  .faq-container {
    text-align: center;
    padding: 50px 20px;
    border-radius: 50px;
    }

    .btm2_animated {
      animation-duration: 1727ms !important;
    }
  
  .faq-container h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    line-height: 100%;
    }

    .faq-container p {
      margin-bottom: unset !important;
    }
  
.faq-content {
  border-radius: 50px;
  padding: 1px 15px 1px 50px;
  height: auto;
  width: 100%;
  max-width: 1210px;
  margin: 10px auto 20px;
  background: #fff;
  border-left: 10px solid var(--priColor);
}

  .faq h6 {
    font-weight: 600;
    font-size: 22px;
    margin: 22px auto;
    cursor: pointer;
    position: relative;
    padding-right: 180px;
    font-family: var(--priFont);
    text-align: left;
    }
  
    .show-text {
    display: none;
    padding: 20px 180px 20px 0;
    margin: 5px 0;
    position: relative;
    font-family: var(--priFont);
    font-size: 18px;
    text-align: left;
    }
  
  .faq h6:before{
    content: url(images/plus-icon.png);
    width:30px;
    height:30px;
    border-radius:5px;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    line-height:30px;
    position:absolute;
    top:38%;
    right: 14px;
    transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
  }
  .faq .sign:before{
    content:url(images/minus-icon.png)!important;
    line-height:14px;}


    .btm2_animated:nth-child(1) {
      animation-delay: .5s !important;
    }

    .btm2_animated:nth-child(2) {
      animation-delay: .7s !important;
    }

    .btm2_animated:nth-child(3) {
      animation-delay: .9s !important;
    }

    .btm2_animated:nth-child(4) {
      animation-delay: 1.1s !important;
    }

    .btm2_animated:nth-child(5) {
      animation-delay: 1.3s !important;
    }

  /* FAQ end */

/* BOTTOM2 END */

/* BOTTOM3 */

  /* MAIN */
  .main_cont_area {
    position: relative;
    height: 631px;
  }
  .main_abs {
    position:absolute;
    /* top:143px */
    
  }
  .fixie {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    padding: 0 !important;
  }

.bottom3 {
  position: relative;
}

.btm3_box {
}
.btm3_box section {
  text-align: center;
  max-width: 660px;
  width: 100%;
}

.btm3_box2 {
  background: #fff;
  width: 100%;
  height: 418px;
  border-radius: 50px;
  background-size: cover;
  padding: 60px;
  position: absolute;
  max-width: 1375px;
  bottom: -238px;
  z-index: 111;
  text-align: center;
}

.btm3box2_info1 h2 {
  font-size: 55px;
  font-family: var(--priFont);
  width: 100%;
  line-height: 60px;
  font-weight: 600;
  color: #333;
}

.btm3box2_info1 h2 span {
  display: block;
  font-family: var(--priFont);
  font-weight: unset;
  line-height: 100%;
}

.btm3box2_info1 h2 span q {
  color: #2e98cb;
}

.btm3box2_info1 {
  padding-top: 27px;
}

.btm3box2_info1 p {
  font-size: 18px;
  font-family: var(--priFont);
  color: #000;
  padding-top: 15px;
}

.btm3box2_btn {
  background: var(--priColor);
  max-width: 353px;
  width: 100%;
  height: 65px;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-family: var(--priFont);
  border-radius: 50px;
  margin: 30px auto 0;
} 

.btm3box2_btn:hover {
  background: #333;
  cursor: pointer;
}

/* BOTTOM3 END */

/* FOOTER */

.footer {
  height: 704.4px;
  position: relative;
  background: #0085c6;
}

.footer-con {
    padding: 40px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  gap: 30px;
  padding-top: 297px;
  align-items: center;
}

.footer-left {
  max-width: 261.1px;
  width: 100%;
}

.phonenum {
  max-width: 271px;
  background: #333333;
  width: 100%;
  border-radius: 50px;
  height: 55px;
  padding: 14px 14px 14px 53px;
  text-align: center;
  position: relative;
  margin: 20px 0;
}

.phonenum:hover {
  background: #26adee;
  cursor: pointer;
}

.phonenum a {
  font-size: 23px;
  font-family: var(--priFont);
}

.phonenum a::before {
  content: url('images/phone-icon.png');
  position: absolute;
  left: 35px;
  top: 60%;
  transform: translateY(-50%);
}

.footer-left p {
  color: #fff;
  font-family: var(--priFont);
  font-size: 25px;
  line-height: 27px;
}

.footer-center {
  position: relative;
  padding-top: 78px;
}

.footer-center h2 {
  font-size: 25px;
  font-family: var(--priFont);
  color: #fff;
  font-weight: 600;
}

.footer-center h2::before {
  content: url(images/location-icon.png);
  position: absolute;
  top: 0;
}

.footer-center address {
  font-size: 18px;
  color: #fff;
  font-family: var(--priFont);
  font-weight: 300;
  padding-top: 20px;
  line-height: 30px;
}

.footer-center address span {
  display: block;
}

.footer-center p {
  font-size: 18px;
  font-family: var(--priFont);
  color: var(--secColor);
  text-decoration: underline;
  padding-top: 37px;
}

.footer-logo {
  margin-top: 23px;
}

.copyright {
  font-size: 18px;
  font-family: var(--priFont);
  text-align: left;
  color: #fff;
  padding-top: 22px;
  line-height: 30px;
}

.copyright a {
  color: #000 !important;
}

.below-copyright {
  padding-top: 38px;
  font-family: var(--priFont);
  font-size: 18px;
  text-decoration: underline;
  color: #fff;
}

.footer-right iframe {
  width: 395px;
  height: 281px;
  border-radius: 40px;
}
/* FOOTER */


.owl-nav {font-size: 0; top: 0; transform:none; z-index: 50; display: block !important; width: 100%;}
.owl-next, .owl-prev{background: url(images/left-arrow.png) no-repeat center; display:inline-block; width: 55px; height: 55px;position: absolute; top: 140px;border-radius: 50%; border: none;}
.owl-prev:hover {background-color: #fff !important;}
.owl-prev{background-image: url(images/left-arrow.png) !important; left: -69px;}
.owl-next {background-image: url(images/right-arrow.png) !important; right: -69px;}
.owl-next:hover {background-color: #fff !important;} */
.owl-carousel .owl-item img {
  display: unset !important;
  width: unset !important;
}

/* .owl-dots {
  display: none;
} */



/* ------------------*/

/* END */

/* RESPONSIVE */

@media only screen and (max-width:1700px) {

  .main_cont_area {
    height: 488px;
  }
}

@media only screen and (max-width:1500px) {

  .boxes {
    gap: 34px;
  padding: 112px 0 0;
  }

    .main_cont_area {
    height: 455px;
  }

  .btm-below-con {
    padding: 100px 20px;
  }
.footer-con {
  padding: 40px;
}

}
@media only screen and (max-width:1420px) {
  header {
    padding: 0 15px;
  }
  #banner {
    padding:0 15px;
  }

  #main_box{padding: 0 15px 40px !important;}
  #bottom1{padding: 0 15px;}
  #bottom1 {
    padding: 0 15px;
  }
}

@media only screen and (max-width:1400px) {
  .hdr_info h3 {
    margin: 0px;
  }

  .bnr_con {
    width: 600px;
  }

  .cta-btn {
    height: auto;
  }

  .main_content_con {
    padding-right: 20px;
    padding-left: 20px;
  }

    .main_cont_area {
    height: 439px;
  }

  .boxes_animated {
    gap: 10px;
  }

  .btm_info h2 {
    padding: 50px 227px 0;
  }

  .boxes section {
    max-width: 396px;
  }

  .btm2_boxes {
    gap: 20px;
  }
  .btm3_box section{
    max-width: 560px;
  }
  #footer {
    min-height: auto;
  }

}

@media only screen and (max-width:1300px) {
  
  
    .bnr_con {
    bottom: 104px;
  }

  .bnr_con p {
    width: 553px;
  }

  .phone_info {
    padding-left: 25px;
  }
  .phone_info::before{
    left: -64px
  }
  .bnr_con {
    width: 550px;
  }

  .bnr_con span {
    display: unset;
  }

  .boxes section {
    max-width: 364px;
    padding: 64px 73px;
  }

  main {
    height: auto;
  }

  .main_con h1 {
    padding: 42px 160px 0;
  }
    .btm_info h2 {
    padding: 50px 177px 0;
  }

  .main2_boxes section {
    height: auto;
  }

  #footer {
    height: auto;
  }

  .footer-content {
    flex-wrap: nowrap;
  }

}

@media only screen and (max-width:1200px){

  .hdr_info h3 {
    display: block;
  }

    .bnr_con {
    width: 450px;
    bottom: 35px;
  }

  .bnr_con h2 {
    font-size: 54px;
    line-height: 60px;
  }

    .bnr_con p {
    width: 450px;
  }

  .bnr_con ul li {
    line-height: 30px;
  }

  .bnr_con ul li::before {
    top: 17px;
  }
  

  .main_content {
    height: auto;
  }

  .main_cont_area {
    height: 389px;
  }
  
  .main_con h1 {
    padding: 42px 110px 0;
  }

  .boxes section {
    max-width: 331px;
    padding: 64px 62px;
  }
  
  .btm3_box section {
    max-width: 510px;
  }
  .btm_info p {
    padding: 30px 20px;
  }

  .btm_info h2 {
    padding: 50px 128px 0;
  }

  .btm_con {
    padding: 50px;
  }


  .footer-right iframe {
    width: 100%;
  }

  .copyright {
    position: static;
  }
  
}

@media only screen and (max-width:1100px) {

  .bnr_con h2 {
    line-height: 100%
  }

  .bnr_con {
    width: 364px;
  }

    .bnr_con p {
    width: 353px;
    font-size: 24px;
  }

  .main_content_con h1 {
    padding: 0;
  }

  .main_con h1 {
    padding: 42px 57px 0;
  }

  .hero {
    padding-top: 120px;
  }

  .hero-sec {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-content {
    padding-top: 0;
  }

    .btm_info h2 {
    padding: 50px 77px 0;
  }

  .main_info2 h3 {
    text-align: center;
  }
  
  .main2_boxes {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .main2_boxes section {
    max-width: 227px;
  }

    .main_cont_area {
    height: 357px;
  }

}

@media only screen and (max-width:1000px) {
  
  .hdr_info {
    padding-right: 0;
    padding-left: 0;
  }

  .phone_num a {
    font-size: 20px;
    margin-top: 0;
  }
  
  .bottom1_ctn{display: block;}
 
  #banner {padding: 0;}

  .slider {
    width: 100%;
    height: auto;
    margin-left: 0;
    transform: unset
  }
  
  .bnr_con {
    position: static;
    padding: 30px 30px !important;
    width: 100%;
    text-align: center;
  }

  .bnr_con h2 {
    font-size: 55px;
    width: 100%;
    line-height: 100%;
    padding: 0;
    margin: 0;
    color: #333;
  }

  .bnr_con h2 span {
    font-size: 55px;
    color: var(--colorFirst);
    line-height: 120%;
    display: unset;
    padding-top: 0;
  }

  .bnr_con h2 q {
    font-size: 45px
  }

  .bnr_con h2 span::after {
    display: none;
  }
  .bnr_con p {
    width: 100%;
    color: #333;
    margin-top: 20px;
    padding-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .bnr_con ul li {
    color: #333;
    text-align: left;
  }

  .bnr_con ul li::before {
    content: url('images/check-icon2.png');
  }


  .bnr_form {
    position: static;
    width: 100%;
    border: 1px solid #8888;
    padding-bottom: 55px;
    height: auto;
  }
  .form_div {
  padding: 31px 0 0;
}

  .bnr_form_area h2 {
    padding: 43px 44px 0;
  }

  .form_btn_recaptcha .form_btn {
    display: inline-block;
  }

  .main-text-cont {
    margin: 0 auto;
  max-width: fit-content;
  }

  .text-content p {
    padding-top: 23px;
    text-align: center;
  }

  .bullet li {
    max-width: 100%;
  }

  .text-content2 {
    padding-top: 0;
    margin: 0 auto;
  }

  .boxes_animated {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main_info h1 span {
    display: unset;
  }

.btm3_box section{
  max-width: 410px;
}

.main_content_con h1 {
  text-align: center;
  max-width: fit-content;
}
.faq-content::before {
  padding-top: 30px;
  left: -30px;
}

.cta-btn {
  margin: 0 auto;
}

.maininfo-boxes {
  flex-wrap: wrap;
  justify-content: center;
}

.btm1_below {
  display: none;
}

.btm2_info h2 {
  padding: 0;
}

.btm3_con {
  padding: 20px;
}
  .btm2_info h2 {
    padding-top: 0;
    font-size: 40px;
  }

  .faq h6 {
    padding-right: 100px;
    font-size: 20px;
  }

  .show-text {
    padding: 20px 100px 20px 0;
  }

  .slider img {
    width: 100% ;
  }

  .bottom {
    height: auto;
  }
  
  .boxes h1 {
    padding: 0;
    font-size: 45px;
  }

  .boxes h2 {
    padding-top: 0;
  }

  .boxes p {
    padding-top: 0;
  }

  /* .main_content {
    padding: 50px 20px;
  } */

  .hero {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
  }

  .text-content {
    max-width: 100%;
    text-align: center;
    padding-top: 0;
  }

  .text-content h1 span {
    display: unset;
  }

  .main_content {
    height: auto;
  }

    .main_cont_area {
    height: 100%
  }

    #bottom1 {
    height: auto;
    padding: 0 15px 20px;
  }

  .btm_boxes {
    justify-content: center;
  }

  .btm_boxes section {
    max-width: 220px
  }

  .bottom1 {
    height: auto;
  }

  .btm2_con {
    padding: 50px 15px;
  }

  .btm_info h2 {
    font-size: 45px;
    padding: 30px 0 0;
  }

  .btm_info h2 span {
    padding-top: 0;
    display: unset;
  }
  
  .bottom3 {
    height: auto;
  }

  .btm3box2_btn {
    margin: 30px auto 0;
    border: 1px solid #fff;
  }

  .btm3_box {
    flex-wrap: nowrap;
  }

  .btm3_box2 {
    background: #0184c3;
    height: auto;
    position: static;
    max-width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
  }

  .btm3_info h2 {
    padding-top: 0;
    color: #fff;
  }

.btm3box2_info1 p {
  color: #fff;
}

  .footer {
    height: auto;
  }
  
  .footer-content {
    padding-top: 0;
  }

  .copyright {
    position: static;
    margin: 20px auto 0;
    max-width: 100%;
    text-align: center;
  }

  #footer {
    height: auto;
  }

  .owl-nav {
    padding-top: 20px;
    text-align: center;
  }

    .footer-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-left {
  text-align: center;
  order: 1;
  }

    .footer-center {
      padding-left: 0;
      text-align: center;
      padding-top: 61px;
  }

  .footer-center h2 {
    padding-bottom: 0;
  }

  .footer-center h2::before {
    left: 0;
    right: 0;
    top: 3px;
  }

}

@media only screen and (max-width:800px){

  .hdr_area {
    display: block;
  }
  .main_logo{
    margin: 0 auto;
    max-width: 326px;
  }
  
  .hdr_info h3 {
    text-align: center;
  }
  .hdr_info {
    text-align: center;
    padding-top: 27px;
  } 

  .hdr_info h3 span {
    display: unset;
  }

  header {
    position: static;
    background: var(--priColor);
    padding-bottom: 25px;
  }
  
  .phone_num {
    margin-top: 0;
    border: 1px solid var(--secColor);
  }

  .hdr_info h3 {
    padding: 20px;
    line-height: 100%;
    margin-bottom: 0;
    color: #fff;
  }

  .bnr_con h2, .bnr_con h2 span {
    font-size: 40px
  }

  .bnr_con p {
    font-size: 18px;
  }

  .bnr_form_area h2 {
    font-size: 30px;
    line-height: 100%;
  }

  .main_con h1 {
    padding: 0;
  }

  .maininfo-boxes section {
    max-width: 270px;
  }

  .hero_info {
    flex-wrap: wrap;
  }

  .hero_info h3 {
    font-size: 45px;
  }

  .hero-2 h2 {
    font-size: 45px;
  }

  .hero-2 h2 span {
      display: unset;
    }

  .btm-below-info h2 {
     font-size: 45px;
  }
  
  .second-sec {
    text-align: center;
    max-width: fit-content;
  }

  .second-sec p {
  padding-top: 20px;
}

    .boxes section {
    max-width: 263px;
    padding: 30px;
  }
  .faq-content::before {
    display: none;
  }

  .faq-content {
    padding: 1px 15px 1px 15px;
  }

  .show-text::before {
    width: 100%;
  }

  .next-step p {
    font-size: 22px
  }

  .cta-button {
    margin-top: 20px;
  }

  .main_content_con h1 {
    font-size: 40px;
    line-height: 100%;
  }

    .show-text {
    padding: 20px 50px 20px 0;
  }

  main {
    height: auto;
  }


  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }

    .bottom2 {
    height: auto;
  }
  
  .btm3_con {
    padding: 52px 20px;
  }

  .btm3_box {
    flex-direction: column;
    margin: 0;
  }
  

  .btm3_box section {
    max-width: 100%;
  }

.footer {
  height: auto;
}

.footer-center {
padding-top: 80px;}

.footer-left {
  margin: 0 auto;
  order: 1;
}

.footer-right {
  width: 100%;
}

.ftr-logo {
  padding-bottom: 0;
}

.below-copyright {
  text-align: center;
}

.copyright {
  text-align: center;
  margin: 0;
}

.copyright span {
  display: unset;
}

hr {
  width: 100%;}

  .location span {
  display: unset;
}

.footer-center {
  text-align: center;
}

.logo {
  width: 100%;
}

.footer-content {
  flex-direction: column;
}

br {
  display: none;
}

.phonenum {
  margin: 20px auto;
}

}

@media only screen and (max-width: 700px) {
  .bnr_form_area h2 {
    padding: 40px 20px 0;
  }
  .form_div{
    padding: 21px 35px 35px;
  }

}

@media only screen and (max-width:600px) {

  .hdr_info {
    padding-left: 0;
  }
  .hdr_info h3 {
    margin-bottom: 0;
  }

  .phone_num a {
    width: 100%;
    height: auto;
  }

    .bnr_con h2{
      font-size: 35px;
      line-height: 100%;
    }

    .bnr_con p {
      font-size: 18px;
    }

    .bnr_form {
      height: auto;
      padding-bottom: 70px;
    }

    .bnr_form_area h2 span {
      display: unset;
    }

    .bnr_form_area p {
      padding: 20px 1px 0;
    }

    .form_div {
      padding: 21px 0 35px;
    }

    .form_btn_recaptcha {
      display: block;
    }

      .form_btn_recaptcha .form_btn {
 margin: 30px auto 0;
  }

    .text-content p {
      font-size: 18px;
    }

    .item {
      max-width: 100%;
    }
    .main_con h1 {
      font-size: 35px;
      text-align: center;
      line-height: 100%;
    }

    .maininfo-boxes h2 {
      margin: 0 auto;
    }


    .next-step {
      padding-top: 50px;
      font-size: 20px;
    }

    .btm_info h2 {
    font-size: 35px;
    padding: 0 0;
    line-height: 100%;
  }

  .maininfo-boxes {
    display: grid;
  }

  .maininfo-boxes section {
    height: auto;
    max-width: 100%;
    text-align: center;
    padding: 20px;
  }

  .main_content_con h1 {
      font-size: 35px;
    }
    
  .main2_boxes {
    display: grid;
  }

  .main2_boxes section {
    max-width: 100%;
  }

  .main2_boxes section::before {
    left: 0;
    right: 0;
    text-align: center;
  }

  .main2_boxes p {
    text-align: center;
  }

  .mid_info {
    flex-wrap: wrap;
  }

  .mid_info > :first-child {
    text-align: center;
  }

  .btm_boxes section {
    padding-bottom: 23px;
  }

  .btm_boxes section h2 {
    padding-top: 28px;
  }

  .btm_boxes section p {
     padding: 0;
  }

  #bottom1 {
    height: auto;
  }

  .btm_info {
    height: auto;
  }

  .faq-container {
    padding: 50px 0;
    bottom: 0;
    margin-top: 50px;
  }

  .faq h6 {
    padding-right: 50px
  }

  .show-text {
    padding: 20px 0 20px 0;
  }

  .faq h6::before {
    right: 10px;
  }

     .btm3_con {
    padding: 0 20px 52px;
  }

  .btm3_box2 {
    padding: 30px;
  }

    .btm3_info h2 {
    font-size: 35px;
    line-height: 100%;
  }

  .btm3_info h2 {
    font-size: 25px;
  }

  .btm3box2_info1 h2 span {
    font-size: 30px;
    padding-top: 10px;
  }

  .copyright {
    line-height: 100%;
  }
  
  .footer-center {
    flex-direction: column;
  }

}

@media only screen and (max-width:500px){

  .hdr_info h3 span {
    display: unset;
  }

  .bullet li {
    height: auto;
    height: auto;
  }

}



.FormReq {box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;}
/* Form Activation Style (Recaptcha & Prompt Message) */
/* .captcha-box {margin-top: 20px;} */
.g-recaptcha{transform: scale(.8);transform-origin: 0 0;}
#g-recaptcha-response {display: block !important;position: absolute;margin: -78px 0 0 0 !important;width: 302px !important;height: 76px !important;z-index: -999999;opacity: 0;}
#error-msg {position: fixed;z-index: 9999;border: 1px solid;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
#error-msg .message {border: 1px solid;width: 500px;margin: 9% auto;background: #fff;position: relative;padding: 188px 10px 25px 10px;border-radius: 20px;max-width: 95%;}
#error-msg .message span:nth-child(1){font-weight: bold;color: #ca4b4b;font-size: 25px;line-height: 20px; font-family: var(--priFont);}
#g-recaptcha-response .message span:nth-child(1) {font-weight: 900;color:  #ca4b4b;font-size: 32px;line-height: 40px; font-family: var(--priFont);}
#success {position: fixed;z-index: 9999;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
#recaptcha-error{position: fixed;z-index: 9999;border: 1px solid;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
.message {border: 1px solid;width: 500px;margin: 9% auto;max-width: 95%;border-radius: 20px;padding: 188px 10px 25px 10px;background: #fff;position: relative; text-align: center; color: #fff;  font-size: 20px;  position: absolute;  top: 20%;  left: 0;  right: 0;}
.message span:nth-child(1) {font-weight: 900;color: #31af90;font-size: 26px;line-height: 27px; font-family: var(--priFont);}
.message span:nth-child(3) {font-size: 25px;line-height: 30px;color: #000; font-family: var(--priFont);}
.message span:nth-child(5) {line-height: 40px;font-size: 18px; color: #000; font-family: var(--priFont);}
.close, .rclose, .error-close { position: absolute; right: 24px; top: 10px; font-size: 30px; font-family: open sans; cursor: pointer;color: #333 !important; }
#error-msg p, #success .message p{font-size: 30px !important;}
.fail-check::after {content: url('/wp-content/themes/urfirston548/images/wrong-icon.png');position: absolute;  left: 0; right: 0; top: 30px; } 
.success-check:after{content:url('/wp-content/themes/urfirston548/images/success-icon.png'); position: absolute;left: 0;right: 0;top: 30px;}
#invalid-msg2 {display: none; background: #fcecec; padding: 10px; color: #ca4b4b; font-weight: bold;  margin-bottom: 20px; font-size: 14px;}
/* End Form Activation Styling */

