.accordion {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-group, .panel-group .panel-body ol:last-child, .panel-group .panel-body p:last-child, .panel-group .panel-body ul:last-child {
    margin-bottom: 0;
}

.accordion .link {
    overflow: auto;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    border-bottom: 1px dotted #c1c1c1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion span .dw {
    color: #000;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    right: 19px;
    left: auto;
    font-size: 10px;
}

.ico {
    margin-right: 10px;
}

.accordion span .dw.open .link, .accordion span .dw.open i {
    color: #F2B33F;
}

.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0 solid #ddd;
}

.panel-group, .panel-group .panel, .panel-group .panel-body, .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading, .panel-group .panel-heading a, .panel-group .panel-title, .panel-group .panel-title a {
    border-radius: 0;
    border: 0;
}

    .panel-group .panel-heading {
        padding: 0;
    }

        .panel-group .panel-heading a {
            display: block;
            color: #fff;
            padding: 0;
            text-decoration: none;
            position: relative;
            font-size: 14px;
        }

            .panel-group .panel-heading a.collapsed {
                color: inherit;
            }

            .panel-group .panel-heading a:after {
                content: '-';
                position: absolute;
                right: 10px;
                top: 0;
                font-size: 17px;
            }

            .panel-group .panel-heading a.collapsed:after {
                content: '+';
            }

    .panel-group .panel-collapse {
        margin-top: 5px !important;
    }

    .panel-group .panel-body {
        background: #EFF1F3;
        padding: 15px;
    }

    .panel-group .panel {
        background-color: transparent;
    }

.hdding {
    color: #fff;
}

.resp-tabs-list {
    background-color: #3293dc;
    color: #fff;
}

.hdding :before {
    background: #FFF;
    border-top: 1px solid #FFF;
    width: 359px;
    position: absolute;
    display: inline-block;
    content: '';
    left: 88px;
    right: 0;
    top: 0;
    height: 8px;
    -webkit-clip-path: polygon(0 0,50% 100%,100% 0);
    clip-path: polygon(0 0,50% 100%,100% 0);
}

.resp-tabs-list h3 {
    font-size: 15px;
    font-weight: 700;
    padding:25px 5px 10px 5px;
    margin: 0;
}

    .resp-tabs-list h3 i {
        padding: 0 10px;
    }

.resp-tabs-list ul {
    padding: 0;
}

.resp-tabs-list li {
    color: #000;
    font-size: 12px !important;
    padding: 0 !important;
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

    .resp-tabs-list li i {
        padding: 0 10px;
    }

p, ul.resp-tabs-list {
    margin: 0;
    padding: 0;
}

.resp-tabs-container {
    padding: 0;
    background-color: #000;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-accordion-active, .resp-content-active, .resp-easy-accordion h2.resp-accordion, .resp-tab-content-active {
    display: block;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px !important;
    border-bottom: none;
}

.resp-tab-content, h2.resp-accordion {
    border:1px solid rgba(193, 193, 193, 0.55);
}

h2.resp-accordion {
    font-size: 13px;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: #00f;
}

.resp-tabs-container {
    border: 1px solid #000;
    margin-left: 30px;
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    margin: 0;
    cursor: pointer;
    float: none;
    border-bottom: 1px solid #68b4ec;
    padding: 12px 5px !important;
}

    .resp-vtabs .resp-tabs-list li:hover {
        background: rgb(0, 69, 121);
        box-shadow: 0 1px 1px rgba(34,34,34,.2);
    }

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 0 solid #c1c1c1;
    float: right;
    width: 75%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border-bottom: 1px solid #3293dc;
    padding: 12px 5px !important;
    border-left: 0;
    border-right: 0;
    color: #3293dc;
    border-top: 0;
    font-weight: 700;
    position: relative;
    z-index: 1;
    background:rgb(0, 69, 121);
    box-shadow: 0 1px 1px rgba(34,34,34,.2);
}

.red {
    color: red !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}

