  @import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Playpen+Sans:wght@100..800&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;
}

/* 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: "Playpen Sans", cursive;
    --secFont: "ABeeZee", sans-serif;
    --priColor: #1d3d86;
  } 
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:1400px;
    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;
   
  }
  .main_logo {
    padding-top: 45px;
    padding-left: 10px;
  }

  .hdr_info {
    padding-top: 59px;
    text-align: center;
  }

  .hdr_info h3 {
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    font-family: var(--secFont);
    text-align: center;
  }

  .hdr_info h3 span {
    display: block;
    font-size: 25px;
    font-weight: 700;
    padding-top: 6px;
  }

  .phone_num {
    display: inline-block;
    vertical-align: middle;
    background: #de2f1f;
    width: 268.3px;
    margin-top: 20px;
    height: 60px;
    text-align: center;
    border-radius: 50px;
    margin-left: 32px;
  }

  /* .phone_num ::before {
    content: url(images/phone-icon.png);
    display: block;
    position: absolute;
    top: 74px;
    right: 160px;
  } */

  .phone_num a {
    width: 482.4px;
    height: 53px;
    text-align: center;
    line-height: 55px;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    font-family: var(--secFont);
  }

  .phone_num q {
    color: #fff;
    padding-top: 15px;
    position: absolute;
  }

  .phone_num a:hover {
    text-decoration: underline;
    color: #fff;
  }


/* BANNER */

#banner {
  margin: 0 !important;
}
.bnr_area {
    position: relative;
}
.slider::before {
  position: absolute;
  content: '';
  left: 50%;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: .49;
  background: #000;
  transform: translateX(-50%);
}
.slider {
    width:1920px;
    margin-left:50%;
    transform: translateX(-50%);
    position: relative;
}
.bnr_con {
    position: absolute;
    bottom: 84px;
    left: 7px;
    z-index: 1;
    /* margin-left: -55px; */
    animation-duration: 2045ms !important;
  }
  .bnr_con h2 {
    color: #fff;
    font-size: 60px;
    line-height: 100%;
    font-family: var(--priFont);
    font-weight: 700;
  }

  .bnr_con h2 span {
    line-height: 80px;
    padding-top: 5px;
    font-size: 60px;
    display: block;
    font-family: var(--priFont);
  }

  .bnr_h2_animate, .bnr_p_animated {
    animation-duration: 3773ms !important;
  }

  .bnr_con p {
      font-size: 18px;
      line-height:25px;
      color: #fff;
      width: 813.2px;
      font-family: var(--secFont);
      padding-top: 38px;
  }

  .bnr_con p q {
    font-weight: 600;
  }

  .bnr_form {
    width: 493.4px;
    min-height: 825.8px;
    background: #fff;
    position: absolute;
    right: 13px;
    top: 222px;
    text-align: center;
    z-index: 1;
    font-family: var(--priFont);
    border-radius: 10px;
    box-shadow: 0 0 19px -7px #333;
  }

  .form_div {
    padding: 31px 31px 0;
  }

  .bnr_form_area h2 {
    line-height: 47px;
    padding: 23px 0 0;
    font-size: 40px;
    color: var(--priColor);
    font-family: var(--priFont);
    font-weight: bold;
    text-transform: capitalize;
  }

  .bnr_form_area p {
    color: #000;
    font-size: 17px;
    font-family: var(--secFont);
    padding: 12px 74px 0;
    line-height: 25px;
  }
  .custom-feed-form {
    max-width: 400px;
    margin: auto;
    background: #fff;
    padding: 20px 0;
    border-radius: 10px;
  }
  
  .custom-feed-form h2 {
    margin-bottom: 5px;
  }
  
  .custom-feed-form p {
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  .custom-feed-form input[type="text"],
  .custom-feed-form input[type="email"],
  .custom-feed-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    font-family: var(--secFont);
    background: #f5f5f5;
    color: #888;
    height: 45.9px;
  }
  
  .custom-feed-form textarea {
    resize: vertical;
    min-height: 127px;
  }
  
  .custom-feed-form .consent-box {
    margin-bottom: 12px;
    font-size: 16px;
    font-family: var(--secFont);
    color: #333;
  }
  
  .custom-feed-form .consent-box input[type="checkbox"] {
    margin-right: 6px;
  }
  
  .custom-feed-form .g-recaptcha {
    margin-bottom: 12px;
  }
  
  .custom-feed-form button {
    background: #de2f1f;
    color: #fff;
    padding: 15px;
    max-width: 430.3px;
    width: 100%;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    font-family: var(--secFont);
  }
  
  .captcha-box {
    width: 164.4px;
    height: 55px;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    border: 1px solid #808080;
  }
  
  .form_btn_recaptcha {
    padding-top: 30px;
  }
  
  .form_btn_recaptcha .form_btn {
    color: #fff;
    font-size: 20px;
    max-width: 404.2px;
    width: 100%;
    background: var(--secColor);
    height: 60px;
    line-height: 51px;
    display: block;
    text-transform: capitalize;
    font-family: var(--secFont);
    margin: 0 auto;
    border: 1px solid var(--secColor);
    border-radius: 10px;
    font-weight: 600;
    }
  
    .input_form {
      padding-top: 20px;
    }
  
    .form_btn_recaptcha {
      padding-top: 30px;
    }
  
    .input_form_2 .input_form_box {
      text-align: left;
    padding-top: 2px;
    display: flex;
    padding-bottom: 20px;
    color: #333;
    font-family: var(--secFont);
    }
  
    .form_chkbox {
      width: 19.6px;
      height: 20.3px;
    }
  
    .input_form_box span {
      color: #000;
      font-weight: 600;
    }

