/*
   @media screen and (max-width:991px) {}
   @media screen and (max-width: 767px) {}
   @m@edia screen and (max-width:575px) {}
   /img/templates/116/hero-main-banner.png
   */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

:root {
  --primary: #0162ca;
  --primary-dark: #00224f;
  --secondary: #282434;
  --body-font-color: #404653;
  --white: #fff;
  --black: #000;
  --bg-light: #F6F7FC;
  --gray: #777;
  --light: #f5f5f5;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: var(--body-font-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--primary-dark);
  font-family: 'Red Hat Display', sans-serif
}

.contact_details h3 {
  font-weight: 600 !important;
}

h1 {
  font-size: 50px
}

h2 {
  font-size: 36px
}

.contact_details h3 {
  font-size: 36px !important
}

h3 {
  font-size: 30px
}

h4 {
  font-size: 24px
}

h5 {
  font-size: 20px
}

h6 {
  font-size: 18px
}

.flex-center-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.light {
  font-weight: 300
}

.regular,
.normal {
  font-weight: normal
}

.medium {
  font-weight: 500
}

.semibold {
  font-weight: 600
}

.bold {
  font-weight: bold
}

.heavy {
  font-weight: 900
}

b,
strong {
  font-weight: 500
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
  outline: 0;
}

button,
a {
  outline: none;
  outline: 0
}

.btn:focus {
  box-shadow: none !important
}

.lead {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: var(--secondary);
  max-width: 1000px;
  margin: 0 auto;
}

.lead-lg {
  font-size: 22px;
  line-height: 1.7;
  font-weight: 400;
  color: var(--secondary);
}

ul {
  list-style: none;
}

a {
  color: var(--primary);
  text-decoration: none !important;
}

.section-padding {
  padding: 70px 0;
}

.text-right {
  text-align: right !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-primary {
  background: var(--primary) !important;
  color: var(--white) !important
}

.bg-primary-dark {
  background: var(--primary-dark) !important;
  color: var(--white) !important
}

.bg-light {
  background-color: var(--bg-light) !important
}

/*navbar*/
.navWrap {
  background: var(--white);
  padding: 20px 0;
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.navbar {
  justify-content: center;
  padding: 0;
}

ul.navbar li {
  margin: 0 1px
}

ul.navbar li a {
  color: var(--secondary);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  /*margin-right: 25px;*/
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 12px 18px;
  /*border-bottom: 2px solid transparent;*/
  font-family: 'Red Hat Display';
  font-weight: 600;
  background: var(--white);
  border-radius: 5px;
}

ul.navbar li:last-child a {
  margin-right: 0;
}

.navbar li a:hover,
.navbar li a.active {
  background: var(--primary);
  color: #fff;
  /*border-bottom-color: var(--primary)*/
}

.sticky section.navWrap {
  transition: all 0.3s;
}

.sticky_item section.navWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
  padding: 20px 0;
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
  background: #fff;
}

.sticky_item section.navWrap ul.navbar li a {
  transition: all 0.3s;
}

.navMobile {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 10px 15px;
  display: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  z-index: 99;
}

.navMobile a.burger i {
  font-size: 24px !important;
  color: var(--primary-dark);
  line-height: 1;
  margin-right: 15px;
}

.navWrap .user_action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navWrap .logo .name {
  font-size: 28px;
  font-family: 'Red Hat Display';
  font-weight: 600;
}

.navWrap .logo .fname {
  color: var(--primary-dark);
}

.navWrap .logo .lname {
  color: var(--primary);
}

.navWrap .logo .designations {
  color: #857E8E;
  font-size: 14px;
  margin-top: -4px;
  display: block;
}

.navbar_block {
  display: flex;
  gap: 30px;
}

.btn-call {
  display: inline-block;
  background: transparent;
  color: var(--primary);
  padding: 14px 16px;
  /*padding: 12px 16px 12px 8px;*/
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.125;
  border: 1px solid var(--primary);
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  cursor: default;
}

.btn-call:hover {
  border-color: var(--primary-dark);
  /*background: var(--primary-dark);*/
  color: #FFF;
  box-shadow: inset 0 0 0 30px var(--primary-dark);
}

/* navbar responsive */
@media (max-width: 1199px) {
  ul.navbar li a {
    padding: 8px 10px
  }
}

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

  .navWrap,
  .sticky_item section.navWrap {
    position: fixed;
    left: 0;
    top: 55px;
    z-index: 9;
    transition: all 0.3s;
    height: 100%;
    width: 275px;
    background: #fff;
    margin-left: -500px;
    transition: all 0.3s;
  }

  section.navWrap.showNav {
    margin-left: 0px;
    transition: all 0.3s;
  }

  .navMobile a.burger i {
    transition: all 0.3s;
  }

  .navMobile i.fa.fa-bars.fa-long-arrow-right {
    transition: all 0.3s;
    transform: rotate(180deg);
  }

  ul.navbar {
    display: block;
    margin-top: 0;
  }

  ul.navbar li a {
    display: block !important;
    /*color: var(--primary);*/
    position: relative;
    padding: 15px;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-align: left;
  }

  .customDropdown.active .dropdown {
    margin-left: 15px;
  }

  .sticky_item section.navWrap ul.navbar li a {
    transition: all 0.3s;
  }

  ul.navbar li {
    padding: 0;
  }

  .navbar li a:hover,
  .navbar li a.active {
    color: #fff;
    background: var(--primary);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }

  .navbar li a:after {
    display: none;
  }

  .navWrap .col-lg-12 {
    padding: 0;
  }

  .navMobile {
    display: flex !important;
    justify-content: space-between;
    align-items: center
  }

  .navbar-brand {
    padding-left: 15px;
    white-space: normal
  }

  .navbar_block {
    flex-direction: column;
    width: 100%;
  }

  ul.navbar li a {
    margin-right: 0;
  }

  .user_action {
    flex-direction: column;
    gap: 20px;
    text-align: left;
    align-items: flex-start !important;
  }

  /*  for left bar call button
       .btn-call{
         max-width: 240px;
         margin: 0 auto;
       }*/
}

