/* BASIC */



html {
  position: relative;
  min-height: 100%;
  
}

*:focus {
  outline: none;
} 

#icon {
width:60%;
}


hr{
  margin: 0.60rem 0 !important;
  color: #a0a0a1 !important;
}

.wrapper-main{
  min-height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  /* background-color: #F7EDD4 !important; */
}

a {
  color: #285979 !important;
  display:inline-block;
  text-decoration: none !important;
  font-weight: 500;
  cursor: pointer;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display:inline-block;
  margin: 40px 8px 10px 8px; 
  color: #cccccc;
}

.bg-aibWhite{
  background-color: #F7EDD4 !important;

}

.text-11{
  font-size: 11px !important;
}

.text-14{
  font-size: 14px !important;
}


.text-16{
  font-size: 16px !important;
}

.text-18{
  font-size: 18px !important;
}

.text-24{
  font-size: 24px !important;
}

.text-32{
  font-size: 32px !important;
}

.text-black{
  color: #000000 !important;
}

.text-blue{
  color: #285979 !important;
}

.text-darkblue{
  color: #285979 !important;
}

/* Scroll Bar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #e9e9e9; 
}
 
::-webkit-scrollbar-thumb {
  background: #6e6054; 

}

::-webkit-scrollbar-thumb:hover {
  background: #3d3228; 
}

/* Scroll Bar End */

.btn-greyNew{
  background-color: #d5d5d5;
    text-transform: uppercase;
    font-size: 18px;
    color: #3d3d3d;
    padding: 12px 46px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 35%);
}

.btn-green{
  background-color: #b5daa3;
    text-transform: uppercase;
    font-size: 18px;
    color: #3d3d3d;
    padding: 12px 46px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 35%);
}

.quoteaccordian-box{
  margin-bottom: 5px;
}

.loader_main{
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: o;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.479); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

/* Loader CSS */

.sticky-container{
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: 10px;
  bottom:50px;
  width: 100px;
  z-index: 1;
  font-size: 14px;
}
.sticky li{
  list-style-type:none;
  background-color:#fff;
  border: 1px solid rgb(209 209 209);
  color:#efefef;
  height:65px;
  padding:0px;
  margin:0px 0px 10px 0px;
  padding: 6px 6px;
  border-radius: 50px;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  cursor:pointer;
}

.sticky i{
  color: #000;
  text-align: center;
}
.sticky li:hover{
  background-color: #b3e2fd;

}

.sticky li p{
  padding-top: 2px;
  margin: 0px;
  line-height: 12px;
  font-size: 14px;
}
.sticky li p a{
  text-decoration:none;
  color:#2C3539;
}
.sticky li p a:hover{
  text-decoration:underline;
}

.loadernox{
  position: absolute;
  display: inline-block;
  top: 45%;
  left: 45%;
}

.spinner {
    --d: 38.7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    color: #ffffff;
    box-shadow: calc(1*var(--d))      calc(0*var(--d))     0 0,
           calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1.8px,
           calc(0*var(--d))      calc(1*var(--d))     0 3.5px,
           calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 5.3px,
           calc(-1*var(--d))     calc(0*var(--d))     0 7px,
           calc(-0.707*var(--d)) calc(-0.707*var(--d))0 8.8px,
           calc(0*var(--d))      calc(-1*var(--d))    0 10.6px;
    animation: spinner-a90wxe 1s infinite steps(8);
}

@keyframes spinner-a90wxe {
  100% {
     transform: rotate(1turn);
  }
}

.btn-outline-primary{
  color: #285979 !important;
    border-color: #285979 !important;
}

.btn-outline-primary:hover{
  color: #285979 !important;
    border-color: #f99746 !important;
    background-color: #fff !important;
}

/* STRUCTURE */

.navCustom{
  height: 7rem;
  /* background-color: #F7EDD4; */
  -webkit-box-shadow: 0px 9px 5px -3px rgb(211 211 211 / 24%);
  -moz-box-shadow: 0px 9px 5px -3px rgb(211 211 211 / 24%);
  box-shadow: 0px 9px 5px -3px rgb(211 211 211 / 24%);
  z-index: 10;
}

.navCustom img{
  width: 150px;
}

.cuscircle{
  padding: 3px;
    border: 2px solid #285979;
    border-radius: 30px;
    font-size:8px;
    position: relative;
    top: -3px;
}