/*banner form*/
/* .bnr_form_area .input_form {
  position: relative;
  font-family: var(--priFont);
  text-align: left;
}
.bnr_form_area .input_form label {
  position: absolute;
  top: 5px;
  left: 32px;
  padding: 8px 0;
  font-size: 16px;
  color: #606468;
  pointer-events: none;
  transition: .5s;
  font-family: var(--secFont);
}
.bnr_form_area .input_form label q {
  color:red;
}
.bnr_form_area .input_form input{
  width: 100%;
  padding-left: 37px;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #e0ebf7;
  background: #f5f5f5;
  height: 45.9px;
  border-radius: 10px;
}

.bnr_form_area .input_form select {
  width: 100%;
  padding-left: 40px;
  font-size: 16px;
  color: #606468;
  margin-bottom: 16px;
  border: none;
  height: 59.8px;
  font-family: var(--priFont);
  background:url(images/select_separator.png) no-repeat right #e0ebf7;
  -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-position: right 16px top 26px;
      border-radius: 10px;
    
}

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

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

.input_form select option span {
 display: block;
}

.input_form_2 .input_form_box {
  text-align: center;
  padding-top: 2px;
  display: flex;
  padding-bottom: 20px;
}

.input_form_2 .input_form_box label {
font-size: 16px;
  color: #000;
  transition: .5s;
  width: 386.7px;
  display: inline-block;
  vertical-align: middle;
  font-family: var(--secFont);
  text-align: left;
  padding-left: 10px;
}
.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: 28%;
  vertical-align: middle;
  border: 1px solid var(--priColor);
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.checkbox-round:checked {
  background-color: #fff;
}

.form_btn_recaptcha {
  margin: 25px auto 0;
  border-radius: 50px;
  height: 55.8px;
  width: 404.9px;
}

.form_btn_recaptcha .form_btn {
  color: #fff;
  font-size: 20px;
  width: 404.2px;
  background: #de2f1f;
  height: 60px;
  line-height: 51px;
  display: block;
  text-transform: capitalize;
  font-family: var(--priFont);
  margin: 0 auto;
  border: 1px solid #de2f1f;
  border-radius: 50px;
  font-weight: bold;
}

.form_btn:hover {
text-decoration: underline;
} */  

/* MAIN CONTENT */


main {
  background: #eaf0ff;
}
.main_content {
  position: relative;
  padding: 177px 20px 0;
  margin: 0 auto;
  background: #fff;
  min-height: 1869.4px;
}

.main_content2 h1 {
  text-align: center;
  font-size: 70px;
  font-family: var(--priFont);
  font-weight: 700;
  color: var(--priColor);
  padding: 57px 74px 0;
  margin: 0 200px 0;
}

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

.text-content {
  flex: 1 1 450px;
  max-width: 550px;
  padding-top: 112px;
}

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

.text_con_animated {
  animation-delay: .5s !important;
  animation-duration: 2200ms !important;
}

.main_box_animated {
  animation-duration: 2018ms !important;
  animation-delay: .5s !important;
  z-index: 9999999999999999;
  position: relative;
}

.text-content h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: var(--priFont);
  color: #3366a7;
}

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

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

.text-content p {
font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-family: var(--secFont);
}

.cta-btn {
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 20px;
  width: 524.4px;
  height: 60px;
  line-height: 33px;
  text-align: center;
  font-family: var(--secFont);
  background: #de2f1f;
}

/* .cta-btn:hover {
  background: #e2b800;
} */

/* Image Layout */
.image-grid {
  display: flex;
  gap: 23px;
}

.main-img {
  flex: 1;
  padding-top: 107px;
}

.main-img img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.side-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  padding-top: 20px;
}

.side-images img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

/* END MAIN CONTENT */


.main_box1, .main_box2, .main_box3 {
  background: var(--priColor);
  min-height: 184.9px;
  border-radius: 13px;
  max-width: 1172.9px;
  width: 100%;
  margin: 0 auto 34px;
}

.main_box1 {
  margin-top: 60px;
}
.main_box1::before {
  content: url(images/main_box1.png);
  display: block;
  position: absolute;
  padding-top: 26px;
  padding-left: 35px;
}

.main_box2::before {
  content: url(images/main_box2.png);
  display: block;
  position: absolute;
  padding-top: 26px;
  padding-left: 35px;
}

