@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400');
*{
  font-family: 'Open Sans', sans-serif;
}


body {
  background: linear-gradient(-45deg, rgba(73,64,177,1) 0%, rgba(36,26,98,1) 100%);
  font-size: 12px !important;
  font-family: 'Open Sans', sans-serif;
  color: black !important;
}
.grecaptcha-badge {
    display:none!important;
}
.form-select {
    font-size: 17px !important;
    padding: 0px 20px !important;
    /*background-image: url(https://caddmarket.com/BIM-Prices/image/arrow-down.svg);*/
    background-image: url(../image/arrow-down.svg) !important;
    
}

.form-control {
    font-size: 17px !important;
    padding: 0px 20px !important;intr
    border: 1px solid #b6dafb !important;
}
.form-check-label {
color:#000;
font-size: 14px;
padding-top: 3px;
}
.intro-heading {
margin-top: 30px !important;
margin-bottom: 20px !important;
text-align: left;
padding-left: 50px;
font-weight: 600;
font-size: 20px;
background: -webkit-linear-gradient(45deg, #241a62, #4940b1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.form-control {
border: 1px solid #b6dafb;
}
select:focus{
  outline: 2px solid #b6dafb;  
}
option{
  font-size: 17px !important;
  font-weight: normal;
  color: black !important; 
}
.multi_select option{
  font-size: 16px !important;
  font-weight: normal; 
}
/*@font-face {
  font-family: poppins;
  src: url(https://fonts.google.com/specimen/Poppins?query=poppins);
}*/
.top-nav{
  background-color: background-color: #ffffff12;
  /*font-family: 'poppins', Regular !important;*/
  color: #fff;
  padding-top: 15px;
  padding-bottom: 5px;
}
.top-head{
  /*padding-right: 20px;*/
  text-decoration: none;
  padding-left: 120px;
  letter-spacing: 1px;
  font-size: 23px;
   color: #fff;
   padding-bottom: 10px;
}
.read-faq{
font-size: 12x;
float: right;

}
.button-faq{
  background-color: transparent;
  padding: 10px 37px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  color: white; 
  border: 0px solid #ffffff12;
}
.button-contact {
  background-color: transparent;
  padding: 10px 37px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  color: white; 
  border: 1px solid #fff;
}
.main-head{
 /* font-family: 'poppins', Regular !important;*/
  padding-top: 50px;

}
.main-head-title{
  font-size: 38px;
   color: #fff;
}
.paragraph{

  font-size: 15px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 200;
   color: #fff;
}
.white-box{
  margin-top: 20px;
  width: 88%;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  height: auto;
}
.card-head {
    margin-top: 10px;
    color: #000000 !important;
    font-size: 20px;
    text-align: left;
    padding-left: 50px;
}
.bg-img{
  background-image: url(../image/bg-image.jpeg);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-size:cover;
  width: 100%;
}
.left-div{
  padding-bottom: 80px;
  box-shadow: 13px 0px 30px -10px #00000075;
  z-index: 1;
  padding-bottom: 20px;
}
/*..............form started..................*/
#Other_text_box{
		outline: 0;
		border-width: 0 0 2px;
		border-color: #b6dafb;
		margin-left: 3px;
		font-size: 14px;
		background: transparent;
		border-width: 0 0 2px;
		margin-top: -33px !important;
		-webkit-box-shadow: 0 0 0 30px white inset !important;
	}
	.other_check_field:focus{
    outline: none !important;
    }
        #Other_text_box::-webkit-input-placeholder {
         font-size: 14px;
         line-height: 3;
         /*color: #000;*/

        }
        #Other_text_box:valid {
          background-color:  #fff !important;
        }
        
        @media (max-width: 576px) { 
           #Other_text_box{
		outline: 0;
		border-width: 0 0 2px;
		border-color: #b6dafb;
		margin-left: 15px;
		font-size: 14px;
		background: transparent;
		border-width: 0 0 2px;
		margin-top: -33px !important;
	   }
        }
