.fl1{
    
    margin-top: -70px;
    /* margin-bottom: 400px; */
    /* background-color: blue; */

}
.fl1 .carousel {
    position: relative;

}

.fl1 .carousel .carousel-text {
    position: absolute;
    top: 200px;
    left: 50px;
    background-color: #e34f0000;
    padding: 20px;
    border-radius: 6px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.fl1 .carousel .carousel-text h2 {
    color: white;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1.5;
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.fl1 .carousel .carousel-text h5 {
    color: white;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: 500;
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}
.fl1 .carousel .button_nowHome {
display: inline-block;
padding: 0.40rem 1.10rem;
border: 1px solid white;
border-radius: 0.5rem;
color: #fff;
font-size: 0.9rem;
letter-spacing: 0.15rem;
transition: all 0.3s;
position: relative;
overflow: hidden;
z-index: 1;
}
.fl1 .carousel .button_nowHome:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
border-radius: 0.5rem;
z-index: -2;
}
.fl1 .carousel .button_nowHome:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 100%;
background-color: orangered;
transition: all 0.3s;
border-radius: 0.5rem;
z-index: -1;
}
.fl1 .carousel .button_nowHome:hover {
color: #fff;
}
.fl1 .carousel .button_nowHome:hover:before {
width: 100%;
}

.fl12s {
    width: 100%;
    height: 200px;    
    padding: 20px 15px;
    position: fixed;
    /* background-color: aqua; */
    bottom: 0;
    transition: 0.5s;

}

.fl12s .fl12inn {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: -0px;    
}

.fl12s .fl12inn .box {
    margin: 15px;
    width: 25%;
}