.main_box3::before {
  content: url(images/main_box3.png);
  display: block;
  position: absolute;
  padding-top: 26px;
  padding-left: 35px;
}
 
  /* .boxes {
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 20px;
    padding: 90px 20px;
    min-height: 636px;
    line-height: 74px;
  } */


  .main_content_con h1 {
    text-align: center;
    font-size: 60px;
    font-family: var(--priFont);
    font-weight: 700;
    color: var(--priColor);
    padding: 47px 180px 0;
    margin: 0 45px 0;
  }

  .boxes h2 {
    padding-left: 200px;
    padding-top: 36px;
    font-size: 55px;
    font-weight: 700;
    font-family: var(--priFont);
    color: #fff;
    line-height: 100%;
  }

  .boxes p {
    font-size: 24px;
    font-family: var(--secFont);
    padding-left: 199px;
    color: #fff;
    line-height: 100%;
    padding-top: 20px !important;
  }

  .main_box3 p span {
    display: block;
  }

/* MAIN */

.main {
  background: #eaf0ff;
}
  .main_info h2 {
  text-align: center;
  font-family: var(--priFont);
  font-weight: 700;
  color: var(--priColor);
  font-size: 55px;
  }
  .main_info p {
    text-align: center;
    padding-top: 20px !important;
    font-size: 20px;
    font-family: var(--secFont);
    line-height: 1.6;
  }

  .mbox {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    text-align: center;
    gap: 20px;
  }


  .mbox section {
    width: 683px;
  }


  .mbox-btn{
    background: #de2f1f;
    text-align: center;
    width: 530.9px;
    height: 60px;
    margin: 48px auto 0;
    padding: 20px 0;
    border-radius: 50px;
    color: #fff;
    font-family: var(--secFont);
    font-size: 20px;
  }

  
  /* PARALLLAX */

  .main_below {
    padding-top: 100px;
    position: relative;
  }

  .main_cont_area {
    position: relative;
    height: 660px;
  }

  .main_abs {
    position: absolute;
    /* top: 143px; */
  }

  .main_below figure {
    width: 1920px;
    margin-left: 50%;
    transform: translateX(-50%);
    /* padding-top: 74px; */
    height: 830px;
    position: absolute;
    /* top: 19px; */
  }

  .fixie {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    padding: 0 !important;
  }

/* MAIN BOX */


.main_con {
  padding: 100px 20px;

}

#main_box {
  min-height: 753.8px;
  text-align: center;
  background-color: #ffff;
}

.main_box_img1 img {
  width: 100%;
}

.main_box_img2 img {
  width: 100%;
}

.main_parag_animated::before {
  position: absolute;
  content: url(images/select-icon.png);
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
  bottom: -53px;
}


.main_section1_animated {
  animation-duration: 2091ms !important;
}

.main_parag_animated {
  animation-duration: 2091ms;
  animation-delay: 2091ms;
  padding-top: 100px;
}
.box_head5 {
  padding: 55px 30px;
  margin: 0;
}

.box_head5 a{
  color: var(--colorSecond);
  text-decoration: underline;
}

.box_head5 p {
  min-height: 0;
  padding-top: 17px;
  font-weight: 700;
}
.box_head5 p::after {
  display: none;
}

  /* bottom */

  #bottom {
    background: #fff ;
    height: 684px;
  }

  .btm_info {
    text-align: center;
  } 

  .btm_info p{
    text-align: center;
    color: #000;
    font-family: var(--priFont);
    font-size: 18px;
    padding: 32px 254px;
  } 

  .btm_info h3 {
    font-size: 45px;
    font-family: var(--priFont);
    line-height: 50px;
    padding-top: 100px;
    color: var(--colorFirst);
    font-weight: 600;
  }

  .btm_info {
    text-align: center;
    border: 1px dashed var(--colorFirst);
    border-radius: 20px;
    height: 711.7px;
  }

  .btm_boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 129px 30px;
  }

  .btm_boxes p {
    padding: 53px 34px 0;
    min-height: 226px;
  }

  .btm_box1, .btm_box2, .btm_box3 {
    border: 1px dashed #888;
    border-radius: 20px;
    margin-top: 25px;
    width: 328.5px;
    height: 305.1px;
  }

  .btm_box2 {
    border: 1px dashed var(--colorFirst);
  }

  .btm_boxes span {
    font-size: 18px;
    font-family: var(--priFont);
    font-weight: 700;
  }


/* BOTTOM1 */
.bottom1 {
  height: 721.7px;
  background: #3366a7;
  position: relative;
  z-index: 1;
}

  .btm1_con {
  padding: 96px 20px;
}
  

.btm1_info1 h2 {
  text-align: center;
}

.btm1-below ul {
  display: flex;
}

.div-div {
  padding-top: 47px;
}

.btm1-imgs {
display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;

  width: max-content;
}

