/*
   @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=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
  --primary: #0c5adb;
  --primary-dark: #1129B9;
  --secondary: #232323;
  --body-font-color: #616161;
  --white: #fff;
  --black: #000;
  --bg-light: #F4F5FA;
  --gray: #777;
  --light: #f5f5f5;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Mulish', sans-serif;
  color: var(--body-font-color);
  overflow-x: hidden;
  background: var(--bg-light);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--secondary);
  font-family: 'Mulish', 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-center {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: var(--secondary);
  max-width: 1000px;
  margin: 15px auto;
  text-align: center
}

.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: transparent;
  padding: 20px 0;
  /*box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);*/
  position: relative;
  z-index: 5;
}

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

ul.navbar li {
  margin: 0 1px
}

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

ul.navbar li a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
  width: 0%;
  background: var(--white);
  height: 1px;
  transition: .5s;
}

ul.navbar li a:hover:before {
  width: 101%;
}

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(--white)
}

.sticky_item ul.navbar li a {
  color: var(--primary);
}

.sticky_item ul.navbar li a:before {
  background: var(--primary);
}

.sticky_item .navbar li a:hover:before,
.sticky_item .navbar li a.active:before {
  width: 101%;
}

.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(--white);
}

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

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

.sticky_item .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: 12px 16px;
  background: var(--white);
  color: var(--primary);
  font-size: 18px;
  border: 1px solid var(--white);
  border-radius: 5px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: default;
}

.btn-call:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: var(--primary-dark);
  transition: .5s;
  border-radius: 0;
}

.btn-call:hover:before {
  width: 100%;
  left: 0;
  background: var(--primary-dark);
}

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

.sticky_item .btn-call {
  border: 1px solid var(--primary);
}

.btn-call {
  display: inline-block;
  background: transparent;
  color: var(--primary);
  padding: 12px 16px;
  background: var(--white);
  color: var(--primary);
  font-size: 18px;
  border: 1px solid var(--white);
  border-radius: 5px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: default;
}

.btn-call:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: var(--primary-dark);
  transition: .5s;
  border-radius: 0;
}

.btn-call:hover:before {
  width: 100%;
  left: 0;
  background: var(--primary-dark);
}

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

.btn-quote {
  display: inline-block;
  padding: 14px 25px;
  background: var(--white);
  color: var(--primary);
  font-size: 18px;
  border: 1px solid var(--white);
  border-radius: 5px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.btn-quote:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: var(--primary-dark);
  border-radius: 30px;
  transition: .5s;
  border-radius: 5px;
}

.btn-quote:hover:before {
  width: 100%;
  left: 0;
  background: var(--primary-dark);
}

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

.insignia_logo svg {
  fill: #c6c6c6;
}

.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;
}

.contactForm .btnSend svg {
  fill: #fff;
  margin-right: 4px;
}

.contactForm .btnSend {
  display: inline-block;
  padding: 14px 25px !important;
  background: var(--primary) !important;
  font-size: 18px;
  border: 1px solid var(--primary) !important;
  border-radius: 5px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 0
}

.contactForm .btnSend:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: var(--primary-dark) !important;
  border-radius: 30px;
  transition: .5s;
  border-radius: 5px;
}

.contactForm .btnSend:hover:before {
  width: 100%;
  left: 0;
  background: var(--primary-dark) !important;
}

.contactForm .btnSend:hover {
  color: #fff !important;
  border: 1px solid var(--primary) !important;
}

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

@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;
  }

  .navWrap {
    background: var(--primary-dark);
  }

  .sticky_item section.navWrap {
    background: var(--white)
  }

  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;
  }

  .btn-call {
    border: 1px solid var(--primary)
  }

  /*  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;*/
    top: 0;
    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 {
  background: url(/img/templates/121/bg-hero.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 1050px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -99px
}

.em-hero-inner-shape {
  position: absolute;
  top: 70px;
  left: 0;
  animation: moveLeftBounce 3s linear infinite;
  z-index: 0;
}

.em-hero-inner-thumb {
  position: absolute;
  top: 50px;
  right: -50px;
  z-index: -1;
  width: 300px;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.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
}

.hero-image {
  border-radius: 5px;
  position: relative;
  z-index: 1
}

.txt-hover,
.txt-hover2 {
  position: relative;
  z-index: 0;
  letter-spacing: 0;
  display: inline-block;
}

.txt-hover:before,
.txt-hover2:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: -10px;
  top: -2px;
  bottom: -4px;
  background: #CEDEF8;
  width: 20px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 65% 100%);
  transition: .5s;
  border-radius: 3px;
}

