/* @import url("zurich-fonts/stylesheet.css"); */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap');
body {
  overflow-x: hidden;
  margin: 0;
  font-family: Mulish, sans-serif !important;
  font-weight: 300;
  font-size: 16px;
}

:root {
  --regular-mulish: 400;
  --bold-mulish: 700;
  --light-mulish: 300;
  --mulish: "Mulish";
  --mulishBT: "Mulish BT";
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.header {
  background: #ffffff;
  box-shadow: 2px 6px 5px -4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 6px 5px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 6px 5px -4px rgba(0, 0, 0, 0.4);
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner {
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.banner .orangeBg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ef5f2f;
  z-index: 0;
  top: 0;
}
.banner .bannerContentWrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
.banner .bannerContentWrapper > div {
  flex: 0 0 50%;
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.banner .imgBox {
  position: relative;
  padding-top: 58.69%;
  width: 100%;
}
.banner .imgBox img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.formWrapper {
  border: 1px solid #dadada;
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.1);
}
.mainHeading {
  display: block;
  font-size: 20px;
  padding: 1.3em 0 0 0;
  text-align: center;
  border-radius: 15px;
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  background: #a0262a;
}
.formWrapper .heading {
  font-size: 15px;
  color: #ef5f2f;
  padding: 12px 0;
  text-align: center;
  font-weight: var(--bold-zurich);
}
.formWrapper .form-control {
  height: 50px;
  width: 100%;
  border: none;
  outline: none;
  padding-top: 10px;
  font-size: 18px;
  background: transparent;
  position: relative;
  z-index: 1;
}
.formWrapper .form-group {
  border-bottom: 1px solid #dadada;
  position: relative;
  margin-bottom: 15px;
}
.formWrapper .form-group .label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-in;
  left: 0;
  font-size: 15px;
  z-index: 0;
}
.formWrapper .form-group.focus .label {
  top: 0%;
  transform: translateY(0%);
  font-size: 0.7em;
}
.formWrapper .checkBoxWrap {
  margin-bottom: 25px;
}
.formWrapper .checkBoxWrap input[type="checkbox"] {
  position: absolute;
  display: none;
}
.formWrapper .checkBoxWrap .checkBoxLabel {
  padding-left: 30px;
  font-size: 11px;
  line-height: 1.3em;
  position: relative;
  display: block;
  color: #707070;
}
.formWrapper .checkBoxWrap .checkBoxLabel .checkBox {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 1px solid #dadada;
}
.formWrapper
  .checkBoxWrap
  input[type="checkbox"]:checked
  + .checkBoxLabel
  .checkBox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 60%;
  height: 40%;
  border-bottom: 2px solid #0a3d6b;
  border-left: 2px solid #0a3d6b;
}
.noBorder {
  border: none !important;
}
.formWrapper select.form-control {
  opacity: 0;
}
.formWrapper .selectSpan {
  position: absolute;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-top: 7px;
  z-index: 0;
  padding-right: 30px;
  white-space: nowrap;
  width: 100%;
  min-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.formWrapper .selectSpan::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  height: 10px;
  width: 10px;
  right: 10px;
  border: 2px solid #707070;
  border-top: none;
  border-right: none;
}
.formWrapper .form-group.focus select.form-control {
  opacity: 0;
}
.getCallBack,
.getCallBack1 {
  height: 56px;
  background: #0a3d6b;
  font-size: 16px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 10px;
  width: 280px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
}
.otherEle {
  display: none;
}
.getCallBack1 {
  background: #ef5f2f;
  width: 100%;
  border-radius: 0;
}

.formWrapper .form-group .error {
  position: absolute;
  font-size: 12px;
  color: #ef5f2f;
}
.formWrapper.thankyou {
  padding: 2em 20px;
}
.getCallBackWrapper {
  display: none;
}
.getCallBackWrapper.active {
  position: fixed;
  text-align: center;
  bottom: 0px;
  display: block;
  width: 100%;
  left: 0;
}

