﻿/*A*/
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.alert {
    border-radius: 0.3125rem;
}

.avatar-status {
    border-radius: 50%;
}

.about-intro img {
    border-radius: 10px;
}

/*B*/

.badge, .btn {
    border-radius: 10px;
}

.badge-pill {
    border-radius: 10px;
}

.booking-box-body {
    border-radius: 10px;
}

.breadcrumb {
    border-radius: 10px;
}

.btn-group-toolbar .btn-group .btn {
    border-radius: 10px;
}

.btn-group-toolbar .btn-group:first-child .btn:first-child {
    border-radius: 10px 0 0 10px;
}

.btn-group-toolbar .btn-group:last-child .btn:last-child {
    border-radius: 0 5px 5px 0;
}

.btn-group-lg > .btn,
.btn.btn-lg {
    border-radius: 5px;
}

.btn-group-sm > .btn,
.btn.btn-sm {
    border-radius: 3px;
}

.btn-pill {
    border-radius: 10rem !important;
}


.btn-square, .backcolorpadding {
    border-radius: 0;
}

.badge {
    border-radius: 10px;
}

.booking-box-body .grand-total {
    border-radius: 0px 0px 10px 10px;
}


/*C*/
.contact-map {
    border-radius: 10px;
}

.clear,
.current,
.ok {
    border-radius: 20px;
}

input#btnfilter {
    border-radius: 10px;
}

code {
    border-radius: 5px;
}

.cbtn {
    border-radius: 10px;
}

.contact-map {
    border-radius: 10px;
}

.carousel-indicators li, .col-grid, .contact-form .form-control {
    border-radius: 10px;
}

    .col-grid img, .col-grid .location {
        border-radius: 10px 10px 0px 0px;
    }

    .col-grid .bottom {
        border-radius: 0px 0px 10px 10px !important;
    }

.carousel-inner > .item > img {
    border-radius: 10px !important;
}

/*
.c-select {
    border-radius: 10px 0px 0px 10px !important;
}*/

.cat-img img {
    border-radius: 10px;
}


/*D*/
/*E*/
.example {
    border-radius: 3px 3px 0 0;
}

    .example + .highlight {
        border-radius: 0 0 3px 3px;
    }

/*F*/

.filter_btn {
    border-radius: 10px;
}

.form-control {
    border-radius: 10px;
}

.form-group-sm .form-control, .form-group-lg .form-control {
    border-radius: 10px
}

/*G*/
/*H*/
.highlight {
    border-radius: 5px;
}

.hasDatepicker {
    border-radius: 10px !important;
}

input.form-control.c-select.date.hasDatepicker {
    border-radius: 10px !important;
}

/*I*/
.img-rounded {
    border-radius: 10px
}

.img-thumbnail {
    border-radius: 10px;
}

.input-group-addon, .input-group-addon.input-sm, .input-group-addon.input-lg {
    border-radius: 10px
}

.input-group select {
    border-radius: 10px !important;
}

img#imgFNPLTemp, img#imgFNPLTemp2 {
    border-radius: 10px;
}

.input-group .c-select {
    border-radius: 10px 0px 0px 10px !important;
}

/*l*/
.loginbox {
    border-radius: 10px;
}

#lnkhotelname {
    border-radius: 0px 10px 10px 0px;
}

/*M*/

.main-footer-sub .subscribe a {
    border-radius: 0px 10px 10px 0px;
}

.main-footer-sub .form-control {
    border-radius: 10px 0px 0px 10px;
}



/*N*/

.nav-tabs > li > a {
    border-radius: 10px 10px 0 0
}


/*P*/
pre {
    border-radius: 5px;
}

    pre code {
        border-radius: 0;
    }

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-radius: 0;
}

.package-complete-detail .nav-tabs > li > a, .package-detail-sidebar .sidebar-item, .package-summary-footer .book a, .post-wrapper {
    border-radius: 10px;
}

.post-body, .post-wrapper {
    border-radius: 10px;
}

.package-detail-sidebar .sidebar-booking-box h3 {
    border-radius: 10px 10px 0px 0px;
}

.padding00 {
    border-radius: 10px !important;
}

.post-wrapper img {
    border-radius: 10px;
}
   
/*R*/

.rounder-cover {
    border-radius: 10px!important;
}

/*S*/
.search-section .form-control, .submit-review {
    border-radius: 10px;
}

.search-button, .search-button-2 {
    border-radius: 10px;
}

.search-section .nav > li > a {
    padding: 15px;
    border-radius: 10px 10px 0px 0px !important;
}

.search-section .nav-tabs > li > a {
    border-radius: 10px 10px 0 0;
}

.search-section .input-group-addon {
    border-radius: 0px 10px 10px 0px;
}

select#ddlpckdestination {
    border-radius: 10px 0px 0px 10px !important;
}

.search-section .tab-content {
    border-radius: 0px 10px 10px 10px;
}


.search-col-padding select.c-select {
    border-radius: 10px;
}


select.ddldestination {
    border-radius: 10px 0px 0px 10px !important;
}

@media (max-width: 370px) {
    .search-section .nav > li > a {
        border-radius: 10px 10px 0px 0px;
    }

    a.padding1215 i.fa.fa-gift {
        font-size: 17px;
    }
}
/*T*/
.timeline__content {
    border-radius: 10px;
}

.airline__card {
    border-radius: 10px;
}

    .airline__card h5 {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }