
.alert.alert-info, .button
{ 
   max-width: 600px; 
   margin: 40px auto;
   text-align: center;
}

.border-enq {
    margin-bottom:0px!important;
    line-height: 42px;
    border-bottom: solid 1px rgb(112 112 112 / 14%)!important;
    padding-bottom: 17px;
    font-size:20px !important;
    float:left;
    width:100%;
}

.enq-titel {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding-top:1px;
}

.enquiry-frm {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom:30px;
}

.log_set input[type=email], .log_set input[type=mail], .log_set input[type=number], .log_set input[type=password], .log_set input[type=tel], .log_set input[type=text], .log_set select, .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 50px!important;
    border: solid 1px rgba(0,0,0,.15)!important;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 30px;
    color: black;
    font-weight: 400;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: 0;
}


.enquiry-frm-new{
  float: left;
    width: 50%;
    font-size: 14px;
    font-weight:400;
    margin-top:1px;
    margin-bottom: 15px;
}

.plr-none{
  padding-left:0px !important;
  padding-right:0px !important;
  border-bottom: solid 1px rgb(0 0 0 / 8%);
}

.new-ftr{
  float:left;
  width:100%;
  display:inline !important;
}



.btn-callnow-quote{
   /* float:left; */
   border-radius:50px;
   width:170px;
   color:white;
   font-weight:normal;
   font-size:14px;
   background-color:#eb1f26;
   padding-left:22px;
   padding-right:22px;
   padding-top:15px;
   padding-bottom:15px;
   /* margin-top:11px; */
   transition: all ease-in-out 0.5s;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
   margin-left: auto;
   margin-right: auto;
}

.btn-callnow-quote span{
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #ff8c90;
    float: right;
    top: 5px;
    position: relative;
}

.btn-callnow-quote:hover{
    background-color: #2d3099;
    color: #fff;
    text-decoration: none !important;
}

.mb-quote{
  margin-bottom:10px !important;
}

.log_set textarea{
  height:100px !important;
}

.quote-close-btn{
  background-color: #789fd4 !important;
    border-bottom-left-radius: 25px;
      transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.quote-close-btn:hover{
   background-color: #2d3085 !important;
   color:white !important;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quote-close-btn:focus {
     outline: none; 
     outline: none; 
}




.btn-callnow-quote{
    padding: 0px 0px 0px 0px;
    width: 183px;
    height: 52px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #2D3085;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #2D3085;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.btn-callnow-quote:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}



.btn-callnow-quote:hover {
    color: #2D3085;
    text-decoration: none;
}

.btn-callnow-quote:hover:before {
    width: 100%;
    left: 0;
}













.choose-titel{
  float:left;
  width:100%;
  font-size:18px;
  color:black;
  font-weight: 500;
}

.choose-titel strong{
    float: left;
    background-color: #2d3085;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
    padding-top: 7px;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -5px;
}

.choose-titel span{
color:red;
}

.choose-paragraph{
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
    padding-top: 10px;
    line-height: 25px;
}

.cc-input{
  width: 100%;
    float: left;
    position: relative;
    height: 50px!important;
    border: solid 1px rgba(0,0,0,.15)!important;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 30px;
    color: black;
    font-weight: 400;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: 0;
    margin-bottom: 20px;
}

.form-control:focus{
      box-shadow: none !important;
}


.cc-radio-item {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 1vw;
    /* border: 0.1vw solid grey; */
    width: auto;
    height: auto;
    align-items: center;
    padding: 10px 15px;
    background-color: #bedeff;
    border-radius: 0.25vw;
    margin-bottom: 15px;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
}

.cc-radio-text1 {
    font-size: 0.75vw;
    font-weight: 600;
    border: 0.1vw solid #bedeff;
    padding: 0.3vw 0.5vw;
    background-color: white;
    border-radius: 50px;
}

.cc-radio-text2 {
    font-weight: 500;
    font-size: 14px;
}

.cc-radio-item:hover, .cc-radio-number:hover, .clicked {
    border: none;
    background-color: #63b0ff !important;
}

.cc-radio-text1:hover, .clicked .cc-radio-text1 {
    background-color: black;
    color: white;
    border: none;
}

.cc-radio2 {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 1vw;
    font-size: 1.25vw;
    /* top: 2vw; */
    position: relative;
    margin-bottom:15px;
}

.cc-radio-number {
    display: flex;
    cursor: pointer;
    flex-direction: row;
    gap: 1vw;
    /* border: 0.1vw solid grey; */
    width: 45px;
    height: 45px;
    align-items: center;
    padding: 1vw;
    background-color: #bedeff;
    border-radius: 0.25vw;
    font-weight: 600;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
}

.cc-radio3 {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1vw;
    font-size: 1.25vw;
    /* top: 2vw; */
    position: relative;
}

.modal-clcc{
  margin-top: 120px;
}
.error-message {
    color: red;
}