.txt-hover:hover:before,
.txt-hover2:hover:before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: calc(100% + 20px);
}

.hero-content .txt-hover:before,
.txt-hover2:before {
  background: #6989CA;
}

/*about me*/
.section-about-me {
  /*  position: relative;
       z-index: 1;
       overflow: hidden*/
}

.wrap_whatido,
.wrap_myprocess {
  position: relative
}

.wrap_whatido .choose-shape {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}

.wrap_myprocess .choose-shape {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
}

div.choose-icon {
  display: flex;
  align-items: center;
  gap: 15px
}

span.chose-icon {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  filter: drop-shadow(0px 3px 10.5px rgba(33, 184, 255, 0.35));
  background-image: linear-gradient(0deg, #615dff 0%, #19c3ff 100%);
  border-radius: 15px 0px 15px 15px;
  color: #fff;
  display: inline-block;
}

span.chose-icon1 {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  filter: drop-shadow(0px 3px 10.5px rgba(254, 94, 40, 0.35));
  background-image: linear-gradient(0deg, #fd4f2f 0%, #ff9b07 100%);
  border-radius: 15px 0px 15px 15px;
  color: #fff;
  display: inline-block;
}

span.chose-icon2 {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-image: linear-gradient(0deg, #ff4f25 0%, #ff47ad 100%);
  filter: drop-shadow(0px 3px 10.5px rgba(255, 72, 163, 0.35));
  border-radius: 15px 0px 15px 15px;
  color: #fff;
  display: inline-block;
}

.choose-icon span i {
  display: inline-block;
  font-size: 14px;
}

.choose-icon h6 {
  margin: 0;
  width: calc(100% - 37px);
}

.about-me-wrap {
  max-width: 700px;
  margin: 0 auto
}

.section-about-me h2 {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.section-about-me hr {
  border-top-color: var(--primary);
  opacity: 1;
  margin: 25px 0
}

.agent-image {
  display: flex;
  aspect-ratio: 1/ 1;
  border-radius: 5px;
  /*overflow: hidden;*/
  position: relative;
  max-width: 350px;
}

.agent-image:before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 20px);
  height: 80%;
  content: '';
  z-index: -1;
  border-radius: 60px;
  background: #095ada;
}

.agent-image:after {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: calc(100% + 20px);
  height: 80%;
  content: '';
  z-index: -1;
  border-radius: 60px;
  background: #1bbdff;
}

.agent-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50px 40px;
}

.agent-name {
  font-weight: 500
}

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

.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.5;
  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: 30px;
  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_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: var(--primary);
  cursor: pointer;
  transition: all .3s ease-in-out;
}

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

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

