a{
  word-wrap: break-word;
}


/* @font-face {
    font-family: regular;
    src: url(/fonts/AvertaStd-Regular.ttf);
  }
  
  @font-face {
    font-family: bold;
    src: url(/fonts/AvertaStd-Bold.ttf);
  }
  
  @font-face {
    font-family: semibold;
    src: url(/fonts/AvertaStd-Semibold.ttf);
  }
   */
  
   @font-face {
    font-family: regular;
    src: url(/fonts1/Gilroy-Medium.ttf);
  }
  
  @font-face {
    font-family: bold;
    src: url(/fonts1/Gilroy-Bold.ttf);
  }
  
  @font-face {
    font-family: semibold;
    src: url(/fonts1/Gilroy-SemiBold.ttf);
  }
  
  
   * {
    margin: 0;
    padding: 0;
    font-family: "regular";
  }
  
  body {
    background-color: lavender;
    background-color: black;
    background-color: rgb(0, 199, 252);
    background-color: white;
  }
  
  main {
    background-color: white;
    position: absolute;
    width: 100%;
    top: 80px;
    /* bottom: 0; */
    padding-bottom: 0;
    background: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    min-height: calc(100vh - 80px);
  }
  main > * {
    color: #0d2366;
  }
  #header-details {
    text-align: center;
    position: relative;
    transform: translateY(-50%);
  }
  #header-details .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    border: 5px solid white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: white;
  }
  .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .maintitle {
    padding: 1rem;
    font-size: 0.9rem;
  }
  #header-details .text {
    position: absolute;
    width: 100%;
    font-size: 1rem;
    margin-top: 10px;
  }

  
iframe{
  height: auto;
  width: 100%;
  border-radius: 10px;
  display: block;
  margin: auto;
  max-height: 350px;
  min-height: 250px;
}
  
  #paymentpage-title{
    font-size: 1.7rem;
    text-align: center;
    font-family: bold;
  }
  .mainContentdiv {
    margin-top: 5px;
    font-size: 1.1rem;
  }
  #paymentmethod{
    display: block;
    margin: auto;
    width: 90%;
    margin-top: 20px;
  }

  .title-underline {
    display: block;
    /* width: 48px; */
    border-bottom: 2px solid;
    margin-top: 20px;
    border-color: #f4f4f4;
  }
  .ql-editor > p> img{
    border-radius: 10px;
  }
  .mainContent {
    padding: 1rem;
   line-height: 25px;
    padding-bottom: 30px;
  }
  

#actual_price{
    font-size: 0.9rem;
    text-decoration: line-through;
    font-weight: 500;
}

  main footer {
    padding: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: transparent;
    margin-bottom: 100px;
    font-size: 1rem;
  }
  .logodiv {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: row;
    color: black;
    margin-left: -4px;
    margin-bottom: 15px;
  }
  .logodiv img {
    height: 30px;
    width: 30px;
    margin-right: 5px;
  }
  
  #nextBtn {
    box-sizing: border-box;
    position: fixed;
    padding: 16px;
    width: 92%;
    bottom: 30px;
    left: 4%;
    border-radius: 2px;
    background-color: rgb(35, 113, 236);
    z-index: 2;
    color: white;
    text-align: center;
    cursor: pointer;
  }
  #back-btn {
    box-sizing: border-box;
    position: fixed;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 2;
    cursor: pointer;
    top: -19px;
    left: 10px;
  }
  
  #back-btn img {
    width: 100%;
    height: 100%;
    transform: scale(0.9);
  }
  
  #finalbillingdetails{
    width: 100%;
    margin: auto;
    height: 25px;
  }

  #finalbillingdetails-heading{
       font-size: 15px;
    color: #515978d4;
    font-weight: 600;
        font-family: 'semibold';
  }
  #finalbillingdetails-price,#finalbillingdetails-fees {
   float: right;
    font-size: 15px;
    font-weight: bold;
    font-family: semibold;
  }

  /* modal css */
  .paymentmodal {
    position: fixed;
    background-color: white;
    z-index: 10;
    width: 100%;
    transition: bottom 0.5s, height 0.5s;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 0;
  }
  
  .paymentmodal.show-div {
    bottom: 0; /* Move div to the bottom */
    height: 100%; /* Expand to full viewport height */
    overflow-y: auto;
  }

  ul, ol{
    box-sizing: border-box;
    padding-left: 20px;
  }
  li{
    margin-bottom: 10px;
  }

  #query{
    line-height: 16px;
    height: 200px;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    font-size: 1rem;
    padding: 0 9px;
    outline: none;
    color: inherit;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 15px;
    line-height: 23px;
  }

  .modalcontent {
    padding: 1.5rem;
    width: 100%;
    box-sizing: border-box;
    margin-top: 2rem;
  }
  
  .inputfild {
    width: 100%;
    margin: 1.7rem 0;
  }
  .inputfild .label {
    font-size: 1rem;
    line-height: 20px;
    color: #000000d4;
    word-break: break-word;
    margin-bottom: 5px;
        font-family: semibold;
        margin-top: 25px;
    /* font-weight: 600; */
    margin-bottom: 15px;
  }
  .inputfild input {
    line-height: 16px;
    height: 40px;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    font-size: 1rem;
    padding: 0 9px;
    outline: none;
    color: inherit;
    box-sizing: border-box;
  }
  .priceinput {
    line-height: 16px;
    height: 40px;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    padding: 0 9px;
    outline: none;
    color: inherit;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #0d2366;
  }
  .payBtn {
    box-sizing: border-box;
    padding: 16px;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background-color: rgb(35, 113, 236);
    color: white;
    text-align: center;
    margin-top: 2rem;
    cursor: pointer;
    font-weight: 600;
  }

  /*----------------CUSTOM QUESTIONS-----------------*/
