.top-menu {
  position: fixed;
  display: block;
  width: 100%;
  min-height: 60px;
  box-shadow: 0 3px 6px rgb(0 0 0 / .1607843137);
  background-color: #fff;
  top: 0;
  padding: 0px 0;
  }
  .banner-wrap .banner-sub-wraps {
    margin-top: 60px;
    padding-top: 60px;
}
.brokerlogo img{
  width: 100%;
}
  .top-menu .logos {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  
  .top-menu .logos .logo {
    height: 50px;
    position: relative;
    margin: 5px 0
  }
  
  .top-menu .logos .toll-logo img {
    height: 50px;
    position: relative;
    margin: 5px 0
  }
  
  .top-menu .logos .mobile-logo {
    display: none
  }
  
  @media (max-width:767px) {
    .right-car-campaign .form-group {
      margin-bottom: 24px !important
    }
  
    li.ui-menu-item {
      min-width: 350px !important;
      max-width: 350px !important
    }
  
    .top-menu .logos .mobile-logo {
      display: block
    }
  }

  .popup.broker_header_popup.visble {
    visibility: visible;
    opacity: 1;
  }
  .popup.broker_header_popup .popup__content.bottm-wr{
    bottom: 0;
  }
  
  .top-menu .logos .tool-free .tele-num {
    display: flex;
    align-items: center;
    gap: 10px
  }
  
  .top-menu .logos .tool-free .tele-num p {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
  }
  
  .top-menu .logos .tool-free .tele-num span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px
  }
  /*  */
  .bannerBg .bg-color {
    background: #fff;
    border-radius: 16px;
    padding: 0;
    top: 80px;
    box-shadow: 0 6px 16px 0 rgba(0,0,0,.07058823529411765);
}
.breadcrumps {
    position: fixed;
    top: 61px;
    z-index: 9;
    background-color: rgba(0, 0, 0, .6980392157);
    padding: 9px 16px;
    border-radius: 0 0 8px 8px;
    cursor: pointer;
}
/*  */
.popup.broker_header_popup{
display: none;
}
@media (max-width:992px) {
  .popup.broker_header_popup{
    display: block;
    }
    .logos .tool-free .mobile-toll-hide {
        display: none;
    }
   

    .popup.broker_header_popup {
      width: 100%;
      height: 100%;
      background: rgb(0 0 0 / .4);
      visibility: hidden;
      position: fixed;
      opacity: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center
    }
  
    .popup.broker_header_popup .popup__content {
      width: 100%;
      padding: 50px;
      background: #fff;
      color: #000;
      position: absolute;
      box-sizing: border-box;
      visibility: visible;
      bottom: -100%;
      height: 250px;
      border-radius: 10px 10px 0 0;
      transition: 0.5s all;
      left: 0;
    }
  
    .popup.broker_header_popup .popup__content .close {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 20px;
      display: block
    }
  
    .popup.broker_header_popup .popup__content .close img {
      cursor: pointer
    }
  
    .popup.broker_header_popup .popup__content .contact-model-header {
      margin-top: 20px
    }
  
    .popup.broker_header_popup .popup__content .contact-model-header h3 {
      font-size: 16px;
      font-weight: 600;
      line-height: 19px;
      text-align: center
    }
  
    .popup.broker_header_popup .popup__content .contact-model-body {
      margin-top: 15px
    }
  
    .popup.broker_header_popup .popup__content .contact-model-body p {
      font-size: 18px;
      font-weight: 700;
      line-height: 40px;
      text-align: center;
      color: #276FBF
    }
    .popup.broker_header_popup .popup__content .contact-model-header h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: center;
        margin: 0;
    }
    .popup.broker_header_popup .popmobile .popup__content .contact-model-body a {
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        color: #276fbf;
        display: block;
    }
  }
  
header {
  padding: 5px 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0901960784);
  height: 60px;
  background: white;
  z-index: 999;
  position: fixed;
  width: 100%;
}

header .head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-icon {
  width: 22px;
  height: 22px;
  text-align: center;
}

.hed-text {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
}

.right-side-logo a {
  display: flex;
  flex-direction: column;
}

.help-info {
  display: flex;
  align-items: center;
}

.help-info .call-icon {
  margin-right: 10px;
}

.help-info .call-icon img {
  vertical-align: middle;
  width: 32px;
}

.help-info .toll-free {
  margin-right: 10px;
}

.help-info .toll-free p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}

.help-info .toll-number p {
  font-weight: 500;
  font-size: 14px;
}