.tollfree-box{
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  color: #285979;
}

.tollfree-box div{
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
.quoteregno{
  margin-top: 0px;
}

.regform-box{
  position: absolute;
  top:0;
    background-color: #f7eed3a3;
    padding: 75px 0px 90px 0px;
}

.quoteregno-htext{
  font-size: 32px;
  font-weight: 600;
  color: #574535;
  text-align: center;
  margin-bottom: 18px;
  /* padding: 25px 0px 5px 0px; */
}

.quoteregno-htext span{
  color: #285979;
}

.quoteregno-box{
  padding: 20px;
}

.quoteregno-main{
  background-color: #f9f9fc;   
  /* f9f9fc */
  box-shadow: 0px 4px 24px -5px rgba(40,89,121,0.24);
  padding: 20px!important;
  border-radius: 15px;
}

.quote-top-edit{
  padding: 8px 0px !important;
  border-radius: 0px !important;
  background-color: #f4ddb2 !important;  
}

.manufac-car-photo img{
  border-radius: 5px;
}

.quoteregno img{
  border-radius: 0px 5px 20px 20px / 0px 0px 20px 20px;
}

.quoteregno-field input{
  height: 50px;
  font-size: 18px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;

}

/* .quoteregno-field input::-webkit-input-placeholder{color: #f99746;

} */

.quoteregno-field button{
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: 4px;
    padding: 7px 20px 9px 20px;
    outline: none;
    border-radius: 11px;
    color: #3d3d3d;
    border: none;
  }

  .quoteregno-field button:active {
    box-shadow: 0 1px #666;
  }


.btn-primeaycustom{
  background-color: #b5daa3 !important;
}

.btn-primary{
  background-color: #b5daa3 !important;
  border-radius: 10px !important;

}

.text-blue-bold{
  color: #285979 !important;
  font-weight: bold;
}

.btn-warning{
  background-color: #f99746 !important;
  border-radius: 10px !important;
}

.customerinfo-btn{
      background-color: #b5daa3;
    text-transform: uppercase;
    font-size: 18px;
    color: #3d3d3d;
    padding: 12px 46px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 35%);
}

.customerinfo-btn:active {
  background-color: #f99746;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.quote-btn{
  color: #4f4035;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 20px;
    border-radius: 20px;
    background-color: #b4d9a6 !important;
    border: none;
    border: none;
    box-shadow: 0 4px #e1e88d;
    width: 100%;
}

.m-letft25{
  margin-left: 25px;
}

.quote-btn:active {
  background-color: #f99746;
  box-shadow: 0 5px #666;
  transform: translateY(3px);
}

/* Step 2 */

.rightbox-detailmain{
  font-size: 16px;
  text-transform: uppercase;
}

.border-b0ttom-box{
  border-bottom: 2px solid #dbcbab82;
}

/* .rightbox-detailmain div{
  margin-top: -6px;
} */

.rightbox-detailmain span{
  font-size: 12px;
  text-transform: none;
  color: #285979;

}

.cuscircle-editbtn{
  padding: 10px 0px;
  text-align: right;

}

.cuscircle-editbtn i{
  width: 35px;
    height: 35px;
    padding: 4px;
    color: #000000;
    border: 2px solid #285979;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    /* top: -3px; */
    /* left: 5px; */
    padding: 9px;
}

.quotemodelsearch-field {
  width: 220px;
  float: right;
  margin-top: 14px;
}

.quotemodeform input{
  height: 48px;
    font-size: 14px;
    border-radius: 8px;
  /* height: 60px;
  font-size: 18px;
  border-radius: 20px; */
}

.quotemodelsearch-field input {
  height: 33px;
  font-size: 12px;
  border-radius: 8px;
}

.quotemodelsearch-field button {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 3px 16px;
  border-radius: 7px !important;
  background-color: #b5daa3 !important;
  color: #582c06 !important;
  border: 1px solid #f5ebd400;
}

.manufacname__main{
  padding: 20px 25px;
  background-color: #f9edd500;
}

.width100{
  width: 100%;
}

.manufac-box a{
  margin-top: 25px;
}