.btm1-imgs li {
  flex: 0 0 auto;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 6px;
  padding-top: 20px;
}

/* .owl-dots {
  text-align: center;
  padding-top: 70px;
} */

/* .owl-dot {
  border-radius: 50px;
  width: 20px;
  height: 20px;
} */

/* BOTTOM1 END */

/* BOTTOM2 */


#bottom2 {
  height: 1514.6px;
  background: #f4f9ff;
  position: relative;
}

.btm2_con {
  padding: 82px 16px;
}

.btm1_info1 h2 {
  font-size: 55px;
  font-family: var(--priFont);
  color: #fff;
  font-weight: bold;
}

.btm2_info2 {
  text-align: center;
}

.btm2_info2 h2 {
  font-size: 70px;
  font-family: var(--priFont);
  color: var(--priColor);
  font-weight: 700;
}


.btm2_info2 p {
  font-size: 17px;
  font-family: var(--priFont);
  color: #333;
  padding: 17px 250px 0;
  line-height: 25px;
}

.btm2_boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 27px;
  margin: 52px 0 0;
}

.btm2_box_animate {
  animation-duration: 3591ms !important;
}

.btm2_box1_animate {
  animation-duration: 2100ms !important;
  animation-delay: .2s;
}

.btm2_box2_animate {
  animation-duration: 3591ms !important;
  animation-delay: 1s;
}

.btm2_box3_animate {
  animation-duration: 3591ms !important;
  animation-delay: 1.5s;
}

.btm2_box4_animate {
  animation-duration: 3591ms !important;
  animation-delay: 2s;
}

.btm2_box5_animate {
  animation-duration: 3591ms !important;
  animation-delay: 2.5s;
}

.btm2_box6_animate {
  animation-duration: 3591ms !important;
  animation-delay: 3s;
}

.btm2_box7_animate {
  animation-duration: 3591ms !important;
  animation-delay: 3.5s;
}

.btm2_boxes section {
  max-width: 431.8px;
  text-align: center;
  padding-bottom: 30px;
  width: 100%;
}

.btm2_boxes h2 {
  font-size: 35.59px;
  font-family: var(--priFont);
  padding-top: 42px;
  min-height: 83px;
  color: #de2f1f;
  text-align: center;
  font-weight: bold;
}

.btm2_boxes p {
  font-size: 24px;
  font-family: var(--secFont);
  color: #333;
  line-height: 29px;
  text-align: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.boxes-info {
  position: relative;
  z-index: 1;
  top: -7px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  height: 196.8px;
}

.btm2-btn {
  background: var(--secColor);
  width: 224.7px;
  height: 55px;
  margin: 100px auto 0;
  padding-top: 14px;
  text-align: center;
  border-radius: 30px;
  font-family: var(--priFont);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

/* BOTTOM2END */

/* BOTTOM 3 */
.bottom3 {
background: #f4f9ff;
  position: relative;
  height: 521.5px;
  text-align: center;
  color: #333;
}

.btm3_con {
  min-height: 600px;
  padding: 80px 20px 80px;
}

.btm3_info h2 {
  font-size: 60px;
  font-weight: 600;
  font-family: var(--priFont);
  color: var(--priColor);
  padding: 0 221px;

}

.btm3_info p {
  font-family: var(--secFont);
  font-size: 18px;
  padding-top: 30px;
  padding: 30px 180px;
}

.btm3_btn a{
  padding-top: 30px;
}

.btm3_btn  {
  background: #de2f1f;
  margin: 0 auto;
  width: 610px;
  color: #fff;
  font-size: 20px;
  font-family: var(--priFont);
  padding: 18px;
  border-radius: 50px;
} 


/* BOTTOM3END */

/* BOTTOM4 */
.bottom4 {
  position: relative;
  background: #fff;
  text-align: center;
  min-height: 499px;
}

.btm4_con {
  height: 499px;
}

.btm4_info {
  padding: 98px 20px;
}

.btm4_info h2 {
  font-size: 60px;
  font-family: var(--priFont);
  font-weight: 600;
  color: var(--priColor);
}

.btm4_info p {
  font-size: 18px;
  font-family: var(--priFont);
  padding: 39px 148px 0;
}
/* BOTTOM4 END*/


/* FOOTER */

.footer {
  background: #ffff;
  min-height: 348.5px;
  position: relative;
  z-index: 1;
}

.ftr_top_con {
display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
  padding: 85px 20px;
  justify-content: space-between;
}

.ftr_logo img {
  width: unset;
}

.copyright {
  color: #000;
  text-align: center;
  position: relative;
  bottom: 0;
  z-index: 1;
  line-height: 27px;
  font-family: var(--priFont);
  font-size: 20px;
}
.copyright a {
  color: #000;
}

.copyright span {
  display: block;
}

.copyright::before {
  content: "";
  width: 1513px;
  height: 100%;
  background: #313131;
  position: relative;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}


.ftr_container {
display: flex;
  gap: 124px;
  font-family: var(--priFont);
  color: #333;
  padding-left: 325px;
  max-width: 1000px;
}

.column {
  flex: 1;
}

.location {
  margin-bottom: 40px;
}

.location h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--priColor);
  font-weight: 700;
  text-align: center;
} 

