﻿
.banner-sec {
    background: url(/images/india-travel/bg.png) center no-repeat;
    min-height: 500px;
    padding: 50px 0;
}
.home-header{
    padding:10px 0;
}
.banner-sec h1 {
    font-size: 44px;
    font-weight: 600;
    text-align: center;
}

.files-icon {
    display: flex;
    grid-gap: 10px;
    line-height: 1;
    color: #000000;
    align-items: center;
}
.mailinfo-engine .returnlabel{
    left:40px;
}
.label-Head{
    left:0;
    padding:0;
}
.files-icon i {
    font-size: 20px;
}

    .new-request {
        display: inline-block;
    }
.get-call {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    flex-direction: column;
}
    .get-call p{
        font-size:20px;
    }
  
.mail-info .submit-req {
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #9598a1;
    border-radius: 5px;
    display:inline-block;
    margin:20px 0;
}

.lowest-fare .searchBox .searchBlock {
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .lowest-fare .searchBox .searchBlock .tripType li {

        border: 2px solid  var(--color-blue); 
        padding: 10px;
        border-radius: 5px;
        margin-right: 20px;
    }
    .lowest-fare .searchBox .searchBlock .tripType li.active {
        background: var(--color-blue);
       
    }
        .lowest-fare .searchBox .searchBlock .tripType li.active span {
            color: var(--color-white);
        }
.inputSet label input[type=radio]:checked ~ span::after{
    border:1px solid var(--color-white);
}
.inputSet label input[type=radio]:checked ~ span::before{
    background:var(--color-white);
}
.lowest-fare .tripType label {
    margin-right: 0;
}

.lowest-fare .tripType{
    margin:10px 0 25px 0;
}

.lowest-fare .mailinfo-engine .label{
    margin-bottom:20px;
}

.lowest-fare .mailinfo-engine .travelsSec {
    margin: 0;
    background: #fff;
    margin-bottom: 20px;
}
.lowest-fare .label-Head {
    background: transparent;
    top: -20px;
}
.lowest-fare .mailinfo-engine .from-to {
    margin-bottom: 15px;
}
.lowest-fare .mailinfo-engine .depart-return{
    margin-top:0;
    margin-bottom:15px;

}

.lowest-fare .mailinfo-engine .searchButton{
    margin-top:0 !important;
}


.lowest-fare .iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
    position: relative;
    left: -2px;
}

.lowest-fare .mailinfo-engine .label{
    padding:10px;
}



.thanksActive{
    background:#ffffff;
    color:#000000;
}

.ins-pnt {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #eb6a34;
    border-radius: 5px;
    padding: 20px;
    background: var(--color-white);
    color: var(--color-org);
}
    .ins-pnt ul{
        margin:20px 0;
    }
    .ins-pnt ul li {
        padding-bottom: 10px;
        font-size:16px;
        padding-left:30px;
        position:relative;
        color:var(--color-black);
      
    }

        .ins-pnt ul li:before {
            position: absolute;
            left: 0;
            content: "\f26f";
            font-size: 18px;
            font-family: bootstrap-icons;
            color: #3ab54a;
        }


.trvl-insr-sec h4{
    font-size:26px;
    font-weight:600;
    margin:20px 0;

}

.trvl-insr-sec ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 25px;
    padding-right: 15px;
}


    .trvl-insr-sec ul li:before {
        position: absolute;
        left: 0;
        content: "\f26f";
        font-size: 18px;
        font-family: bootstrap-icons;
        color: #ff6a00;
    }

.bg-gray {
    background: #f3f3f3;
    margin:40px 0;
    padding:30px 0;
}


.bg-gray ul li {
    width:33.3%;
}


















.our-proses {
    color: #021e40;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 70px 0;
}

    .our-proses p {
        padding: 0% 26% 0% 26%;
    }


    .tit {
        color: #ff6a00;
        font-size: 20px;
        font-weight: 400;
    }
.hed-tit {
    font-size: 40px;
    font-weight: 600;
    color: #021e40;
    line-height:1.5;
}
    .icon-sec {
        background: var(--color-org);
        width: 100px;
        height: 100px;
        border-radius: 10px;
        position: relative;
        margin-bottom:20px;
        display:flex;
        align-items:center;
        justify-content:center;
    }
        .icon-sec img{
            width:50px;
        }

        .icon-sec .step {
            position: absolute;
            background: #021e40;
            justify-content: center;
            align-items: center;
            color: #ffffff;
            border-radius: 5px;
            padding: 8px 10px;
            font-size: 18px;
            font-weight: 500;
            left: -18px;
            top: -18px;
            display: flex;
            line-height: 1;
        }

.text-sec {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    color: #646974;
    font-size:14px;
    margin-bottom:30px;
}


.book-t {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 20px 0;
    color: #021e40;
}

.about-rht {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100%;
}
.about-ind {
    padding: 100px 0;
}

.about-setp{
    display:flex;
    flex-flow:wrap;
    width:100%;
}

    .about-setp li{
        width:33.3%;
        display:flex;
        justify-content:center;
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

        .about-setp li img{
            margin-bottom:15px;
        }

.why-ind{
display:flex;
flex-flow:wrap;
}
.why-left{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
}

.why-ind-txt {
    background: url(/images/india-travel/world.png) no-repeat center;
    padding: 8%;
    height: 100%;
    position: relative;
}


    .in-why-opt {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 10px;
        margin-top:20px;
    }
.why-info {
    display: flex;
    grid-gap: 15px;
    align-items: center;
    width: 48%;
    margin:20px 0;
}
.why-icon img{
    width:50px;
}
.why-txt h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}


.why-pic {
    background-image: url(/Images/india-travel/happy-trvl.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: 85% 0%;
}

.fli{
    width:65px;
}

.car {
    width: 50px;
}

.hot{
    width:40px;
}















@media (max-width: 576px) {
    .searchBox .label{
        margin:0;
    }

    .mailinfo-engine .from-to .from {
        width: 100%;
    }

    .mailinfo-engine .from-to {
        flex-flow: wrap;
    }
    .banner-sec h1{
        font-size:32px;
    }
    .hed-tit{
        margin:20px 0;
        font-size:30px;
    }
    .about-ind{
        padding:30px 0;
    }
    .about-setp {
        padding: 30px 0;
    }
    .destination{
        margin-top:10px;
    }
}


    @media (max-width: 768px) {
        .why-info{
            width:100%;
        }
        .our-proses p{
            padding:0;
        }
        .banner-sec{
            padding:15px 0;
        }
        .bg-gray ul li{
            width:100%;
        }    
       
    }



@media (max-width: 992px) {

   
}

    @media (max-width: 1200px) {

        #homeSlider .carousel-inner{
            height:100%;
        }   
        
        
        
    }