.manufac-nm-main{
  font-size: 12px;
    font-weight: 700;
    color: #285979;
    text-transform: uppercase;
  background-color: #f7f2e9;
  border: 1px solid #cbb783;
  box-shadow: 0px 10px 10px -6px rgba(40,89,121,0.23);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 12px;
  text-align: center;
    padding: 6px;
    margin-top: 0px;
    cursor: pointer;
}

.manufac-nm-main div{
  margin-top: 3px;
}

.choosecover-height{
  height: 250px;
}

.myourcover-main {
  height: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid rgba(40,89,121,0.15);
  box-shadow: 0px 10px 10px -6px rgb(40 89 121 / 23%);
  border-radius: 20px;
  padding: 12px 10px 8px 10px;
  cursor: pointer;
}

.myourcover-main h3{
  font-size: 18px;
  font-weight: 700;
}

.previous_policy__type{
  font-size: 18px;
    font-weight: 700;
    padding: 20px;
    background-color: #f9f9fc;
    border: 1px solid rgba(40,89,121,0.15);
    box-shadow: 0px 10px 10px -6px rgb(40 89 121 / 23%);
    border-radius: 20px;
    margin-top: 25px;
    cursor: pointer;
}

.manufac-nm-main:hover{
    border: 1px solid rgb(255 188 0);

}

.manufac-nm-main:visited{
  border: 1px solid rgb(255 188 0);

}

.existingncb-border{
  border-radius: 5px;
}

.border-dotted{
  border: 1px dotted #cb6612;
  padding: 10px;
}

.calender-icon{
  width: 40px;
  font-size: 20px;
  position: absolute;
  top: 44px;
  right: -6px;
  z-index: 1;
  color: #285979;
}

.calender-icon2{
  width: 40px;
  font-size: 20px;
  position: absolute;
  top: 44px;
  right: 7px;
  z-index: 1;
  color: #285979;
}

.calender-icon3{
  width: 40px;
    font-size: 20px;
    position: absolute;
    top: 49px;
    right: 5px;
    z-index: 1;
    color: #285979;
}

.react-datepicker__month-select, .react-datepicker__year-select{
  height: 35px;
    padding: 6px;
}

.active-gc{
  background-color: #F7EDD4 !important;
  border: 1px solid #f99746 !important;

}

.active_green{
  background-color: #b5daa3 !important;
  box-shadow: 0px 10px 10px -6px rgb(40 89 121 / 23%);
    border-radius: 12px;
    border: 2px solid #effee8 !important;
}

.active_green__light{
  background-color: #cae3bd !important;
  padding:9px;
  border-radius: 12px;
  font-size: 28px;
  color: #4f6f40;
  text-align: center;
}

.active_green__box{
  padding: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #285979;
}

.active_green__box div{
  margin-top: 4px;
}

.active_green__box__2 div{
  padding:9px 0;
}

.h2heading-com{
  color: #285979;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.accordianheader-quote button{
  padding: 0px !important;
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}


.Quote-brandtext{
  font-size: 12px;
  font-weight: 500;
}

.Quote-varienttext{
  font-size: 14px;
  margin-top: 0px;
}

.Quote-brandtext_h{
  font-size: 16px;
  font-weight: 600;
  background-color: #daeffd;
  color:#285979;
  border-radius: 10px;
  text-align: center;
  padding: 3px;
}

.quotecircle-editbtn i{
  width: 18px;
  height: 18px;
  color: #000000;
  border: 2px solid #285979;
  border-radius: 30px;
  font-size: 8px;
  padding: 3px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}


.cust-checkbox {
  display: block;
  /* margin-bottom: 8px !important; */
  padding-left: 0px !important;
}

.cust-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cust-checkbox label {
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.cust-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #285979;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 8px;
}


.cust-checkbox input:checked + label:after {
  content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 6px;
    width: 9px;
    height: 16px;
    border: solid #f99746;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.quote_main{
    background-color: #ffffff;
    box-shadow: 0px 4px 24px -5px rgb(40 89 121 / 24%);
    border-radius: 20px;

}

.stckyBox{
  position: sticky;
    position: -webkit-sticky;
    top: 10px;
    z-index: 1;
}

.quote_bottom{
  background-color: #e9e9e9;
  border-radius: 0px 0px 25px 0px;
}