.fl12s .fl12inn h4 {
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.fl12 {
    width: 100%;
    background-color: white;
    padding: 20px 15px;
    opacity: 0;
    transform: translateY(-50px);
    transition: 0.5s;
}

.fl12 .fl12inn {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.fl12 .fl12inn .box {
    margin: 15px;
    width: 25%;
}

.fl12 .fl12inn h4 {
    text-align: center;
    font-family: 'Reem Kufi', sans-serif;
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.fl12 .fl12inn p {
    text-align: center;
    font-size: 20px;
    color: #1c1b1b;
}
.fl2{
    width: 100%;
    padding: 0 5%;
    margin-top: -80px;
    position: relative;
}
.fl2 img{
    width: 94%;
    margin: 0 3%;
}
.fl2 h2{
    position: absolute;
    top: 10px;
    width: 90%;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 550;
    letter-spacing: 1px;
    background: linear-gradient(to right, #ee0000, #ff770084); /* Example gradient colors */
    -webkit-background-clip: text; /* For Safari */
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.fl3 {
    width: 100%;
    height: auto;
    padding: 20px;
}

.fl3 h2 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 550;
    letter-spacing: 1px;
    background: linear-gradient(to right, #ee0000, #ff770084); /* Example gradient colors */
    -webkit-background-clip: text; /* For Safari */
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.fl3 .ours {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}

.fl3 .ours div {
    width: 40%;
}

.fl3 .ours div img {
    width: 100%;
}

.fl3 .ours .ours-txt {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.fl3 .ours .ours-txt h4 {
    width: 100%;
    font-size: 22px;
    color: black;
    text-align: center;
    border-bottom: 1px solid orangered;
}

.fl3 .ours .ours-txt p {
    font-size: 16px;
    color: black;
    text-align: center;
    opacity: 0;
    height: 0;
    transition: 0.5s;
}

.fl3 .ours:hover .ours-txt p {
    opacity: 1;
    height: 100px;

}

.fl3 .ours:hover .ours-txt h3 {
    border-bottom-width: 0;

}


.fl3 .ours2 {
    margin: 80px 0 80px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.fl3 .ours2 div.ours-img .inn {
    height: 300px;
    overflow: hidden;
}

.fl3 .ours2 div.ours-img .inn img {
    width: 96%;
}

.fl3 .ours2 div.ours-img h4 {
    text-align: center;
    padding-top: 10px;    
    font-size: 22px;
    color: black;
}
.fl3 h4.ours-txt2 {
    text-align: center;
    padding-top: 10px;
    font-size: 22px;
    color: black;
    margin-top: 0px;
    background-color: transparent;
    margin-bottom: 20px
}


.fl4 {
    width: 100%;
    height: auto;
    padding: 20px 20px 100px 20px;
    background-color: #fee7de;        
}

.fl4 h2 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 550;
    letter-spacing: 1px;
    background: linear-gradient(to right, #ee0000, #ff770084); /* Example gradient colors */
    -webkit-background-clip: text; /* For Safari */
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.fl4 .fl4-inn {
    width: 98%;
   margin-left: 1%;
    
}
.fl4 .fl4-inn .fleets{
    margin-top: 20px;
    width: 100%;        
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.fl4 .fl4-inn .fleets img{
    width: 100%;        
    
}
.fl4 .fl4-inn .fleets .fleet-img{
    position: absolute;
    top: 5vh;
    left: 50px;
    width: 35%;
}
.fl4 .fl4-inn .fleets .btn-now{
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    padding: 7px 25px;
    color: white;
    background-color: orangered;
    border-radius: 4px;
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}
.fl4 .fl4-inn .fleets .btn-now:hover{
    background-color: orange;
}
.fl4 .fl4-inn .fleets .fleet-more{
    box-sizing: border-box;
    width: 200px;
    height: 20px;
    position: absolute;
    bottom: 0%;        
    left: 40%;
    background-color: transparent;                
    padding: 20px;        
    overflow: hidden;
    cursor: pointer;
    transition: height 0.2s;
}
.fl4 .fl4-inn .fleets .fleet-more h6{
    font-size: 22px;
    color: orangered;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.fl4 .fl4-inn .fleets .fleet-more2{
    box-sizing: border-box;
    height: 0px;
    background-color: rgb(255, 255, 255);                
    padding: 0px;        
    overflow: hidden;
    cursor: pointer;
    transition: height 0.2s;
}

.fl4 .fl4-inn .fleets .fleet-more2 p{
    font-size: 18px;
    font-weight: 600;    
    color: rgb(0, 0, 0);
    text-align: center;
    transition: 0.2s;
}



.fl5 {
    width: 100%;
    padding: 10px;   
}

.fl5 h2 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 50px 0 20px 0;
    font-size: 30px;
    font-weight: 550;
    letter-spacing: 1px;
    background: linear-gradient(to right, #ee0000, #ff770084); /* Example gradient colors */
    -webkit-background-clip: text; /* For Safari */
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.fl5 .fl5-inn {
    width: 98%;
   margin-left: 1%;
    
}
.fl5 .fl5-inn p{
    color: black;
    font-size: 18px;
    text-align: center;
}


.fl6 {
    width: 100%;
    padding: 20px 20px 100px 20px;   
}
.fl6 h2 {
    
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 550;
    letter-spacing: 1px;
    background: linear-gradient(to right, #ee0000, #ff770084); /* Example gradient colors */
    -webkit-background-clip: text; /* For Safari */
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.fl6 .faq_box {
    overflow: hidden;
}
.fl6 .accordion {
    background-color: white;
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 8px 18px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000000;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

.active_2,
.fl6 .accordion:hover {
    background-color: #feb779;
    color: rgb(97, 26, 1);
}

.fl6 .accordion:after {
    content: '\002B';
    color: #e34f00;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 25px;
}

.fl6 .active_2:after {
    content: "\2212";
    color: white;
}

.fl6 .panel {
    padding: 0 18px;
    background-color: #fee7de;   
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.fl6 .panel p {
    font-size: 18px;
    color: rgb(0, 0, 0);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.fl6 .faq-btn{
    text-align: center;
    padding:50px;
    
}
.fl6 .faq-btn a{
    text-align: center;
    text-decoration: none;
    padding: 6px 20px;
    background-color: orangered;
    color: white;
    transition: 0.2s;
}

.fl6 .faq-btn a:hover{
    background-color: rgb(254, 104, 49);
}

.fl7 {
    width: 100%;        
    padding: 30px 20px;
}

.fl7 h2 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 550;
    letter-spacing: 1px;
    background: linear-gradient(to right, #ee0000, #ff770084); /* Example gradient colors */
    -webkit-background-clip: text; /* For Safari */
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.fl7 .media-29101 {
    background-color: #fee7de;        
    padding: 10px;        
    height: 500px;
}
.fl7 .media-29101 .ss-img-box {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.fl7 .media-29101 .ss-img-box img{
    width: 100%;
}
.fl7 .media-29101 .ss-txt-box {
    width: 100%;
    height: 178px;
    overflow: hidden;
}
.fl7 .media-29101 .ss-txt-box h4{
    font-size: 20px;
    text-align: center;
    margin: 10px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 550;
    letter-spacing: 1px;
    background: linear-gradient(to right, #ee0000, #ff770084);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.fl7 .media-29101 .ss-txt-box p{
    font-size: 15px;
    color: black;
    text-align: justify;
}  

.fl8 {
    width: 100%;
    height: auto;
    padding: 30px 20%;
    background-color: #fee7de;    
}

.fl8 h2 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 550;
    letter-spacing: 1px;
    background: linear-gradient(to right, #ee0000, #ff770084); /* Example gradient colors */
    -webkit-background-clip: text; /* For Safari */
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.fl8 .fl8inn {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.fl8 .fl8inn .box {
    margin: 15px;
}

.fl8 .fl8inn .imgbox {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f9c6b2;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;

}

.fl8 .fl8inn .imgbox .cus2 {
    font-size: 40px;
    position: absolute;
    bottom: -17px;
    left: 10px;
    transition: 0.2s;
    cursor: pointer;
}

.fl8 .fl8inn .imgbox .cus3 {
    font-size: 40px;
    transform: rotate(100deg);
    position: absolute;
    bottom: -20px;
    left: 10px;
    transition: 0.2s;
    cursor: pointer;
}

a.cus4 {
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    right: 140px;
    color: white;
    transition: 0.2s;
    cursor: pointer;
}

.ph {
    font-size: 20px;
    color: white;
    transition: 0.2s;
    cursor: pointer;
}

.fl8 .fl8inn .imgbox .cus2:hover {
    bottom: 0;
}

.fl8 .fl8inn .imgbox .cus3:hover {
    bottom: 0;
}

.fl8 .fl8inn h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.fl8 .fl8inn a {
    color: orangered;
}

.fl8 .fl8inn .box .cus1 {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    transition: 0.2s;
}

.fl8 .fl8inn .box .cus1:hover {
    text-decoration: underline;
    color: orangered;
    font-size: 25px;
}

.alert-error {
    display: none;
    padding: 10px;
    border-radius: 6px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

@media screen and (max-width: 600px) {
    .fl1 .carousel {
        margin-bottom: 0px;
    }
    .fl1 .carousel .carousel-text {
        top: 80px;
        left: 0%;
        padding: 20px;
    }
    .fl1 .carousel .carousel-text h2 {
        font-size: 20px;
    }
    .fl1 .carousel .carousel-text h5 {
        margin-top: -80px;
        font-size: 12px;
    }
    .fl1 .carousel .carousel-inner img {
            width: 200%;
            margin-left: -50%;
        }        
    .fl1 .carousel .button_nowHome {
            padding: 0.20rem 0.6rem;
            border-radius: 0.4rem;
            font-size: 0.9rem;
            letter-spacing: 0.09rem;
            }
           
            .fl12s {
             display: none;   
            }

            .fl12 {
                padding: 20px 1px 0 1px;
                opacity: 1;
                transform: translateY(-80px);
                transition: 0.5s;
            }           
            
            .fl12 .fl12inn .box {
                margin: 5px;
                width: 33%;
            }
            
            .fl12 .fl12inn h4 {
                font-size: 13px;
            }
            
            .fl12 .fl12inn p {
                text-align: center;
                font-size: 10px;
                margin-top: -25px;
            }
            .fl2{
                width: 100%;
                padding: 0 5px;
                margin-top: -80px;
            }
            .fl2 h2{
                top: 0px;
                width: 100%;
                padding:10px;
                font-size: 16px;
            }
            .fl2 img{
                width: 100%;
                margin-left: 0;
            }           

            .fl3 {
                padding:30px 5px;
            }
            
            .fl3 h2 {
                padding: 10px;
                font-size: 16px;
            }            
            .fl3 .ours {
                width: 100%;
                height: 100px;
                overflow: hidden;
                display: flex;
                flex-direction: row;
                justify-content: space-around;
                align-items: center;
                cursor: pointer;
            }
            
            .fl3 .ours div {
                width: 46%;
            }
            
            
            .fl3 .ours div img {
                width: 100%;
            }
            
            .fl3 .ours .ours-txt {
                padding: 0 5px;
                height: 200px;
            }
            .fl3 .ours .ours-txt:hover {
                overflow: auto;
            }
            
            .fl3 .ours .ours-txt h4 {
                font-size: 12px;
            }
            
            .fl3 .ours .ours-txt p {
                font-size: 10px;
            }
                        
            .fl3 h4 {
                font-size: 12px;
            }
            
            .fl3 .ours2 {
                margin: 10px 0;
                height: 120px;
            }
            .fl3 .ours2 div.ours-img .inn {
                height: 80px;
                overflow: hidden;
            }
            
            
            .fl3 .ours2 div.ours-img .inn img {
                width: 96%;
            }
            
            .fl3 .ours2 div.ours-img h4 {
                padding-top: 5px;    
                font-size: 12px;
            }
            .fl3 h4.ours-txt2 {
                padding-top: 0px;
                font-size: 12px;
                color: black;
                margin-top: 10px;
                margin-bottom: 20px
            }
            

            .fl4 {
                padding: 20px 5px;
            }            
            .fl4 h2 {
                padding: 10px 0;
                font-size: 16px;
            }          
          
            .fl4 .fl4-inn .fleets{                
                width: 94%; 
                margin: 5px auto ;       
            }
            .fl4 .fl4-inn .fleets .fleet-img{
                top: 10vh;
                left: 6vh;
                width: 70%;
            }
            
            .fl4 .fl4-inn .fleets .btn-now{
                top: 5px;
                right: 5px;
                padding: 2px 8px;
                font-size: 11px;
            }

            .fl4 .fl4-inn .fleets .fleet-more h6{
                font-size: 14px;
                bottom: 0;
                left: 60%;
            }
            .fl4 .fl4-inn .fleets .fleet-more2{
                height: 0px;
                background-color: rgb(255, 255, 255);                
                overflow: hidden;
                cursor: pointer;
                transition: height 0.2s;
                padding: 0px;        
            }
            
            .fl4 .fl4-inn .fleets .fleet-more2 p{
                font-size: 11px;
                font-weight: 600;    
                color: rgb(0, 0, 0);
                text-align: justify;
                transition: 0.2s;
                padding: 0 10px;
            }
            
            .fl5 {
                padding: 20px;   
            }
            
            .fl5 h2 {
                padding: 20px 0;
                font-size: 16px;
            }
            .fl5 .fl5-inn p{
                font-size: 12px;
                text-align: justify;
            }
            
            .fl6 {
                padding: 10px;   
            }
            .fl6 .accordion {
                padding: 8px 18px;
                width: 100%;
                font-size: 14px;
            }            
            .active_2,
            .fl6 .accordion:hover {
                background-color: #feb779;
                color: rgb(97, 26, 1);
            }            
            .fl6 .accordion:after {              
                font-size: 22px;
            }
            .fl6 .panel {
                padding: 0 14px;
            }
            
            .fl6 .panel p {
                font-size: 12px;
                padding-top: 10px;
                padding-bottom: 10px;
                margin-bottom: 10px;
            }            
            .fl6 h2 {
                font-size: 16px;
            }
            .fl6 .faq-btn{
                padding:20px;
            }
            .fl6 .faq-btn a{
                padding: 6px 10px;
                font-size: 12px;
            }                      
            .fl7 {
                padding: 10px 5px;
            }
            
            .fl7 h2 {
                font-size: 16px;
            }
            
            .fl7 .media-29101 {
                padding: 10px;   
                height: 330px;                     
            }
            .fl7 .media-29101 .ss-img-box {
                width: 100%;
                height: 150px;
                overflow: hidden;
            }
            .fl7 .media-29101 .ss-img-box img{
                width: 100%;
            }
            .fl7 .media-29101 .ss-txt-box {
                width: 100%;
                height: 160px;
                overflow: hidden;
            }
            .fl7 .media-29101 .ss-txt-box h4{
                font-size: 13px;
                text-align: center;
                margin: 10px 0 0 0;
            }
            .fl7 .media-29101 .ss-txt-box p{
                font-size: 11px;
                color: black;
                text-align: center;
            }  
            
            
.fl8 {
    padding: 20px 0 30px 0;
}

.fl8 h2 {
    padding: 0;
    font-size: 16px;
}
.fl8 h4 {

    font-size: 14px;
}

.fl8 .fl8inn .imgbox {
    width: 40px;
    height: 40px;

}
.fl8 .fl8inn .imgbox .cus1 {
    font-size: 14px;    
    cursor: pointer;
}
.fl8 .fl8inn .imgbox .cus2 {
    font-size: 20px;
    bottom: -10px;
    cursor: pointer;
}
.fl8 .fl8inn .imgbox .cus3 {
    font-size: 20px;
    bottom: -10px;
}
a.cus4 {
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    right: 140px;
    color: white;
    transition: 0.2s;
    cursor: pointer;
}

.ph {
    font-size: 14px;
    color: white;
    transition: 0.2s;
    cursor: pointer;
}

.fl8 .fl8inn h4 {
    font-size: 14px;
    margin-bottom: 0;
}


        }