.location p {
  font-size: 16px;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}


/* 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: #fa0092 !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: #fa0092 !important;}
.owl-carousel .owl-item img {
  display: unset !important;
  width: unset !important;
} */




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

/* END */

/* RESPONSIVE */

@media only screen and (max-width:1700px) {
 
.bottom1_ctn img{right: unset;width: 100%;  }
}
@media only screen and (max-width:1500px) {
  .bnr_con h2 span::after {
    left: 0;
  }

  .section_con {
    padding: 170px 9px 0;
    gap: 10px;
  }


  .privacy_pol::before {
    right: 221px;
  }

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

  .bnr_con h2 span {
    line-height: 100%;
  }
  /* .main_area {
    padding: 0 15px;
  } */
  #main_box{padding: 0 15px 40px !important;}
  #bottom1{padding: 0 15px;}
  #bottom1 {
    padding: 0 15px;
  }
  .ftr_main_wrap, .ftr_copyright {
    padding: 0 15px;
  }

  .footer_top_main {
    padding: 93px 20px 25px;
  }
  
  .ftr_list_box li{
    margin-right: 75px;
  }
}

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

  .main_content2 h1{
    margin: 0;
  }
  .hdr_info h3 {
    margin: 0px;
  }

  .bnr_con p {
    width: 600px;
  }
  .bnr_con h2 {
    font-size: 50px;
  }

  .bnr_con h2 span {
    font-size: 50px;
  }

  .section_con {
    gap: 13px;
  }

  .btm2_boxes section {
    max-width: 302px;
  }

  .btm_con {
    padding: 0 15px;
  }

  #footer {
    min-height: auto;
  }

  .footer_top_con {
    padding: 0 20px;
  }

  .contact_info {
    width: 722px;
  }
  .contact_info ul {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1320px) {
  .btm2_boxes ul li {
    margin-bottom: 46px;
    width: 46%;
  }
}

@media only screen and (max-width: 1315px) {
  .copyright span {
  display: unset;
}
}

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

  .phone_info {
    padding-left: 25px;
  }
  .phone_info::before{
    left: -64px
  }
  .ftr_list_box li {
    margin-right: 20px;
  }
  .bnr_con {
    width: 600px;
  }
  .bnr_con p {
    width: 115%;
  }

  main {
    height: auto;
  }

  .main_con p {
    padding: 0 100px;
  }

  .btm2_info2 ul li h3 {
    width: 100%;
  }

  .boxes figure img {
    width: 100%;
  }

  .btm2_boxes section {
    max-width: 266px;
  }

  .btm_box1, .btm_box2, .btm_box3{
    width: 289px;
  }

  .btm_info h3 {
    padding-top: 50px;
  }

  .btm2_boxes {
    gap: 80px;
  }

  .btm_info p {
    padding: 30px 50px;
  }

  .btm2_info2 p {
    padding: 13px 100px 0;
  }

  .contact_info {
    width: 668px;
  }
  
  #footer {
    height: auto;
  }

  .ftr_logo figure {
    margin-left: 0;
  }

  .footer_ul_list ul li{
    padding: 0 0 36px 70px;
  }

  .footer_ul_list {
    width: 30%;
  }

  .footer_ul_list ul li::before {
    left: 10px;
  }

  .ftr_right {
    width: 454px;
  }

  .ftr-logo {
    width: 100%;
  }

  .ftr_logo p {
    width: 100%;
  padding: 23px 0;
  }
}

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

  .boxes figure img {
    width: 100%;
  }
}

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

  .hdr_info h3 {
    display: block;
  }

  .bnr_con h2 {
    width: 454px;
  }

  .bnr_con h2 span {
    line-height: 60px;
  }

  .bnr_con {
    width: calc(100% - 592px);
  }

  /* .main_box1::before, .main_box2::before, .main_box3::before{
    padding-left: 0;
  } */
  .main_content{
    min-height: auto;
  }
.main_content_con h1{ 
    font-size: 40px;
    padding: 10px 180px 0;
  }
  .main_content2 h1{
    font-size: 40px;
  }
  .main_info h2{
    font-size: 40px;
  }
  .main_con p{
    padding-top: 10px;
  }

.main_below h3 {
  padding: 0 100px;
}

.main_below p {
  padding: 22px 84px 60px;;
}

  .btm_con h2 {
    margin-top: 100px;
  }
  .btm_info p {
    padding: 30px 20px;
  }

  .main_parag_animated {
    padding-top: 60px;
  }

  .btm2_info2 p {
    padding: 13px 50px 0;
  }

  #bottom3 {
    height: auto;
    padding-bottom: 30px;
  }

  .btm4_con {
  height: auto;
}