/* Smooth Sticky  */
@media screen and (min-width: 992px) {
  .sticky section.navWrap {
    top: -200px;
    transition: all 1s ease 0s;
  }

  .sticky_item section.navWrap {
    transition: all 1s ease 0s;
  }

  .sticky_item .hero_section {
    padding-top: 84px;
  }
}

/* Hero Section  */
.hero_section {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 65vh;
  max-height: 700px;
  /*background: var(--bg-light);*/
}

.hero_section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 105%;
  background: linear-gradient(90deg, #edeff9 30%, rgba(243, 246, 248, 0) 80%);
  top: 0px;
  right: 0px;
  z-index: 2;
  opacity: 0.85;
}

.hero-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transform: scale(1);
  transition: all 8000ms linear;
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-bottom-shape {
  position: absolute;
  bottom: -25px;
  z-index: 3;
  opacity: 0.5;
  left: 0;
  right: 0;
}

.shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.5;
}

.shape.shape-1 {
  opacity: 0.08
}

.shape.shape-2 {
  opacity: 0.35;
  z-index: 3;
  animation-name: float-y-axis;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  bottom: -30px;
  animation-timing-function: linear;
}

.hero_section .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.hero-content h4 {
  margin-bottom: 30px;
  font-weight: 400;
  color: var(--primary)
}

.hero-content h1 {
  color: var(--primary-dark);
  margin-bottom: 30px;
}

.hero-content p {
  font-size: 20px;
  /*color: var(--gray);*/
  margin-bottom: 30px;
  max-width: 500px;
}

.hero-image {
  border-radius: 5px;
}

.agent-image-info {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.agent-image {
  display: flex;
  aspect-ratio: 1/ 1;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto
}

.agent-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.agent-name {
  font-weight: 500
}

.agent-name small {
  font-size: 16px
}

.btn-quote {
  display: inline-block;
  padding: 14px 25px;
  background: var(--primary);
  color: #fff;
  font-size: 18px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  transition: all 0.4s;
}

.btn-quote:hover {
  /*  color: #fff;
       background: var(--primary-dark);*/
  box-shadow: inset 0 0 0 30px var(--primary-dark);
  border: 1px solid var(--primary);
}

/*about me*/
.section-about-me {
  /*background: url(/img/templates/120/bg1-about.png);*/
  position: relative;
  background: #003478;
}

.dot-about-me {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 200px;
  background: url(/img/templates/120/dot.png);
  opacity: 0.5;
}

.section-about-me .shape {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 2;
}

.section-about-me .shape.shape-4 {
  opacity: 0.08;
}

.section-about-me .container {
  position: relative;
}

.section-about-me img {
  border-radius: 8px;
}

.agent_social_media {
  display: flex;
}

.agent_social_media li+li {
  margin-left: 5px;
}

.agent_social_media li a {
  display: block;
}

.agent_social_media li a svg {
  width: 22px;
  fill: var(--primary);
  opacity: 0.75;
  transition: ease-in-out 0.15s;
}

.agent_social_media li a:hover svg {
  /*fill: var(--primary);*/
  opacity: 1;
}

.recomand_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 10px 20px;
}