form{
  /*margin-top: 10px;*/
  float: left;
  padding-left: 50px;
  font-size: 18px;
}
label{
  float: left;
  color: #717171;
  font-size: 18px;
  font-weight: 400;
  
}
.label-list{
  float: left;
  color: #717171;
  margin-top: 10px;
  font-size: 15px;  
}
.bimbox{
  margin-top: -40px;
}
.tab-head{
  margin-top: 10px;
}
 .tabs {
        display: flex;
        width: 100%;
        border: 1px solid red;
        border-radius:5px;
        }
        .tabs > .tab {
        flex: 1;
        display: flex;
        }
        .tab > .tab-input {
        width: 0;
        height: 0;
        margin: 0;
        display: none;
        }
        .tab > .tab-box {
        padding: 5px;
        width: 100%;
        text-align: center;
        transition: 0.5s;
        }
        .tab > .tab-input1:checked + .tab-box {
          margin-top: -1px;
          /*border: 2px solid red;*/
          height: 105%;
          margin-left: -1px;
          width: 110%;
          background:red;
          color:#fff;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
        }
        .tab > .tab-input2:checked + .tab-box {
          margin-top: -1px;
         /* border: 2px solid red;*/
          height: 105%;
          margin-right: -2px;
          width: 110%;
          background:red;
          color:#fff;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
        }
[type=radio]:checked + #radio {

  background-color: #ff5055;
  width: 216px;
  color: white;
  /*box-shadow: 0 21px 30px -8px #b3d9ff;
  border: 1px solid #b3d9ff;
  font-weight: bold;
  border-radius: 10px;
  padding: 7px 7px;*/
  }
/*  #radio{*/
/*    float: left;*/
/*   margin-top: 20px;*/
/*  border: 1px solid #ff5055;*/
/*  padding: 5px 5px;*/
/*  width: 200px;*/
/*  display: inline-block;*/
  
    /*height: 124px;*/
/*}*/
.radio-style1{
border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.radio-style{
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#radio {
    float: left;
    margin-top: 20px;
    border: 1px solid #ff5055;
    padding: 5px 5px 0px;
    width: 216px;
    display: inline-block;
    
    /*border-top-left-radius: 3px;*/
    /*border-bottom-left-radius: 3px;*/
}
/*#radio1 {*/
/*    float: left;*/
/*    margin-top: 20px;*/
/*    border: 1px solid #ff5055;*/
/*    padding: 5px 5px 0px;*/
/*    width: 216px;*/
/*    display: inline-block;*/
/*    border-top-right-radius: 3px;*/
/*    border-bottom-right-radius: 3px;*/
/*}*/

[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
/*select{*/
/*  width: 90% !important;*/
/*  float: left;*/
/*  margin-top: 10px !important;*/
/*  border-color: #b6dafb !important;*/
/*  height: 50px !important;*/
/*}*/
select {
    width: 100% !important;
    float: left;
    margin-top: 10px !important;
    border-color: #b6dafb !important;
    height: 50px !important;
    padding-left: 15px;
    border-radius: 3px;
}
/*input[type=text],input[type=file],input[type=email]{*/
/*  width: 90% !important;*/
/*  float: left;*/
/*  margin-top: 10px !important;*/
/*  border: 1px solid #b6dafb;*/
/*  height: 50px !important;*/
/*}*/
input[type=text], input[type=file], input[type=number], input[type=email] {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    width: 100% !important;
    float: left;
    margin-top: 10px !important;
    border: 1px solid #b6dafb;
    height: 50px !important;
    padding: 7px;
    border-radius: 3px;
}
input[type=file]::file-selector-button {
 
  border-radius: 2px;
  float: right;
  border: 0px solid #b6dafb;
  padding: 5px 20px;
  margin-top: -2px;
}
@-moz-document url-prefix() {
  input[type=file]::file-selector-button {
  border-radius: 0px ;
  float: none ;
  border: 0px solid #b6dafb ;
  padding: 5px 20px ;
  margin-top: -2px ;

}
}
.textareastyle{
    border-radius: 3px;
   width: 100% !important;
  float: left;
  margin-top: 10px !important;
  border: 1px solid #b6dafb !important;
  
}
.submit-btn{
  margin-top: 25px;
  background-color: #483FAF;
  padding: 13px 50px;
  border: 1px solid #483FAF;
  border-radius: 2px;
  float: left;
  color: white;
  letter-spacing: 1px;
}
.help_button{
  padding: 13px 40px;
  margin-top: 25px;
  background-color: #fff;
  color: black;
  font-size: 19px;
  font-weight: 600;
  border: 0px solid;
  cursor: pointer;
  /*margin-left: -50px;*/
}
#otherbox{
    margin-top:-30px;
}
}
/*..........end form...........*/
/*................footer start..................*/
.footer{
  padding-top: 150px;
  padding-bottom: 30px;
}
.footer-copy{
  padding-left: 0px;
   color: #fff;
}

.footer-right{
  display: inline-block;
  padding-left: 40px;
  float: right;
  
}
.footer-right-list{
  padding-right: 60px;

}
.footer-link{
   color: #fff;
}

