/* @media (max-width: 414px) {	#gallery table{	word-break: break-word;	}} */

/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 600px) {
/* 	#gallery. box .row .column.left{		width:100%;		background-color:red;		}				#gallery .box .row .column.right{		width:100%;		background-color:green;	} */

/*Code for QR Code in Offering Page*/
.col11 {
  width: 100% !important;
  padding: 10px;
}

.col22 {
  width: 100% !important;
  padding: 10px;
}


/*The floating tag Code for mobile View*/
.mob-tag{
  padding: 0px 0px !important;
  margin-top: 35px !important;
  font-weight: unset !important;
  width: 145px !important;
}

/*The Homepage Ribbon Text on Mobile*/
.mob-ribbon{
  font-size: 13px !important;
  font-weight: normal !important;
}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
  #myModal .modal-dialog{
    width:100%;
    }

	}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {

  #myModal .modal-dialog{
    width:100%;
    }

	}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

 
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


}


/* between two screen sizes*/

@media (min-width: 768px) and (max-width: 793px) {
  
  .row .cwt{

    height: 125vh; 
   
    }

}

@media (min-width: 794px) and (max-width: 874px) {
  
  .row .cwt{

    height: 118vh; 
   
    }

}


@media (min-width: 875px) and (max-width: 898px) {
  
  .row .cwt{

    height: 112vh; 
   
    }

}

@media (min-width: 899px) and (max-width: 916px) {
  
  .row .cwt{

    height: 108vh; 
   
    }

}

@media (min-width: 917px) and (max-width: 998px) {
  
  .row .cwt{

    height: 108vh; 
   
    }

}

@media only screen and (min-width: 991px) {

  .row .cwt{

    height: unset; 
   
    }

}