.iaf_recommend_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between
}

.iaf_recommend_wrap_inner {
  display: flex;
  align-items: center;
  gap: 15px;
}

.verifiedSeal_icon {}

.verifiedSeal_icon .verifiedSeal_img img {
  width: 100%;
  max-width: 20px;
  margin-top: -3px;
  transition: ease-in-out 0.2s;
  cursor: pointer
}

#btn-share {
  padding: 8px 10px;
  line-height: 1;
  border-radius: 6px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: transparent;
  border: 1px solid rgba(208, 202, 202, 0.48);
  color: #fff;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

#btn-share:hover, #btn-share:active {
  background: #fff;
  color: var(--primary);
}

/* page title */
.page_title {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  align-items: center;
  color: var(--primary-dark);
}

.contact_details h3 {
  color: var(--primary-dark) !important;
}

/*.page_title span{
     font-weight: 300; color: var(--black)
   }*/
.page_title.light {
  color: var(--white);
}

/*.page_title.light span{
     font-weight: 300; color: var(--black)
   }*/
.page_title .title_icon {
  width: 40px;
}

.page_title .svg .st0 {
  fill: var(--primary) !important;
}

.page_title .svg .st1 {
  fill: var(--secondary) !important;
}

.section_desc{
  color: var(--secondary);
  font-size: 18px;
  line-height: 1.7;
  max-width: 1000px;
  margin: 15px auto;
  text-align: center;
}

/*.preferred-insurance-carrier .page_title .svg .st0 {
       fill: var(--primary)!important;
   }*/
.preferred-insurance-carrier .page_title .svg .st1 {
  fill: var(--white) !important;
}

/* focused area of expertise*/
.focused-box {
  background: var(--white);
  border-radius: 10px;
  height: 100%;
  position: relative;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.11);
  transition: all 500ms ease
}

.focused-box:hover {
  transform: translateY(-10px);
}

.focused-box i {
  transition: all 500ms ease;
}

.focused-box:hover i {
  --fa-primary-color: #fff !important;
  --fa-secondary-color: #ccc !important
}

.focused-box-icon {
  max-width: 60px
}

.focused-box-icon svg .fill-expertise-primary {
  fill: var(--primary) !important;
  transition: all 600ms ease
}

.focused-box-icon svg .fill-expertise-secondary {
  fill: #777 !important;
  transition: all 600ms ease
}

.focused-box:hover .focused-box-icon svg .fill-expertise-secondary {
  fill: #ddd !important;
}

.focused-box:hover .focused-box-icon svg .fill-expertise-primary {
  fill: #4090e0 !important;
}

.focused-box .focused-box-inner {
  position: relative;
  display: block;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  height: 100%
}

.focused-box .focused-box-inner:before {
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--primary);
  border-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: -1;
}

.focused-box:hover .focused-box-inner:before {
  transform: translate3d(0px, 0, 0px);
  bottom: 0;
}

.focused-box .focused-shape img {
  max-width: 200px;
  opacity: 0.1;
}

.focused-box .focused-box-inner .focused-shape {
  position: absolute;
  top: 0;
  right: 0;
  transition-delay: 600ms;
  transition: all 500ms ease;
  transform: translateX(100%);
  z-index: -1;
}

.focused-box:hover .focused-box-inner .focused-shape {
  transform: translateX(0%);
}

.focused-box h4 {
  /*text-align: center;*/
  font-weight: 400;
  color: var(--secondary);
  font-size: 22px;
  transition: all 500ms ease;
}

.focused-box a {
  color: var(--secondary);
  padding: 5px 0;
  /*transition: ease-in-out0.2s;*/
  font-size: 15px;
  transition: all 500ms ease;
}

.focused-box.focused a:not(.link-see-more):hover {
  /*  background: #f5f5f5;
       border-radius: 4px*/
}

