
  /**************************customer support**/
  .loc{
      width: 30px;
      height: 30px;
  }
  .acor-ico{
      margin-right: 10px;
      width: 58px;
  }
  .acor-img{
      height: 47px;
      width: 47px;
  }
  #accordionFlushExample {
      margin-bottom: 0px;
  }
  .asgt-content h2{
      margin: 0;
  }
  .accordion-body {
      padding: 8px;
      border-top: 1px solid #ebebeb;
  }
  
  .goc {
      background-color: #F7F7F7;
      border: none;
      width: 100%;
      padding: 8px;
      text-align: start;
      font-size: small;
  
  }
  .form-control1{
  width: 200px;
  margin-top: 20px;
  }
  .yui{
      background-color: #EC644B !important;	
	  border: none;
  }
  .ytre{
      padding-bottom: 7px;
  }
  .boc {    
      box-shadow: 0 0 6px #00000027;
      margin-bottom: 15px;
	  border-radius: 10px;
  }
  .boc  h2 {
      margin-top: 0px;
      margin-bottom: 0px;
  }
  
  .brif {
      margin: 0;
      position: relative;
  }
  .brif::after {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      top: 1%;
      left: -18px;
      background: #070707;
      transform: translate(0, 75%);
  }
  .knc{
      background-color: #eee;
      display: flex;
      align-items: center;
      margin-top: 10px;
  }
  .knc img{
      margin-right: 10px;
      margin-left: 30px;
  }
  .dbrrt h3{
   color: black;
   font-weight: 700;
  }
  .tnc{
  color: black !important;
  font-weight: 700 !important;
  }
  .tqwl{
      float: right;
      margin-top: 6px;
  }
  .trip{
      padding-left: 0px;
  }
  .yog{
      margin-bottom: 10px;
	  position: relative;
  }
  .accordion-button:not(.collapsed) {
      color: unset;
          background-color: revert;
      box-shadow: unset;
  }
  .accordion-button:focus{ 
	box-shadow: unset;
  }
  .nmc{
      background-color: #F5F5F5;
      padding-left: 27px;
  }
  .gtc{
      display: flex;
      align-items: center;
  }
  @media (max-width: 768px) {
  .gtc{
      display: flex;
      flex-direction: column;
  }
  .dbrrt h3 { 
      font-size: 16px;
  }
  .dbrrt p { 
        font-size: 12px;
    }
	.knc img {
	    margin-right: 10px;
	    margin-left: 15px;
	}
  .modal-wrapper21 > div {
      padding: 20px !important;   
      z-index: 1;
      max-width: 600px !important;
      width: 90% !important;
      max-height: fit-content !important;
      height: 100%;
  }
  
  }
  .bg-white{
      background-color: white !important;
  }
  .bgwhite{
      background-image: url("https://imgfolders.com/holidaybreakz/holidaybreakz_IN/customer_support/cover%20bg.png");
  
  }
  .container .btnc {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #4D4D4D;
    color: white;
    font-size: 14px;
    padding: 5px 15px;
    border: none;
    /* cursor: pointer; */
    border-radius: 5px;
    /* text-align: center; */
  }
  
  .modal-toggle21 {
     cursor: pointer;
     color: #268bd2;
  }
  .modal-wrapper21 {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
  
     background: rgba(0, 0, 0, 0.8);
     z-index: -1;
     opacity: 0;
  
     -webkit-transition: opacity 0.2s ease-in;
     -moz-transition: opacity 0.2s ease-in;
     transition: opacity 0.2s ease-in;
  
     pointer-events: auto;
  }
  
  .modal-wrapper21 > div {
  
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      vertical-align: middle;
      padding: 20px 34px;
      border-radius: 6px;
      background: #fff;
      z-index: 1;
      max-width: 600px !important;
      width: 100%;
      max-height: fit-content;
      height: 100%;
  }
  
  
  .close21 {
     background: #606061;
     color: #ffffff;
     line-height: 25px;
     position: absolute;
     right: -12px;
     text-align: center;
     top: -10px;
     width: 24px;
     text-decoration: none;
     font-weight: bold;
     -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
     border-radius: 12px;
  }
  
  .close21:hover {
     background: #00d9ff;
  }
  .modal21{
      display: block !important;
  }