    .about-red{
            font-size:1.75rem !important;
            margin-bottom: 0.5rem !important;
            font-weight: 500 !important;
            line-height: 1.2 !important;
            font-family:Arial, sans-serif !important;
        }
            .text-advcard{
                 font-size:18px;
                 margin-bottom: 0.5rem;
                 font-weight: 500;
                 line-height: 1.2;
                 font-family: Arial, sans-serif;
            }
            .desc{
                font-size:13px;
                line-height: 1.5;
            }
            .image-adv{
                margin-top: 15px;
    float: left;
            }
            .content{
                margin-left: 85px;
    padding: 15px;
            }
            .about-text{
                font-size: 14px;
                font-family: Arial, sans-serif;
                color: #1A2B48;
                font-weight: normal;
                line-height: 1.5;
            }
            .title-destination{
                font-size: 28px;
                margin-bottom: 25px;
                line-height: 1.5;
                 font-family: Arial, sans-serif;
            }
            .destination-item {
                margin-bottom: 20px;
    min-height: 383px;
    border-radius: 5px;
    overflow: hidden;
            }

            .image-bg{
                position: relative;
    overflow: hidden;
    min-height: 383px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
            }
            
            .effect{
                position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: all 0.3s;
            }
            .effect:hover {
    background:unset !important;
}
            .card-content{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    z-index: 1;
    text-align: center;
            }

            .title{
                margin-bottom: 0px;
    font-size: 28px;
    font-weight: 400;
    color: #FFF;
            }
            .desc-tour{
                display: inline-block;
    background: #5191FA;
    border-radius: 100px;
    font-size: 14px !important;
    color: #FFFFFF;
    padding: 5px 20px;
    margin-top: 10px;
            }
              .testimonial {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .testimonial-slide {
            padding: 20px 20px;
            padding-bottom: 40px;
            position: relative;
        }

        .testimonial_box {
        }

        .testimonial_box-top {
          
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
           
        }

        .testimonial_box-icon {
            padding: 10px 0;
        }

        .testimonial_box-icon i {
            font-size: 25px;
            color: #14213d;
        }

        .testimonial_box-text {
            padding: 10px 0;
        }

        .testimonial_box-text p {
            color: #293241;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 0;
        }

        .testimonial_box-img {
            padding: 20px 0 10px;
            display: flex;
            justify-content: center;
        }

        .testimonial_box-img img {
            width: 200px;
            height: 200px;
            border-radius: 100px;
            border: 2px solid #e5e5e5;
        }

        .testimonial_box-name {
            padding-top: 10px;
        }

        .testimonial_box-name h4 {
           font-size: 24px;
    line-height: 28px;
    color: #5d5d5d;
    margin: 5px 0;
        }

        .testimonial_box-job p {
            font-size: 20px;
    line-height: 24px;
    color: #5d5d5d;
   font-family: "Source Sans 3", sans-serif;

        }
        .slick-prev, .slick-next {
    font-size: 0; /* Hide default text */
    background: none; /* Remove default background */
    border: none; /* Remove default border */
    outline: none; /* Remove focus outline */
    width: 40px; /* Adjust width */
    height: 40px; /* Adjust height */
    color: #293241; /* Arrow color */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s;
    cursor: pointer;
    z-index: 1; /* Ensure arrows are on top */
    position: absolute; /* Position absolutely */
}

.slick-prev {
    left: 10px; /* Distance from the left */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust vertical alignment */
}

.slick-next {
    right: 10px; /* Distance from the right */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust vertical alignment */
}

.slick-prev:hover, .slick-next:hover {
    color: #14213d; /* Arrow color on hover */
}

/* Create custom arrows using text symbols */
.slick-prev:before {
    content: '<'; /* Left arrow */
    font-size: 24px; /* Adjust size */
}

.slick-next:before {
    content: '>'; /* Right arrow */
    font-size: 24px; /* Adjust size */
}
.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
    display: none;
}
    .testimonial_box-job a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #ed1b24;
    margin-top: 4px;
    font-family: "Source Sans 3", sans-serif;
}
.testimonial-heading{
        font-size: 44px;
    line-height: 15px;
    color: #5d5d5d;
    font-weight: 400;
    margin: 40px 0 0px 0;
    text-align: center;
    font-family: "Source Sans 3", sans-serif;

}
.sec-testimonial{
      padding: 80px 0;
}
.d-messagez {
    background: #fff;
    padding: 80px 0;
}
.d-messagez .container {
    max-width: 1000px;
    margin: 0 auto;
}
.d-messagez .aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-messagez img {
    border-radius: 150px;
}
.d-messagez .d-content {
    padding: 0 25px;
}
.d-messagez .d-content h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 400;
}
.d-messagez .d-content h2 span {
    font-weight: 700;
}
.d-messagez .d-content p {
    font-size: 16px;
   font-family: "Source Sans 3", sans-serif;
    line-height: 28px;
    color: #5d5d5d;
}
.d-messagez .d-content p span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-top: 15px;
    font-family: "Source Sans 3", sans-serif;
}
       
.border {
    border: 1px solid #ddd;
    padding: 25px 25px 15px 25px;
    margin-bottom: 7px;
    background: #f5f5f5;
}
.hd4 {
    font-family: "Source Sans 3", sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 40px;
    text-decoration: none;
    margin-bottom: 20px;
    
}
.section-title{
    position: relative;
    background: #f5f5f5;
    margin: 0px auto 0px auto;
    border-bottom: none;
}
.form-group {
    margin-bottom: 12px;
}
.form-group label, label {
    font-weight: 400;
    font-size: 17px;
    color: #444444;
    margin-bottom: 5px;
    font-family: "Source Sans 3", sans-serif;
    display: inline-block;
    max-width: 100%;
}
label span {
    color: #FF0000;
}
.form-group input:not([type="submit"]), .form-group textarea {
    color: inherit;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 7px 15px;
    font-size: 15px;
    z-index: 1;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    position: relative;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
input::placeholder {
    opacity: 0; /* Makes the placeholder invisible */
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
    font-size: 16px;
    margin-right:10px;
}
checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
}
 input[type=radio] {
    margin: 6px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type=checkbox]{
    margin: -5px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    border-radius:5px !important;
}
div.input.checkbox.required {
    display: inline-block;
    width: 20px;
}
.checkbox, .radio {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
