.custombanner {
  width: 100%;
  margin: 0;
  padding: 100px 0;
  overflow: hidden;
  background: #000;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
}
.custombanner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
}
.custombanner .container {
  position: relative;
  z-index: 1;
}
.custombanner .maintitle {
  color: #fff;
}
.custombanner .shrtdesc p {
  color: #fff;
}
.custombannerbtn {
  overflow: hidden;
  text-align: center;
  margin-top: 1rem;
}
.custombannerbtn .displayinline {
  display: inline-block;
}
.custombannerbtn .getquotebtn {
  display: inline-block;
  float: right;
  min-width: 258px;
  margin-top: 2px;
}
.custombannerbtn .getquotebtn a {
  display: inline-block;
  padding: 8px 25px;
  font-size: 1rem;
  line-height: 1.5;
  background: #e86221;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0.5rem;
  min-width: 255px;
  border: 3px solid #ef4f02;
}
.custombannerbtn .getrequestquotebtn {
  display: inline-block;
  float: right;
  min-width: 255px;
  margin-right: 30px;
  margin-top: 2px;
}
.custombannerbtn .getrequestquotebtn a {
  display: inline-block;
  padding: 8px 25px;
  font-size: 1rem;
  line-height: 1.5;
  background: #e86221;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0.5rem;
  min-width: 258px;
  border: 3px solid #ef4f02;
}
.logobg {
  width: 100%;
  margin: 0;
  padding: 25px 0;
  overflow: hidden;
  background: #fff7f6;
}
.logobg img {
  width: 100%;
  height: auto;
}
.customfigurebg {
  width: 100%;
  margin: 0;
  padding: 15px 0 0;
  overflow: hidden;
}
.customfigurebg [class*='col-'] {
  margin: 15px 0;
}
.customfigurebg .figimage {
  border-radius: 5px;
  cursor: default;
}
.customfigurebg .figimage img {
  border-radius: 5px;
}
.iframesection {
  width: 100%;
  margin: 0;
  padding: 60px 0 60px 0;
  overflow: hidden;
}
.iframesection .title {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.iframmedium {
  max-width: 100%;
  margin: 0;
  height: 320px;
  border: 0;
}
.iframmedium iframe {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  border: 0;
}
.iframimg {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 5px;
}
.iframimg img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.captincontainer ul li,
.captincontainer ol li {
  display: block;
  padding-left: 30px;
  color: #414141;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  text-align: justify;
}
.captincontainer ul li::after,
.captincontainer ol li::after {
  content: '\f10c';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #ef4f02;
  font-family: 'FontAwesome';
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
.iframesection ul li,
.iframesection ol li {
  display: block;
  padding-left: 30px;
  color: #414141;
  position: relative;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  text-align: justify;
}
.iframesection ul li::after,
.iframesection ol li::after {
  content: '\f10c';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #ef4f02;
  font-family: 'FontAwesome';
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
}
.clear30 {
  clear: both;
  height: 30px;
}
.supportbanner {
  width: 100%;
  margin: 0;
  padding: 60px 0;
  overflow: hidden;
  background: url(../images/custom-banner.webp) no-repeat center center;
  position: relative;
  background-size: cover;
}
.supportbanner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
}
.supportbanner .container {
  position: relative;
  z-index: 1;
}
.supportbanner .maintitle {
  color: #fff;
}
.supportbanner .shrtdesc p {
  color: #fff;
}
.getquotebtninner {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.getquotebtninner a {
  display: inline-block;
  padding: 8px 25px;
  font-size: 1rem;
  line-height: 1.5;
  background: #e86221;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2rem;
  width: 255px;
  border: 3px solid #ef4f02;
}
.footerformbg {
  width: 100%;
  margin: 0;
  padding: 60px 0;
  overflow: hidden;
  background: #fff7f6;
}
.footerformbg input[type='text'],
.footerformbg input[type='email'] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 49px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-shadow: none;
  margin-bottom: 15px;
  box-shadow: 5px 5px #fff7f6;
  background: #fff;
}
.footerformbg input[type='file'] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 15px;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 35px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-shadow: none;
  margin-bottom: 15px;
  box-shadow: 5px 5px #fff7f6;
  background: #fff;
}
.footerformbg textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 45px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-shadow: none;
  margin-bottom: 15px;
  box-shadow: 5px 5px #fff7f6;
  background: #fff;
}
.footerformbg input[type='submit'] {
  display: inline-block;
  padding: 12px 25px;
  font-size: 1rem;
  line-height: 1.5;
  background: #e86221;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2rem;
  width: 255px;
  border: 3px solid #ef4f02;
}
@media screen and (max-width: 991px) {
  .iframimg {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .custombanner {
    padding: 40px 0;
  }
  .custombannerbtn .displayinline {
    justify-items: center;
  }
  .custombannerbtn .getquotebtn {
    float: none;
    margin-top: 0;
  }
  .custombannerbtn .getrequestquotebtn {
    float: none;
    margin-right: 0;
    margin-top: 10px;
  }
  .logobg {
    display: none;
  }
  .customfigurebg [class*='col-'] {
    margin: 15px 0;
  }
  .iframesection {
    padding: 40pxpx 0 60px 0;
    text-align: center;
  }
}
