*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.dropbtn {
    background-color: transparent;
    color: black;
    padding: 8px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

/* .dropdown-content a:hover {
    background-color: #7f7a7aa7;
} */

.dropdown:hover .dropdown-content {
    display: block;
}

/* .dropdown:hover .dropbtn {background: transparent;} */
.bran{
    color: #f4511e !important;
    font-weight: bold;
}
.backgr {
    background-color: white !important;
}
.butt{
    color: black!important;
    text-decoration: none;
}
.butt:hover {
   
    color:#f4511e  !important;
}
.col a:hover{
    color: #f4511e;
}
/* navbar end */
.mig img {
    width: 25%;
    height: 6vh;
    border-radius: 5px;
}
.box {
    /* width: 10%;
    height: 20vh; */
    display: grid;
    grid-template-columns: auto auto auto;
}
.car {
    width: 90%;
    margin: auto !important;
    border-radius: 20px !important;

}
.rad {
    border-radius: 20px !important;
}
.popular {
    width: 100%;
    height: 40vh;
    /* margin: auto;
    background-color: rgb(10, 92, 163);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}
/* banner-2 */
.banner {
    width: 100%;
    height: 75vh;
}
.banner_rap {
    width: 80%;
    height: 65vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5px;
}
.banner_text {
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.banner_text p {
    color: rgba(0, 0, 0, 0.496);
}
.banner_text h4 {
    color: #f4511e;
    font-weight: bold;
}
.input-box {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* margin-top: 50px; */
}
#phone-number {
    padding: 10px;
    font-size: 16px;
    width: 350px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#submit-button{
    border: none;
    font-size: 20px;
    border-radius: 1px;
    padding: 8px 20px;
    background:  darkorange;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    color: white;
    width: 350px;
    text-decoration: none;
    text-align: center;
}
/*#submit-button:hover {
    background-color: darkgoldenrod;
}*/
#submit-button i {
    font-size: 25px;
    color: green;
    font-weight: bold;
    text-align: center;
}
#submit-button::before{
    content:'';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255,255,255,0)30%,
        rgba(255,255,255,.8),
        rgba(255,255,255,0)70%
    );
    top:0;
    left: -100px;
    animation: shine 4s infinite linear; /*Animation*/
}
/*@keyframes submit-button{
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}*/
.experince {
    width: 100%;
    height: 14vh;
}
.experince h1 {

    text-align: center;
}
.Experience_box {
    width: 100%;
    height: 78vh;
}
.Experience_box_rap{
    width: 75%;
    height: 70vh;
    display: grid;
    margin: auto;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
}
.Experience_first_box{
    width: 90%;
    border: 2px solid rgba(0, 0, 0, 0.234);
    border-radius: 12px;
    
}
#Experience_first_box_bo{
    width: 100%;
}
.Experience_img img{
    width: 100%;
    height: 30vh;
    align-content: center;
}
.Experience_txt{
    padding: 30px;
}
.Experience_txt_bo p{
    padding-top: 30px;
}
.Experience_first_box{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 120px;
}
.Experience_first_box{
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 120px;
    /* padding-bottom: 7px; */
}

.Experience_first_box::after {
    content: '';
    position: absolute;
    height: 4px;
    left: 0;
    /* margin-left: 2px; */
    bottom: 100%;
    width: 0;
    background: orange;
    transition: width .2s;
    border-radius: 120px;
}

