.sec-line {
    margin-bottom: var(--m30);
}
.address .right{
    border-right: 1px solid var(--heading-color);
}
.address h4{
    color: var(--heading-color);
}
.address .fa-solid, .fas{
    color: var(--heading-color);
}
.head-sec {
    text-align: center;
}

.address p{
    margin-bottom: 0px;
}
form input.form-control, form select.form-control {
   border: 0px solid;
   border: 1px solid var(--black-color);
   border-radius: 0px !important;
   font-family: var(--primary-font);
   /* padding-top: 30px !important; */
   font-size: var(--f14);
   height: 40px;
   margin-bottom: 20px;
}
form label {
    font-family: var(--primary-font);
    font-size: var(--f15);
}
textarea#floatingTextarea {
    border: 0px solid;
    border: 1px solid var(--black-color);
    border-radius: 0px;
    margin-bottom: var(--m15);
    height: 100px;
    font-family: var(--primary-font);
}
form button.main-btn {
    width: 200px;
    text-transform: uppercase;
    /* font-size: 19px; */
    padding: var(--p15) var(--p15);
}
form button.main-btn:hover{
    opacity:0.9;
}
.form-floating {
    position: relative;
    margin-bottom: var(--m15);
}
label.error {
   color: red !important;
    font-size: 13px;
    bottom: 0;
    top: 100%;
    padding: 0px;
    font-size: var(--f11) !important;
    height: 20px;
    width: 100%;
    transform: scale(1) translateY(0) translateX(0) !important;
}
.form-control:focus{
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
h2.form-head {
    font-size: var(--f30);
}

.form-floating {
    margin-bottom: 17px;
}
section.map-wrapper {
    padding: 0;
    height: 450px;
}
/*========================contact page css start ==============================================*/
.contact_from_box {box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%); background: #fff; padding: 49px 15px 46px; }
.form_box input {width: 100%; height: 54px; border: 1px solid #e6e6e6; padding-left: 15px; border-radius: 5px; background-color: #f4f4f4; border-radius: 0;}
.form_box textarea {width: 100%; height: 150px; padding: 10px 0 0 15px; border: 1px solid #e6e6e6; border-radius: 5px; background-color: #f4f4f4; border-radius: 0;}
.cda-content-area {background: var(--other-color);padding: 20px 20px;height: 100%;}
.cda-single-content {margin: 0 23px; padding: 25px 0 5px; }
.cda-icon i {font-size: 40px;
    color: #ffffff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff0;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;}
    .cda-content-inner{
        text-align: center;
    }
.cda-content-inner ul ,.cda-content-inner li  {    list-style: disc;
    margin-bottom: 0px;
    padding-left: 0px;
    margin-left: 15px;
    font-family: var(--primary-font);
    font-size: var(--f16);
    margin-top: 17px;
}
.cda-content-inner ul li {font-size: 14px; color: #fff; margin-bottom: 0; }

.cda-content-inner img{width:80%; margin: 20px;}

.cda-content-inner h2 {font-size: 26px; font-weight: 600; color: #fff; margin-bottom: 0; }
.cda-content-inner h3 {font-size: 25px; font-weight: 600; color: #fff; margin-bottom: 0; }
.cda-content-inner h4 {font-size: 23px;font-weight: 600;color: #fff;margin-bottom: 0;text-align: left;}
.cda-content-inner h5 {font-size: 22px; font-weight: 600; color: #fff; margin-bottom: 0; }
.cda-content-inner h6 {font-size: 21px; font-weight: 600; color: #fff; margin-bottom: 0; }
.cda-content-inner p {color: #fff;margin: 12px 0;/* font-size: 16px; */text-align: left;}
.hr {border-top: 1px solid rgba(238, 238, 238, 1); }
.pl-0, .px-0 {padding-left: 0!important; }
.pr-0, .px-0 {padding-right: 0!important; }
.contact_title h3{font-size: 27px; padding-left: 30px;}
.contact-page-heading h2{font-size: 38px; font-weight: 600; color: #fff; margin-bottom: 15px;}
.contact-page-heading p{color: #fff; font-size: 16px; }
.contact-page-heading{margin: 0px 23px; padding-top: 20px;}
.contact_from_box .heading {position: relative; margin-bottom: 0px; }
.contact_from_box .heading h6{font-size: 36px;/* font-weight: 600; */}
.contact_from_box{padding: 40px;}
.contact_from_box .our-contact-heading{text-align: left;margin-bottom: 30px;margin: 1.5em 0 1em;padding: 0;border-bottom: 1px solid #dbdbdb;margin-top: 0px;}
.contact_from_box .our-contact-heading h3{color: #e41e2f; font-size: 39px; font-weight: 700; margin-bottom: 17px;}
.contact_from_box .our-contact-heading p{color: #000;font-weight: 400;/* font-size: 16px; */}
.cda-content-inner a{
    color:var(--white-color);
}
.contact_from_box .our-contact-heading a.nav-link {
    padding: .28em .8em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
    background-image: -webkit-linear-gradient(#f7f7f7, #fff);
    background-image: linear-gradient(#f7f7f7, #fff);
    border: 1px solid #dbdbdb;
    border-bottom-width: 0;
    cursor: pointer;
    color: #8b8b8b;
    text-decoration: none;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
    font-weight: normal;
    font-size: 12px;
}
.contact_from_box .our-contact-heading .nav{
    gap:0 5px;
}
.contact_from_box .our-contact-heading a.nav-link.active{
    background-image: linear-gradient(#fbb947, #f3a622);
    border-color: #e99c17;
    -webkit-box-shadow: inset 0 2px 0 rgba(249, 215, 133, .5);
    box-shadow: inset 0 2px 0 rgba(249, 215, 133, .5);
    color: #fff;
}
.main h2{
    margin-top: 23px;
    padding-top: 13px;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: bold;
    color: #72059b;
}
.form-cont label{
    color:#555;
}
/*========================contact page css start ==============================================*/
section.report {
    padding: 20px;
}
section.report ul{
    list-style: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 0px;
    width: 100%;
    display: flex;
    gap:3px;
}
section.report ul li a{
    display: inline-block;
    vertical-align: bottom;
    padding: 0.4em 0.8em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
    background-image: -webkit-linear-gradient(#f7f7f7, #fff);
    background-image: linear-gradient(#f7f7f7, #fff);
    border: 1px solid #dbdbdb;
    border-bottom-width: 0;
    cursor: pointer;
    color: #8b8b8b;
    text-decoration: none;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 90%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 90%);
    font-weight: normal;
    line-height: 1;
    font-size: 12px;
}

section.report ul li a:hover{
    color: #555;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfdfd), to(#f6f6f6));
    background-image: -webkit-linear-gradient(#fcfdfd, #f6f6f6);
    background-image: linear-gradient(#fcfdfd, #f6f6f6);
}
section.report ul li a.active{
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb947), to(#f3a622));
    background-image: -webkit-linear-gradient(#fbb947, #f3a622);
    background-image: linear-gradient(#fbb947, #f3a622);
    border-color: #e99c17;
    -webkit-box-shadow: inset 0 2px 0 rgb(249 215 133 / 50%);
    box-shadow: inset 0 2px 0 rgb(249 215 133 / 50%);
}
.report-content h2{
    font-size: 16px;
    padding: 13px 0 0;
    color: #72059b;
    margin: 14px 0;
    margin-top: 24px;
    font-weight: bold;
}
.date-range form{
    display: flex;
    align-items: center;
    gap: 5px;
}
.date-range form .range-info {
     border: 1px solid #ccd2d6;
    padding: 0 7px 0 7px;
    border-radius: 5px;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.date-range form .range-info input{
    color: #5a5565;
    /* z-index: 100; */
    font-size: 15px!important;
    letter-spacing: -.05em;
    line-height: 22px;
    font-weight: 700;
    width: 75px;
    height: 24px!important;
    padding: 0!important;
    border: none!important;
    background: 0 0!important;
    text-align: center;
}
.date-range form .range-info span{
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
}
.date-range {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.statistics-filter {
    background: #efefef;
    padding: 6px 10px 8px;
    border-radius: 5px;
}
.statistics-filter td{
    padding: 5px 5px 5px 0;
    overflow: hidden;
    font-size: 12px;
    color: #333a40;
    border-bottom: 0px solid;
}
.statistics-filter td a{
    padding: 0;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1e88e5;
    text-decoration: none;
    border-bottom: 1px dashed rgba(30,136,229,.4);
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition-property: border-color,color,fill;
    transition-property: border-color,color,fill;
    -webkit-transition-duration: .33s;
    transition-duration: .33s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    font-size: 12px;
}
.statistics-filter td.delimiter{
    background: url(../images/filter_delimiter.png) left 0 repeat-y;
}


.contact-content .reservations {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-content .reservations img{
    width: 35px;
}
.contact-content .reservations p{
    margin-bottom: 0;
}
.contact-content .reservations a{
    font-size: 21px;
}
.contact-content {
    padding-right: 100px;
}
.contact-form h3{
    padding-left: 12px;
    padding-right: 12px;
}
.contact-form form label{
    font-size: 15px;
    padding-left: 0px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 12px;
    /* margin-top: 10px; */
}
.contact-form form input.form-control, .contact-form form select.form-control{
    padding-left: 10px;
    padding-right: 10px;
}
.contact-form .form-info.col-12.select-filed{
    position:relative;
}
.contact-form .form-info.col-12.select-filed i{
    position: absolute;
    right: 20px;
    top: 58%;
    transform: translateY(-50%);
}
.contact-form .quote_btn.col-6 {
    margin-top: 20px;
}
.contact-form form select.form-control option{
    border-radius:0px !important;
}