@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');



:root {
    --thm-font: "Roboto", sans-serif;
    --heading-font: "Poppins", sans-serif;
}

.box-740{
    float:left;
    width:800px;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.219);
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.219);
    -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.219);
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    margin: 60px;
    margin-top: 0px;
    position: absolute;
}

body, p, span, div, form, ul, li {
    margin:0;
    padding:0;
    font-family: var(--thm-font);
    font-size:12px;
    color:#444444;

}


.assist{
    font-size: 13px;
}

h2{
    color: #ff7403 !important;
}

/* Form Start */
.trip-request-table{
    width: 100%;
    text-align: center !important;
}

.trip-request-table td.label-cell{
    width: 20%;
    padding-right: 13px !important;
    text-align: right;
    padding-bottom: 1dvh;
    vertical-align: top;
}

.trip-request-table td.label-cell label{
    font-size: 12px;
    line-height: 10px;
    font-weight: bold;
}

.trip-request-table td.input-cell{
    width: 30%;
    text-align: left !important;
    padding-bottom: 10px;
    vertical-align: top;
}

.tc-autocomplete,
.tc-input{
    border: 1px solid #DDD;
    padding: 4px;
    width: 160px;
    margin: 0;
    color: #444;
    font-family: var(--heading-font);
    font-size: 12px;
    text-align: left;
}

.tc-select{
    color: #444;
    font-family: var(--heading-font);
    font-size: 13px;
    width: 100%;
    padding: 7px;
    border: 1px solid #DDD;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}

.form-control{
    color: #444;
    font-family: var(--heading-font);
    font-size: 13px;
    width: 100%;
    padding: 7px;
    border: 1px solid #DDD;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tc-textarea{
    font-size: 14px;
    border: 1px solid #DDD;
    padding: 5px;
    color: #444;
    font-family: var(--heading-font);
    width: 100%;
    text-align: left;
    margin: 0;
    
}

.services-cell td{
    padding-bottom:8px;
    padding-right: 20px;
}

.hotel-category-cell td{
    padding-bottom:8px;
    padding-right: 20px;
}

#add-destination{
    font-size: 13px;
}

.main .tc-orange-button{
    font-size: 18px;
    padding: 12px 20px;
}

.tc-autocomplete{
    margin-bottom: 5px;
}

em{
    color: #BE0000;
}

.tc-input-large {
    width: 50%;
    margin-bottom: 10px;
    height: 44px;
    font-size: 20px;
    padding: 4px 10px;
    box-sizing: border-box;
}
.resend-otp {
    font-size: 16px;
    margin-bottom: 10px;
}
.resend-otp span { font-size: 15px; }
.resend-otp span.clickable {
    color: #3870b2;
    cursor: pointer;
}
.form-intro {
    font-size: 15px;
}
/* Form End */



.full-div-center{
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}

h1{
    color: #000000;
    padding: 0;
    margin-bottom: 30px;
    font-family: var(--thm-font);
    font-size: 30px;
    font-weight: bold;
}

p{
    line-height: 1.7;
    text-align: justify;
}
.container{
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

.full-div{
    float: left;
    width: 100%;
    clear: both;
}

.float-div-left{
    float: left;
    width: auto;
}

.float-div-right{
    float: right;
    width: auto;
}
.border-top{
    border-top: 1px solid #DDDDDD;
}

.border-bottom{
    border-bottom: 1px solid #DDDDDD;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    text-align: center !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}



.apply-one {
    padding-top: 60px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .apply-one {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .apply-one {
        padding-top: 25px;
        padding-bottom: 60px;
    }
}

@media (max-width: 425px) {
    .apply-one {
        padding-top: 10px;
        padding-bottom: 50px;
    }
}

.apply-one .block-title {
    margin-bottom: 20px;
}
