.contactslide{
     background-image: url("./media/webp/Kashmir-Honeymoon-Banner-1-1920x500.webp");
    height: 370px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.contactpara{
    width: 500px;
}
.ques{
    background-color:  rgb(10,33,61);
    padding: 15px 0 90px 0;
    position: relative;
    height: 100px;
}
.ques h3 {
    color: white;
    font-weight: bold;
    font-family: spectral;
    font-size: 30px;
    font-weight: 600
}

.ques p {
    text-align: center;
    color: white;
      font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.map h3{
    margin-right: 17%;
}
.mappy h3{
    color: rgb(10,33,61) ;
    margin-left: 15px;
    font-weight: 600;
}
.mappy h5{
    color: rgb(42, 112, 199) ;
    margin-left: 15px;
    font-weight: 600;
}
.mappy{
    margin-top: 50px;
}
.social{
    margin-top: 20px;
}

hr{
    width: 500px;
    border: 1.5px dashed blue ;
}
 @media (max-width: 1400px){ 
.contactslide{
     background-image: url("./media/webp/Kashmir-Honeymoon-Banner-1-1920x500.webp");
    height: 49px;
    background-size: 100%;
    background-repeat: no-repeat;
}
 }
 @media (max-width: 1000px){ 
.contactslide{
     background-image: url("./media/webp/Kashmir-Honeymoon-Banner-1-1920x500.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 200px;
}
.thiruh2{
 display: none;
}
.thiruh6{
 display: none;
}
.ques{
    background-color:  rgb(10,33,61);
    padding: 15px 0 90px 0;
    position: relative;
    height: 120px;
}
 }
 @media (max-width: 768px){ 
   hr{
    width: 360px;
    border: 1.5px dashed blue ;
} 
.map h3{
    margin-right: 50%;
}
.contactus{
    display: none;
}
.contactslide{
     background-image: url("./media/webp/Kashmir-Honeymoon-Banner-1-1920x500.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 90px;
}
.captcha h3{
    text-decoration: none;
}
.ques{
    background-color:  rgb(10,33,61);
    padding: 15px 0 90px 0;
    position: relative;
    height: 120px;
}
.ques h3 {
    color: white;
    font-weight: bold;
    font-family: spectral;
    font-size: 20px;
    font-weight: 600
}

.ques p {
    text-align: center;
    color: white;
      font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 12px;
}
.contactpara{
    width: 360px;
}
.mappy h3{
    color: rgb(10,33,61) ;
    margin-left: 15px;
    font-weight: 600;
    font-size: 20px
    
}
.mappy{
    margin-top: 0px;
}
.mappy h5{
    color: rgb(42, 112, 199) ;
    margin-left: 15px;
    font-weight: 600;
}
.social{
    margin-top: 0%;
}
 }