.contact_details h3 {
  color: var(--secondary) !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{
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: var(--secondary);
  max-width: 1000px;
  margin: 15px auto;
  text-align: center;
}

.preferred-insurance-carrier {
  background: rgb(12, 90, 219);
  background: linear-gradient(300deg, rgba(12, 90, 219, 1) 0%, rgba(6, 24, 135, 1) 100%);
}

.preferred-insurance-carrier .page_title .svg .st0 {
  fill: #909de9 !important;
}

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

/*process */
.row.process-bg {
  position: relative;
  z-index: 1;
}

.process-single-box {
  margin-bottom: 30px;
}

.process-contant {
  border-radius: 5px;
  filter: drop-shadow(0px 10px 20px rgba(35, 50, 83, 0.07));
  background-color: #ffffff;
  padding: 22px 22px 15px;
  position: relative;
  border-radius: 5px;
  min-height: 370px;
}

.process-contant:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(-45deg, #00237d 0%, #0b59db 100%);
  transition: .5s;
  border-radius: 5px;
}

.upper1.process-contant:before {
  background-image: linear-gradient(-45deg, #FE542D 0%, #FF950B 100%);
}

.upper2.process-contant:before {
  background-image: linear-gradient(-45deg, #8B3FFE 0%, #D02FFB 100%);
}

.upper3.process-contant:before {
  background-image: linear-gradient(-45deg, #FF4F2B 0%, #FF47A6 100%);
}

/*process icon
   ================*/
.proces-icon {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 0 65px;
}

.proces-icon:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/templates/121/proces1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.upper1.proces-icon:before {
  background-image: url(/img/templates/121/proces2.png);
}

.upper2.proces-icon:before {
  background-image: url(/img/templates/121/proces3.png);
}

.upper3.proces-icon:before {
  background-image: url(/img/templates/121/proces4.png);
}

.proces-icon .focused-icon {
  display: inline-flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.proces-icon .focused-icon svg {
  width: 50px
}

.focused-icon svg .st0 {
  fill: #fff !important;
}

.focused-icon svg .st1 {
  fill: #fff !important;
}

.upper2.proces-icon i {
  font-size: 55px;
}

/*process title
   ====================*/
.process-title h3 {
  font-size: 16px;
  padding: 0 0 14px;
  transition: .5s;
  text-transform: uppercase
}

.process-text p {
  transition: .5s;
}

/*process all hover*/
.process-single-box:hover .process-contant:before {
  width: 100%;
  left: 0;
}

.process-single-box:hover .process-title h3,
.process-single-box:hover .process-text p {
  color: #fff;
}

/* Process shape */
.process-shape {
  position: absolute;
  left: 199px;
  top: -13px;
  z-index: -1;
}

.profile-summary {
  position: relative;
  overflow: hidden;
  z-index: 0
}

.process-shape-2 {
  position: absolute;
  top: -133px;
  right: 0px;
  z-index: -1;
}

/*=========<	Process Style-01 >=========*/
.process_area {
  padding: 120px 0 90px;
  background: #F4F5FA;
}

.single_process {
  text-align: center;
  position: relative;
  transition: .5s;
  margin-bottom: 30px;
}

.single_process_thumb {
  display: inline-block;
  border-radius: 100%;
  animation: checkAnim 2s infinite;
  height: 230px;
  width: 230px;
  line-height: 230px;
}

.single_process_thumb img {
  border-radius: 100%;
  border: 10px solid #fff;
  width: 100%;
}

.single_process_number {
  position: relative;
}

.single_process_number_inner {
  position: absolute;
  left: 0;
  bottom: -25px;
  margin: auto;
  transition: .5s;
  content: "";
  right: 0;
}

.single_process_number span {
  height: 50px;
  width: 50px;
  background: #0c5adb;
  display: inline-block;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}

.single_process_content {
  padding-top: 30px;
}

.single_process_content h2 {
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0 15px;
}

.single_process:hover .single_process_number_inner {
  bottom: 50px;
}

@keyframes checkAnim {

  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(12, 90, 219, 0.8)
  }

  50% {
    box-shadow: 0 0 0 8px rgba(12, 90, 219, 0.8)
  }
}

.list-state {
  display: block;
  width: 100%;
}

.focused-list-item {
  width: 100%;
  text-align: left;
  color: #616161;
  padding: 4px 0;
  font-size: 15px;
}

.process-single-box:hover .focused-list-item {
  color: #fff
}

.list-state a i {
  margin-right: 4px
}

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

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

.list-state:hover a.link-see-more {
  color: var(--white)
}

.process-single-box:hover .list-state a.link-see-more {
  color: var(--white)
}

/*what i do and my process*/
.whatido-myprocess {
  position: relative;
  z-index: 0;
  overflow: hidden
}

.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 {
  position: relative
}

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

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

.whatido-myprocess-content h4 {}

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

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

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

.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: #bdc2e1;
}

.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: #909de9 !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(--white);
  text-decoration: underline
}

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

.experience-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #5474FD;
  background-image: linear-gradient(0deg, #20B9FD 0%, #5474FD 100%);
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.experience-icon svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.accordion li.main {
  position: relative;
  list-style: none;
  padding: 2px 0px 25px;
}

.upper.accordion li.main:before {
  position: absolute;
  content: "";
  z-index: 0;
  right: 0;
  top: 0px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #20B9FD 0%, #5474FD 100%);
  box-shadow: 0px 3px 21px 0px rgba(33, 183, 255, 0.35);
}

.accordion li.main a {
  width: 100%;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  font-size: 22px;
  color: #232323;
  position: relative;
  z-index: 1
}

.accordion li.main .experience-box-content {
  display: none;
  font-size: 16px;
  padding-top: 20px;
  margin: 0;
}

.experience-box-content span.chose-icon {
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 13px;
  background-image: linear-gradient(0deg, #85c2e5 0%, #bbe3f1 100%);
  filter: none;
}

.accordion a:before {
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  right: 15px;
  content: " ";
  top: 9px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.accordion a:after {
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 10px;
  content: " ";
  top: 14px;
  transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff !important;
}

.accordion a.active:before {
  display: none;
}

.accordion a.active {
  color: #1E54E7 !important;
}

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

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

.experience-box-content ul li {
  display: block;
  gap: 12px;
  /*align-items: center;*/
  width: 50%;
  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;
  color: var(--primary);
}

.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: #0162ca78;
  --fa-secondary-opacity: 1;
}

.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);
}

.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/121/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;
}

@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-vertical infinite 3s linear;
}