.quote_bottom_left {
  float: left;
  width: 300px;
  height: 20px;
  font-size: 11px;
  font-weight: 600;
  background-color: #285979;
  position: relative;
  padding: 1px;
  text-align: center;
  color: #fff;
  border-radius: 0px 25px 0px 25px;
}
.quote_bottom_right {
  height: 20px;
  position:relative;
  left:0px;
  right: 0;
  margin-left: 283px;
  text-align: center;
  padding: 4px;
}

.quote-box2-bdr_main{
  padding: 8px 13px;
}

.quote-box2-bdr{
  border-bottom: 1px solid #f1f1f1;
}

.quote-premium-box{
  background-color: #f1f8fc;
  height: 100%;
  padding: 6px;
}

.quote-premium-text{
  color: #f99746;
  font-size: 12px;
}

.quote-premium_numtext{
  font-size: 20px;
  font-weight: 700;
  color: #285979;
  margin: -4px;
}

.quote-premium_numtext span{
  font-size: 14px;
  color: #000000;
}

.quote-premium_break{
  font-size: 12px;
}

.quote-main_bx{
  padding: 5px 10px;
}

.quote-main_bx div{
  margin-top: 4px;
  margin-bottom: 0px !important;
}

.chnage_idv{
  border-radius: 12px !important;
  font-size: 14px;
  padding: 7px 10px
}


.col-sm-3half {
  width: 22.166667% !important;
}

.col-sm-8half {
  width: 77.83333333% !important;
}

.manufac-car-photo{
  padding: 0px 0px 0px 0px;
  margin-right: 10px;
  /* width: 85px;
  float: left; */
}

.manufac-car-text{
  width: auto;
  float: left;
}

.topeditquote-new{
  margin-top: 2px !important;
  color: #4f4035;
}

.chooseprev-tpenot_exp{
  border-radius: 8px 8px 0px 0px;
    width: 100%;
    margin-top: 0px !important;
    padding: 6px;
    background-color: #f99746;
    color: #fff;
}

.chooseprev-tpenot_p{
      /* margin-top: 10px; */
    /* height: 45px; */
    padding: 6px 7px;
    margin-bottom: 0px;
}

.idv-rupee-q{
  width: 30px;
  position: absolute;
  top: 7px;
  right: 160px;
  font-size: 16px;
  color: #0d3960;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #285979;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f99746;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.comprehensive-box-cust{
  padding: 0px 10px;
}

.red-validation{
  color: red;
  font-size: 12px;
}

ul.tickul {
  list-style: none;
  padding: 0;
  line-height: 22px;
}
ul.tickul li {
  padding-left: 1.3em;
  margin-bottom: 15px;
}
ul.tickul li:before {
  content: "\f14a"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #cd1d1f;
}

/* TickYes  */

ul.TickYes {
  list-style: none;
  padding: 0;
  line-height: 22px;
}
ul.TickYes li {
  padding-left: 1.3em;
  margin-bottom: 15px;
}
ul.TickYes li:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #02aa4e;
}

/* TickNo  */

ul.TickNo {
  list-style: none;
  padding: 0;
  line-height: 22px;
}
ul.TickNo li {
  padding-left: 1.3em;
  margin-bottom: 15px;
}
ul.TickNo li:before {
  content: "\f057"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #bb0101;
}


.premiumbreak-boximg{
  padding: 10px;
}

.premiumbreak-boxtext{
  font-size: 12px;
    color: #085785;
    font-weight: 700;
    padding: 6px 14px;
    line-height: 18px;
    background-color: #f8f8f8;
}

.premiumbk-boxspan{
  font-size: 12px;
    background-color: #d2f0ff59;
    color: #354a54;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid #1e5a7833;
}

.premiumbk-boxspan01{
  font-size: 12px;
    background-color: #d2f0ff59;
    color: #354a54;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid #1e5a7833;
}

.premiumbk-boxspan02{
  font-size: 12px;
    background-color: #d2f0ff59;
    color: #354a54;
    padding: 5px;
    border: 1px solid #1e5a7833;
}

.premiumbreak-policy{
  background-color: #ff8c48;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    margin-top: 11px;
}

.modal-content{
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 9px 5px -3px rgba(61,62,129,0.24);
  -moz-box-shadow: 0px 9px 5px -3px rgba(61,62,129,0.24);
  box-shadow: 0px 9px 5px -3px rgba(61,62,129,0.24);
  font-size: 18px;
}


.modal-header{
  background-color: #2859792b;
  color: #285979;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important; 
}