.featureBoxWrapper {
  display: flex;
  flex-flow: row;
}
.featureBoxWrapper .box {
  flex: 1 0 31%;
  padding: 1%;
  display: flex;
}
.featureBoxWrapper .box .iconBox {
  display: flex;
  flex-flow: column;
  background: #f2f2f2;
  border: 1px solid #e0dfdf;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.1);
}
.featureBoxWrapper .box .iconBox .icon {
  padding: 5px;
}
.featureBoxWrapper .box .iconBox .text {
  font-size: 12px;
}
.featureBoxWrapper .box .iconBox .text p {
  margin: 5px 0 0 0;
}

a {
  color: #000000;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.bodySection {
  padding-top: 30px;
  padding-bottom: 30px;
}
.bodySection h3 {
  color: #0a3d6b;
  font-weight: var(--bold-zurich);
  font-size: 14px;
}
.bodySection p {
  color: #707070;
}
.bodySection .text {
  font-size: 14px;
  color: #242424;
}
.bodySection .heading {
  font-size: 18px;
  color: #0a3d6b;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: var(--bold-zurich);
}
.bodySection .heading::before {
  content: "";
  width: 70px;
  height: 4px;
  border-radius: 20px;
  background: #f99d27;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.bodySection .subText {
  font-size: 15px;
  font-weight: var(--regular-zurich);
}
.AdvantagesSection {
  background: #f8f8f8;
}
.AdvantagesSection .blockWrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #c3ced7;
}
.AdvantagesSection .blockWrapper:last-child {
  border-bottom: none;
}
.AdvantagesSection .blockWrapper > div {
  flex: 1 0 50%;
  display: flex;
}
.AdvantagesSection .blockWrapper .block {
  display: flex;
  flex-flow: row;
  align-items: center; /* background: #ffffff; */
  padding: 10px;
  width: 100%;
}
.AdvantagesSection .blockWrapper .block > div {
  padding: 15px;
}
.AdvantagesSection .blockWrapper .block .iconBox {
  height: 33px;
  width: 33px;
  margin: 13px 0;
  border-radius: 50%;
  box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.25);
  position: relative;
}
.AdvantagesSection .blockWrapper .block .iconBox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.AdvantagesSection .blockWrapper .block .text {
  font-size: 15px;
  color: #0a3d6b;
  text-align: left;
  line-height: 1.2em;
}
.grayBg {
  background: #f4f4f4;
}

.FEMA_Wrapper {
}
.FEMA_Wrapper .streep {
  padding: 0.8em 1.5em 0.8em 0.8em;
  background: #f58220;
  color: #ffffff;
  font-size: 14px;
  font-weight: var(--regular-zurich);
  display: inline-block;
  margin: 20px 0;
}

