

.qode_content_slider .flex-direction-nav .flex-prev, .qode_content_slider .flex-direction-nav .flex-next{
    width: 78px;
    height: 58px;
    line-height: 62px;
    left: -15%;
    transform: translateY(-50%);
}

.qode_content_slider .flex-direction-nav .flex-prev{
    top: calc(50% - 30px);
}

.qode_content_slider .flex-direction-nav .flex-next{
    top: calc(50% + 30px);
}

.title.title_size_large h1 {
    font-size: 75px;
    line-height: 85px;
    color:#fff;
}

@media only screen and (min-width: 769px) and (max-width: 1024px){
    h1{
        font-size: 40px;
        line-height:50px;
    }
}

.q_icon_with_title .icon_title_holder {
    margin: 0 0 0px;
}

.q_icon_with_title .icon_text_holder h5.icon_title {
    line-height: 31px;
}

.page_not_found h2 {
    margin: 120px 0 20px;
}

.page_not_found p {
    margin: 15px 10% 35px;
}

.qode_content_slider .flex-direction-nav .flex-prev{
    background-color: #fff;
}

.qode_content_slider .flex-direction-nav .flex-prev i{
    color: #000;
}

.qode_content_slider .flex-direction-nav .flex-prev:hover{
    background-color: rgba(241,201,47,1);
}

.qode_content_slider .flex-direction-nav .flex-next:hover{
    background-color: #fff;
}

.qode_content_slider .flex-direction-nav a.flex-next:hover i{
    color: #000;
}

#rev_slider_1_1 .zeus .tp-bullet-title, #rev_slider_1_1 .zeus .tp-bullet-image, #rev_slider_1_1 .zeus .tp-bullet-imageoverlay{
    display: none;
}
.ultb3-box .ultb3-title {
    font-size: 40px;
    color: #ffffff ! important;
    line-height: 1.35em;
    margin-bottom: 5px;
}
.ultb3-info {
    padding: 25px;
    position: relative;
    z-index: 5;
    margin-top: 150px !important;
}



div#ui-datepicker-div {
      z-index: 9999 !important;
     display: none;
}
.show{
      display: block ;
}
.ui-datepicker .ui-datepicker-header {
    background-color: #000 !important;
    color: #fff !important;
    padding: 0px 12px 6px;
}
.ui-widget.ui-widget-content {
    background-color: #fff !important;
    color: #000 !important;
}
.ui-widget-content .ui-state-default {
    border-color: #eee !important;
    color: #000 !important;
}
.ui-widget-content .ui-state-highlight {
    background-color: #eee !important;
    border-color: #eee !important;
    color: #000 !important;
}
a.ui-datepicker-next.ui-corner-all {
    float: right;
}
span.ui-icon {
    color: #fff;
}


/***Calander Responsive***/
@media(max-width:1024px){
.daterangepicker.show-calendar .drp-calendar {
    display: block !important;
    width: 46%;
    max-width: unset !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
	min-width: 28px  !important;
	width: 28px  !important;
	height: 26px  !important;
    line-height: 26px  !important;
}
table th {
    line-height: 24px !important;
    padding: unset !important;
}
table td{
    padding: unset !important; 
}
.drp-buttons {
    width: 95%  !important;
    margin: 0 auto;
}

}
@media(max-width:480px){
  .daterangepicker.show-calendar .drp-calendar{
    width: 96%;
}
.daterangepicker {
    top: -60px;
    min-width: 350px;
    left: 50% !important;
    transform: translateX(-50%);
}
}