.popup_quote p{
  font-size: 16px;
  margin-bottom: 20px;
}

.popup_quote span{
  font-size: 18px;
  color: #285979;
  font-weight: 600;
}

.text-16{
  font-size: 16px !important; 
}

.text-18{
  font-size: 18px !important; 
}

.text-14{
  font-size: 14px !important;
}

.text-12{
  font-size: 12px !important;
}


.table>:not(caption)>*>*{
  padding: 3px !important;
}

.payable-premium_text{
  font-size: 18px;
  text-align: right;
  font-weight: 700;
}

.payable-premium_text span{
  font-size: 36px;
  color: #f99746;
}

.premium-breakuplogo{
  background-color: #fff;
}

.quoteTopedit {
height: auto;
}

.fix-search {
  width: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9;
}

.form-floating>.form-control, .form-floating>.form-select {
  border-radius: 10px !important;
}

.compare_main{
  background-color: #f2faff;
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    
}

.compareborder_main{
  padding: 5px;
}

.compareborder_main div{
  border: 1px solid #97bcd5;
  height: 50px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  padding-right: 20px;
  border-radius: 6px;
  -webkit-border-radius:6px
}

.compareborder_btn-2{
cursor: pointer;
}

.compare-disable-btn{
  background-color: #aeafaf;
  color: #000;
  font-size: 16px;
}

.compareborder_main h3{
  font-size: 22px;
    font-weight: 700;
    padding: 18px 10px;
}

.compareborder_main img{
  padding: 2px 5px;
}

.compareborder_main i{
    position: absolute;
    top: -13px;
    right: -9px;
    font-size: 16px !important;
    background-color: #ccd8e1;
    color: #8099a7;
    padding: 5px 8px;
    cursor: pointer;
    margin: 3px;
    border-radius: 28px;
}

.compareborder_main h5{
  color: #7a7a7a;
  padding: 12px 0px 12px 12px;
}

.compareborder_main button{
    background-color: #b5daa3;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #3d3d3d;
    border-radius: 6px;
    -webkit-border-radius:6px;
    padding: 10px 30px;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 35%);
    border: 0;
}

/* .compareborder_main button:hover{
  border: 1px solid #f99746;
    background-color: #f99746;
} */

.compareclose_btn{
  font-size: 28px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
    right: 13px;
    top: -35px;
}

.compareclose_btn a{
  padding: 16px 0px;
  color: #cd1d1f;
}

.share-quotebtn_main{
  background-color: #f2f2f8;
    border-radius: 11px;
    width: 200px;
    padding: 15px 8px !important;
}


.cust-checkboxstage{
  padding-left: 25px !important;
}

.vehicle_proposal-main input, select{
  height: 50px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #c9c9c9;
  padding: 10px;
}

.vehicle_proposal-main  h2{
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #285979;
  margin-top: 10px;
  padding: 6px;
  text-transform:none;
}

.proposal_steps-main{
    font-weight: 700;
  background-color: #f6f6f6;
  padding: 0px 15px;
}

.proposal_steps_number{
  height: 100%;
  background-color: #eda401;
  text-align: center;
  padding: 8px;
  border-radius: 20px;
}

.border-radius{
  border-radius: 0px !important;
}


.radiolabel_border{
  border: 1px solid #c9c9c9;
    padding: 18px 45px !important;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    width: 49.5%;
}

.radiolabel_border::before{
  top: 18px !important;
    left: 18px !important;
}

.radiolabel_border::after{
  top: 22px !important;
    left: 22px !important;
}


.form-switch .form-check-input {
  width: 6em !important;
}

.proposal-imgbox-right h5{
  color: #285979;
  font-size: 16px;
}

.proposal-main-right{
  padding: 20px 20px 10px 20px;
}

.proposal-main-footer{
  background-color: #ecf0b7;
  border-radius: 0px 0px 15px 15px;
  padding:18px 20px;
}

.proposal-contentbox-right{
  background-color: #fff;
  padding: 10px 22px 10px 22px;
  border-radius: 20px;
  /* margin: 12px 12px 8px 12px; */
}


/* Use a wide full screen for small screens like tablets. */
/* @media (min-width: 768px) and (max-width:992px) {
  .container {
  width: initial;
      padding-left: 2em;
      padding-right: 2em;        
}
} */