/*........................end footer..............*/

/*..................start step 2 page.............*/
.card-head-step2{
  float: left;
  padding-left: 50px !important;
  margin-top: 10px!important;
  color: black !important;
  font-weight: 600;
  font-size: 20px;
background: -webkit-linear-gradient(45deg, #241a62, #4940b1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.form-filed{
  margin-top: -10px;
}
/*input[type=tel]{
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    width: 90% !important;
  float: left;
  margin-top: 10px !important;
  border: 1px solid #b6dafb;
  height: 50px !important;
  }*/
.proceed-btn{
  margin-top: 60px;
  background-color: #483FAF;
  padding: 13px 30px;
  border: 1px solid #483FAF;
  border-radius: 2px;
  float: left;
  color: white;
  letter-spacing: 1px;
}
.edit_button{
  padding: 13px 40px;
  margin-top: 60px;
  background-color: #fff;
  color: black;
  font-size: 19px;
  font-weight: 600;
  border: 0px solid;
  cursor: pointer;
  /*margin-left: -50px;*/
}
/*.............end step2 page..............*/

/*..............start success page.............*/
.con-msg{
  margin-top: 20px;
  color: black !important;
  font-size: 23px;
  font-weight: 600;
}
.tick-style{
  margin-top: 70px;
}
.paragraph-suc{
  margin-top: 13px;
  font-size: 15px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 300;
   color: #000;
}
.paragraph2-suc{
  margin-top: 70px;
  font-size: 13px;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 300;
   color: #000;

}

/*---------------------------Media  queries---------------------------*/
@media (max-width: 576px) { 
  .top-head{
    padding-left: 0px;
  }
  .read-faq{
    float: right;
  }
  .button-contact {
  background-color: transparent;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  color: white; 
  border: 1px solid #fff;
}
.white-box{
  width: 100%;
}
.bimbox{
  margin-top: -20px;
}
form{
  margin-top: 20px;
  float: left;
  padding-left: 15px;
  font-size: 18px;
  /*width: 80%;*/
}

[type=radio]:checked + #radio {

  background-color: #ff5055;
  width: 120px;
  color: white;
  /*box-shadow: 0 21px 30px -8px #b3d9ff;
  border: 1px solid #b3d9ff;
  font-weight: bold;
  border-radius: 10px;
  padding: 7px 7px;*/
  }
  #radio{
    float: left;
   margin-top: 20px;
  border: 1px solid #ff5055;
  padding: 5px 5px;
  width: 120px;
  display: inline-block;
  
    /*height: 124px;*/
}
.card-head{
  padding-left: 15px;
  }
  .submit-btn{
  margin-top: 25px;
  background-color: #483FAF;
  padding: 13px 20px;
  border: 1px solid #483FAF;
  border-radius: 2px;
  float: left;
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
}
.submit-btn-success{
  margin-top: 25px;
  background-color: #483FAF;
  padding: 13px 20px;
  border: 1px solid #483FAF;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
}
.help_button{
  padding: 13px 20px;
  margin-top: 25px;
  background-color: #fff;
  color: black;
  font-size: 16px;
  font-weight: 600;
  border: 0px solid;
  cursor: pointer;
  /*margin-left: -50px;*/
}
.proceed-btn{
  margin-top: 60px;
  background-color: #483FAF;
  padding: 13px 15px;
  border: 1px solid #483FAF;
  border-radius: 2px;
  float: left;
  color: white;
  letter-spacing: 1px;
  font-size: 16px;
}
.edit_button{
  padding: 13px 15px;
  margin-top: 60px;
  font-size: 16px;
  background-color: #fff;
  color: black;
  font-size: 19px;
  font-weight: 600;
  border: 0px solid;
  cursor: pointer;
  /*margin-left: -50px;*/
}
.footer-copy{
  padding-left: 0px;
  text-align: center;
}
.footer-link{
  text-align: center;
}

.intro-heading {
    margin-top: 20px !important;
    text-align: left !important;
    padding-left: 12px !important;
}

.card-head-step2 {
    margin-top: 20px !important;
    padding-left: 15px !important;
    margin-top: 20px;
    /*margin-bottom: -10px;*/
}

}




@media (min-width: 992px) and (max-width: 1399px) {
   [type=radio]:checked + #radio {

  background-color: #ff5055;
  width: 200px;
  color: white;
  }
  #radio{
    float: left;
   margin-top: 20px;
  border: 1px solid #ff5055;
  padding: 5px 5px;
  width: 200px;
  display: inline-block;
  
    /*height: 124px;*/
}

  }
