@import url(../booking.css);
@import url(../footer.css);
@import url(../global.css);

html{
    overflow-x: hidden;
}

body{
    font-family: 'chivo', Arial, Helvetica, sans-serif;
    background-color: #e7e7e7;
}

/* main content starts here  */
.my-fld1{
    background-color: #F6A337;
    text-align: center;
    color: #212a219a;min-width: 100%;
}

.my-fld1 h1{
    font-size: 1.6rem;
    line-height: 1.4rem;
    font-weight: 400;
    padding: 10px 0px;
}
.container{
    justify-content: center;
    max-width: 800px;
    min-width: 250px;
    background-color: #F6F6F6;
    border: 1px #3036309a solid;
    border-width: 0px 0px 1px 0px;
    margin-top: -5px;
}
.inner-container{
    padding: 2%;
}

.container .row{
    background-image: url(../images/flui1-1@1.5x-8.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100px;
}

.inner-container h1{
    font-size: 1.3rem;
    line-height: 1.1rem;
    font-weight: 400;
    color: #212a21;
}

.inner-container p{
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.inner-container ul{
    font-size: 0.8rem;
    line-height: 0.9rem;
    padding-left: 17px;
}

.container button{
    font-size: 1.2rem;
    background-color: #df7e00;
    color: #ffffff;
    font-weight: 700;
    border: 0.5px #ffffff63 solid;
    width: 220px;
    margin: 15px 0px 30px;
   }


.btn-one:hover{
   background-color: #525F52;
   color: #ffffff;
   border: 0.5px #ffffff63 solid;
} 


/* main content ends here */

/* footer edits ends here */

@media (min-width: 425px) {  
    
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    /* main content edits starts here */
  
     /* main content edits ends here */

 }

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    /* main content edits starts here */
     
    /* main content edits ends here */
 }

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    /* main content edits */
    .inner-container{
        padding: 3% 23%  2% 14%;
    }

    .container .row{
        min-height: 150px;
        margin-bottom: 20px;
    }
    /* main content edits */
}

 /* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    /* main content edits */
   

    
    /* main contents edits */
    
 }