.tailor_made_header{
    float: right;
    border-right: 1px solid #eee;
    padding: 0 5px 0 15px;
}
/* .tailor__header a{
    color: #000 !important;
} */

.tailor__header a i{
    color: #f7921f!important;
}



.tailor_made_header a{
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    margin: 0 10px 0 0;
    display: block;
    padding: 10px 0;
}

.tailor_made_header a:hover{
    color: #f7921f;
}
.banner_main_home{
    background: #fff;
    padding: 75px 0 0 0;
    margin: -70px 0 0 0;
    border-radius: 50px 50px 0 0;
}
.banner--slider{
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0;
    border-radius: 15px;
}

.banner--slider img{
    width: 100%;
    min-height: 100%;
}

.style--block--des--1,
.style--block--des--2,
.style--block--des--3{
    background: #fff;
    padding: 0 20px;
    border-radius: 15px;
    margin:0 0 20px 0;
}

.style--block--des--1{background: #f5f5f5;}
.style--block--des--2{background: #f9f9f9;}
.style--block--des--3{background: #eee;}
.style--block--des--4{background: #f8f8f8;}
.style--block--des--5{background: #ededed;}

.break_page{
    position: relative;
    min-height: 450px;
}
.img_braek{
    position: absolute;
    left: 0;
    width: 25%;
    height: 100%;
    bottom: 0;
    padding: 50px 0 0 0;
}

.img_braek img{
    width: auto;
    height: 100%;
}

.des_break{
    padding: 75px 0;
    width: 70%;
}

.des_break h3{
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 20px;
    float: left;
    margin: 0 0 15px 0;
    color: #006c9c;
}

.des_break p{
    clear: both;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    /* background: rgb(0 0 0 / 39%); */
    padding: 10px;
    margin: 0 0 10px 0;
    float: left;
}

.package-card .package-details h3.tit-pak{
    font-size: 19px;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.package-card .package-details h3.tit-pak a{
    color:#006c9c;
}
.package-card .package-details.package-details-pak {
    padding: 20px 15px;
}
.package-card .package-details.package-details-pak p{
    font-size: 14px;
    margin: 0 0 15px 0;
}
.package-info-home{
    position: absolute;
    left: 30px;
    top: 30px;
    background: #fff;
    font-size: 13px;
    padding: 8px 15px;
    font-weight: bold;
    border-radius: 25px;
    color: #f7921f;
}

.package-card .package-details h3.tit-pak.main--tit--tours{
    font-size: 15px;
    line-height: 22px;
}
.package-card .package-details .package-info.package-info-tours h5 {
    font-weight: 500;
    font-size: 14px;
    color: #f7921f;
}

.label_block_tours{
    position: absolute;
    left: 30px;
    top: 75px;
    font-weight: bold;
    font-size: 14px;
    background: #f7921f;
    color: #fff;
    padding: 7px 15px;
    border-radius: 25px;
}
.cmt-bgcolor-skincolor{
    background-color: #049DBF;
    position: relative;
    padding: 30px;
    margin: 0 0 50px 0;
    border-radius: 10px;
    color: #fff;
}
.cmt-bg-layer{
    background-image: url(../images/col-bgimage-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.layer-content{
    position:relative;
}
.layer-content p{
    color: #fff !important;
    margin: 15px 0 0 0;
}

.reviewer-img{
    border: 1px solid #ddd;
    padding: 15px;
    height: 100px;
    overflow: hidden;
    margin: 0 0 30px 0;
    display: flex;
    align-items: center;
}

.reviewer-img img{
    height:100%;
}
.block_whatsapp {
    position: fixed;
    z-index: 99999999;
    background: green;
    width: 50px;
    height: 50px;
    left: 15px;
    bottom: 15px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
}

.breadcrumb--home{
    background: #f7921f;
    padding: 10px 0;
    color:#fff;
    font-weight: 600;
}

.font-24{
    font-size:36px !important;
}

.block--city-tailor{
    border: 1px solid #b7aeaedd;
    overflow: hidden;
    position: relative;
    margin:0 0 30px 0;
    height: 226px;
}

.block--city-tailor img{
    width: 100px;
    height: 75px;
    border-right: 1px solid #ddd;
}

.block--city-tailor span{
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 0 0 10px;
}



/********************/

/* ul.fields{
    position: absolute;
    top: 25px;
    right: 10px;
    
} */

input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 1.5rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid #4f565d;
    background: #fff;
    transition: background 0.3s, border-color 0.3s, outline 0.2s;
}
input[type="checkbox"]:after,
input[type="radio"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform 0.3s ease, opacity 0.2s;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: #f7921f;
    border-color: #f7921f;
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.32, 1.2), opacity 0.3s;
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
    background-color: #f6f8ff;
    border-color: #8f8f8f;
    cursor: not-allowed;
}
input[type="checkbox"]:disabled:checked,
input[type="radio"]:disabled:checked {
    background-color: #8f8f8f;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
    cursor: not-allowed;
}
input[type="checkbox"]:hover:not(:checked):not(:disabled),
input[type="radio"]:hover:not(:checked):not(:disabled) {
    border-color: #275efe;
}
input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
    outline: 2px solid #275efe;
    outline-offset: 4px;
}
input[type="checkbox"]:not(.switch),
input[type="radio"]:not(.switch) {
    width: 2.1rem;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    font-size: 1.4rem;
    margin-left: 0.2em;
    vertical-align: top;
}
input[type="checkbox"]:not(.switch) {
    border-radius: 0.7rem;
}
input[type="checkbox"]:not(.switch):after {
    border: 2px solid #fff;
    height: 45%;
    width: 25%;
    border-top: 0;
    border-left: 0;
    left: 38%;
    top: 20%;
    transform: rotate(20deg);
}
input[type="checkbox"]:not(.switch):disabled:not(:checked):after {
    border-color: #f6f8ff;
}
input[type="checkbox"]:not(.switch):checked:after {
    transform: rotate(43deg);
}
input[type="checkbox"].switch {
    width: 2.5rem;
    border-radius: 1.1rem;
}
input[type="checkbox"].switch:after {
    left: 5%;
    top: 10%;
    border-radius: 50%;
    width: 45%;
    height: 80%;
    background: #4f565d;
    transform: translateX(0);
}
input[type="checkbox"].switch:checked:after {
    background: #f6f8ff;
    transform: translateX(100%);
}
input[type="checkbox"].switch:disabled:not(:checked):after {
    background-color: #8f8f8f;
}
input[type="radio"] {
    border-radius: 50%;
}
input[type="radio"]:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    transform: scale(0.7);
}
input[type="radio"]:disabled:after {
    background: #f6f8ff;
}
input[type="radio"]:checked:after {
    transform: scale(0.5);
}


.select--travel {
    box-shadow: 0 0 10px #ddd;
    padding: 30px;
    margin: 30px 0 15px 0;
    border-radius: 10px;
}

.select--travel .form-check {
    margin: 20px 0 0 0;
    padding: 0;
}
.select--travel .form-check input {
    height: 25px;
    width: 25px;
    margin: 0 10px 0 0;
}
.select--travel .form-check label {
    font-size: 20px;
    color: #006c9c;
}

.select--travel p {
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px 0;
    padding: 10px 0 15px 0;
    line-height: 22px;
}

.select--travel .form_group {
    position: relative;
    margin: 50px 0 0 0;
}
.tit-bear {
    position: absolute;
    left: 10px;
    top: -13px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    color: #006c9c;
}
.select--travel .form_group input {
    border: 1px solid #ddd !important;
    padding: 25px 15px 15px 15px;
    border-radius: 5px;
}



.form_grid {
    padding: 45px;
    margin: 30px 0 0 0;
    border-radius: 15px;
    box-shadow: 0 0 20px #ddd;
}
.form_grid .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}

.form_grid .contact_form input, .form_grid .contact_form select {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    background-color: #fff;
    color: #717171;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
    padding-left: 20px;
    min-height: 50px;
}

.form_grid .contact_form label{
    font-weight:bold;
    margin:10px 0 5px 0;
    font-size: 14px;
}
.breadcrumb-item a{
    color:#fff;
}

.breadcrumb-item a:hover{
    text-decoration: underline !important;
}

.breadcrumb-item+.breadcrumb-item::before{
    color:#fff;
}
.breadcrumb-item.active {
    color: #fff;
}

.package-details .package-thumb .slider--view{
    overflow: hidden;
    position: relative;
}

.package-details .package-thumb .slider--view a{
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow:hidden;
}


.package-details .package-thumb .slider--view a img{
    border-radius: 0;
    width: 100%;
    min-height: 100%;
}



.package-details .package-thumb .single-grid-2{
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 425px;
}
.package-details .package-thumb .single-grid-2 a{
    display: block;
    width: 100%;
    height: 100%;
}
.package-details .package-thumb .single-grid-2 a img{
    border-radius: 0;
    width: 100%;
    min-height: 100%;
}

.quick_tips{
    overflow: hidden;
}

.quick_tips a{
    float: left;
    background: #ddd;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}
.quick_tips a:hover{
    background: #dd1e23;
    color:#fff;
}

.block--quick{

}
.block--quick p{
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px 10px 10px;
}

.hotel__view {

}

.block__hotel__view{
    overflow: hidden;
    box-shadow: 0 0 10px #ddd;
    padding: 5px;
    margin:0 0 15px 0;
}

.feature-img-hotel{
    float: left;
    width: 35%;
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.feature-content-hotel{
    float: left;
    width: 65%;
    padding: 0 10px;
}

.feature-content-hotel a{
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

.feature-content-hotel strong span{
    color: #f90;
    font-size: 12px;
}
.select--travel p {
    border-bottom: 0px solid #ddd;
    margin: 0 0 15px 0;
    padding: 10px 0 15px 0;
    line-height: 22px;
}


