/*-------------------------------------
    Template Name: Sturtevant & Associates - Independent Insurance Agency
    Template URI: https://---.com
    Description: Sturtevant & Associates - Independent Insurance Agency
    Author: ...
    Author URI: https://---.com
    Version: 1.0
    Tags: theme, template, etc
---------------------------------------*/
/*********************************
/* Fonts
/* Helvetica
/*
*********************************/
/*********************************
/*  Custom Font Start
*********************************/
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/customfonts/Helvetica-BoldOblique.woff2") format("woff2"), url("../fonts/customfonts/Helvetica-BoldOblique.woff") format("woff"), url("../fonts/customfonts/Helvetica-BoldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/customfonts/Helvetica-Compressed.woff2") format("woff2"), url("../fonts/customfonts/Helvetica-Compressed.woff") format("woff"), url("../fonts/customfonts/Helvetica-Compressed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/customfonts/Helvetica-Light.woff2") format("woff2"), url("../fonts/customfonts/Helvetica-Light.woff") format("woff"), url("../fonts/customfonts/Helvetica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/customfonts/Helvetica.woff2") format("woff2"), url("../fonts/customfonts/Helvetica.woff") format("woff"), url("../fonts/customfonts/Helvetica.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/customfonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/customfonts/Helvetica-Bold.woff") format("woff"), url("../fonts/customfonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/customfonts/Helvetica-Oblique.woff2") format("woff2"), url("../fonts/customfonts/Helvetica-Oblique.woff") format("woff"), url("../fonts/customfonts/Helvetica-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*********************************
/*  Custom Font End
*********************************/
/**********
 ** Uses
@include themify($themes) {
    propnname: themed('variable');  
}
**/
/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * phone
 * phone-sm
 * phone-mid
 * phone-xm
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

