#sky-form .destination-item.selected {
    border: 2px solid #000;   

}
#sky-form .destination-item {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 15px;
}


#sky-form .destination-item img {
    width: 100%;
    border-radius: 14px 14px 0 0;
}

#sky-form .destination-item p {
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 10px;
    line-height: normal;
    margin-bottom: 0;
    border-radius: 0 0 14px 14px;
}

#sky-form .destination-item {
    cursor: pointer;
}

#destinations {
    position: absolute;
    left: -9999px;
}

/* period */

#sky-form .period-item {
    cursor: pointer;
}

#periods {
    position: absolute;
    left: -9999px;
}

#sky-form .period-item {
    width: 82px; /* Set the width and height to match your SVG dimensions */
    height: 81px;
    background-color: transparent; /* Set the initial background color */
    transition: background-color 0.3s; /* Add a smooth transition effect */
}

#sky-form .period-item.selected ellipse {
    fill:#F18700;
}

@media screen and (max-width:1523px) {
    .sky-form .selected-step {
        width: 110px;
        margin-right: 10px;
    }

    .sky-form .step {
        width: 110px;
        margin-right: 10px;
    }
    
    .cslide-slides-master {
        padding: 15px 35px;
    }
  
    #sky-form .period {
        margin-left: -5px;
    }

}

@media screen and (max-width:1300px) {
    .left-img {
        padding: 15px 35px;
    }

    .left-img .contact {
    }
    
    #sky-form .period {
        margin-left: 2px;
    }
    
}

@media screen and (max-width:1200px) {
    
}

       

@media screen and (max-width:991px) {
    .cslide-slides-master {
        overflow: unset;
    }

    .left-img {
        padding: 0;

    }

    .left-img h1 {
        display: none;
    }

    .left-img .contact {
        display: none;
    }

    .contact-header {
        display: block;
        margin-bottom: 0px;
    }

    .cslide-next button {
        width: 100%;
    }
  
    #sky-form .period {
        margin-left: -15px;
    }
}