/* --- Plans ---------------------------- */

.my_planHeader {
  text-align: center;
  color: #000;
  padding-top:.80em;
  padding-bottom:0.80em;
}
.my_planTitle {
  font-size:2em;
  font-weight: bold;
}
.my_planPrice {
  font-size:1.2em;
  font-weight: bold;    
  margin-top: 10px;
  margin-bottom: 10px;
}
.my_planDuration {
  margin-top: -0.6em;
}



/* --- Features ------------------------- */

.my_feature {
  padding: 15px; 
  font-size: 16px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
}



.my_featureRow {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border: 0.1em solid rgb(163, 163, 163);
}    

/* --- Plan 1 --------------------------- */
.my_plan1 {
  background: rgb(233,245,255);
}

.my_planHeader.my_plan1 a {
  background: #285979;
  color:white;
  width: auto;
}

.my_planHeader.my_plan1 {
  background:  #ffffff;
  border-bottom: thick solid #16425e;
  border-right: 1px solid #cbcbcb;
  padding-bottom: 20px;
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
  background: #fff3e9;
}

.my_planHeader.my_plan2 a {
  background: #f99746;
  color:white;
  width: auto;
}

.my_planHeader.my_plan2 {
  background: #ffffff;
  border-bottom: thick solid #cb6612;
  border-right: 1px solid #cbcbcb;
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
  background: rgb(233,245,255);
}

.my_planHeader.my_plan3 a {
  background: #285979;
  color:white;
  width: auto;
}

.my_planHeader.my_plan3 {
  background: #ffffff;
  border-bottom: thick solid #16425e;
}


.my_planFeature {
  text-align: center;
  font-size: 16px;
  padding: 15px 0px;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 26%);
-moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 26%);
box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 26%);
}

.my_planFeature i.my_check {
  color: green;
}

.my_featureBlank{
  background-color: #f7d5b8;
    padding: 16px 6px;
    color: #582c06;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #cd6006;
}


.comperesion-textmain{
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.closecompare{
  position: absolute;
  top: 0;
  right: 0;
  margin: 2px;
  font-size: 21px;
}

.closecompare a{
  background-color: transparent !important;
   color: #c70000 !important;
}

.tooltip-box{
  border-radius: 10px;
  z-index: 9;
  width: 300px;
}

.tooltip-box div{
  background-color: #dcefff;
  padding: 5px 10px;
  border-radius: 10px 10px 0px 0px;
  font-weight: bold;
  font-size: 12px;
}

.tooltip-box p{
  padding: 5px 10px;
  margin-bottom: 0px;
  font-size: 12px;
}


.addplabtxt_main{
  padding: 35px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.651);
}

.addplabtxt-img{
  font-size: 28px;
  color: #0079bf;
}

.addplabtxt{
  font-size: 28px;
  font-weight: bold;
}
.success-main{
  background-image: url(../images/payment-celebration.gif);
  height: 500px;
}

.Congratulationstext{
  font-size: 15px;
}

.Congratulationstext span{
  background-color: #f99746;
  color: #fff;
  border-radius: 10px;
  padding: 3px 10px;
}


.lead a{
  width: auto;
  color: #fff;
}

.nominee-DOB-input{
  height: 60px !important;
  padding-top: 27px !important;
}

.nominee-DOB-label{
  top: -10px !important;
  font-size: 14px;
  color: #6c7074;
}

.dis-none{
  display: none;
}

.display-block{
  display: block;
}

.bg-w-btn{
  border-radius: 10px;
  border: 1px solid #83a5bb;
  padding: 5px 10px;
  margin-right: 5px;
  font-size: 12px;
}

.bg-green-btn{
  background-color: rgb(40, 89, 121);
  color: #fff;
}

.quoteHRline{
  margin: 0.45rem 0 !important;
}

.footer{
  /* background-color: #F7EDD4; */
  padding: 7px;
  color: #2F261D;
  text-align: center;
  width: 100%;
  font-size: 12px;
}

.css-qc6sy-singleValue {
  /* padding-top: 13px; */
  font-size: 16px;
}

.css-1pndypt-Input{
  padding-top: 8px !important;
}

.css-319lph-ValueContainer{
  height: 56px;
}
.css-1s2u09g-control{
  border-radius: 10px !important;
}