.FEMA_Wrapper .FEMA_Box {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; /* align-items: center; */
}
.FEMA_Wrapper .FEMA_Box > div {
  flex: 1 0 280px;
  padding: 0 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.FEMA_Wrapper .FEMA_Box .imgBox {
  padding-top: 73.67%;
  width: 100%;
  position: relative;
}
.FEMA_Wrapper .FEMA_Box .imgBox img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.FEMA_Wrapper .FEMA_Box .textBox {
  padding: 22px;
  margin: 10px 0;
  background: url(../images/shadow-effect.jpg) left center no-repeat;
  padding: 5px 20px;
  background-size: contain;
  min-height: 120px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.FEMA_Wrapper .FEMA_Box .textBox.odd {
  background: url(../images/shadow-effect-left.jpg) right center no-repeat;
  background-size: contain;
  text-align: right;
}
.FEMA_Wrapper .FEMA_Box .textBox .head {
  color: #a41c2b;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-weight: var(--bold-zurich);
}
.FEMA_Wrapper .FEMA_Box .textBox .subText {
  color: #003366;
  font-size: 12;
}
.possibilitiesImg {
  margin-top: 20px;
  margin-bottom: 20px;
}
.FEMA_Wrapper .FEMA_Box > div:nth-child(1) {
  order: 2;
}
.FEMA_Wrapper .FEMA_Box > div:nth-child(2) {
  order: 1;
}
.FEMA_Wrapper .FEMA_Box > div:nth-child(3) {
  order: 3;
}

.tabBoxData {
}
.tabBoxData .tabWrapper {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.tabBoxData .tab {
  display: inline-block;
  margin: 5px;
  align-items: center;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 7px;
  background: #fff2e2;
  border: 1px solid #f99d27;
  padding: 10px 12px;
  text-align: center;
}
.tabBoxData .tab > div {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: var(--bold-zurich);
  font-family: var(--zurich);
  color: #0a3d6b;
}
.tabBoxData .tab.active > div {
  color: #ffffff;
}
.tabBoxData .tab.active {
  background: #f99d27;
}
.tabBoxData .tab.active:after {
  content: "";
  position: absolute;
  border-top: 10px solid #f99d27;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.tabBoxData .contentWrapper {
  font-size: 16px;
  color: #707070;
}
.tabBoxData .contentWrapper .contentBox {
  display: none;
}
.tabBoxData .contentWrapper .contentBox.active {
  display: block;
}
.tabBoxData ol,
.tabBoxData ul {
  margin: 0;
  padding: 0;
  padding-left: 1.5em;
}
.tabBoxData .faqsSection {
  border: 1px solid #dadada;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.1);
}
.tabBoxData .faqsSection .faqWrapper {
  margin: 10px 0;
}
.tabBoxData .faqsSection .faqWrapper .queBox {
  border-bottom: 1px solid #707070;
}
.tabBoxData .faqsSection .faqWrapper .queBox:last-child {
  border: none;
}
.tabBoxData .faqsSection .faqWrapper .ques {
  font-size: 15px;
  padding: 15px 30px 15px 0;
  position: relative;
  color: #000000;
}
.tabBoxData .faqsSection .faqWrapper .ques::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  height: 10px;
  width: 10px;
  right: 10px;
  border: 2px solid #707070;
  border-top: none;
  border-right: none;
}
.tabBoxData .faqsSection .faqWrapper .answ p {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: var(--light-zurich);
  font-family: var(--zurich);
}
.tabBoxData .faqsSection .faqWrapper .answ {
  height: 0;
  overflow: hidden;
  transition: all 100ms ease-in-out;
}

.tabBoxData .faqsSection .faqWrapper .answ ul,
.tabBoxData .faqsSection .faqWrapper .answ ol {
  line-height: 1.5em;
  font-size: 14px;
  margin-bottom: 15px;
}
.tabBoxData .faqsSection .faqWrapper .queBox.active .answ {
  height: auto;
}
.tabBoxData .faqsSection .faqWrapper .queBox.active .ques::after {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.footerSection {
  background: #0a3d6b;
  padding-top: 20px;
  padding-bottom: 60px;
}
.footerSection p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-weight: var(--regular-zurich);
  font-family: var(--zurich);
}
.footerSection p span {
  display: block;
  font-weight: 400;
  font-weight: var(--light-zurich);
}
.footerSection .container {
  position: relative;
}
.footerSection.thankyou {
  padding-bottom: 20px;
}

.scrollToTopBtn {
  position: absolute;
  transform: translateY(-100%);
  height: 40px;
  right: 15px;
  width: 40px;
  background: #ef5f2f;
  border-radius: 3px;
}
.scrollToTopBtn::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%) rotate(135deg);
  height: 10px;
  width: 10px;
  right: 15px;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
}
.downloadPdf {
  display: flex;
  flex-flow: row;
  background: #f5f4f4;
  padding: 7px;
  border-radius: 5px;
  text-decoration: none;
  margin: 10px;
  align-items: center;
  cursor: pointer;
}
.downloadPdf .icon {
  width: 40px;
}
.downloadPdf:hover {
  background: #eaeaea;
}