.focused-box a i {
  margin-right: 4px
}

.focused-box a.link-see-more {
  color: var(--primary);
  margin-top: 10px;
  transition: ease-in-out 0.2s
}

.focused-box a.link-see-more:hover {
  color: var(--secondary);
  text-decoration: underline;
  padding-left: 15px
}

.focused-box:hover h4,
.focused-box:hover a,
.focused-box:hover a.link-see-more {
  color: var(--white)
}

/*what i do and my process*/
.whatido-myprocess {}

.whatido-myprocess-box {
  /*  background: #fff;
       box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
       border-radius: 10px;
       overflow: hidden;
       height: 100%;
       display: flex;
       align-items: center;*/
}

.whatido-myprocess-img {
  width: calc(100% - 100px);
  position: relative
}

.whatido-myprocess-img img {
  border-radius: 8px;
}

.whatido-myprocess-img-wrap {
  position: relative;
}

.whatido-myprocess-img-wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 160px;
  width: 55px;
  right: -55px;
  z-index: 1;
  background-image: radial-gradient(var(--primary) 1px, #ff000000 2.2px);
  background-size: 0.4rem 0.4rem;
  opacity: 0.2;
}

.whatido-myprocess-img.right {
  margin: 0 0 0 auto
}

.whatido-myprocess-img.right .whatido-myprocess-img-wrap:after {
  right: auto;
  left: -55px;
}

.whatido-myprocess-content h4 {}

.whatido-myprocess-content p {
  color: var(--gray);
  margin: 0
}

/*Preferred Insurance Carriers*/
.preferred-insurance-carrier {
  position: relative
}

.preferred-insurance-carrier .container {
  position: relative;
  z-index: 3;
}

.shape-preferred {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.1;
}

.shape-preferred img {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotateY(180deg);
}

.carriers-block-item {
  display: block
}

.carriers-block-item h5 {
  margin-bottom: 5px
}

.carriers-block-item h5 .carrier-name {
  color: var(--white);
  cursor: default;
}

.carriers-block-item h5 .carrier-name:hover {
  color: var(--primary);
}

.carriers-block-item a.subtitle {
  color: #ddd;
  margin-bottom: 10px;
}

.carriers-block-item h6 {
  font-weight: normal;
  color: #ccc;
  font-size: 14px;
}

.carriers-block-item p i {
  margin-right: 4px;
}

.iaf_newWindowLink_icon:hover {
  --fa-primary-color: #0162ca !important;
  --fa-secondary-color: #fff !important;
  cursor: pointer;
}

.see_more {
  display: block;
  width: 100%;
  text-align: right;
  color: #fff;
}

.see_more a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.see_more a:hover {
  color: var(--primary);
}

/*experience and accolades */
.experience-accolades {}

/*.experience-box{
     background: var(--white);
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
     border-radius: 5px;
     overflow: hidden;
   }
   .experience-box+.experience-box{
     margin-top: 40px;
   }*/
.accordion-button:focus {
  box-shadow: none
}

.accordion-button {
  display: flex;
  width: 100%;
  gap: 10px;
  background: var(--primary) !important;
  box-shadow: none;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0 !important;
  position: relative
}

.accordion-button.collapsed {
  display: flex;
  width: 100%;
  gap: 10px;
  box-shadow: none;
  background: #cfe2ff !important;
  border-radius: 5px !important;
  position: relative
}

.accordion-button.collapsed:hover {
  background: #54a0f1 !important
}

.accordion-body {
  border: 1px solid var(--primary);
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.accordion-item {
  margin-bottom: 20px;
  border: 0
}

.accordion-button h4 {
  margin: 0;
  font-size: 18px;
  color: var(--white);
  padding: 0 5px
}

.accordion-button .experience-icon {
  display: inline-block;
  width: 100%;
  max-width: 40px;
  fill: var(--white);
  margin-bottom: 4px;
}

.accordion-button.collapsed h4 {
  color: var(--secondary);
}

.accordion-button.collapsed .experience-icon {
  fill: #555;
}

.accordion-button:after {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center;
}

.experience-box-content {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
}

.experience-box-content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.experience-box-content ul li {
  display: inline-flex;
  gap: 12px;
  /*align-items: center;*/
  width: 33.33%;
  margin: 10px 0;
}

.experience-box-content ul li .details {
  width: calc(100% - 42px);
}

.experience-box-content .count {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: #999;
  margin-top: 4px;
}

.experience-box-content h5 {
  margin-bottom: 5px;
  font-weight: 500
}

.experience-box-content ul li p {
  margin-bottom: 0;
  color: #777;
}

.experience-box-content ul li p .institution {
  color: var(--secondary);
}

/* location */
.location-wrap .address {
  font-size: 15px;
  color: var(--secondary);
  transition: all 0.2s;
  display: inline-block;
  padding: 5px 10px
}

.location-wrap .address:hover {
  color: var(--primary);
}

.iaf_officeTime_subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--secondary);
  font-size: 15px;
  margin-top: 25px;
}