.btm5_con {
  height: auto;
}

  .btm5_boxes section {
    height: auto;
  }

  .owl-carousel .owl-item img{
    width: auto;
  }
}



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

  .bnr_con h2 {
    line-height: 100%
  }

  .bnr_con p {
    width: 115%;
  }

  .boxes h3 {
    padding-left: 130px;
  }
  .boxes h2{
    font-size: 40px;
  }
  /* .boxes h2 {
    padding-left: 130px;
  }

  .boxes p {
    padding-left: 130px;
  } */
  
  .main_con p {
    padding: 0 50px;
  }

  .ftr_box h2 {
    font-size: 55px;
  }
 
  .copyright span {
    display: unset;
  }
}

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

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

  .bnr_con h2 span {
    font-size: 54px;
  }

  .bnr_con {
    bottom: 53px;
  }
  .inner_content {
    height: auto;
  }

  .btm_area {
    min-height: auto;
  }
  .btm1_info2 {
    width: 100%;
    height: auto;
  }
  .btm_boxes {
    padding: 0 100px 30px !important;
  }

  .btm2_info2 ul li h3 {
    font-size: 23px;
  }
  .btm3_con{
    min-height: auto;
  }
}

@media only screen and (max-width:1000px) {
  
  .btm2_boxes h2{
    font-size: 25px;
  }

  .btm2_boxes p{
    font-size: 18px;
  }
  .hdr_info {
    padding-right: 0;
    padding-left: 40px;
  }

  .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;
    width: 100%;
    text-align: center;
  }

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

  .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;
    line-height: unset;
    margin-left: 0 !important;
  }

  .main_box1 h2::before {
    padding-left: 0;
  }
  .main_box2 h2::before {
    padding-left: 0;
  }
  .main_box3 h2::before {
    padding-left: 0;
  }

  .bnr_form {
    position: static;
    width: 100%;
    border: 1px solid #8888;
  }

  .custom-feed-form {
    max-width: 100%;
    padding: 31px;
  }

  .bnr_form_area h2 span {
    display: unset;
    font-size: 46px;
  }

  .input_form_2 .input_form_box {
    text-align: center;
  }
  
  .slider img {
    width: 100% ;
  }

  .image-grid{
    display: none;
  }
  
  .main_content_con h1 {
    padding: 0;
  }

  .boxes h2 {
    padding-left: 0;
    text-align: center;
    line-height: 100%;
  }

  .bnr_form_area p {
    padding: 19px 20px 0;
  }
  
.main_box1 h2::before {
  position: static;
  text-align: center;

}

.main_box2 h2::before {
  position: static;
  text-align: center;
}

.main_box3 h2::before {
  position: static;
  text-align: center;
}

.main_content {
  padding: 50px 20px;
}

.hero {
  flex-wrap: wrap;
}

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

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

.image-grid {
  flex-direction: row;
}

.side-images {
  flex-direction: row;
}

.main_box1::before, .main_box2::before, .main_box3::before {
  position: static;
  text-align: center;
  padding-top: 0;
  padding-left: 0;
}

.btm2_con {
  padding: 50px 15px;
}

.btm2_boxes {
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
}

.btm3_img {
  column-gap: 68px;
}

.boxes {
  display: block;
  padding: 60px 15px;
}

.btm2-btn {
  margin: 0 auto;
}

.boxes h3  {
  padding-left: 0;
  text-align: center;
}

.boxes p {
  padding-top: 13px;
  padding-left: 0;
  text-align: center;
}

.section_con {
  flex-wrap: wrap;
}

.main_cont_area {
  height: 100%
}

