/*Style of Blog*/
h1.sngl_blg-h1 {
  font-size: 28px !important;
}
@media (min-width: 1200px) {
  h1.sngl_blg-h1 {
    font-size: 30px !important;
  }
}
@media (min-width: 1600px) {
  h1.sngl_blg-h1 {
    font-size: 40px !important;
  }
}

/*Style of Blog*/
.text_black-clr {
  color: #000;
}

@media (max-width: 1199px) {
  .hm-vedio-sec-wrap {
    background: #F1FCFF url(assets/images/light-blue-video-bg.png) no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .hm-vedio-sec-wrap::before {
    content: "";
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F1FCFF url(assets/images/light-blue-video-bg.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
  }
}
.hm-vedio-sec-wrap.p-b-10 {
  padding-bottom: 0 !important;
}
.hm-vedio-sec-wrap {
  /*@include max(1770){    
      padding-bottom: 180px !important;
  }*/
}
.hm-vedio-sec-wrap .m-b-30 {
  margin-bottom: 30px;
}

body.home .hm-cntct-sec-wrap {
  position: relative;
}
@media (max-width: 1199px) {
  body.home .hm-cntct-sec-wrap {
    background: #F1FCFF url(assets/images/light-blue-video-bg.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  body.home .hm-cntct-sec-wrap::before {
    content: "";
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #F1FCFF url(assets/images/light-blue-video-bg.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
  }
}
@media (min-width: 1800px) {
  body.home .hm-cntct-sec-wrap::before {
    height: 250px;
  }
}
body.home .hm-cntct-sec-wrap .sec_title h2 {
  font-size: 52px !important;
  padding-bottom: 10px;
}
@media (max-width: 1700px) {
  body.home .hm-cntct-sec-wrap .sec_title h2 {
    font-size: 45px !important;
  }
}
@media (max-width: 1599px) {
  body.home .hm-cntct-sec-wrap .sec_title h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 1199px) {
  body.home .hm-cntct-sec-wrap .sec_title h2 {
    font-size: 25px !important;
  }
}
@media (max-width: 767px) {
  body.home .hm-cntct-sec-wrap .sec_title h2 {
    font-size: 23px !important;
    line-height: 1.5;
  }
}
body.home .hm-cntct-sec-wrap .text_white {
  color: #fff !important;
}
@media (min-width: 1200px) {
  body.home .hm-cntct-sec-wrap .txt_bx p span.ipad_br {
    display: block;
  }
}
body.home .hm-cntct-sec-wrap .txt_bx p.para {
  font-weight: 400;
}
@media (max-width: 1199px) {
  body.home .hm-cntct-sec-wrap .txt_bx p.para {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  body.home .hm-cntct-sec-wrap .txt_bx p.para {
    margin-bottom: 30px;
  }
}
body.home .hm-cntct-sec-wrap .ctabtn.btn_sm {
  position: relative;
}
body.home .hm-cntct-sec-wrap .cta-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  body.home .hm-cntct-sec-wrap .cta-divider {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.home .hm-cntct-sec-wrap .cta-divider {
    width: 60%;
  }
}
body.home .hm-cntct-sec-wrap .cta-divider .line {
  flex: 1;
  height: 1px;
  background: #94aaa8;
  position: relative;
}
body.home .hm-cntct-sec-wrap .cta-divider .line.left {
  margin-right: 20px;
}
@media (max-width: 768px) {
  body.home .hm-cntct-sec-wrap .cta-divider .line.left {
    margin-right: 10px !important;
  }
}
body.home .hm-cntct-sec-wrap .cta-divider .line.left::before {
  left: 0;
}
body.home .hm-cntct-sec-wrap .cta-divider .line.right {
  margin-left: 20px;
}
@media (max-width: 768px) {
  body.home .hm-cntct-sec-wrap .cta-divider .line.right {
    margin-left: 10px !important;
  }
}
body.home .hm-cntct-sec-wrap .cta-divider .line.right::before {
  right: 0;
}
body.home .hm-cntct-sec-wrap .cta-divider .line::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><circle cx='7.875' cy='7.875' r='7.5' stroke='white' stroke-width='0.75'/><circle cx='7.875' cy='7.875' r='5.8125' fill='white'/></svg>") no-repeat center;
  background-size: contain;
}
@media (max-width: 768px) {
  body.home .hm-cntct-sec-wrap .cta-divider .line::before {
    width: 5px !important;
    height: 5px !important;
  }
}
body.home .hm-cntct-sec-wrap .container_tw {
  background-size: cover;
  max-height: 400px;
}

@media (max-width: 1199px) {
  .blog-cta_wrap .mkd-full-section-inner {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .blog-cta_wrap .mkd-full-section-inner {
    display: flex;
    align-items: center;
  }
}
.blog-cta_wrap .head-col-wrap {
  position: relative;
}
@media (min-width: 1200px) {
  .blog-cta_wrap .head-col-wrap {
    padding: 10px 25px 10px 0px;
    width: 34%;
  }
}
@media (max-width: 1199px) {
  .blog-cta_wrap .head-col-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .blog-cta_wrap .head-col-wrap {
    padding-right: 30px;
  }
}
@media (min-width: 1700px) {
  .blog-cta_wrap .head-col-wrap {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .blog-cta_wrap .head-col-wrap:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 87px;
    width: 1px;
    background-color: #c0c0c0;
  }
}
.blog-cta_wrap .para-col-wrap p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .blog-cta_wrap .para-col-wrap p {
    font-size: 15px !important;
  }
}
@media (max-width: 1199px) {
  .blog-cta_wrap .para-col-wrap p {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-cta_wrap .para-col-wrap p {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .blog-cta_wrap .para-col-wrap {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-cta_wrap .para-col-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-cta_wrap .para-col-wrap {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .blog-cta_wrap .para-col-wrap {
    padding-left: 30px;
  }
}
@media (min-width: 1700px) {
  .blog-cta_wrap .para-col-wrap {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .blog-cta_wrap .btn-col-wrap {
    width: auto;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .blog-cta_wrap .btn-col-wrap {
    width: 100%;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .blog-cta_wrap .btn-col-wrap {
    padding-left: 30px;
  }
}
@media (min-width: 1700px) {
  .blog-cta_wrap .btn-col-wrap {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .blog-cta_wrap .text_black-clr span.ipad_br {
    display: block;
  }
}
.blog-cta_wrap {
  padding-bottom: 40px !important;
}

@media (max-width: 1199px) {
  .blog-slider-sec-wrap .mkd-full-section-inner .mkd-section .mkd-full-section-inner {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .blog-slider-sec-wrap .mkd-full-section-inner .mkd-section .mkd-full-section-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.blog-slider-sec-wrap .mkd-full-section-inner .wpb_single_image .vc_figure {
  width: 100%;
}
.blog-slider-sec-wrap .mkd-full-section-inner .wpb_single_image .vc_figure .vc_single_image-wrapper {
  width: 100%;
}
.blog-slider-sec-wrap .mkd-full-section-inner .wpb_single_image .vc_figure .vc_single_image-wrapper picture {
  width: 100%;
}
@media (min-width: 1200px) {
  .blog-slider-sec-wrap .mkd-full-section-inner .wpb_single_image .vc_figure .vc_single_image-wrapper picture img {
    width: 100%;
  }
}
.blog-slider-sec-wrap .slick-slider .slick-track .slick-slide {
  background: url(assets/images/bg-transparent.png);
  background-size: cover;
  background-color: #EAF2E9;
  height: 100%;
  margin-right: 15px;
  min-height: 332px;
}
@media (max-width: 1199px) {
  .blog-slider-sec-wrap .slick-slider .slick-track .slick-slide {
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-slider-sec-wrap .slick-slider .slick-track .slick-slide {
    min-height: 287px;
  }
}
@media (min-width: 1200px) {
  .blog-slider-sec-wrap .slick-slider .slick-track .slick-slide {
    padding: 30px;
    padding-bottom: 25px !important;
    min-height: 270px;
    padding-top: 25px !important;
  }
}
@media (min-width: 1600px) {
  .blog-slider-sec-wrap .slick-slider .slick-track .slick-slide {
    padding: 40px;
    min-height: 320px;
  }
}
@media (min-width: 1680px) {
  .blog-slider-sec-wrap .slick-slider .slick-track .slick-slide {
    min-height: 350px;
  }
}
.blog-slider-sec-wrap .slick-slider .slick-track .slick-slide h3, .blog-slider-sec-wrap .slick-slider .slick-track .slick-slide .h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 34px !important;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #000 !important;
  line-height: 1.12;
  font-size: clamp(1.5rem, 1.3842592593rem + 0.6172839506vw, 2.125rem) !important;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .blog-slider-sec-wrap .slick-slider .slick-track .slick-slide h3, .blog-slider-sec-wrap .slick-slider .slick-track .slick-slide .h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 23px !important;
  }
}
@media (min-width: 1200px) {
  .blog-slider-sec-wrap .slick-slider .slick-track .slick-slide h3 span, .blog-slider-sec-wrap .slick-slider .slick-track .slick-slide .h3 span {
    display: block;
  }
}
@media (max-width: 1199px) {
  .blog-slider-sec-wrap .blog_slider .slick-list {
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .blog-slider-sec-wrap .blog_slider .slick-list {
    margin-right: -40px;
  }
}
@media (min-width: 1200px) {
  .blog-slider-sec-wrap .blog_slider .slick-prev {
    background-color: #C62774;
  }
}
@media (max-width: 1199px) {
  .blog-slider-sec-wrap .blog_slider .slick-prev::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .blog-slider-sec-wrap .blog_slider .slick-prev::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    left: 18px;
    top: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54602 0.610352L0.61045 7.75236L8.54602 14.8944' stroke='white' stroke-width='1.22086' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.blog-slider-sec-wrap .blog_slider .slick-prev:hover {
  background-color: #6EC2D9;
}
.blog-slider-sec-wrap .blog_slider .slick-next {
  right: 0 !important;
}
@media (min-width: 1200px) {
  .blog-slider-sec-wrap .blog_slider .slick-next {
    background-color: #C62774;
  }
}
@media (max-width: 1199px) {
  .blog-slider-sec-wrap .blog_slider .slick-next::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .blog-slider-sec-wrap .blog_slider .slick-next::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 22px;
    top: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.610474 0.610352L8.54604 7.75236L0.610474 14.8944' stroke='white' stroke-width='1.22086' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.blog-slider-sec-wrap .blog_slider .slick-next:hover {
  background-color: #6EC2D9;
}
.blog-slider-sec-wrap .blog_slider .slick-arrow {
  transform: translateY(calc(-50% + 25px)) !important;
}
@media (max-width: 1199px) {
  .blog-slider-sec-wrap .blog_home_row .blog_home_L {
    margin-bottom: 20px;
    display: none;
  }
}
@media (min-width: 1200px) {
  .blog-slider-sec-wrap .blog_home_row .blog_home_L {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .blog-slider-sec-wrap .blog_home_row .blog_home_R {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .blog-slider-sec-wrap .blog_home_row .blog_home_R {
    width: 67%;
    margin-right: auto;
    margin-left: -60px;
  }
}

@media (max-width: 1199px) {
  .video_block_sec {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .video_block_sec {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 1199px) {
  .video_block_sec .flex_bx .mkd-full-section-inner {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .video_block_sec .flex_bx .mkd-full-section-inner .blog_home_L {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .video_block_sec .flex_bx .mkd-full-section-inner .blog_home_L {
    width: 49%;
  }
}
@media (max-width: 1199px) {
  .video_block_sec .flex_bx .mkd-full-section-inner .blog_home_R {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .video_block_sec .flex_bx .mkd-full-section-inner .blog_home_R {
    width: 49%;
  }
}
.video_block_sec .video_bg {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1600px) {
  .video_block_sec .video_bg .wpb_wrapper {
    height: 510px;
  }
}
@media (min-width: 1600px) {
  .video_block_sec .video_bg .wpb_wrapper iframe {
    height: 510px !important;
  }
}

.hm_faq_sec .faq_wrap .faq_item {
  margin-bottom: 15px;
}
.hm_faq_sec .faq_wrap .faq_item .acc_head {
  cursor: pointer;
  display: block;
  color: #000000;
  border: 1px solid #DBD9D9;
  text-transform: inherit;
  font-weight: 400;
  font-size: clamp(1rem, 0.9537037037rem + 0.2469135802vw, 1.25rem) !important;
}
@media (max-width: 1599px) {
  .hm_faq_sec .faq_wrap .faq_item .acc_head {
    font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
  }
}
.hm_faq_sec .faq_wrap .faq_item .acc_head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .hm_faq_sec .faq_wrap .faq_item .acc_head {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  .hm_faq_sec .faq_wrap .faq_item .acc_head {
    padding: 20px 30px;
  }
}
.hm_faq_sec .faq_wrap .faq_item .acc_head .toggle_icon {
  float: right;
  font-weight: 100;
  transition: 0.3s;
  font-size: 55px;
}
@media (min-width: 1200px) {
  .hm_faq_sec .faq_wrap .faq_item .acc_head .toggle_icon {
    font-size: 70px;
  }
}
.hm_faq_sec .faq_wrap .faq_item .acc_head .toggle_icon::before {
  content: "+";
  display: block;
}
.hm_faq_sec .faq_wrap .faq_item .acc_content {
  padding: 0px 30px;
}
.hm_faq_sec .faq_wrap .faq_item.acc_active .toggle_icon::before {
  content: "-";
  display: block;
}
.hm_faq_sec .faq_wrap .faq_item.acc_active .acc_head {
  background: #fff;
  font-weight: 600;
  border: 0;
}
.hm_faq_sec .half_row {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .hm_faq_sec .half_row {
    padding-top: 30px !important;
  }
}
@media (max-width: 1199px) {
  .hm_faq_sec .half_row .mkd-full-section-inner {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .hm_faq_sec .half_row .mkd-full-section-inner .half_col {
    width: 100%;
  }
}
.hm_faq_sec .half_row .mkd-full-section-inner .half_col .wpb_single_image .vc_figure figure {
  width: 100%;
}
.hm_faq_sec .half_row .mkd-full-section-inner .half_col .wpb_single_image .vc_figure figure .vc_single_image-wrapper {
  width: 100%;
}
.hm_faq_sec .half_row .mkd-full-section-inner .half_col .wpb_single_image .vc_figure figure .vc_single_image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .hm_faq_sec .half_row .mkd-full-section-inner .first-col {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .hm_faq_sec .half_row .mkd-full-section-inner .sec-col {
    width: 45%;
  }
}
.hm_faq_sec .half_row .mkd-full-section-inner .sec-col .wpb_single_image .vc_figure {
  width: 100%;
}
.hm_faq_sec .half_row .mkd-full-section-inner .sec-col .wpb_single_image .vc_figure .vc_single_image-wrapper {
  width: 100%;
}
.hm_faq_sec .half_row .mkd-full-section-inner .sec-col .wpb_single_image .vc_figure .vc_single_image-wrapper img {
  width: 100%;
}

.h4-h2 {
  font-size: 18px !important;
  color: #373737 !important;
  font-weight: 700;
  margin-top: 10px;
}

.h4-h3 {
  font-size: 18px !important;
}

.span-h4 {
  color: #6a767e;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.h4-h5 {
  font-size: 16px !important;
}

.h4-h2 {
  font-size: 18px !important;
  color: #fff !important;
}

.h5-h3 {
  font-size: 16px;
}

.h6-h3 {
  font-size: 14px;
}

.h1-h2 {
  color: #373737;
}

.h4-h2-blck {
  color: #373737;
  font-size: 18px;
}

.h4-h3-blck {
  color: #373737;
  font-size: 18px;
}

.H5-div h5 {
  font-size: 14px !important;
  margin-top: 10px !important;
}

.h1-tag {
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .h1-tag {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h1-tag {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .h1-tag {
    font-size: 35px !important;
  }
}

.h1-contact {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .h1-contact {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h1-contact {
    font-size: 40px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .h1-contact {
    font-size: 40px !important;
    margin-bottom: 15px !important;
  }
}

.h1-inner-pg {
  color: #64bbc9;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .h1-inner-pg {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h1-inner-pg {
    font-size: 40px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .h1-inner-pg {
    font-size: 40px !important;
    margin-bottom: 15px !important;
  }
}

/*Contact Us Page form styles*/
.cnct-us-frm-wrp .gform_wrapper {
  background: #e2f9ff !important;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cnct-us-frm-wrp .gform_wrapper {
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cnct-us-frm-wrp .gform_wrapper {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cnct-us-frm-wrp .gform_wrapper {
    width: 75%;
    margin: 0 auto;
    padding: 40px;
  }
}
@media (min-width: 1600px) {
  .cnct-us-frm-wrp .gform_wrapper {
    padding: 60px;
  }
}
.cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields .input-box {
  margin-bottom: 30px !important;
  position: relative;
}
@media (max-width: 991px) {
  .cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields .input-box {
    margin-bottom: 20px !important;
  }
}
.cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields .input-box .validation_message {
  background-color: #ff0100;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px !important;
  padding: 2px 3px;
  position: relative !important;
  z-index: 3;
}
.cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields .input-box .validation_message::after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff0100;
  top: -5px;
  content: "";
  left: 10px;
  position: absolute;
  transform: rotate(175deg);
}
.cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields .input-box #input_3_1_3_container .gform-field-label {
  display: none;
}
@media (max-width: 991px) {
  .cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields .input-box.wd-33 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields .input-box.wd-33 {
    width: 32.33%;
  }
}
.cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields .input-box.wd-100 {
  width: 100%;
}
.cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields .input-box .gfield_label {
  display: none;
  font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
}
.cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields .input-box .ginput_container input, .cnct-us-frm-wrp .gform_wrapper form .gform-body .gform_fields .input-box .ginput_container textarea {
  border: 1px solid rgb(196, 195, 195);
  resize: none;
}
.cnct-us-frm-wrp .gform_wrapper form .gform-footer .button {
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  background: #C62774 !important;
  border-radius: 6px !important;
  display: inline-block;
  font-size: clamp(1rem, 0.9421296296rem + 0.3086419753vw, 1.3125rem) !important;
}
@media (max-width: 1599px) {
  .cnct-us-frm-wrp .gform_wrapper form .gform-footer .button {
    font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
  }
}
.cnct-us-frm-wrp .gform_wrapper form .gform-footer .button {
  border: 0;
  cursor: pointer;
  display: inline-block !important;
  padding: 19px 30px !important;
  margin-right: 0 !important;
}
.cnct-us-frm-wrp .gform_wrapper form .gform-footer .button:hover {
  background: #6EC2D9 !important;
}
.cnct-us-frm-wrp .gform_wrapper #gform_3_validation_container {
  display: none !important;
}
.cnct-us-frm-wrp .gform_wrapper .gform_heading {
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cnct-us-frm-wrp .gform_wrapper .gform_heading {
    text-align: center !important;
  }
}
.cnct-us-frm-wrp .gform_wrapper .gform_heading .gform_title {
  color: #000;
  font-size: clamp(1.5rem, 1.3726851852rem + 0.6790123457vw, 2.1875rem) !important;
  margin: 0 !important;
}

/*Contact Us Page form styles*/