.time_icon i {
  font-size: 24px;
  --fa-primary-color: #F755464F;
  --fa-primary-opacity: 1;
  --fa-secondary-color: #00234B;
  --fa-secondary-opacity: .7;
}

.officeTime ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}

.iaf_officeTime_item {
  display: flex;
  width: 100%;
  margin-bottom: 13px !important
}

.iaf_officeTime_date {
  background: #0162ca78;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 52px;
  border-radius: 3px 0 0 3px;
  font-size: 15px;
}

.iaf_officeTime_time {
  background: #fff;
  color: var(--secondary);
  width: calc(100% - 52px);
  font-size: 11px;
  border-radius: 0 3px 3px 0;
  display: flex;
  align-items: center;
  padding: 10px;
}

.iaf_officeTime_item.closed .iaf_officeTime_date {
  background: #F755464F
}

/* contact-form */
.contact-form {
  background-color: var(--bg-light);
  border-bottom: 1px solid #c6c6c6;
}

.contact_details h3 span {
  position: relative;
  padding-left: 45px;
}

.contact_details h3 span:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/img/templates/120/svg/get_in_touch.svg);
  background-size: 100%;
}

.iaf_addressTelEmail_block {
  margin: 15px 0 40px !important;
}

.iaf_addressTelEmail_block .address {
  color: var(--secondary) !important;
  font-size: 16px;
  line-height: 1;
  color: var(--secondary);
}

.iaf_addressTelEmail_block .address i {
  color: var(--primary) !important
}

.tel_icon,
.mail_icon {
  opacity: .7;
}

.contactForm .form-control {
  min-height: 38px;
}

