  @media (min-width: 768px) and (max-width: 991px)  {
      
    .brand-name {
       
       margin-top:25px;
        
     } 
    
   .heder-info-box {
         
    color: #fff;
    font-weight: 700;
    margin-left: 40px;
    margin-bottom: 10px;
    
   }
    
 
     }

  @media (min-width: 992px)  {
       
    .brand-name {
       
      display:none;
        
    }
    
     .dwn-menu {
        
        margin-top: -10px;
    }
    
   }


  @media (min-width: 1200px) { 
      
    .brand-name {
       
       margin-top:25px;
        
    }
    
    .rd-navbar-static .rd-navbar-inner .rd-navbar-nav-wrap {
        
        margin-bottom: -10px;
    }
    
    .dwn-menu {
        
        margin-top: -10px;
    }
    
    .heder-info-box {
        
    float: right;
    margin-top: 40px;
    color: #fff;
    font-weight: bold;
    border-left: 2px dotted #e1be57;
    
   }
   
   .info-box {
        
    float: right;
    margin-top: 40px;
    color: #fff;
    font-weight: 700;
    
   }
   
   
    .bg-txt-hieght-first {
    margin-top: 200px;
    font-size: 37px;
    margin-left: 100px;
    color: #fff;
  }

  .bg-txt-hieght-second {
    margin-top: 200px;
    font-size: 37px;
    margin-left: 35px;
    color: #fff;
  }
   
   
   .bg-txt-hieght-third {
       
      margin-top: 200px;
      font-size:37px;
      
   }
   
   .bg-txt-hieght-four {
       
       margin-top:110px;
       font-size:48px;
   }
   
   .social-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 25px;
}

.social-twiter {
    background-color: #55acee;
    border-color: #55acee;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 25px;
}

  .social-instagram {
    background-color: #c8232c;
    border-color: #c8232c;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 25px;
  }
  
  .social-trip {
    background-color: #619542;
    border-color: #619542;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 25px;
  }
  
  .contact-border {
      
      border-left: 2px solid #f1d864;
      border-right: 2px solid #f1d864;
  }
  
  .foot-logo {
      
      margin-top:55px;
  }
  
  .foot-copy-right {
      
      margin-left:34%;
  }
   
      
  }
  
  
  @media screen and (max-width: 600px) {
      
    .rd-navbar-brand .brand-name {
       
      font-size:15px;
        
    }
    
    .heder-info-box {
        
    display: none;
    
     }
     
     
   .bg-txt-hieght-first {
       
    font-size: 37px;
    margin-top: -200px;
    color: #fff;
    
  }
  
  
  .bg-txt-hieght-second {
      
   margin-top: -200px;
   font-size: 37px;
   color: #fff;
   
  }
   
   
   .bg-txt-hieght-third {
       
     margin-top: -200px;
     font-size: 37px;
      
   }
   
    .bg-txt-hieght-four {
       
     margin-top: -200px;
     font-size: 37px;
      
   }
     
  
  }
  
  
  
  

  .padding-top {
	    
    padding-top: 100px;
    
   }
   
  .heading {
    border-bottom: 2px solid #e25111;
    padding-bottom: 10px;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    
   }
   
  .heading_space {
    margin-bottom: 50px;
  }

  hr {
    border-color: #b2b2b2;
    margin: -1px 0 0;
        margin-bottom: 0px;
    }

.padding-bottom {
    padding-bottom: 100px;
}

.pricing_feature li:nth-of-type(2n+1) {
   /* background: #fafafa; */
}

.pricing_feature li > strong {
    float: right;
    color: #fff;
}

.pricing_feature li {
    font-size: 16px;
    padding: 20px 15px;
    color: #f1da68;
   font-weight: 700;
}

.rd-mailform1 {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.rd-mailform1 {
    margin-top: 40px;
}

.rd-mailform1 label:first-child {
    margin-top: 0;
}


.rd-mailform1 label {
    margin-top: 32px;
}

.rd-mailform1 label {
    position: relative;
    display: block;
    width: 100%;
}

.rd-mailform1 label input, .rd-mailform1 label textarea {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: 700;
    padding: 7.5px 18px;
    line-height: 34px;
    color: #343434;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 0;
}


.rd-mailform1 label textarea {
    resize: vertical;
    overflow: auto;
    min-height: 51px;
    height: 211px;
    max-height: 316.5px;
}



.rd-mailform1 label input, .rd-mailform1 label select {
    height: 51px;
}

.rd-mailform1 label:hover .mfPlaceHolder {
    color: #343434;
}


.mfValidation.show {
    opacity: 1;
    visibility: visible;
}

.mfValidation {
    position: absolute;
    top: 0;
    padding-left: 18px;
    right: 7px;
    color: #f00;
    font-weight: 700;
    font-size: 9px;
    line-height: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    pointer-events: none;
    transition: .3s all ease;
}

.mfPlaceHolder {
    cursor: text;
    position: absolute;
    left: 0;
    top: 0;
    padding: 7.5px 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    color: #d1d1d1;
    opacity: 1;
    transition: .2s all ease;
}

.mfPlaceHolder .state-1 {
    opacity:.0;
}

 .contactus-wrap form input[type="text"]:focus {
     
     border-color: #ff401b;
 }
 
 .contactus-wrap form textarea:focus {
     
      border-color: #ff401b;
 }