.help-info p {
  color: #000000;
}
/*  */
@media (max-width:768px) {
.help-info .call-icon img {
  width: 25px;
}

.help-info .toll-free p {
  font-size: 10px;
}

.help-info .toll-number p {
  font-size: 14px;
}

.help-info .toll-free {
  margin-right: 5px;
}

.help-info .call-icon {
  margin-right: 6px;
}
}
.gen_logo{
  display: flex;
  gap: 20px;
  align-items: center;
}
.muthut-finance {
  object-fit: contain;
}
.banner-wrap .banner-sub-wraps{
  padding-top: 60px;
}
.brokerlogo{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.mobile-toll-hide span a{
  color: #000;
}
/* footer */

.footerBg {
  background: #545454;
  padding: 40px 0;
  color: #fff
}

.footerBg.sectionSpacing {
  margin-top: 60px
}

.footerBg .firstPhase {
  justify-content: space-between;
  display: flex
}

.footerBg .firstPhase.container {
  padding-left: 0;
  padding-right: 0
}

.footerBg .firstPhase .footerStyling {
  row-gap: 16px;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content
}

.footerBg .firstPhase .footerStyling .footer-accord.active img {
  transform: rotate(0)
}

.footerBg .firstPhase .footerStyling .footer-accord img {
  transition: .2s;
  transform: rotate(-90deg);
  display: none
}

.footerBg .firstPhase .footerStyling ul {
  display: grid;
  row-gap: 16px;
  width: 203px
}

.footerBg .firstPhase .footerStyling ul.first-list {
  margin-right: 15px
}

@media (max-width:1200px) {

  .arrow-left,
  .arrow-right {
      display: none
  }

  .headerNav .wrapper .menu_Nav li span:before {
      background-image: unset
  }

  .footerBg .firstPhase.container {
      padding-left: 15px;
      padding-right: 15px
  }

  .footerBg .firstPhase .footerStyling ul {
      width: auto
  }

  .footerBg .firstPhase .footerStyling ul.first-list {
      margin-right: 0
  }
}

.footerBg .firstPhase .footerStyling ul li a {
  font-size: 14px;
  color: #eee;
  line-height: 14px;
  font-weight: 400
}

.footerBg .firstPhase .footerStyling ul li:first-child span {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px
}

.footerBg .secondPhase {
  /* border-top: 1px solid hsla(0, 0%, 100%, .0392156863); */
  /* margin-top: 40px; */
  /* padding: 40px 0 0 */
}

.footerBg .secondPhase .container {
  row-gap: 40px;
  display: grid
}

.footerBg .secondPhase p {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px
}

.footerBg .secondPhase .contain {
  display: flex;
  color: #eee;
  -moz-column-gap: 44px;
  column-gap: 44px
}

.footerBg .secondPhase .contain span {
  line-height: 22px;
  color: #eee;
  font-weight: 600;
  font-size: 14px
}

.footerBg .secondPhase .contain .socialMedia ul {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-top: 8px;
  padding: 0;
  list-style: none; 
}

.footerBg .secondPhase .contain .helpLine div {
  display: flex;
  margin-top: 8px
}

.footerBg .secondPhase .contain .helpLine div a {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  display: flex;
  color: white;
}

.footerBg .secondPhase .contain .helpLine div a:first-child:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #eee;
  margin: 0 8px
}

.footerBg .secondPhase .contain .sitePolicy {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  text-align: right;
  row-gap: 8px
}

.footerBg .secondPhase .contain .sitePolicy span {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #eee;
  display: flex;
  -moz-column-gap: 14px;
  column-gap: 14px
}

.footerBg .secondPhase .contain .sitePolicy span:last-child {
  margin-left: auto
}
.footerBg .secondPhase .contain {
  display: flex;
  color: #eee;
  -moz-column-gap: 44px;
  column-gap: 44px;
}
.footerBg .secondPhase .contain .sitePolicy span a{
  color: white;
}
@media (max-width: 991px){
  /*  */
.top-menu .logos{
  padding: 10px 0;
}
.top-menu .logos img{
  object-fit: cover;
  width: 100%;
}

  .footerBg .secondPhase p {
    font-size: 12px;
    line-height: 16px;
}
.footerBg {
  padding: 20px 0;
}
.footerBg .secondPhase .contain span {
  margin: auto;
  display: block;
  text-align: center;
}
.footerBg .secondPhase .contain .socialMedia ul {
  justify-content: center;
}
.footerBg .secondPhase .contain span {
  margin: auto;
  display: block;
  text-align: center;
}
.footerBg .secondPhase .contain .helpLine div a {
  font-size: 16px;
  line-height: 32px;
}
.footerBg .secondPhase .contain .sitePolicy {
  border-top: 1px solid #7a7a7a;
  padding-top: 25px;
  row-gap: 4px;
}
.footerBg .secondPhase .contain .sitePolicy span {
  -moz-column-gap: 3px;
  column-gap: 3px;
  font-size: 12px;
}
.footerBg .secondPhase {
  border: none;
  margin-top: 0;
  padding: 20px 0;
}
.footerBg .secondPhase .contain {
  display: block;
  margin-top: 30px;
}
.footerBg .secondPhase .contain .helpLine div {
  justify-content: center;
}
.footerBg .secondPhase .container {
  display: block;
}
}