button:hover, button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: inherit;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 90px 0;
  width: 100%;
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.gutters-5 > .col,
.gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.gutters-10 > .col,
.gutters-10 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutters-15 {
  margin-right: -15px;
  margin-left: -15px;
}
.gutters-15 > .col,
.gutters-15 > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}
.gutters-20 > .col,
.gutters-20 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutters-25 {
  margin-right: -25px;
  margin-left: -25px;
}
.gutters-25 > .col,
.gutters-25 > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.px-05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-05 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pb-05 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-05 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pl-05 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-05 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.text-10 {
  font-size: 10px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

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

.text-17 {
  font-size: 17px !important;
}

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

.text-19 {
  font-size: 19px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-21 {
  font-size: 21px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-23 {
  font-size: 23px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-26 {
  font-size: 26px !important;
}

.text-27 {
  font-size: 27px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-29 {
  font-size: 29px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-31 {
  font-size: 31px !important;
}

.text-32 {
  font-size: 32px !important;
}

/*********************************
/*  Input Apperance Start
*********************************/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
}

/*********************************
/*  Input Apperance End
*********************************/
/*********************************
/*  Common Css Start
*********************************/
.border-none {
  border: none !important;
}

.btn-round {
  border-radius: 4px !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-color {
  background: #fafafb !important;
}

button:hover, button:focus {
  outline: 0px;
}

/*********************************
/*  row Custom
*********************************/
.row > * {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-top: var(--bs-gutter-y);
}

/*********************************
/*  Column Reverse
*********************************/
@media screen and (max-width: 991px) {
  .column-reverse-lg {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 767px) {
  .column-reverse-md {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 575px) {
  .column-reverse-sm {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media (min-width: 479px) and (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
/*********************************
/*  Heading Typography
*********************************/
h1 {
  font-family: "Helvetica";
}

h2 {
  font-family: "Helvetica";
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }
}

/*********************************
/*  Content Typography
*********************************/
p {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}

/*********************************
/* Preloader Css Start
*********************************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 99999999;
  width: 100%;
  height: auto;
}
#preloader #status {
  width: 80px;
  height: 80px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*********************************
/* Preloader Css End
*********************************/
/*********************************
/*  Button Style Start
*********************************/
.btn {
  font-family: "Helvetica";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  padding: 16px 32px;
  height: 56px;
  border-radius: 0;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 479px) {
  .btn {
    height: 50px;
  }
}
.btn:hover, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn-primary {
  background: #0157a4;
  color: #fff;
  border: none;
}
.btn-primary:hover {
  background: #000000;
  color: #fff;
}
.btn-secondary {
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
}
.btn-secondary:hover {
  background: #fff;
  color: #000000;
}

.solid__btn {
  font-family: "Helvetica";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.solid__btn img {
  width: 14px;
  height: auto;
  display: block;
  margin-left: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.solid__btn i {
  height: 24px;
  width: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  margin-left: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.solid__btn:hover {
  color: #252522;
}
.solid__btn:hover img {
  margin-left: 10px;
}

/*********************************
/*  Button Style End
*********************************/
/*********************************
/* Header Start
*********************************/
.header-transparent {
  background: transparent !important;
}

.header {
  position: relative;
  width: 100%;
  background: url("../images/header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .header {
    padding: 15px 0;
  }
}
.header__wrapper {
  width: calc(100% - 400px);
  margin: auto;
}
@media (max-width: 1700px) {
  .header__wrapper {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1440px) {
  .header__wrapper {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1199px) {
  .header__wrapper {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 991px) {
  .header__wrapper {
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__top {
  margin-left: auto;
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  .header__top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    padding-top: 0;
  }
}
.header__top--meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__top--meta li {
  list-style: none;
  margin-right: 20px;
  font-size: 18px;
  color: #0157a4;
  font-weight: 700;
  font-style: italic;
}
.header__top--meta li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .header__top--meta li:nth-of-type(1) {
    display: none;
  }
}
.header__top--meta li a {
  display: block;
  color: currentColor;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header__top--meta li img {
  width: 40px;
  height: 40px;
  display: block;
}
.header__mid {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -30px;
}
@media screen and (max-width: 1440px) {
  .header__mid {
    margin-top: -50px;
  }
}
@media screen and (max-width: 991px) {
  .header__mid {
    position: relative;
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header__mid .header__logo {
  max-width: 250px;
}
@media screen and (max-width: 1440px) {
  .header__mid .header__logo {
    max-width: 170px;
  }
}
@media screen and (max-width: 991px) {
  .header__mid .header__logo {
    max-width: 150px;
  }
}
.header__mid .header__logo img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.header .nav {
  background: transparent;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .header .nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.header__menu .main__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
}
@media screen and (max-width: 991px) {
  .header__menu .main__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    height: auto;
    margin: 0;
    padding: 15px;
    -webkit-box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1803921569);
            box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1803921569);
  }
  .header__menu .main__menu li {
    width: 100%;
  }
  .header__menu .main__menu li a {
    font-size: 15px !important;
    line-height: 40px !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
.header__menu .main__menu.open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header__menu .main__menu li {
  position: relative;
  list-style: none;
}
.header__menu .main__menu li a {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 700;
  color: #0157a4;
  display: inline-block;
  margin-right: 48px;
  line-height: 90px;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
@media (max-width: 1800px) {
  .header__menu .main__menu li a {
    font-size: 17px;
    margin-right: 40px;
  }
}
@media (max-width: 1600px) {
  .header__menu .main__menu li a {
    font-size: 16px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .header__menu .main__menu li a {
    font-size: 16px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .header__menu .main__menu li a {
    margin-right: 15px;
    font-size: 14px;
  }
}
.header__menu .main__menu li:last-child a {
  margin-right: 0;
}
.header__menu .main__menu li.active a, .header__menu .main__menu li:hover a {
  color: #000000;
}
.header__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none !important;
}
@media screen and (max-width: 991px) {
  .header__meta {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.nav-bg {
  position: sticky;
  top: -170px;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1440px) {
  .nav-bg {
    top: -144px;
  }
}
@media screen and (max-width: 991px) {
  .nav-bg {
    top: 0px;
    background: #fff !important;
    -webkit-box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1803921569);
            box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1803921569);
  }
}
.nav-bg .header__wrapper {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .nav-bg .header__wrapper {
    width: calc(100% - 30px);
  }
}
.nav-bg .nav {
  background: #fff !important;
  -webkit-box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 0px 15px 10px 0px rgba(0, 0, 0, 0.1803921569);
}
@media screen and (max-width: 991px) {
  .nav-bg .nav {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/*********************************
/* Header Toggle Start 
*********************************/
.header__toggle {
  margin-left: 20px;
}
.header__toggle .toggler__btn {
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 24px;
  border: none;
  padding: 0;
  color: #000000;
  height: 40px;
  width: 40px;
  background: #0157a4;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__toggle .toggler__btn svg {
  width: auto;
  height: 18px;
}
.header__toggle .toggler__btn svg path {
  fill: #fff;
}
@media screen and (max-width: 375px) {
  .header__toggle .toggler__btn svg {
    height: 15px;
  }
}
.header__toggle .toggler__btn i {
  pointer-events: none;
}

/*********************************
/* Header Toggle End 
*********************************/
/*********************************
/*  Banner Section Start
*********************************/
.banner__section {
  background: url("../images/banner/banner-main.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100vh;
  margin-top: -259px;
}
@media screen and (max-width: 1440px) {
  .banner__section {
    margin-top: -197px;
  }
}
@media screen and (max-width: 991px) {
  .banner__section {
    min-height: 400px;
    height: inherit;
    margin-top: -108px;
  }
}

/*********************************
/*  Banner Section End
*********************************/
/*********************************
/*  Main Banner Start
*********************************/
.banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom !important;
  min-height: 640px;
}
@media screen and (max-width: 1440px) {
  .banner {
    min-height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    min-height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .banner {
    min-height: 300px;
  }
}
@media screen and (max-width: 400px) {
  .banner {
    min-height: 200px;
  }
}
.banner .banner__title {
  background: #0157a4;
  padding: 10px 0;
  text-align: center;
}
.banner .banner__title .title {
  font-family: "Helvetica";
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .banner .banner__title .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .banner .banner__title .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .banner .banner__title .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .banner .banner__title .title {
    font-size: 20px;
  }
}

/*********************************
/*  Main Banner End
*********************************/
/*********************************
/*  All Banner Start
*********************************/
.about__banner {
  background: url("../images/banner/about-banner.jpg");
}

.medicare__banner {
  background: url("../images/banner/medicare-banner.jpg");
  background-position: top !important;
}

.health__banner {
  background: url("../images/banner/health-individual-banner.jpg");
}

.dental__banner {
  background: url("../images/banner/dental-banner.jpg");
}

.irrevocable__banner {
  background: url("../images/banner/irrevocable-banner.jpg");
}

.contact__banner {
  background: url("../images/banner/contact-banner.jpg");
}

/*********************************
/*  All Banner End
*********************************/
/*********************************
/* Insurence Section Start 
*********************************/
.insurance__section {
  background: #0157a4;
  padding: 60px 0;
}
@media screen and (max-width: 1440px) {
  .insurance__section {
    padding: 40px 0;
  }
}
.insurance__section .insurance__content {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}
.insurance__section .insurance__content .title {
  font-family: "Helvetica";
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 5px;
}
@media screen and (max-width: 479px) {
  .insurance__section .insurance__content .title {
    font-size: 24px;
    line-height: 35px;
  }
}
@media screen and (max-width: 375px) {
  .insurance__section .insurance__content .title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 3px;
  }
}
.insurance__section .insurance__content .desc {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .insurance__section .insurance__content .desc {
    font-size: 16px;
  }
}

/*********************************
/* Insurence Section End 
*********************************/
/*********************************
/*  Service Section Start
*********************************/
.service__section {
  padding: 14px 0;
  background: #fff;
}

.service__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media screen and (max-width: 575px) {
  .service__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service__box {
  position: relative;
  cursor: pointer;
  display: block;
}
.service__box .service__image {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.service__box .service__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(1, 87, 164, 0.5);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.service__box .service__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.service__box .service__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service__box .service__content .title {
  font-size: 48px;
  max-width: 500px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 6px #4e4e4e;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1440px) {
  .service__box .service__content .title {
    font-size: 38px;
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .service__box .service__content .title {
    font-size: 30px;
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .service__box .service__content .title {
    font-size: 22px;
  }
}
.service__box:hover .service__image::after {
  opacity: 1;
}
.service__box:hover .service__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
/*********************************
/*  Service Section End
*********************************/
/*********************************
/*  Reserved Banner Start
*********************************/
.about__section {
  padding: 60px 0 90px;
}
@media screen and (max-width: 575px) {
  .about__section {
    padding: 60px 0 80px;
  }
}

.about__wrapper {
  width: calc(100% - 610px);
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .about__wrapper {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 991px) {
  .about__wrapper {
    width: calc(100% - 30px);
  }
}
.about__wrapper .about__content .desc {
  margin-bottom: 30px;
}
.about__wrapper .about__content .desc:last-of-type {
  margin-bottom: 0;
}

.employee__wrapper {
  margin-top: 50px;
}

.employee__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
.employee__block:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .employee__block {
    display: block;
  }
}
.employee__block .employee__avatar {
  height: 180px;
  width: 180px;
  display: block;
}
@media screen and (max-width: 479px) {
  .employee__block .employee__avatar {
    height: 150px;
    width: 150px;
  }
}
.employee__block .employee__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.employee__block .employee__content {
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .employee__block .employee__content {
    margin: 30px 0 0;
  }
}
.employee__block .employee__content .title {
  font-family: "Helvetica";
  font-size: 32px;
  line-height: 35px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 700;
  display: inline-block;
  color: #0157a4;
}
@media screen and (max-width: 479px) {
  .employee__block .employee__content .title {
    font-size: 28px;
    line-height: 30px;
  }
}
.employee__block .employee__content .desc {
  margin-bottom: 30px;
}
.employee__block .employee__content .desc:last-of-type {
  margin-bottom: 0;
}

/*********************************
/*  Reserved Banner End
*********************************/
/*********************************
/*  Halth Section Start
*********************************/
.irrevocable__section,
.dental__section,
.medicare__section {
  padding: 70px 0 250px;
}
@media screen and (max-width: 991px) {
  .irrevocable__section,
  .dental__section,
  .medicare__section {
    padding: 50px 0 150px;
  }
}

.health__section {
  padding: 50px 0 250px;
}
@media screen and (max-width: 991px) {
  .health__section {
    padding: 50px 0 150px;
  }
}

.block__wrapper {
  width: calc(100% - 610px);
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .block__wrapper {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 991px) {
  .block__wrapper {
    width: calc(100% - 30px);
  }
}

.block__content .title {
  font-family: "Helvetica";
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 40px;
  color: #0157a4;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1440px) {
  .block__content .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .block__content .title {
    font-size: 32px;
    line-height: 45px;
  }
}
.block__content .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #333333;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .block__content .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .block__content .desc {
    margin-bottom: 30px;
  }
}
.block__content .desc span {
  font-weight: 700;
}
.block__content .desc .heading {
  font-size: 21px;
  list-style: 26px;
  font-weight: 700;
  color: #0157a4;
  margin-bottom: 5px;
  display: block;
}
.block__content .client__about {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #0157a4;
  margin-bottom: 0px;
}
.block__content .client__about a {
  display: inline-block;
  color: currentColor;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 991px) {
  .block__content .client__about {
    font-size: 16px;
  }
}

.question__list .desc {
  margin-bottom: 20px;
}
.question__list ul {
  margin-left: 20px;
}
.question__list ul li {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .question__list ul li {
    font-size: 16px;
  }
}
.question__list .query {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #333333;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .question__list .query {
    font-size: 16px;
  }
}
.question__list .query a {
  display: inline-block;
  color: currentColor;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.question__list .query a:hover {
  color: #0157a4;
}

.testimonial__say {
  margin-top: 50px;
}
.testimonial__say .ribon {
  position: absolute;
  bottom: -60px;
  left: 50px;
  width: 60px;
  height: 60px;
  border-top: 2px solid #fff;
  border-right: 2px solid #60bb46;
}
.testimonial__say .ribon::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 29px;
  width: 2px;
  height: calc(100% + 26px);
  background: #60bb46;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.testimonial__say-item {
  padding: 35px;
  border: 2px solid #60bb46;
  margin-bottom: 70px;
  position: relative;
}
.testimonial__say-item:last-of-type {
  margin-bottom: 0;
}
.testimonial__say-item .desc {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 30px;
  font-style: italic;
}
@media screen and (max-width: 575px) {
  .testimonial__say-item .desc {
    font-size: 16px;
  }
}
.testimonial__say-item .client {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 0px;
}

.partners__group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin: 70px 0;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .partners__group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .partners__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners__group.v2 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 991px) {
  .partners__group.v2 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .partners__group.v2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .partners__group.v2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .partners__group.v2 .partners__thumb {
    padding: 0 30px;
  }
}
@media screen and (max-width: 375px) {
  .partners__group.v2 .partners__thumb {
    padding: 0;
  }
}
.partners__group .partners__thumb {
  padding: 0 0px;
}
@media screen and (max-width: 375px) {
  .partners__group .partners__thumb {
    padding: 0;
  }
}
.partners__group .partners__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*********************************
/*  Halth Section End
*********************************/
/*********************************
/*  Contact Section Start
*********************************/
.contact__section {
  background: #fff;
  padding: 80px 0;
}

.contact__wrapper {
  width: calc(100% - 500px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .contact__wrapper {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 991px) {
  .contact__wrapper {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .contact__wrapper {
    display: block;
  }
}

.contact__area {
  -ms-flex-preferred-size: calc(30% - 15px);
      flex-basis: calc(30% - 15px);
  max-width: calc(30% - 15px);
}
@media screen and (max-width: 1199px) {
  .contact__area {
    -ms-flex-preferred-size: calc(45% - 15px);
        flex-basis: calc(45% - 15px);
    max-width: calc(45% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .contact__area {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.contact__inner {
  -ms-flex-preferred-size: calc(70% - 15px);
      flex-basis: calc(70% - 15px);
  max-width: calc(70% - 15px);
}
@media screen and (max-width: 1199px) {
  .contact__inner {
    -ms-flex-preferred-size: calc(55% - 15px);
        flex-basis: calc(55% - 15px);
    max-width: calc(55% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .contact__inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

/*********************************
/*  Contact Area Section Start
*********************************/
@media screen and (max-width: 767px) {
  .contact__area {
    margin-bottom: 60px;
  }
}
.contact__area .contact__content {
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .contact__area .contact__content {
    max-width: 100%;
  }
}
.contact__area .contact__content .desc {
  color: #333333;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .contact__area .contact__content .desc {
    margin-bottom: 25px;
  }
}
.contact__area .contact__content .desc span {
  font-weight: 700;
}
.contact__area .contact__content .desc a {
  display: block;
  font-weight: 700;
  color: #0157a4;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact__area .contact__content .desc a:hover {
  color: #0157a4;
}
.contact__area .contact__number {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .contact__area .contact__number {
    margin-bottom: 25px;
  }
}
.contact__area .contact__number li {
  list-style: none;
  font-family: "Helvetica";
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  .contact__area .contact__number li {
    font-size: 16px;
  }
}
.contact__area .contact__number li a {
  color: currentColor;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact__area .contact__number li a:hover {
  color: #0157a4;
}
.contact__area .contact__desc {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .contact__area .contact__desc {
    max-width: 100%;
  }
}
.contact__area .contact__desc .desc {
  font-family: "Helvetica";
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-size: 400;
  font-style: italic;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .contact__area .contact__desc .desc {
    font-size: 16px;
  }
}
.contact__area .business__hour {
  font-family: "Helvetica";
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-size: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .contact__area .business__hour {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 479px) {
  .contact__area .business__hour {
    font-size: 16px;
  }
}
.contact__area .business__hour .title {
  font-family: "Helvetica";
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .contact__area .business__hour .title {
    font-size: 16px;
  }
}
.contact__area .business__hour .appointment {
  display: block;
}
.contact__area .business__hour .working__day {
  display: block;
}

/*********************************
/*  Contact Area End
*********************************/
/*********************************
/*  Contact Form Start
*********************************/
.contact__title {
  margin-bottom: 30px;
}
.contact__title .title {
  font-family: "Helvetica";
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #0157a4;
  text-transform: capitalize;
  margin-bottom: 0px;
}
@media screen and (max-width: 479px) {
  .contact__title .title {
    font-size: 24px;
  }
}
.contact__title .desc {
  font-weight: 700;
  margin-bottom: 40px;
  color: #0157a4;
}

.contact__form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 400px) {
  .contact__form .input-group {
    display: block;
  }
}
.contact__form .input-group.text__arae label {
  width: 100%;
  margin-bottom: 10px;
}
.contact__form .input-group.text__arae .form-control {
  width: 100%;
}
.contact__form label {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-right: 8px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .contact__form label {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .contact__form label {
    margin: 0 0 5px;
    width: 100%;
  }
}
.contact__form .form-control {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 500;
  color: #0157a4;
  line-height: 28px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 5px 10px;
  height: 38px;
  background: #e5eef6;
}
.contact__form .form-control:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 400px) {
  .contact__form .form-control {
    width: 100%;
  }
}
.contact__form .nice-select .current {
  font-weight: 700;
  text-transform: uppercase;
}
.contact__form .nice-select .list {
  font-size: 16px;
  width: 100%;
  margin-top: 0;
  max-height: 250px;
  overflow-y: auto;
}
.contact__form .submit__btn button {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 600;
  padding: 6px 35px;
  border-radius: 8px;
  color: #fff;
  background: #0157a4;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact__form .submit__btn button:hover {
  background: #000000;
  color: #fff;
}
.contact__form textarea {
  resize: none;
  height: 120px !important;
}

/*********************************
/*  Contact Form End
*********************************/
/*********************************
/*  Contact Section End
*********************************/
/*********************************
/*  Footer Start
*********************************/
.footer {
  padding: 120px 0 180px;
  background: #0157a4;
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 479px) {
  .footer {
    padding: 50px 0 70px;
  }
}
.footer .container-fluid {
  max-width: 1500px;
}
.footer__menu {
  margin-bottom: 40px;
}
.footer__menu .main__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__menu .main__menu li {
  position: relative;
  list-style: none;
}
.footer__menu .main__menu li a {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-right: 48px;
  line-height: 40px;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .footer__menu .main__menu li a {
    margin-right: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .footer__menu .main__menu li a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .footer__menu .main__menu li a {
    font-size: 13px;
    line-height: 32px;
  }
}
.footer__menu .main__menu li:last-child a {
  margin-right: 0;
}
.footer__menu .main__menu li.active a, .footer__menu .main__menu li:hover a {
  color: #000000;
}
.footer__address {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.footer__address li {
  position: relative;
  list-style: none;
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-right: 35px;
  line-height: 40px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
}
.footer__address li::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__address li a {
  display: inline-block;
  color: currentColor;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.footer__address li:last-of-type {
  margin-right: 0;
}
.footer__address li:last-of-type::after {
  display: none;
}
.footer__address li:hover a {
  color: #0157a4;
}
@media screen and (max-width: 991px) {
  .footer__address li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__address li {
    font-size: 16px;
    line-height: 27px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer__address li::after {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .footer__address li {
    font-size: 13px;
    line-height: 32px;
  }
}
.footer__bottom .copyright .desc {
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  line-height: 28px;
  margin-bottom: 0;
  padding: 0;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}

/*********************************
/*  Footer End
*********************************/