
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.color-red{
    color: #f32c0f;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma.woff2') format('woff2'),
        url('../fonts/Tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma-Bold.woff2') format('woff2'),
        url('../fonts/Tahoma-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma.woff2') format('woff2'),
        url('../fonts/Tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma-Bold.woff2') format('woff2'),
        url('../fonts/Tahoma-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.m-top{
    margin-top: 30px;
}
.m-bot{
    margin-bottom: 30px;
}
.p-top15{
    padding-top: 15px;
}
.p-top{
    padding-top: 30px;
}
.p-bot{
    padding-bottom: 25px;
}
.p-bot10{
    padding-bottom: 10px!important;
}
/***** Main CSS ********/

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.form-box{
    margin: 25px 0;
    padding: 0 15px;
}
.formbox-inner {
    max-width: 650px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #acacac;
}
.form-title{
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    background-color: #e67200;
    color:#fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 32px;
    padding: 10px 50px;
}

.banner-section img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.form-subtitle{
    font-family: 'Tahoma',Verdana,Segoe,sans-serif; 
    background-color: #efefef;
    padding: 10px 50px;
    font-size: 15px;
    color: #414042;
    text-transform: uppercase;
    margin-top: -4px;
}
.formbtm-subtitle{
  font-family: 'Tahoma',Verdana,Segoe,sans-serif; 
  font-size: 13px;
  color: #414042;
  margin-top: 8px;
  text-align: center;
}
.formbtm-subtitle2{
  font-size: 15px;
}
.formbtm-subtitle img {
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
height: auto;
}
.formbtm-subtitle a,.formbtm-subtitle a:focus {
  color: #df8700;
}
.formbtm-subtitle a:hover{
  color: #5db400;
}
.form-inner,.formcontact-inner {
    padding: 40px 50px;
}
.form-col {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2222;
  }
.form-col:last-child{
    border-bottom: 0;
}
 /* .formcol-left {
    display: flex;
    justify-content: start;
    width: 85%;
    flex-direction: column;
  }
  .formcol-right {
    display: flex;
    justify-content: end;
    width: 15%;
  }*/
  .formleft-tilte{
    font-family: 'Tahoma',Verdana,Segoe,sans-serif; 
    display: block;
    font-size: 21px;
    color: #e67200;
    margin-bottom: 5px;
  }
 .formleft-tilte2 {
      display: block;
      font-family: 'Tahoma',Verdana,Segoe,sans-serif;
      font-size: 16px;
      color: #414042;
      font-weight: normal;
      text-transform: uppercase;
      margin-bottom: 15px;
      line-height: 30px;
    }

  .formleft-subtilte{
    font-size: 15px;
    font-family: 'Tahoma',Verdana,Segoe,sans-serif; 
    color: #747474;
  }
  .formleft-midtilte{
    font-family: 'Tahoma',Verdana,Segoe,sans-serif; 
    font-size: 16px;
    font-weight: normal;
    color: #414042;
    line-height: 1.5;
  }
  .formleft-midtilte span{
    color: #e67200;
  }
  .form-col-two .formleft-midtilte,
  .form-col-three .formleft-midtilte {margin-bottom: 15px;}
 .ddboox {
    background-color: transparent;
    outline: none;
    border-radius: 6px;
    padding: 0 20px 0 10px;
    color: #414042;
    cursor: pointer;
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    text-align: left;
    position: relative;
    display: flex;
    width: 80px;
    height: 40px;
    overflow: hidden;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
    background: url("../images/arrow-down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url("../images/arrow-down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
  }
  /* Remove IE arrow */
  select::-ms-expand {
    display: none;
  }
  .coninfo {
   /* background-color: #efefef;
    padding: 10px 50px;*/
    padding-bottom: 25px;
  }
  .coninfo h2{
    font-family: 'Tahoma',Verdana,Segoe,sans-serif; 
    color:#414042;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
  }
  .fccon-col label{
    display: block;
    font-family: 'Tahoma',Verdana,Segoe,sans-serif; 
    font-size: 16px;
    color: #414042;
    font-weight: normal;
  }
  .fccon-col .fconbox,  .fccon-col .fconbox:focus {
    width: 100%;
    height: 70px;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px 30px;
    outline: none;
  }
  .radio-title{
    display: block;
    font-family: 'Tahoma',Verdana,Segoe,sans-serif; 
    font-size: 16px;
    color: #414042;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .fccon-col .radio-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    margin-bottom: 3px;
  }
  
  .fccon-col input.checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right:10px;
  }

  .fccon-col .radio-inline input {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right:10px;
  }
  .fccon-col .radio-inline input:checked {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    outline: unset !important /* I added this one for Edge (chromium) support */
  }
  .fccon-col label.radio-inline:last-child {
    margin-right: 0;
}

  .payment-btn {
    display: block;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    background-color: #5db400;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.5s;
    font-weight: bold;
  }
  .payment-btn:hover{
    background-color: #e67200;
    transition: 0.5s;
  }
  
  /******** Redirect Page ********/
  .banner-section-redirect{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.thanku-msg {
    padding: 20px 30px;
}
.thanku-title{
  display: block;
  font-family: 'Tahoma',Verdana,Segoe,sans-serif;
  font-size:40px;
  color: #414042;
}
.thanku-desc {
  display: block;
  font-family: 'Tahoma',Verdana,Segoe,sans-serif;
  font-size: 16px;
  color: #414042;
  font-weight: normal;
}
.thanku-title{
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    color: #414042;
    font-size: 28px;
    margin-bottom: 20px;
}
.thanku-desc{
  font-family: 'Tahoma',Verdana, Segoe ,sans-serif;
    font-size: 17px;
    color: #414042;
    line-height: 25px;
}
.thanku-devider {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}
.other-pay{
  text-align:center;
}
.other-pay a,.other-pay a:focus {
    color: #b9b9b9;
     font-family: 'Tahoma',Verdana, Segoe ,sans-serif;
    font-size: 12px;
    text-decoration: none;
}
.other-pay a:hover{
    color:#e67200;   
}
/******* Redirect Page *********/

.devider2 {
    border-bottom: 1px solid #eee;
    margin:0 0 20px 0;
}

.formbox-inner2 {
  padding: 25px 30px;
}

.formmainttl{
      font-family: 'Century Gothic', sans-serif;
    font-size: 45px;
  color: #414042;
  font-weight: bold;
  margin: 0 0 0px 0;
}


.form-title2{
    font-family: 'Tahoma',Verdana,Segoe,sans-serif; 
    font-size: 16px;
    color: #414042;
    padding-bottom: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 0;
   /* text-transform: uppercase;
    margin-top: -4px;*/
}
.form-title3{
    padding-bottom: 5px;
}
.formmainttl2{
font-weight: 600;
}

.listttlbox{
    margin-bottom: 35px;
    padding: 0;
}
.listttlbox li {
        font-family: 'Tahoma',Verdana,Segoe,sans-serif; 
        font-size: 16px;
        color: #414042;
        margin-bottom: 5px;
          list-style: none;
          position: relative;
          padding-left: 25px;
        line-height: 30px;
}

.listttlbox li i{
  position: absolute;
  left: 0;
  color: green;
}


/****** Zoho Form CSS *******/

.useformleads2024 {
  margin-top: 10px;
}

.zcwf_col_lab label {
  margin-bottom: 3px;
}

.zcwf_col_fld input, .zcwf_col_fld input:focus {
  width: 100%;
  font-family: 'Tahoma',Verdana,Segoe,sans-serif; 
  padding: 6px 10px 6px 20px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #d1d3d4;
  font-size: 17px;
}

.zcwf_col_fld .guide-btn,
.zcwf_col_fld .guide-btn:focus {
  font-size: 18px;
    padding: 12px 15px 12px 15px;
  background-color: #5db400;
  color: #fff;
 /* text-transform: uppercase;*/
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s;
   font-family: 'Tahoma',sans-serif; 
  font-weight: bold;
 
}


.zcwf_col_fld .zcwf_button,
.zcwf_col_fld .zcwf_button:focus {
  font-size: 18px;
  padding: 10px 15px 10px 15px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s;
  font-weight: bold;
   font-family: 'Tahoma',sans-serif; 
}

.zcwf_row {
  width: 49%;
  display: inline-block;
  padding: 0 20px 0 0;
  margin-bottom: 25px;
}


.zcwf_row.zcwf_row_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  
}

.zcwf_col_fld {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/****** Zoho Form CSS  *****/


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

    .formmainttl {
      font-size: 36px;
    }

}

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

    .form-inner, .formcontact-inner {
        padding: 40px 19px;
    }
    .form-title {
        font-size: 24px;
    }
    .formleft-tilte{
        font-size: 20px;
    }
    .formleft-subtilte {
        font-size: 14px;
    }
    .payment-btn {
        font-size: 23px;
    }
    .p-bot {
      padding-bottom: 25px;
    }
    .fccon-col .radio-inline {
        display: block;
        margin-bottom: 10px;
    }

    .formbox-inner2 {
      padding: 15px 20px;
    }

    .zcwf_row {
      width: 100%;
    }

}/*
a.button-green{
text-decoration: none;
color: #fff;
}
.button-green:hover a{
  color: #0db14b;
}*/
a.button-green,a.button-green:focus {
  text-decoration: none;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  background-color: #0db14b;
  padding: 15px 30px;
  outline: 0;
  border: 2px solid transparent;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  display: block;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}
a.button-green:hover {
  background-color: #fff;
  border-color:#0db14b;
  color: #0db14b;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.policy-links a{
    padding-top:40px;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
    color:#868686;
}


.policy-links {
  margin-top: 15px;
}

.faqmainttl {
  font-size: 26px;
  padding-left: 20px;
}

.faq-accordian .accordion-button,
.faq-accordian .accordion-button:focus {
  font-size: 18px;
  background-color: transparent;
  box-shadow: none;
  color: #414042;
  line-height: 30px;
  font-weight: 600;
}

.faq-accordian .accordion-item{
    border: none;
}

.faq-accordian .accordion-body p {
        font-weight: normal;
        color: #414042;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 30px;
        font-family: 'Tahoma',Verdana,Segoe,sans-serif;
}   


.devider2-faq {
    border-bottom: 1px solid #eee;
    margin:20px 0 20px 0;
}


.faqans-list{
        font-size: 16px;
        line-height: 30px;
        font-family: 'Tahoma',Verdana,Segoe,sans-serif;
        font-weight: normal;
        color: #414042;
        margin-top: 20px;
}