.Experience_first_box:hover:after {
    /* text-align: center; */
    width: 100%;
    
}
.student{
    width: 100%;
    height: 16vh;
}
.student_rap{
    width: 70%;
    height: 13vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
    padding-right: 10px;
}
.for_text p{
    margin-top: 5px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.662);
}
.shine{
    border: none;
    border-radius: 1px;
    padding: 15px 30px;
    background: #f4511e;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    color: white;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.shine::before{
    content:'';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255,255,255,0)30%,
        rgba(255,255,255,.8),
        rgba(255,255,255,0)70%
    );
    top:0;
    left: -100px;
    animation: shine 3s infinite linear; /*Animation*/
}
@keyframes shine{
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}
.shine:hover{
    /* background: rgba(255, 255, 255, 0); */
    background-color:black;
}
.Endless{
    width: 100%;
    height: 80vh;
}
.Endless_rap{
    width: 80%;
    height: 65vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    /* border: 2px solid black; */
    grid-column-gap: 2px;
}
/*.Endless_box{
    width: 20%;
    border: 2px solid yellow;
}*/
.Endless_box img{
    width: 100%;
    height: 35vh;
    margin-top: 60%;
    /* border: 2px solid yellow; */
}
.Endless_box1{
    padding: 50px;
    display: grid;
    grid-template-columns: auto auto;

}
.Endless_box1_rap2{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    /* border: 2px solid red; */
}
#con{
    margin-top: 50px;
    width: 80%;
    margin-right: 100px;
    /* border: 5px solid red; */
}
.End_img{
    /* width: 100%; */
   
    grid-row-gap: 10px;
    
    /* border: 2px solid red; */
}
.End_img img{
    width: 100%;
    height: 20vh;
    border-radius: 200px;
    padding: 8px 20px ;
    /* border: 2px solid red; */
}
/*.End_img{
    border: 2px solid red;
    grid-row-gap: 10px;
}*/
.Endless_box1{
    width: 100%;
    height: 62vh;
    background-color: rgb(255,240,203);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: rgb(208,196,240) 0px 8px 0px;
}
.want{
    width: 100%;
    height: 30vh;
    /* border: 2px solid red; */
    padding: 50px;
    position: relative;
}
.wantrap{
    width: 70%;
    height: 28vh;
    margin: auto;
    background-color:rgb(255, 136, 0) ;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: #f4501ec3 0px 15px 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
    padding-top: 58px;
}
#cota{
    /* border: 5px solid black; */
    width: 100%;
    
}
#cota .shine{
    font-size: 15px;
}
.help{
    /* margin-bottom:-35px ; */
    margin-top: -155px;
}
.help img{
    width: 100%;
    height: 40vh;
    margin: 15px;
    /* border: 2px solid black; */
    margin-bottom:-25px; 
    /* padding-bottom: -18px; */
}
.help1{
    padding-left: 15px;
}
.help1 h3{
    font-size: 25px;
    /* padding: 20px; */
    color: white;
    /* border: 2px solid black; */
    text-align:left;
}
/* footer */
.footer{
    width: 100%;
    height: 120vh;
    background-color: rgb(55, 52, 52);
}
.footer_rap{
    width: 95%;
    height: 75vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 1px;
    padding-top: 65px;

}
.bb_txt{
    margin: 55px;
}
.bb_txt p{
    /* margin-top:px; */
    width: 100%;
    color: rgba(255, 255, 255, 0.69);
}
#zoom-in-out-box{
    margin: 55px;
}
.bb_txt1{
    color: rgba(255, 255, 255, 0.69);
}
.bb_txt1{
    margin: 20px;
    font-size: 13.5px;
}
.bb_txt1 i{
    font-size: 12px;
    border: 2px solid white;
    border-radius: 15px;
    padding: 4px;
}
#zoom-in-out-box i:hover{
    color: #f4511e;
    border: 2px solid white;
}
#zoom-in-out-box p i{
    /* margin: 24px;
    width: 50px;
    height: 50px; */
    /* background: #f500cc; */
    color: #f4511e;
    border: 2px solid #f4511e;
    animation: zoom-in-zoom-out 1s ease infinite;
    box-shadow: 0 2px 14px 0 rgb(255, 255, 255);
  }
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
.bb_txt1 h6:hover{
    color: #f4511e;
    cursor: pointer;
    /* font-weight: lighter; */
}
.fa-circle-phonet{
    color:rgb(223, 15, 15);
}
.faqs_head1 {
    height: 85vh;
}

.accordion{
    margin: 60px auto;
    width: 600px;
}
.accordion li{
    list-style: none;
    margin: 20px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.384); /*6px 9px 10px -1px rgba(0,0,0,0.15) -6px 9px 10px -1px rgba(255,255,255,0.7)*/
}
label{
    color: rgba(255, 255, 255, 0.69);
}
.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
label::before{
    content: '+';
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600;
}
input[type="radio"]{
    display: none;
}
.accordion .content{
    /* color: #555; */
    color:  rgba(255, 255, 255, 0.69);;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition:max-height 0.5s, padding 0.5s;
}
.accordion input[type="radio"]:checked +label +.content{
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="radio"]:checked +label::before{
    content: '-';

}
.quick{
    width: 100%;
    height: 20vh;
}
.quickrap{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 8px;
    padding-left: 5px;
}
.quick_text li{
    list-style: none;
}
.quick_text h5{
    font-size: 16px;
}
.quick_text li{
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}
.quick_text li:hover{
    color: #f4511e;
}
.Quickk h5{
    font-size: 16px;
}
.quick_text i{
    margin-left: 4px;
    margin-right: 4px;
    font-size: 15px;
    color: white;
}
.Quickk a{
 text-decoration: none;
 color: white;
 padding-left: 5px;
 padding-right: 5px;
}
.Quickk a:hover{
    /* background-color: white; */
    border-bottom: 2px solid #f4511e;
    /* color: black; */
    /* border-radius: 50px; */
    /* margin: 2px; */
}
/* Under line */
.under{
    width: 100%;
    height: 5vh;
    background-color: rgb(55, 52, 52);
   
}
.underrap{
    width: 95%;
    padding-top: 3px;
    /* border-top: 2px solid rgba(255, 255, 255, 0.708); */
    border-top: 2px solid #f4511e; 
    margin: auto;
}
.underrap h6{
    color: white;
    text-align: center;
}