h2.resp-tab-active {
    background: #e3bd73 !important;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

.resp-jfit {
    width: 100%;
    margin: 0;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
    /*background: #e3bd73 !important;*/
    color: #fff;
}
h2.resp-tab-active a{
    color: #fff;
}


/*table*/
.first-dtl table{width: 100%;}
.first-dtl table th{border: 1px solid #000;background: #000;color: #fff;padding: 8px 5px;font-size: 13px;text-align: center;}
.first-dtl table td{border: 1px solid #d2d2d2;padding: 8px 5px;font-size: 13px;text-align: center;}
/*table*/

@media (max-width:1024px) {
    .menu li a{font-size: 12px;} 
    .callto-area h2 {font-size: 26px;width: 85%;}
    .fttext b {font-size: 13px;}
    .count, .ctt1 {font-size: 26px;}
    .event-img {width: 0;}
    .abbtbg .title-bold {font-size: 34px;}
    .abbtbg .hdd {font-size: 32px;margin-top: 0px;}
    .resp-vtabs .resp-tabs-container {width: 70%;}
    .teambg .teamlftimg h5 {font-size: 12px;}
    .reb h3 {font-size: 15px;}
}

@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
        background-color: #000;
		   overflow: auto !important;
    }
    h2.resp-accordion a{
      color: #fff;
    }

        h2.resp-accordion i {
            margin-right: 10px;
        }

    .resp-vtabs .resp-tab-content {
        border: 0px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100% !Important;
        min-height: initial;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

    .resp-tabs-container {
        border: 1px solid #000;
        margin-left: 0;
    }
}

@media (max-width:767px) {
    .first-dtl{overflow-x: auto;} 
    .reb h3 {font-size: 16px;line-height: 24px;margin-top: 15px;padding-bottom: 5px;}
    .beach-imgs{margin-top: 20px;}
    .prbeach-dtl h3 {margin-top: 25px;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {margin-top: 15px;}
    .menu {padding: 5px 0;}
    #nav-toggle {padding: 21px 37px 23px 8px;margin-top: 0px;}
    
}

@media (max-width:414px) {
    .trainbgg {padding: 20px 0;}
    .sec-title {margin-bottom: 0px;}
    .sec-title h2 {font-size: 25px;}
    .abt h6 {font-size: 16px;}
    .who-we {padding: 20px 0 30px;}
    .event-img, .event-info {width: 100%;}
    .paddingt50 {padding-top: 30px !important;padding-bottom: 30px !important;}
    .single_service {margin-bottom: 30px;}
    .section-head {margin-bottom: 5px;}
    .info-section .block{padding: 5px 5% 2%;}
    .footerbg{padding: 30px 15px 0px;}
    .csslg {margin-bottom: 20px;}
    .abbtbg {padding: 20px 0;}
    .abbtbg .title-bold {font-size: 25px;}
    .abbtbg .hdd {font-size: 25px;padding-bottom: 5px;}
    .lgbtntxt {font-size: 24px !Important;}
    .chaticon {right: -6%;}
    .socibgg {padding: 30px 0;}
    .section-head h4 {font-size: 24px;}
    .block h2 {font-size: 24px;}
    .csslg img {width: 53%;}
    .mmd {width: 95%;}
    .rbm_sngl_cmrce_txt{width: 90%;margin-top: -50px;}
    .ad-sprt {margin-left: 0px;width: 56%;margin-bottom: 15px;}
    .lb-data .lb-close {width: 43px;height: 43px;}
    .logo span {margin: 13px 0 4px;}
    .beachdtbg-res {padding: 20px 0;}
    .bchdtl-cont {margin-top: 0px;}
    .clients{margin-bottom: 20px;}
    .result-dtls {width: 100%;}
    .searchform {width: 100%;padding: 56px 10px 100px;}
    .searchform .form-group {width: 100%;}
    .searchform .form-control {width: 100%;}
    .searchbttn {right: 20px;}
    .vrfy-hd {margin-left: 0px;}
    .vrfy-hd img {width: 10%;position: absolute;top: -1px;right: 63%;transform: rotate(41deg);}
    .crtficate-dtls {width: 100%;padding: 30px;}
    .crt-logo {width: 100%;}
    .crt-logo .logo span {display: none;}
    .certificate-cont h3 {font-size: 27px;}
    .certificate-cont p {font-size: 15px;}
    .crtf-btm {width: 100%;}
    .members-dtls{text-align: center;}
    .members-dtls img {width: 35%;}
    .dgtl-tm {padding-top: 30px;float: none;text-align: center;}
    .certificate-cont h3 {margin-bottom: 20px;}
    .weatherInformer18 {width: 100%!important;}
    .abbtbg p {line-height: 23px;}
    .teambg {margin: 30px 0;}
    
    
}

@media (max-width:360px) {
    .chaticon {right: -10%;}
    .abbtbg .title-bold {font-size: 23px;}
    .abbtbg .hdd {font-size: 23px;}
    
}