/* HEADER */
.header_main{
  background-image: linear-gradient(#f58220, #b02a30);
  font-family: 'Mulish', sans-serif !important;
  padding-bottom: 11px;
}
.header_logo{
  display: flex;
  padding: 0;
  margin-left: 45px;

}

.fdi{
  color: white;
  align-self: baseline;
}
.vl{
  color: white;
  margin-top: 19px;
  margin-left: 9px;
  margin-right: 9px;
}
.fdi span{
      position: absolute;
      top: 28px;
      font-size: 20px;
  }
@media screen and (max-width: 767.5px){

  .logo img{
    width: 200px;
  }

  .header_logo{
    margin-left: 11px;
  }

  .fdi{
      font-size: 17px;
      padding-top: 3px;
  }
  .fdi span{
      position: absolute;
      top: 24px;
      font-size: 17px;
  }
  .header{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .vl{
    margin-top: 16px;
    margin-left: 6px;
    margin-right: 6px;
  }
}

@media (min-width: 767px) {
  .formWrapper .heading {
    font-size: 24px;
  }
  .formWrapper .form-group .label {
    font-size: 17px;
  }
  .formWrapper .checkBoxWrap .checkBoxLabel {
    font-size: 12px;
  }
  body {
    font-size: 16px;
  }
  .bodySection .heading {
    font-size: 24px;
  }
  .bodySection .subText,
  .AdvantagesSection .blockWrapper .block .text {
    font-size: 16px;
  }
  .tabBoxData .tab > div {
    font-size: 14px;
  }
  .tabBoxData .contentWrapper {
    font-size: 16px;
  }
  .tabBoxData .faqsSection .faqWrapper .ques {
    font-size: 16px;
  }
  .tabBoxData .faqsSection .faqWrapper .answ p,
  .tabBoxData .faqsSection .faqWrapper .answ ul,
  .tabBoxData .faqsSection .faqWrapper .answ ol {
    font-size: 14px;
  }
  .AdvantagesSection .blockWrapper .block .iconBox {
    margin: 20px 0;
  }
  .formWrapper {
    padding: 20px 40px;
  }
  .FEMA_Wrapper .FEMA_Box .textBox .subText {
    font-size: 14px;
  }
  .FEMA_Wrapper .FEMA_Box .textBox .head {
    font-size: 16px;
  }
  .FEMA_Wrapper .FEMA_Box .textBox {
    padding: 22px;
    margin: 10px 0;
    background: url(../images/shadow-effect.jpg) left center no-repeat;
    background-size: contain;
  }
  .FEMA_Wrapper .FEMA_Box .textBox.odd {
    background: url(../images/shadow-effect.jpg) left center no-repeat;
    background-size: contain;
    text-align: left;
  }
  .FEMA_Wrapper .FEMA_Box .textBox.right {
    text-align: right;
    border-left: 0;
    background: url(../images/shadow-effect-left.jpg) right center no-repeat;
    background-size: contain;
  }
  .possibilitiesImg {
    visibility: visible;
    display: flex !important;
    justify-content: space-around !important;
  }
  .FEMA_Wrapper .streep {
    font-size: 18px;
  }
  .FEMA_Wrapper .FEMA_Box > div {
    justify-content: space-between;
    flex: 1 0 230px;
  }
  .FEMA_Wrapper .FEMA_Box .textBox {
    margin: 20px 0;
  }
  .bodySection h3 {
    font-size: 18px;
  }
  .getCallBack1 {
    display: none;
  }
  .footerSection {
    padding-bottom: 20px;
  }
  .FEMA_Wrapper .FEMA_Box > div:nth-child(1) {
    order: 1;
  }
  .FEMA_Wrapper .FEMA_Box > div:nth-child(2) {
    order: 2;
  }
  .FEMA_Wrapper .FEMA_Box > div:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 991px) {
  .banner .bannerContentWrapper {
    flex-flow: column;
  }
  .banner .orangeBg {
    height: 43%;
  }
  .banner {
    padding-bottom: 0;
  }
  .bodySection {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .FEMA_Wrapper .FEMA_Box .textBox {
    min-height: 50px;
  }
}
@media (max-width: 567px) {
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .banner .orangeBg {
    height: 36%;
  }
  .featureBoxWrapper .box .iconBox .text p {
    font-size: 11px;
  }
  .banner .bannerContentWrapper > div {
    padding: 10px 15px 10px 15px;
    padding-top: 0;
  }
  .banner .imgBox img {
    max-height: 100%;
    max-width: inherit;
  }
  .banner .imgBox {
    padding-top: 50%;
  }
  .mainHeading {
    font-size: 14px;
  }
  .featureBoxWrapper .box .iconBox {
    padding: 8px;
  }
  .AdvantagesSection .blockWrapper .block {
    flex-flow: column;
    text-align: center;
  }
  .AdvantagesSection .blockWrapper .block > div {
    padding: 10px;
  }
  .AdvantagesSection .blockWrapper .block .text {
    text-align: center;
  }
  .featureBoxWrapper .box .iconBox img {
    max-width: 50%;
  }
}
