.finputBox {

    position: relative;

}

.indPackage {
    display: none;
}
.homeInputIcon {

    position: absolute;

    width: 100%;

    max-width: 20px;

    height: 20px;

    top: 50%;

    transform: translateY(-50%);

    left: 12px;

    z-index: 1;

}

.select-selected {

    font-size: 14px;

    border: 1px solid #000;

    border-radius: 0.25rem;

    height: 40px;

}

.homeInput {

    padding-left: 40px;

    font-size: 14px;

}

.form-control {

    border: 1px solid #000;

    border-radius: 0.25rem;

    color: #000;

}

.flightGroup {

    display: flex;

    gap: 20px;

    align-items: center;

}



.flightInput {

    flex: 0.4;

}

.dateInput {

    flex: 0.3;

}

.roomInput {

    flex: 0.2; 

}



button.btnflightsubmit {

    background: #ef5725;

    height: 39px;

    width: 100px;

    color: #fff;

    cursor: pointer;

}



.flightSubmit {

    margin-top: 32px;

}

.removeBTN,
.removeBTNFlight {

    background-color: #837f7e!important;

}

#rowAdder {

    background: #1a1af3;

    color: #fff;

    padding: 4px 20px;

}

#rowAdder,
#rowAdderFlight {

    background: #bf3f16;

    color: #fff;

    padding: 4px 20px;

    border-radius: 4px;

    margin-top: 20px;

    cursor: pointer;

}

.radioBTNHome {

    display: flex;

    gap: 10px;

}

.radioBTNbox {

    position: relative;

    overflow: hidden;

    margin-bottom: 20px;

}

.radioBTNbox label {

    margin: 0;

    cursor: pointer;

    font-size: 12px;

    background: #d1e8f9;

    padding: 2px 10px;

    color: #000;

    border-radius: 5px;

}

.radioBTNbox input {

    position: absolute;

    z-index: -1;

}

input[type="radio"]:checked+label { 

    background: #800080; 

    color: #fff;

}

@media only screen and (max-width:767px) {
    .flightGroup {
        flex-direction: column;
    }
    .flightInput {
        width: 100%;
    }
    .testi-slider {
        flex-direction: column;
    }
    .testimonials .testi-slider .testi-holder {
        width: 100%!important;
    }
    /* .popularVisa {
        display: none;
    } */
    .coachingBox {
        padding: 30px!important;
    }
    .coachingButton {
        gap: 20px!important;
    }
    .coachingButton a {
        padding: 4px 10px!important;
    }
}

.ftco-section {
    padding: 3em 0;
    position: relative;
    width: 100%;
}
.heading-section .subheading {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
    color: #f15d30;
    font-family: "Arizonia", cursive;
}
.heading-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 20px;
}
.project-wrap {
    margin-bottom: 30px;
	font-size: 13px;
}
.project-wrap .img {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.project-wrap .img .price {
    position: absolute;
    top: -8px;
    left: 20px;
    display: inline-block;
    background: #f15d30;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.project-wrap .img .price:before {
    width: 0;
    right: -8px;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #c7390d;
}
.project-wrap .img .price:after, .project-wrap .img .price:before {
    position: absolute;
    top: 0;
    content: '';
}
.project-wrap .img .price:after {
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #c7390d transparent;
}
.project-wrap .text {
    margin: 0 auto;
    width: 90%;
    position: relative;
    border-top: none;
    margin-top: -40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
}
.p-4 {
    padding: 1.5rem !important;
}
.project-wrap .text .days {
    font-size: 12px;
    color: #f15d30;
    font-weight: 400;
}
.project-wrap .text h3 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
}
.project-wrap .text h3 a {
    color: #000000;
}
.location {
    margin-top: 0;
    margin-bottom: 1rem;
}
.project-wrap .text ul {
    margin: 0;
    padding: 0;
}
.project-wrap .text ul li {
    display: inline-block;
    margin-right: 10px;
    color: #b3b3b3;
}
.project-wrap .text ul li span {
    color: #f15d30;
    margin-right: 10px;
    font-size: 20px;
}
.flip-box {
    background-color: transparent;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: -2px;
	bottom: 3px;
  }
  
  .flip-box-front {
    background-color: #bbb;
    color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.flip-box-front h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    bottom: 5px;
    color: #fff;
    margin: 0;
}
  