.form-check-input{
  height: 28px !important;
}

.form-check-input:checked{
  background-color: #f99746 !important;
    border-color: #f99746 !important;
}


/* Range Slider */
.rangeslider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #e8e8f7;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.rangeslider:hover {
  opacity: 1;
}

.rangeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f99746;
  cursor: pointer;
}

.rangeslider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f99746;
  cursor: pointer;
}

.card-body-h{
  height: 320px !important;
}

/* Range Slider End */

.proposal-imgbox-right{
  margin-left: 10px;
  margin-top: 5px;
}

.proposal-main-right{
  background-color: #f6f6f6;
  border-radius: 15px 15px 0px 0px;
}

/* Multi Step Form */


.multistep-box{
  background-color: #f6f6f6;
  margin-bottom: 25px;
  border-radius: 25px;
}

.multistepform{
  background-color: #f6f6f6;
  padding: 18px 25px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.steps-icon{
  width:55px;
  height: 55px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  padding:7px 15px;
  background-color: #f7edd4;
  }

  .steps-icon2{
    padding:2px 11px;
  }

  .steps-icon3{
    padding:2px 17px;
  }

  .multistep-text {
    margin-left: 15px;
    padding: 4px 0px;
  }

  .multistep-text p{
    font-size: 16px;
    font-weight: bold;
    color: #285979;
    margin-bottom: 0px;
  }

  .multistepform::after{
    content: '';
    display: table;
    clear: both;
  }

  .multistepform-active{
      background-color: #f4f6d7;
  }

  .multistepform-active .steps-icon{
    background-color: #e1e88d;
    color: #676666;
  }

  /* Animation */

  .dots {
    width: 17.3px;
    height: 17.3px;
    background: #939393;
    color: #939393;
    margin: 5px auto;
    border-radius: 50%;
    box-shadow: 28.8px 0,-28.8px 0,-57.2px 0;
    animation: dots-u8fzftlg 1.2s infinite linear alternate;
 }
 
 @keyframes dots-u8fzftlg {
    0% {
       box-shadow: 28.8px 0,-28.8px 0,-57.2px 0;
    }
 
    20% {
       box-shadow: 28.8px 0,-28.8px 0,-57.2px 0 rgba(147,147,147,0.13);
       background: rgba(147,147,147,0.13);
    }
 
    30% {
       box-shadow: 28.8px 0,-28.8px 0 rgba(147,147,147,0.13),-57.2px 0;
       background: rgba(147,147,147,0.13);
    }

    50% {
      box-shadow: 28.8px 0 rgba(147,147,147,0.13),-28.8px 0,-57.2px 0;
      background: rgba(147,147,147,0.13);
   }
 }


@media (max-width: 768px) {
  .navCustom img {
    width: 95px;
}

.tollfree-box div {
  font-size: 12px;
  font-weight: 500;
}

.tollfree-box {
  font-size: 16px;
  font-weight: 700;
}

.cuscircle {
  padding: 3px;
  border: 2px solid #285979;
  border-radius: 30px;
  font-size: 6px;
  position: relative;
  top: -3px;
}

  .my_feature {
      text-align: center
  }
  .my_planTitle {
    font-size:small;
  } 

  .quoteregno-htext {
    font-size: 22px;
    font-weight: 600;
    color: #285979;
    text-align: center;
    padding: 40px 0px;
    line-height: normal;
    width: 280px;
    margin: auto;
}

.quoteregno-field input {
  height: 60px;
  font-size: 18px;
  border-radius: 15px;
}

.quoteregno-field button {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: 12px;
  right: 0px;
  padding: 7px 20px;
  width: 100%;
}

.quoteregno-main {
  padding-top: 2px;
}

.gfg a{
  border: 1px solid #000;
    padding: 5px;
    position: relative;
    width: 87%;
    margin: 6px 22px;
    border-radius: 6px;
}

.quotemodelsearch-field {
  width: 100%;
  float:none;
  margin-top: 0px;
}

.quotemodelsearch-field input {
  height: 45px;
  font-size: 14px;
  border-radius: 10px;
}

.quotemodelsearch-field button {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 4px 16px;
  border-radius: 11px;
}

.h2heading-com {
  font-size: 18px;
}


.manufac-nm-main{
  padding: 10px 5px;
}

.manufacname__main {
  padding: 2px 12px 20px 12px !important;
}

.gutter-m{
  --bs-gutter-x: .7rem !important;
}

.w-100{
  width: 100%;
}

.myourcover-main h3{
  font-size: 20px;
}

.col-sm-3half {
  width: 100% !important;
}

.col-sm-8half {
  width: 100% !important;
}

.proposal_steps_number{
  font-size: 18px;
    padding: 12px 5px;
}

.proposal_steps_number i{
  margin-left: 0px !important;
}

.vehicle_proposal-main h2 {
  font-size: 14px;
}

.addon-btn-m{
  font-size: 12px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 67px;
    padding: 22px 0px;
    text-align: center;
    color: #000;
    font-weight: 700;
    z-index: 16;
    box-shadow: 0px 4px 24px -5px rgb(40 89 121 / 24%);
}

.addon-hideshow-m{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 90%;
  background-color: #e5e5e5;
  overflow: scroll;
  z-index: 15;
  padding: 20px;
}

.caredit-hideshow-m{
  position: absolute;
    top: 63px;
    left: 0px;
    height: 100vh;
    width: 100%;
    background-color: #e5e5e5;
    overflow: scroll;
    z-index: 3;
    padding: 60px 20px 20px 20px;
}

.overlay-addons {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.nominee-DOB-input{
  height: 60px !important;
  padding-top: 27px !important;
}

.nominee-DOB-label{
  top: -10px !important;
  font-size: 14px;
  color: #6c7074;
}

.radiolabel_border{
    width: 49.2%;
}

.quote-compnay-logo{
  width: 100px !important;
  margin-top: 3px;
}

.payable-premium_text {
  font-size: 18px;
  text-align: center;
}

.payable-premium_text span{
  font-size: 24px;
}

.edit-cardetails-btn{
  width: 145px;
    background-color: #fff;
    margin: -21px auto 0px auto;
    padding: 9px 8px 5px 8px;
    border-radius: 9px;
    border: 1px solid #d3d2d2;
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 5;
}

.manufac-nm-main {
  font-size: 12px;
}

.col-sm-half {
  width: 49.857142857143% !important;
}

}


@media (min-width: 768px) {
  /* .addon-hideshow-m{
    transform: translateX(0px) !important;
  } */

  .caredit-hideshow-m{
    transform: none !important;
  }
  
  .display-none{
    display: block !important;
    overflow: visible !important;
    
  }

 }


@media (max-width: 1080px) {


}


.react-datepicker__day--outside-month {
  color: transparent !important;
  pointer-events: none;
}

.react-datepicker__day.react-datepicker__day--keyboard-selected {
  background: none;
  color: black;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.box-blur {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  font-weight: bolder;
  width: 100%;
  height: 100%;
  padding: 1rem;
  z-index: 9;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(-1px);
  -o-backdrop-filter: blur(-1px);
  -moz-backdrop-filter: blur(-1px);
  backdrop-filter: blur(-1px);
}

.wrapper {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: #F7EDD4; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-wrapper {
  width: 415px !important;
  display: flex;
  flex-direction: column;
  padding: 40px 30px !important;
  border-radius: 40px;
  box-shadow: 0px 10px 50px #285979;
  background-color: #ffffff;
}

.lastName {
  display: flex;
  padding: 0px 50px;
  flex-direction: column;
  margin-bottom: 15px;
  border-radius: 25px;
}


.lastName {
  width: 100% !important;
  border-radius: 25px;
}


.lastName {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
}

.createAccount {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.createAccount button {
  border-radius: 25px;
  background-color: #b5daa3;
  color: #fff;
  border: 1px solid #fff;
  width: 30% !important;
  margin-top: -1em;
  padding: 8px 0px;
  font-size: 1em;
  font-weight: lighter;
  letter-spacing: 1px;
  margin-bottom: 0.25em;
  margin-left: 10px;
}

.createAccount button:hover {
  color: #000000;
  background-color: #fff;
  border: 2px solid #b5daa3;
}

input {
  padding: 10px 10px;
  border-radius: 25px;
  outline: none;
  border: 2px solid #cfcfcf;
  margin-left: 10px;
}

.btn-green-btn-kyc{
  background-color: #b5daa3;
  text-transform: uppercase;
  font-size: 18px;
  color: #3d3d3d;
  padding: 12px 12px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 35%);
}