.float-vertical2 {
  animation: float-vertical infinite 4s linear;
}

@keyframes float-vertical {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

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

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

/*responsive*/
@media (max-width: 1366px) {
  .choose-shape img {
    max-width: 450px
  }

  .process-shape {
    left: 133px
  }
}

@media (max-width: 1300px) {
  .agent-image {
    margin-left: 50px
  }
}

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

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

  .focused-list-item {
    width: 100%
  }

  .choose-shape img {
    max-width: 400px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .process-shape {
    left: 61px;
    top: 4px;
  }

  .process-shape img {
    width: 87%
  }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 991px) {
  .process-contant {
    height: 100%
  }

  .process-single-box {
    height: calc(100% - 175px)
  }
}

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

  .em-hero-inner-thumb {
    display: none
  }

  .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%;
  }

  .process-shape {
    display: none
  }

  .proces-icon {
    margin-bottom: 20px
  }
}

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

  .iaf_recommend_wrap {
    /*align-items: center*/
  }
}

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

  .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;
    margin: 0 auto
  }

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

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

  .iaf_addressTelEmail_block {
    gap: 15px;
  }

  .officeTime ul li {
    width: 46%;
  }

  .page_title {
    text-align: center
  }

  .contact_details h3 span:before {
    top: 0
  }

  .choose-icon h6 {
    font-size: 14px;
  }

  .wrap_whatido .choose-shape,
  .wrap_myprocess .choose-shape {
    top: auto;
    bottom: 0
  }

  .process-contant {
    min-height: 100px
  }
}

@media (max-width: 375px) {

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

  .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;
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

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

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

@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

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

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

@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

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

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

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

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

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

@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }

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

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

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

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

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

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

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@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: #7d98c3;
  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;
  }

  .iaf_recommend_wrap_inner {
    gap: 0
  }
}

/* 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);
  border-color: var(--primary);
}

.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: 20px;
  margin-top: 20px;
}

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

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

.btnTwo_style{
  display: inline-block;
  padding: 14px 25px;
  background: var(--primary);
  color: var(--white);
  font-size: 18px;
  border: 1px solid var(--primary);
  border-radius: 5px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btnTwo_style::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: var(--primary-dark);
  border-radius: 30px;
  transition: .5s;
  border-radius: 5px;
}
.btnTwo_style:hover{
  color: #fff;
  background: var(--primary-dark);
  box-shadow: inset 0 0 0 30px var(--primary-dark);
  border: 1px solid var(--primary-dark);
}
.btnTwo_style:hover::before {
  width: 100%;
  left: 0;
  background: var(--primary-dark);
}

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

.blog_post .sub_header {
  color: #1E54E7;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}

.blog_post .page_title {
  text-align: center;
  /* color: #332842;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px; */
}

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

.blog_post .blog_item {
  background: var(--bg-light);
  border: 1px solid #ccc;
  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(--secondary);
}

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

.blog_post .blog_item .read_more {
  font-size: 14px;
  display: inline-block;
  margin-top: 15px;
  color: var(--primary);
  -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(--primary) !important;
}

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


.types-language .lng_title {
  color: #232323;
}

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

.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: #c6c6c6 !important;
}

.member_review .stars [data-star]::after {
  color: var(--primary) !important;
}

.member_review .ratings_number {
  color: var(--primary);
}

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

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