#custom-questions{
  margin-bottom: 30px;
}
.input-fields2 {
line-height: 16px;
    height: 40px;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    font-size: 1rem;
    padding: 0 9px;
    outline: none;
    color: inherit;
    box-sizing: border-box;
}

.textarea2 {
line-height: 16px;
    height: 150px;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    font-size: 1rem;
    padding: 0 9px;
    outline: none;
    color: inherit;
        box-sizing: border-box;
    padding: 10px;
    overflow-y: auto;
    line-height: 25px;
}

.rd-button{
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.cq-div{
        display: flex;
    align-items: center;
    margin-top: 15px;
    font-weight: normal;
    font-size: 0.9rem;
    font-family: regular;
}
.label{
      font-size: 1rem;
    line-height: 20px;
    margin-top: 25px;
    color: #000000d4;
    word-break: break-word;
    margin-bottom: 5px;
    font-family: semibold;
    /* font-weight: 600; */
    margin-bottom: 15px;
}
/*------------------------------------------------*/


#phone-box{
    line-height: 16px;
    height: 40px;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    padding: 0 9px;
    outline: none;
    color: inherit;
    box-sizing: border-box;
    display: flex;
}

#phone-box > select {
    background-color: transparent;
    height: 100%;
    width: 100px;
    border: none;
    border-right: 1px solid lightgrey;
}

#phonebox-number{
    height: 100%;
    width: calc(100% - 100px);
    border: none;
    background-color: transparent;
}



#currency-switch{
  display: inline-block;
  position: unset;
  right: 0;
  height: 32px;
  border: 1px solid lightgray;
  border-radius: 10px;
  font-size: 0.9rem;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 10px;
  float: right;
  margin-top: -3px;
  font-family: regular;
}

#prioritydm-duration{
    width: max-content;
    background-color: #fff4d7;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.9rem;
    color: #a96b3e; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  
  #sun{
    width:18px;
  }


/*----------------------------------------Loader Modal-----------------------------------------*/


/* The Modal (background) */
.loadermodal {
  display:none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  justify-content: center;
  align-items: center;
}

/* Modal Content/Box */
.loadermodal-content {
  background-color: #fefefe;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #888;
  width: 15rem; /* Could be more or less, depending on screen size */
}

/*------------------------------------------Media Queries-----------------------------------------*/


  @media only screen and (min-width: 767px) {
    .onlymobile {
      display: none;
    }
    
    #paymentmethod{
      width: 60%;
    }
  
  .mainContentdiv {
    margin-top: 25px;
  }
    main {
     /* background-color: #fcfcfc;*/
      position: absolute;
      width: 60%;
      top: 0;
      /* bottom: 0; */
      padding-bottom: 0;
      /* background: #fff; */
  
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      min-height: 850px;
    }
    .mainchilddiv {
      max-width: 500px;
      margin-top: 2rem;
      margin-left: auto;
      margin-right: 200px;
    }

    
  
    #header-details {
      text-align: left;
      position: relative;
      transform: none;
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    #header-details .img {
      margin: 0;
      max-width: 50px;
      height: 50px !important;
    }
    #header-details .text {
      position: static;
      width: auto;
      margin-top: 0px;
      font-size: 1.1rem;
  
      margin-left: 10px;
    }
  
    .paymentmodal {
        position: fixed;
        background-color: white;
        z-index: 10;
        width: 500px;
        transition: bottom 0.5s, height 0.5s;
        bottom: 100%;
        left: calc(60% - 100px);
        top: 0px;
        right: 0;
        height: 0;
        border-radius: 10px;
        margin-bottom: 40px;
    }
    .paymentmodal.show-div {
      bottom: 100%; /* Move div to the bottom */
      height: 100vh; /* Expand to full viewport height */
    }
    .modalcontent {
        width: 80%;
        background-color: white;
        box-shadow: 6px 11px 24px 0 rgba(23, 31, 37, 0.12);
        border-radius: 10px;
        max-height: 90vh;
        overflow-y: auto;
    }
  
    main footer {
      background-color: transparent;
    }
  
    #back-btn {
      box-sizing: border-box;
      position: static;
      background-color: transparent;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      box-shadow: none;
      cursor: pointer;
    }
    #back-btn img {
      transform: scale(0.7);
    }
  
    #back-btnforclick{
      display: none;
    }
    .modalcontent a{
      margin-left: 0;
    }
  }
  
  /* faltu ki css{ */
  .ql-editor img {
    width: 100%;
  }
  .ql-editor h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #0d2366;
  }
  .ql-editor p {
    color: #0d2366;
    margin-bottom: 10px;
    word-wrap: break-word;
  }
  

  @media only screen and (min-width: 1050px) {
    .modalcontent{
        width: 100%;
    }
  }