.custom_toggle_icon {
  -moz-padding-start: calc(0.75rem - 3px);
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right .5rem center !important;
  background-size: 16px 12px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.insignia_logo svg {
  fill: #c6c6c6;
}

.contactForm .btnSend {
  padding: 14px 25px !important;
  background: var(--primary) !important;
  font-size: 18px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  transition: all 0.4s;
}

.contactForm .btnSend svg {
  fill: #fff;
}

.contactForm .btnSend:hover {
  color: #fff !important;
  /*background: var(--primary-dark)!important;*/
  border-color: var(--primary-dark) !important;
  box-shadow: inset 0 0 0 30px var(--primary-dark) !important;
}

.iaf_ContactUsForm_privacyRow a,
.iaf_ContactUsForm_managedByRow a {
  transition: ease-in-out 0.2s;
}

.iaf_ContactUsForm_privacyRow a:hover,
.iaf_ContactUsForm_managedByRow a:hover {
  color: var(--primary) !important;
}

@media (min-width: 992px) {
  .contact_details {
    flex: 0 35%
  }

  .contact_form {
    flex: 0 65%
  }

  .contact_details h3 {
    text-align: left !important;
    max-width: 300px;
  }

  .iaf_addressTelEmail_block {
    justify-content: flex-start !important
  }

  .iaf_ContactUsForm_managedByRow,
  .iaf_ContactUsForm_privacyRow {
    text-align: left !important
  }

  .g-recaptcha,
  .contactForm .btnSend {
    margin-left: 0 !important
  }
}

.animation-pulse {
  animation: animation-pulse infinite 4s linear;
}

@keyframes animation-pulse {
  0% {
    width: 100%
  }

  50% {
    width: 102%
  }

  100% {
    width: 100%
  }
}

.float-vertical {
  animation: float-y-axis infinite 2s linear;
}

@keyframes float-y-axis {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/*responsive*/
@media (max-width: 1366px) {}

@media (max-width: 1199px) {
  .officeTime ul {
    justify-content: center !important;
    gap: 0 10px;
  }

  .iaf_addressTelEmail_block {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 991px) {
  .hero_section {
    padding: 100px 0 60px;
  }

  .hero-content p {
    margin: 0 auto 30px
  }

  .contact_form,
  .contact_details {
    flex: 0 100%;
    width: 100%;
  }

  .iaf_addressTelEmail_block {
    flex-wrap: nowrap !important;
  }

  .experience-image-title {
    align-items: center;
  }

  .iaf_recommend_wrap {
    flex-direction: column;
    align-items: flex-start
  }

  .dot-about-me {
    top: 10px;
    left: 10px
  }

  .experience-box-content ul li {
    width: 50%;
  }

  .whatido-myprocess-img {
    width: calc(100% - 55px)
  }

  .hero-banner {
    top: 200px;
  }
}

@media (max-width: 767px) {
  .experience-box-content ul li {
    width: 100%;
  }

  .iaf_recommend_wrap {
    align-items: center
  }

  .hero_section:before {
    background: linear-gradient(90deg, #edeff9 50%, rgba(243, 246, 248, 0) 100%)
  }
}

@media (max-width: 600px) {
  .hero-banner {
    background-position: -350px top;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 40px 0;
  }

  .hero_section {
    padding-bottom: 40px;
    height: 80vh;
  }

  .hero_section .content {
    margin-top: 50px
  }

  .hero-content h4,
  .hero-content h1 {
    margin-bottom: 15px
  }

  .hero-content p {
    font-size: 17px;
    margin-bottom: 20px
  }

  h1 {
    font-size: 34px;
  }

  h2,
  .contact_details h3 {
    font-size: 32px !important;
  }

  .lead {
    line-height: 1.5;
  }

  .agent-image {
    max-width: 300px;
  }

  .servicingStates_btnImg svg,
  .page_title .title_icon {
    width: 35px;
  }

  .experience-icon svg {
    max-width: 100px;
  }

  .experience-image-title h4 {
    font-size: 24px;
  }

  .whatido-myprocess-img {
    width: calc(100% - 40px);
  }

  .whatido-myprocess-img-wrap:after {
    width: 40px;
    right: -40px;
    height: 100px;
  }

  .whatido-myprocess-img.right .whatido-myprocess-img-wrap:after {
    right: auto;
    left: -40px;
  }

  .iaf_addressTelEmail_block {
    gap: 15px;
  }

  .officeTime ul li {
    width: 46%;
  }
}

@media (max-width: 375px) {
  .hero_section {
    height: 80vh;
  }

  .location-wrap .address {
    font-size: 13px;
  }

  .officeTime ul li {
    width: 100%
  }

  .iaf_officeTime_time {
    font-size: 13px;
  }
}

/* olf css for modal */
#modal-share .modal-header {
  display: block;
  background: #fff;
  border-radius: 3px;
  border: none;
}

#modal-share .modal-dialog {
  max-width: 600px;
}

@media (min-width: 576px) {
  #modal-share .modal-dialog {
    margin: 4.75rem auto;
  }
}

#modal-share .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  border: none;
}

#modal-share .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000 !important;
}

#modal-share .modal-title {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 6px;
}

#modal-share p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

#modal-share li {
  margin-bottom: 15px;
  color: #fff;
}

#modal-share li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
}

#modal-share li a.btn-facebook {
  background: #3b5998;
}

#modal-share li a.btn-twitter {
  background: #00acee;
}

#modal-share li a.btn-linkedin {
  background: #0e76a8;
}

/* Animations  */
.fadeInUP {
  animation: fadeInUP 1s;
}

@keyframes fadeInUP {
  0% {
    transform: translate(0px, 50px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {
  .iaf_addressTelEmail_block {
    justify-content: flex-start !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .iaf_addressTelEmail_block {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 10px !important
  }
}

/*dba logo dba name */
.dba-logo-name-address {
  display: flex;
  flex-direction: column;
}

.dba-logo-name-address p.dba-name {
  font-weight: 600 !important;
  font-weight: 500;
  font-size: 18px;
  color: var(--secondary);
}

/*.dba-logo-sqr, .dba-logo-rect{
     background: #fff;
     padding: 10px 12px;
     border-radius: 5px;
   }*/
.dba-logo-sqr img {
  max-height: 80px;
  width: auto;
}

.dba-logo-rect img {
  max-width: 200px;
  height: auto;
}

/*years of experience*/
.yrs-of-exp small {
  font-size: 16px;
  font-weight: 500;
  background: var(--primary);
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.yrs-of-exp {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  margin: 0;
  padding: 5px 15px 5px 40px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  background: #baccdf;
  color: #fff;
  text-transform: none !important
}

/*lookup*/
.btns-lookup .btn:focus {
  box-shadow: none
}

.btns-lookup .btn {
  padding: 7px 10px;
  line-height: 1;
  border-radius: 30px;
  font-weight: normal;
  text-transform: none;
  font-size: 11px;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  transition: ease-in-out 0.1s;
  min-height: 24px;
}

.btns-lookup .btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.8)
}

/*lookup light*/
.btns-lookup.light .btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}

.btns-lookup.light .btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6)
}

