/* model css Start*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
 /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0 0 0 / 75%);
  background-color: rgb(0 0 0 / 75%);

}


/* Modal Content */
.modal-content {
  position: relative;
  top: 20%;
  background-color: #fefefe;
  border-radius: 16px;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 98%;
      height: auto;
          overflow: auto;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  color: white;
  border-bottom: 0px solid #dee2e6 !important;
}

.modal-body {padding: 0px 0px; text-align:center;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
/* model css End*/
	.callnoww{
	text-decoration:none;
    color: #fff;
    border: 0;
    padding: 7px 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 5px;
    background: linear-gradient(45deg, #003759, #003759);
    margin: 0px auto 0px auto;
    cursor: pointer;
    padding: 15px 54px;
    height: 49px;
	display: inline-block;
    width: 100%;    
	}
.about_pg_tx ul.dnsp-hmcomt li {
    width: 100%;
    float: left;
    text-align: justify;
    padding: 0px 0px 0px 0px;
    margin-bottom: 1px;
    line-height: 30px;
    box-shadow: 0px 0px 0px 0 rgb(0 0 0 / 6%);
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    list-style: disc!important;
}
.about_pg_tx ul.dnsp-hmcomt {
    padding-left: 20px;
}
ul.abpage-css {
    list-style: none;
}
ul.abpage-css li {
    float: left;
}
a.dssuryawanshi-mob {
    font-size: 21px;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 900;
    display: none;
}

.del-img img {
    width: 100%;
}
.del-img {
    box-shadow: 0px 0px 2px 1px #003759;
}
.del-img h4 {
    color: #003759;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    padding: 5px;margin-bottom: 0px;
}
.del-img p {
    font-size: 16px;
    text-align: justify;
    padding: 5px;
    margin-bottom: 0px;
    font-weight: 400;
}
/* use a media query to filter small devices */
@media (min-width:320px) and (max-width:767px){
/* show the popup */
    .modal { display: none; }    
/* show the popup end */    

 .navbar {padding: 0rem 0rem;}   
 .navbar-brand{
     width:50%;
     padding-left: 6px;
 }
 a.dssuryawanshi-mob {
  display: block;       
  font-size: 20px;
  padding: 4px 0;
 }
.navbar-toggler {position: absolute;right: 11px;}
 img.logoimg-dsnp {width: 100%;}
/* thankyou css start */
#clname,#cltrip,#clfrom,#clto,#clgodate,#clcmdate,#clpasngr {
    font-size: 15px;
}

/* thankyou css end */

}

@media (min-width:320px) and (max-width:380px){
#clname,#cltrip,#clfrom,#clto,#clgodate,#clcmdate,#clpasngr {
    font-size: 14px;
}    
    
}