body {
    font-family: 'Montserrat';font-size: 13px;
}

 .overlay 
 {
   top left  no- repeat;
   position: absolute;
   top: 3%;
   z-index: 10;
   pointer-events: none;
 }


 .text
 {
  
   position: absolute;
   top: 12%;
   z-index: 10;
 }

 h3 {
    font-family: Montserrat;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
}

.form-control
{
  margin-left:30px;
  height:44px;
  border-radius: 24px;
  width: 80%;
}

.btn-primary
{
background-color: #e91e63;
border-color: #e91e63;
}


.btn-primary:hover {
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
}

.border:after {
content: ""; /* This is necessary for the pseudo element to work. */ 
display: block; /* This will put the pseudo element on its own line. */
margin: 0 auto; /* This will center the border. */
width: 15%; /* Change this to whatever width you want. */
padding-top: 10px; /* This creates some space between the element and the border. */
border-bottom: 2px solid #e91e63; /* This creates the border. Replace black with whatever color you want. */
}

.carousel-caption
{
  right: 20%;
    left: 42%;
    padding-bottom: 421px;
}

.carousel-caption-sec
{
  right: 20%;
    left: 42%;
    padding-bottom: 350px;
}


.form-nsb
{
  margin-top: -800px;
    /*position: relative;*/
    z-index: 10;
}

@media only screen and (max-width: 768px) 
{
  .carousel-caption
{

  top:20%;
  right: 20%;
    left: 20%;
    padding-bottom: 30px;
}

.form-control
{
  margin-left:0px;
  height:44px;
  border-radius: 24px;
  width: 100%;
}
.carousel-caption-sec
{
  right: 20%;
    left: 20%;
    padding-bottom: 30px;
}
}

.slider-text
{
color:#fff;
text-align: left;
font-size: 40px;
text-transform: capitalize;
}


.sub-sm-text
{
  color:#fff;
  text-align: left;
  font-size: 24px; 
  
}


.sub-text
{
  color:#fff;
  text-align: left;
  font-size: 26px; 
  
}

.sub-text-sec
{
  font-size: 19px;
  color:#fff;
}

@media only screen and (max-width: 768px) {

.slider-text
{
  color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.form-nsb
{
    margin-top: 20px;
    margin-bottom: 20px;
    
}
}




/*@media screen and (min-width:1024px) {*/
@media screen and (min-width: 1024px) and (max-width: 1440px) {
.carousel-caption {
    right: 20%;
    left: 40%;
    padding-bottom: 80px;

}

.slider-text {
    color: #fff;
    text-align: left;
    font-size: 30px;
    text-transform: capitalize;
        margin-left: 20px;
}

.footer
{
  padding-left: 0px;
  padding-right: 0px; 
  margin-top: 60px; 
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-nsb {
    margin-top: -500px;
    /*position: relative;*/
    z-index: 10;
    margin-left: 120px;
}


}


p {
    margin: 0 0 0px;
}

.navbar-inverse {
    background-color: #e91e63;
    border-color: #e91e63;

}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.bg-4
{
  background-color: #e91e63;
    border-color: #e91e63;
}

.carousel-control
{
  color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
     outline: 0; 
     opacity: 0.2;
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
     outline: 0; 
     opacity: 0.2; 
}


.highlight {
  background-color: lightyellow;
}


/* supersede bootstrap at the row level by being annoyingly specific 
*/
.table-striped > tbody > tr:nth-child(odd).highlight > td {
    background-color: pink;
}

/* supersede bootstrap at the cell level by being annoyingly specific */
.table-striped > tbody > tr:nth-child(odd) > td.highlight {
  background-color:lightgreen;
}


@media (min-width: 1025px) and (max-width: 1280px) {
  
  
  .form-nsb {
    margin-top: -510px !important;
    z-index: 10;
    margin-left: 111px !important;
}
}

@media screen and (min-width: 1024px) and (max-width: 1366px)
{
.form-nsb {
    margin-top: -459px;
    z-index: 10;
    margin-left: 105px;
}
}




@media (min-width: 481px) and (max-width: 767px) 
{
  
  .slider-text
{
color:#fff;
text-align: left;
font-size: 9px !important;
text-transform: capitalize;

}
  
  .sub-sm-text
{
  color:#fff;
  text-align: left;
  font-size: 9px !important; 
  
}


.sub-text
{
  color:#fff;
  text-align: left;
  font-size: 9px !important;
 
}


.sub-text-sec
{
  font-size: 9px !important;
  color:#fff;
}

h3
  {
   margin-bottom: -2px !important
  }

}


@media (min-width: 320px) and (max-width: 480px) 
{
  .slider-text
{
color:#fff;
text-align: left;
font-size: 9px !important;
text-transform: capitalize;

}
   
  .sub-sm-text
{
  color:#fff;
  text-align: left;
  font-size: 9px !important; 
  
}


.sub-text
{
  color:#fff;
  text-align: left;
  font-size: 9px !important; 
  
}


.sub-text-sec
{
  font-size: 9px !important;
  color:#fff;
}
  h3
  {
    margin-bottom: -2px !important
  }
}