.flip-box-back {
    background-color: #fbfbfb;
    color: #000;
    transform: rotateY(180deg);
    padding-left: 15px;
    padding-top: 5px;
    overflow-y: scroll;
}
.flip-box-back::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .flip-box-back::-webkit-scrollbar-track {
    background: #fbfbfb; 
  }
   
  /* Handle */
  .flip-box-back::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .flip-box-back::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  .popularRow .col-md-4 {
    padding: 0px;
  }
  .popularFlipBack {
    text-align: left;
}
.popularFlipBack ul li {
    line-height: normal;
}
.popularFlipBack ul li a {
    color: #000;
    font-size: 14px;
    padding-left: 5px;
}
.flip-box-back h2 {
    font-size: 16px;
    text-align: left;
}
.popularFlipBack ul li a:hover {
    color:#bf3f16;
    text-decoration: underline;
}
.popularBox {
    margin: 3px;
    border-radius: 10px;
    overflow: hidden;
}
.popularText {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.popularVisa {
    padding-bottom: 70px;
}
.modelIMg {
    width: 100%;
}
.modelIMg img {
    width: 100%;
}
.coachingSect .col-md-6 {
    padding: 0;
}
.coachingBox {
    padding: 50px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
}
.coachingArea h2 {
    color: #fff;
    font-weight: 900;
}
.coachingButton {
    display: flex;
    gap: 40px;
}
.coachingButton a {
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 20px;
}
.coachingSection {
    padding-bottom: 70px;
}
.plushIcon {
    color: #000;
    font-size: 30px;
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    line-height: normal;
    justify-content: center;
    border-radius: 30px;
    padding-top: 3px;
}
.SeeMOr {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin-bottom: 40px;
}
.internPackage {
    display: none;
}

.heading-section h2 span {
    border: 3px solid #000;
    border-style: dashed;
    padding: 0px 10px;
}
.destibutton button {
    padding: 5px 15px;
    background: #d1e8f9;
    font-size: 14px;
    transition: 0.5s;
    border: none;
    cursor: pointer;
    font-weight: 600;
    
}
.destibutton {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.destibutton button a {
    color:#fff;
}
#forenT {
    background: #800080;
    color: #fff;
}
/* #forenT {
    background: #792796;
    color: #fff;
} */
.homeXContact {
    padding-top: 50px;
    padding-bottom: 20px;
}

.homeXContact .blog-single .lower-content {
    border-top: none;
}
.testimonials {
    background-color: #fdfdfd;
    border-top: solid 1px #f7f7f7;
    border-bottom: solid 1px #f7f7f7;
}
.testimonials h2 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 20px;
}
.testimonials h3 {
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 30px;
}
.testi-slider {
    display: flex;
    justify-content: space-between;
}
.testimonials .testi-slider .testi-holder {
    flex-direction: column-reverse;
    width: 29%;
    text-align: center;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.testi-cont {
    display: flex;
    flex-direction: column;
}
.testimonials .testi-slider h4 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 10px;
}
.testimonials .testi-slider p {
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 20px;
}
.testimonials .testi-slider .testi-said {
    font-weight: 300;
    font-size: 20px;
}
.testimonials .testi-slider .testi-img {
    width: 185px;
    margin-bottom: 20px;
}
.testimonials .testi-slider .testi-img img {
    width: 100%;
}
#btn-join {
    border: none;
    text-transform: uppercase;
    font-size: 22px !important;
    margin-top: 10px !important;
    background: #ffd14e !important;
    color: #000 !important;
    padding: 15px 30px !important;
    font-weight: 700 !important;
    cursor: pointer;
}
