/*Country code*/
.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 5;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}


/*Checkbox Checked*/
.disabled {
  border-color: red;
  background: gray;
//pointer-events: none;

}
input[type=checkbox].disabled {
  outline: 2px solid red;
}


.input1 {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.3rem 0;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: none;
    color:black;
    border-radius: 0px;
  }
  .input1:hover, .input1:focus{
    border-color: #201f55 !important;

  }
  .box-shadow1
  {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:#7b7a7a;
    height: 87%;
    padding: 60px;
    margin-top: 49px;
    margin: 113px;
  }
  .apply-box
  {
    color:#7b7a7a;
    height: 87%;
    padding: 60px;
    margin: 50px 100px;
  }
  .btn-pad
  {
    background-color: #201f55 ;
    padding: 11px 88px ;
    border: none ;
    color:white;
    margin-top: 47px;
  }
  .hr2{
    float:center;
    width: 13%;
    background-color: orange !important;
    height: 1px;
  }
  .input1:focus,.input1:valid {

  }
  .price-box{
    min-height: 150px;
    background-color: #f7f7f7;
    padding: 40px 20px;
    border: 2px solid #f7f7f7;
  }
  .price-box i{
    font-size: 5rem;
  }
  .price-box h6{
    font-size: 20px;
  }
  .apply-box .apply-label{
    font-size: 14px !important;
  }
  .price-box p{
    margin: 0px;
  }
  .price-box:hover, .selected .price-box{
    border: 2px solid #201f55;
    color: #201f55;
  }
  .price-box:hover h6, .price-box:hover p, .selected .price-box h6, .selected .price-box p{
    color: #201f55;
  }
  @media only screen and (max-width: 992px) {
  .log2
  {
    display: none;
  }
  }
  @media only screen and (max-width:768px) {
.box-shadow1
    {
      height: 100%;
      padding: 33px;
      /* margin-top: 49px; */
      margin: 16px;

  }
  .apply-box
  {
    height: 100%;
    padding: 10px;
    margin: 10px;
  }
  .apply-radio{
    margin-left: 15px;
  }
}
@media only screen and (max-width:768px) {
.btn-pad{
  padding: 5px 15px;
}
.clr-blue
{
font-size: 17px;
}
.input1{
  font-size: 11px !important;
}
}
.checkbx
{
  margin-left: 0px;
}

.upload-img .user-image{
  height: 200px !important;
}
.cursor-pointer{
  cursor: pointer;
}
