@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-style: normal;
    color: #444444;
    letter-spacing: 0.02em;
}

html{
    overflow: hidden !important;
    height: 100%;
}
body{
    overflow-y: auto;
    touch-action: manipulation;
    height: 100%;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 28px;
}
input{
    color:#363E4B;
}

/* for commmon form */
form {
    background: inherit;
    color: #555;
    border: 0;
    border-radius: 0px;
    font-size: 0.9rem;
  }

  ::placeholder{
    color:#444444;
  }
/* for common input field */
input.form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
    padding-left: 10px;
    border: none;
    }
    .User-Input{
        gap: 10px;
        width: 400px;
        height: 49px !important;
        background: #FFFFFF !important;
        border-bottom: 1px solid #878787 !important;
        outline: none;
    }

 /* for common submit  button  */
.submitButton{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    background: #C12017;
    border-radius: 8px;
    border: 1px solid transparent;  
}

.add-button{
    height: 48px;
    margin-top: 15px;
    padding: 13px;
}

.content-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: Calc(100vh - 65px);
    justify-content: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

@media screen and (max-width: 768px){
    .content-left{
      padding-left: 20px;
      padding-right: 20px;
    }
   
}

.pophead{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    padding-top: 5px;
   }

   .cancel{
     outline: none;
     border: none;
     font-size: 30px;
     background-color: #fff;
     color: #878787;
     cursor: pointer;
   }

 .head{
    font-size: 16px;
   }

   .value{
    color: #000000;
   }

.remove{
    width: 360px;
    height: 48px;
  }
   .copy-icon{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
   }
.modal{
    width: 400px;
    /* height: 420px; */
    background: #FFFFFF;
    box-shadow: 8px 8px 60px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 15px;
    display: none;
  }
  @media screen and (max-width: 440px){
    .modal,.remove{
      width: 100%;
    }
    .modal{
      height: auto;
    }
  }

.User-Input{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

@media screen and (max-width: 440px){
    .User-Input{
      width: 100%;
    }
  }

.icon{
    color: #000000;
    cursor: pointer;
  }

.disabled {
    opacity: .2;
    cursor: not-allowed;
    pointer-events: none;
  }
  .register-hint{
    color: #f44336;
    margin-left: 14px !important;
    margin-right: 14px !important;
    margin: 0;
    font-size: 0.75rem;
    margin-top: 5px;
    /* text-align: center; */
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.03333em;
  }
/* for heading  */
.heading {
    font-weight: 550;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    padding-top: 25px;
  }

.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: Calc(100vh - 65px);
    justify-content: center;
  }
  

  /* @font-face { font-family: "Roboto-Regular"; 
    src: url("./assets/fonts/Roboto-Regular.tff"); } */








/* @font-face {
    font-family: poppins-regular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins-medium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: poppins-semibold;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
} */

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }

 @keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
 }

 @-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
 }

 @keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
 }

 .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
 }
.embi_container{
    min-width: 325px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.margin-bottom-90{
    margin-bottom: 90px;
}
.header-navigation{
    position: absolute;
    min-width: 325px;
    width: 100%;
    max-width: 767px;
    top: 59px;
    z-index: 1;
    padding:0 25px;
}
.header-align{
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}
.header-btns.messages{
    margin-right: 3px;
}
.header-btns,
.header-btns:focus {
    outline: none;
    border: none;
    background: transparent;
    width: 41px;
}
.header-text{
    text-align: center;
    float: left;
    width: calc(100% - 88px);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.header-text.header-whitetext{
    color: #fff;
}
.header-right{
    position: relative;
    min-width: 45px;
    text-align: center;
}
.top-half .img-wrapper{
    min-height: 235px;
    display: block;
}

.top-half-shadow{
    box-shadow: 0px 12px 20px rgba(182, 192, 207, 0.2);
    border-radius: 25px;
}

.top-60{
    min-height:300px;
}

.top-half{
    position: relative;
}


.bottom-half{
    padding: 25px 25px 15px 25px;
    position: relative;
}
.bottom-section.fixed{
    position: fixed;
    bottom: 0;
    min-width: 325px;
    width: 100%;
    max-width: 767px;
    background: #fff;
    z-index: 3;
    display: flex;
    flex-direction: row;
    height: 90px;
}
.bottom-section button,
.bottom-section button.next{
    
    height: 60px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    color: #fff;
    outline: none;
    flex:1;
    margin-right: 5px;
}

.bottom-section button.skip{
    background: #fff;
    color: #2176ff;
    height: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    border: none;
}
.bottom-section.fixed.offer{
    display: block;
    height: 155px;
    width: 325px;
}

.bottom-section.fixed.payment{
    height: 155px;
    min-width: 325px;
    flex-direction: column;
    width: 100%;
    max-width: 767px;
    padding-left: 25px;
    padding-right: 25px;
}

.bottom-section.fixed.offer .next,
.bottom-section.fixed.payment .next{
    border-radius: 15px;   
    margin-bottom: 10px;
}
.text-format-5{
    font-size: 13px;
    line-height: 22px;
}
.text-format-4{
    font-size: 20px;
    line-height: 30px;
}
.content-text,
.preferred-loc-content .content-text{
    font-size: 14px;
    line-height: 26px;

    color: #696f85;
}

.top.content-text{
    margin-bottom:20px;
}
.form-input{
    margin-bottom: 22px;
    margin-top: 10px;
}
.name-wrapper .form-input {
    width: 48%;
    display: inline-block;
}
.name-wrapper .form-input:nth-child(2) {
    float: right;
}
.input-element .separator{
    width: 0px;
    height: 20px;
    border: 0.7px solid #D5D9E4;
}

.input-element input{
    padding-left: 60px;
    outline: none;
    caret-color: #2176ff;
}

.input-element input:focus{
    border: 1px solid #2176ff
}
.input-element{
    position: relative;
    margin-top: 8px;
    display:block;
}
/* form input{
    width: 100%;
    height: 57px;
    background: #FFFFFF;
    border: 1px solid #D8DCE8;
    font-size: 14px;
} */
form select{
    width: 100%;
    height: 57px;
    background: #FFFFFF;
    border: 1px solid #D8DCE8;
    /* border-radius: 10px !important; */
    font-size: 14px;
}
.alert {
    background-color: #be1c1c;
    color: #fff;
  }
  .flex{
    display: flex;
  }
  .product-titlecls{
    font-weight: 500;
    font-size: 22px;
  }
  .content{
    font-size: 18px;
    line-height: 28px;
    color: #555;
  }
  .price-content{
      font-size: 18px;
      font-weight: 400;
  }
  .bottom-section{
      display: flex;
    border-top: 1px solid #d2d4d6;
    /* justify-content: flex-end; */
    padding: 1.0rem;
    /* padding-right: 0px;
    padding: 1rem 10px; */
    
  }
  .top-content{
    margin-right: 2.2rem;
    margin-right: 2.2rem;
    color: #a8a8a8;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    line-height: 25px;
  }
  .top-content:hover{
      color: #000;
  }
  .insured-text{
    background: #c5281c;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
  .onclick-cls{
    cursor: pointer;
  }

  /* extra profile details */

  .selectTag{
    gap: 10px;
    /* width: 400px; */
    height: 49px !important;
    background: #FFFFFF !important;
    border-bottom: 1px solid #878787 !important;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
    padding-left: 10px;
    border: none;
  }