section.header{
  position: sticky;
  top: 0;
  width: 100%;
  background: white;
  z-index: 999;
}
/* gccv  */
.banner-wrap .banner-sub-wraps .content-wrap{
  padding: 0;
}
.general_tab:before{
  content: unset;
}
/* pccv */
.banner-wrap.criti-care-bg .banner-sub-wraps .content-wrap{
  padding:  0;
}
section.popup.broker_header_popup{
  background-color: unset;
  z-index: 0;
}
section.popup.broker_header_popup.visble{
  background: rgb(0 0 0 / .4);
}
.payment-head{
  margin-top: 100px;
}
@media (max-width:768px){
  section.popup.broker_header_popup.visble{
    z-index: 9;
  }
  .toll-logo{
    display: block; 
  }
  .top-menu .logos .toll-logo img{
    height: 32px;
  }
  .top-menu .logos{
    padding: 10px 3px;
  }
  .top-menu .logos .brokerlogo img{
    object-fit: contain;
    width: auto;
    max-width: 100px;  
  }
}
/* #main{
  margin-top: 40px; */
/* } */
/*  */
/* .banner-wrap{
  padding-top: 60px;
}
.banner-wrap .banner-sub-wraps{
  padding-top: 60px;
}  */
#otpdiv .back_button{
  margin-top: 83px;
}
#otpdiv .body-wrapper{
  padding: 0px 0 0;
  margin-top: 0px;
}
.body-wrapper{
  padding: 60px 0 0;
  margin-top: 60px;
}
#policyDetails,   #premiumDetails, #vehicleDetails{
  padding-bottom: 38px;
}
.rate{
  justify-content: center ;
}

.broker-para{
  text-align: center;
  margin-bottom: 15px;
 }

#broker_popup.popup .uploader .edid-btns{
  margin-top: 32px;
}
#broker_popupfw{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: 94%;
  max-width: 670px;
  margin: unset;
  /* opacity: 0; */
  display: none;
  padding: 15px;
  bottom: unset;
}
#broker_popupfw.show{
  display: block;
}
#broker_popupfw .broker-para{
  word-break: break-all;
}

.math-capcha {
  display: flex;
  align-items: center;
}
#mathQuestion {
  background: #fff;
  color: #666868;
  font-size: 14px;
  line-height: 21px;
  /* padding: 13.5px 27px 13.5px 16px; */
  border-radius: 8px;
  margin-bottom: 0;
}
#answer {
  border-radius: 8px;
  font-size: 14px;
  line-height: 21px;
  transition: border-color .3s;
  border: none;
  text-align: left;
  padding: 13.5px;
  max-width: 146px;
  width: 100%;
}
.catcha_input{
  /* width: 62%; */
  position: relative;
  gap: 24px;
}
.math-capcha {
  /* width: 62%; */
  position: relative;
  gap: 24px;
}
.math-capcha span.error {
  position: absolute;
  bottom: -16px;
  left: 0px;
  min-width: 233px;
  width: 100%;
}
.banner-wrap .banner-sub-wraps .content-wrap .wrapper .mobile-forms {
  gap: 16px;
}
@media (max-width:992px) {
  #answer {
      border: 1px solid #c4c4c4;
      max-width: 185px;

  }
  .banner-wrap .banner-sub-wraps .content-wrap{
      padding: 28px 0;
      margin: 0 auto;
  }
  #mathQuestion{
      font-size: 16px;
      margin-bottom: 0;
      color: #666868;    
      padding: 13.5px 25px 13.5px 14px;
      width: auto;
      background-color: #F2F2F2;   
       white-space: nowrap;
  }
  .math-capcha span.error{
      right: unset;
      min-width: fit-content !important;
  }
  #answer, .math-capcha {
      width: 100%;
      gap: 16px;
  }
  
 
}
.catcha_input{
  position: relative;
}
@media(max-width:768px)
{
  .productbg .motar .wrapper .insuranceTab .insuranceContentWrapper .insure-buttons
  {
      margin-top:24px !important;
  }
}
.banner-wrap .banner-sub-wraps .content-wrap
{
  padding: 0px 0 !important;
}
.banner-head-one
{
  margin-bottom: 32px;
}
@media (max-width:375px) {
 
  .banner-wrap .banner-sub-wraps .content-wrap{
      padding: 28px 0;
  }
  .banner-head-one {
      margin-bottom: 0;
  }
}
/* .banner-wrap .banner-sub-wraps{

} */