@media screen and (max-width: 574px) {
  .fdc-575 {
    flex-direction: column !important;
  }
}

.navbar .customDropdown li a:hover {
  background-color: unset !important;
}

/* consultation button */
.consultation_btn {
  position: absolute;
  right: 0;
  border-radius: 6px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 6px 10px;
  transition: all .3s ease;
  color: #124370;
  background-color: #fff;
  border: 1px solid #a7a9aa;
}

.consultation_btn:hover {
  color: #fff;
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}

.consultation_btn i {
  position: relative;
  top: -1px;
}

.container_schedule_demo,
.position-relative {
  position: relative
}

.container_schedule_demo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}

@media screen and (max-width: 991px) {
  .consultation_btn {
    position: unset;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  #cfCaptchaWidget {
    text-align: left !important;
  }
}


/* Blog Post Start  */
.blog_post {
  background: #fff;
  padding: 70px 0;
}

.blog_post .sub_header {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}

.blog_post .page_title {
  text-align: center;
  margin-bottom: 20px;
}

.blog_post .desc {
  color: var(--secondary);
  font-size: 18px;
  line-height: 1.7;
  max-width: 1000px;
  margin: 15px auto;
  text-align: center;
}

.blog_post .blog_item {
  background: #cfe2ff;
  border: 1px solid #cfe2ff;
  border-radius: 10px;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_post .blog_item:hover {
  box-shadow: 0 10px 30px 3px #a7a9aa4a;
}

.blog_post .blog_item .img {
  overflow: hidden;
  height: 270px;
  border-radius: 10px 10px 0 0;
}

.blog_post .blog_item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.blog_post .blog_item:hover .img img {
  -webkit-transform-style: unset;
  transform-style: unset;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  opacity: 0.8;
}

.blog_post .blog_item .contents {
  padding: 20px;
}

.blog_post .blog_item .tag {
  display: inline-block;
  padding: 4px 17px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: var(--primary);
  margin-bottom: 15px;
}

.blog_post .blog_item .title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: var(--primary-dark);
}

.blog_post .blog_item .blog_desc {
  margin-bottom: 0;
  color: var(--secondary);
  font-size: 15px;
  font-weight: 400;
}

.blog_post .blog_item .read_more {
  font-size: 14px;
  display: inline-block;
  margin-top: 15px;
  color: var(--primary-dark);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.blog_post .blog_item .read_more:hover {
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* Blog Post End */
#backToTop {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

#backToTop:hover {
  background-color: var(--primary-dark);
}

#backToTop:active {
  background-color: var(--primary-dark);
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

ul.navbar li .customDropdown .dropdown a {
  color: var(--secondary) !important;
}

ul.navbar li .customDropdown .dropdown a:hover {
  color: var(--primary) !important;
  text-decoration: none !important;
}



.types-language .lng_title {
  color: #fff;
  font-weight: 500;
}

.types-language .normal {
  color: #fff;
}

.servicingStates_btn {
  padding: 8px 10px;
  line-height: 1;
  border-radius: 30px;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  transition: ease-in-out 0.1s;
  min-height: 24px;
}

.servicingStates_btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.8);
}


.types-language .iconn {
  position: relative;
  top: -2px;
}

.member_review .stars [data-star]::before {
  color: #fff !important;
}

.member_review .stars [data-star]::after {
  color: #ffe03f !important;
}

.member_review .ratings_number {
  color: #fff;
}

.member_review .total_review a {
  color: #baccdf;
  transition: all .3s ease;
}

.member_review .total_review a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  .member_review_page_inner{
    justify-content: center;
  }
}