.main_box1, .main_box2, .main_box3 {
  padding: 20px;
}

  .main_con p {
    padding: 0 25px 35px;
  }

  .main_text {
    text-align: center;
    margin-top: 60px;
  }

  .main_text h2 span::after {
    display: none;
  }

  .main_text p {
    width: 100%;
    padding: 15px 20px 0;
    margin-top: 0;
  }
  
  .main_box_con {
    padding-top: 100px;
  }

  .main_text {
    margin-top: 20px;
  }
  .main_area section {
    width: 100%;
    padding: 0 20px;
  }

  .main_below {
    padding: 30px;
  }


  .main_below p {
    padding: 15px 20px;
  }

  .main_below figure {
    width: 100%;
    height: auto;
    margin-left: 0;
    transform: unset;
    display: none;
  }

  .input_form_2_box .form_col_2 {
    width:100%;
  }
  .form_btn_recaptcha {
    padding-bottom:63px;
  }

  .btm1_con {
  padding: 59px 20px 100px;
}

  .btm1_info h4 {
    font-size: 65px;
    padding: 0;
  }

  .btm1_info2 h2 {
    padding-top: 40px;
  }

  .btm2_info2 h2 {
    font-size: 40px;
  }

  .btm2_info2 {
    font-size: 50px;
  }

  .btm2_info2 p {
    padding: 13px 70px 0;
  }

  .btm1_info2 {
    margin-top: 15px;
  }

  .btm_con h2 {
    font-size: 55px;
    text-align: center;
    margin-top: 0;
  }

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

  .bottom1 {
    height: auto;
  }

  .btm1_info p {
    margin-bottom: 0;
    padding: 37px 54px 50px;
  }

  .btm1_info2 {
    margin-top: 50px;
  }  
  .btm_boxes {
    padding: 0 20px 30px;
  }

  #bottom2 {
    height: auto;
  }
   
  .btm2_boxes h3 {
    margin: 0;
  }

  .btm_list {
    padding-top: 47px;
  }

  .bottom3 {
    height: auto;
  }

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

  .btm3_btn {
    margin: 0 auto;
  }
  
  .main_parag_animated  {
    padding-top: 100px;
  }

  .btm4_con {
    height: auto;
  }

  .btm4_info h2 {
    font-size: 50px;
        line-height: 100%;
  }

  .btm4_info p {
    padding: 39px 0;
  }

  .btm5_info {
    padding: 50px 20px 109px;
  }

  .btm5_boxes{
    padding-top: 86px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btm5_boxes section {
    width: 363.1px;
  }

  .btm5_box1::before {
  top: 15%;
  }

  .btm5_box2::before {
    top: 15%;
  }

  .btm5_box3::before {
    top: 60%;
  }

  .btm5_box3 {
    margin-top: 60px;
  }

  .ftr_area {
    padding: 42px 0;
  }

  .footer_img {
    display: none;
  }

  .ftr-logo {
    width: 362.3px;
  }

  .ftr_logo {
    float: none;
    position: static;
    margin: 0 auto;
    text-align: -webkit-center;
    padding-top: 0;
  }
  .ftr_box {
    float: none;
    text-align: center;
  }
  .ftr_box h2::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .copyright {
    position: static;
    text-align: center;
    margin: 0 !important;
  }

  .ftr_container {
    gap: 90px;
    padding-left: 0;
  }

  .ftr_top_con {
    flex-direction: column;
    align-items: center;
  }

  .footer_logo_holder {
    max-width: 100%;
    margin-top: 0;
    order: 1;
  }
  .footer_top {
    height: auto;
  }


  #footer {
    height: auto;
  }

  .copyright {
    margin: 0 auto;
  }

  .ftr_logo p {
    padding: 23px 20px;
  }

  .copyright {
    text-align: center;
  }
  .owl-nav {
    padding-top: 80px;
  }
  .owl-next, .owl-prev {
    position: static;
    top: 0;
  }

  .ftr_info {
    flex-direction: column;
    padding-top: 0 !important;
  }

  .address-text {
    order: 1;
  }

  .footer-logo {
    order: 2;
    padding: 43px 0;
  }

  .footer-legal {
    order: 3;
    text-align: center !important;
  }
  
  .footer-legal span {
    display: unset !important;
  }

}

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

  .btm3_info h2 {
    padding: 0 180px;
  }
  .phone_num{
    margin-left: 0;
  }
  .hdr_area {
    display: block;
  }
  .main_logo{
    margin: 0 auto;
    max-width: 220px;
  }
  
  .hdr_info h3 {
    text-align: center;
  }
  .hdr_info {
    text-align: center;
    padding: 0;
  } 

  header {
    position: static;
    background: var(--secColor);
    padding-bottom: 25px;
  }

  .hdr_info h3 {
    padding: 20px;
    line-height: 100%;
    margin-bottom: 0;
    color: var(--priColor);
  }


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


  .captcha-box {
    display: inline-block;
  }

  .main_text h2 span {
    display: block;
  }
  
  .main_con h2 {
    font-size: 45px;
  }

  .main_box_con {
    display: block;
    padding: 75px 0 40px 0;
  }
  
  .main_text {
    padding-top: 0;
  }

  .boxes {
    display: block;
  }
  main {
    height: auto;
  }

  .main_below h3 {
    font-size: 35px;
  }
   
  .main_box_con section p {
    padding: 0;
  }

  .main_text h2 {
    font-size: 46px;
    padding-top: 50px;
    margin-left: 0;
    line-height: 100%;
  }

  .main_text p {
    padding: 10px 20px 0;
  }

  .btm2_boxes {
    gap: 39px;
  }

  .btm2_details h3 {
    font-size: 25px;
  }

  [class^="box_head"] h3 {
    margin: 0;
    position: static;
    transform: none;
    max-width: 100%;
    height: auto;
  }

  .section_con h4 {
    font-size: 16px;
    font-family: var(--priFont);
  }

  .section_con figure {
    max-width: 268.4px;
  }

  .btm3_img {
    column-gap: 0;
  }

  .btm_list {
    font-size: 22px;
  }

  .btm2_info2 h2 {
    font-size: 35px;
  }

  .btm2_info2 p {
    padding: 13px 0;
  }

  .btm1_info h4 {
    font-size: 55px;
  }
  .btm2_boxes ul {
    flex-direction: column;
  }
  .btm2_boxes ul li {
    width: 100%;
  }

  .btm5_box1::before {
    display: none;
  }

  .btm5_box2::before {
    display: none;
  }

  .btm5_box3::before {
     display: none;
  }

  .main_parag_animated {
    padding-top: 50px;
  }
  .btm_con {
    flex-direction: column;
  }

  .btm_con h2 {
    margin-top: 0;
  }

  .btm3_info h2 {
    font-size: 35px;
  }
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }

  .btm5_boxes section {
    width: 270px;
    padding: 26px 24px 30px;
  }

  .ftr_logo figure {
    width: 350px;
    display: block;
    margin: 0 auto;
  }

  .copyright {
    position: static;
    margin: 0 auto;
  }

  .btm3_info h2{
    padding: 0;
  }
  .btm3_info p{
    padding: 13px 0;
  }
  }

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

  .cta-btn {
    width: 100%;
  height: auto;
  }
  
  .btm3_btn{
    width: 100%;
    height: auto;
  }


}

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

  .mbox {
  padding: 0 20px;
  flex-direction: column;
  }

  .mbox-btn{
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .mbox section {
    width: 100%;
    padding-bottom: 20px;

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

  .phone_num a {
    width: 100%;
    padding: 22px 16px;
    height: auto;
  }
  .section_con {
    flex-direction: column;
    align-items: center;
  }

  .bnr_form_area h2 span{
    font-size: 40px;
  }

  .input_form_2_box {
    display: unset;
  }
  .input_form_2 {
    flex-direction: column;}

    .input_form_2 .input_form_box {
      text-align: center;
    }

    .captcha-box {
      display: inline-block;
      margin-top: 15px;
    }

    .form_btn_recaptcha {
      width: 100%;
    }

    .form_btn_recaptcha .form_btn{
      width: 100%;
    }

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

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

    .btm2_boxes section {
      max-width: 327px;
    }

    .btm2_boxes h3 {
      margin: 0;
    }

    .btm2_details h3 {
      padding-top: 15px;
    }

    .btm2_details p {
      padding: 0;
    }

    .boxes h2 {
      font-size: 30px;
    }

  .btm2_boxes h2 {
    text-align: center;
  }

  .btm2_boxes p {
    text-align: center;
  }

  .box_head1 {
    margin-bottom: 0;
  }

  .main_con h2 {
    font-size: 30px;
  }

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

  .main_content_con h1 {
    font-size: 30px;
  }

  .main_content2 h1 {
    font-size: 30px;
  }

  .main_content2 {
    padding-top: 40px;
  }

  .main_content2 h1 {
    padding: 0;
  }

  .main_text p {
    padding: 10px 0 0;
  }

  .main_below h3 {
    font-size: 35px;
    padding: 0;
  }
  
  .main_parag_animated {
    padding-top: 70px;
  }
  
  #bottom1 {
    height: auto;
  }
  .btm2_info2 h2 {
    font-size: 35px;
    line-height: 100%;
  }

  .btm1_info h4 {
    font-size: 45px;
  }

  .btm_info {
    height: auto;
  }

  .btm2_btn {display: grid;}

  .btn_head h4 {
    font-size: 42px;
  }
  .btm_con h2 {
    font-size: 41px;
  }

  .btm2_boxes {
    margin: 63px auto 0;
  }

  .btm5_boxes section {
    width: 100%;
  }

  .btm5_box3 {
    margin-top: 0;
  }

  .btm5_info h2 {
    font-size: 50px;
  }

  .btm5_boxes {
    padding-top: 38px;
  }

  .ftr_logo {
    max-width: 436px;
    width: 100%;
  }
  .ftr_copyright ul li {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .ftr_copyright ul li::before{
    display:none;
  }
  .ftr_copyright ul {
    padding: 40px 0;
  }
  .btm_boxes {
    padding: 0 30px 30px !important;
  }

  .footer_btm_con {
    height: 90px;
  }

  .copyright {
    line-height: 100%;
    padding: 15px;
  }

}

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

  .btm_list {
    column-count: 1;
  }
  
  .ftr_container {
    display: block;
    text-align: center;
    padding: 0 40px;
  }
}



.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/dimensionalhealthca023/images/wrong-icon.png');position: absolute;  left: 0; right: 0; top: 30px; } 
.success-check:after{content:url('/wp-content/themes/dimensionalhealthca023/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 */


.footer-container {
  min-height: 313.7px;
  padding: 20px;
}

.ftr_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 77px;
}

.footer-logo img {
  margin-bottom: 5px;
}

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

.footer-address .address-icon img {
  width: 48.2px;
  height: 46px;
  margin-bottom: 8px;
}

.footer-address .address-text {
  color: #1d3d86;
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--secFont);
}

.footer-legal {
  color: #333;
  font-size: 20px;
  text-align: left;
  line-height: 35px;
  font-family: var(--secFont);
}

.footer-legal span {
  display: block;
}

.footer-legal a {
  color: #000000;
  text-decoration: none;
}

.footer-legal a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }
}
