@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&family=Open+Sans:wght@400;600&display=swap");
html,
body {

  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  
  overflow-x: hidden;
}
/*input::placeholder,
textarea::placeholder,
[placeholder],
*[placeholder] {
  color: #ffffff !important;
}*/
input {
  color: #1a1a1a;
}

::selection {
  color: #fff;
  background: #274b9c;
}

.header {
  padding: 20px 0;
}


.mr-33{
  margin-right: 0px;
}
.mb-88{
  margin-bottom: 88px;
}


.logo {
        width: 64px;
        margin:0 auto;
    }
    .logo img {
    max-width: 100%;
}
.link {
  /*margin-bottom: 130px;*/
  margin-bottom: 22%;
}

.mid-sect {
  
  
  background-size: 100%;
  width: 100%;
  
}
.mid-sect h2{
  font-size: 40px;
  color: #224573;
  font-weight: 600;
  margin-bottom: 40px;
  width: 100%;
  padding-top:40px;
  text-align: center;
  font-style: normal;
}
.info-card{
  background: #FFFFFF;
  box-shadow: 0px 15px 50px #006CB726;
  border: 1px solid #B5E1FF;
  border-radius: 35px;
  padding:35px;


}
.info-card h4 {
    font-size: 36px !important;
    color: #323139;
    font-weight: 700;
    /*padding-top:35px;*/
    padding-top: 53px;
    font-style: normal;
    margin-bottom: 0;
}
.info-card h5{
  font-size: 23px;
  color: #848484;
  font-weight: 600;
  padding-top:5px;
  font-style: normal;
  margin-bottom: 0;
}
.info-icon-wrap{
  height: 63px;
}
.info-details-wrap{
 display: flex;
 
 position: relative;
 width: 100%;
 flex-direction: column;

}
.info-arrow-link {
    position: absolute;
    right: 0;
    bottom:0;
}
.info-arrow-link a:hover svg path{
   fill:#FF6C2F;
}
.footer-wrap{
  border-top:1px solid #E7E7E7;
}

.ml-20{
  margin-left: 20px;
}
.mr-20{
  margin-right: 20px;
}
.ml-10{
  margin-left: 10px;
}
.mr-10{
  margin-right: 10px;
}

.content-right-sec h2{
  font-size: 39px;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 34px;
  padding-top: 22px;
  line-height: 54px;
  text-align: center;
  line-height: 44px;
}
.content-right-sec p{
  font-size: 28px;
  font-weight: 500;
  color: #808080;
  font-style: normal;
  line-height: 36px;
  text-align: center;
  padding-left: 25px;
    padding-right: 25px;
}

 .banner {
    padding: 40px 25px;
  }

.banner h1 {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        color: #224573;
       
       font-weight: 800;
       letter-spacing: -1px;
       text-align: center;
       font-style: normal;
       margin-bottom: 18px;
        padding-top: 22px;
    }

.banner p {
    font-size: 16px;
    color: #808080;
    font-weight: 500;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 24px;
    padding-right: 0px;
    text-align: center;
}

/*.banner-logo{
  position: absolute;
  z-index: 1000;
  width: 136px;
  left:50px;
  top:20px;
}
.banner-logo img{
  max-width: 100%;
}*/


.banner-logo {
    /*position: absolute;
    z-index: 1000;*/
    width: 136px;
    text-align: center;
    /*left: 20px;
    top: 20px;*/
}

    .banner-logo img {
        max-width: 81px;
    }




.download-app-sec{
  padding-bottom:60px;
   font-size: 0;
   text-align: center;
}
.download-app-sec a{
   /*text-align: center;*/
}

  .download-app-sec h2{
    font-size: 30px;
    color: #224573;
   font-weight: 200;
  font-style: normal;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 26px;
  text-align: center;

  }

  .download-app-sec ul{
    padding-left:0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .download-app-sec li{
  
  }

.download-app-sec h2 span.bluebold-txt-first{
  letter-spacing: 3px;
  display: block;
  margin-bottom: 3px;
}
.download-app-sec h2 span.bluebold-txt-second{
  display: block;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  padding-left: 0px;
  letter-spacing: 3px;
}


/*---------------Inner Header ------------------------*/
.inner-header-sec {
   
    width: 100%;
    background-color: #F0F9FF;
    background-image: url("../img/inner-banner.png");
    background-size: cover;
    background-position: top right;
    box-shadow: 0px 2px 10px #006CB759 !important;
    height: 100px;
    position: relative;
    z-index: 500;
    padding-top: 16px;
    padding-bottom: 16px;
}

.inner-content-sec{
  width: 100%;
  background: #FFFFFF;
}

.top-header-bar {
    min-height: 90px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.top-header-bar h2{
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
  color: #224573;
}
.top-header-bar h2 span.orange-txt{
  color: #FF6C2F;
}

.top-header-bar.btn-top-add {
   
    align-items: center!important;
    flex-direction: row!important;
    justify-content: space-between!important;
}
.main-table-wrap{
  width: 100%;
  padding:30px;
  background: #FFFFFF;
box-shadow: 0px 8px 20px #006CB726;
border: 1px solid #B5E1FF;
border-radius: 20px;
}
.main-table-wrap table {
    color: #939598;
    font-size: 16px;
    font-weight: 400;
    border-color: #DFDFDF;
    margin-bottom: 0;
}
.main-table-wrap table thead th {
    background: #F2F2F2 !important;
    border-bottom: 0 !important;
    font-size: 14px;
    color: #003357;
    font-weight: 600;
    white-space: nowrap;
    padding: 12px 12px;
    text-transform: uppercase;
    font-style: normal;
}
.main-table-wrap table thead th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left:20px;
}
.main-table-wrap table thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-right:20px;
}
.main-table-wrap table > :not(:first-child) {
    border-top: 0 !important;
}
.main-table-wrap table tbody td {
   /* white-space: nowrap;*/
    padding: 10px 12px;
    border-bottom: 0;
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.main-table-wrap table tbody td:first-child {
  padding-left:20px;
}
.main-table-wrap table tbody td:last-child {
  padding-right:20px;
}
.main-table-wrap table tbody td a.view-details{

  color:#006CB7;
  text-decoration: underline;
}
.main-table-wrap table tbody td a.view-details:hover{
  text-decoration: none;
}

.main-table-wrap table tbody td a.map-view{

  color:#6F6F6F;
  text-decoration: underline;
}
.main-table-wrap table tbody td a.map-view:hover{
   color: #0056AE;
  
  text-decoration: underline;
}
.main-table-wrap table tbody td a.map-view span{
  margin-left:6px;
  vertical-align: top;
}
.main-table-wrap table tbody td a.map-view span img{
  vertical-align: top;
}

.main-table-wrap table.table>tbody>tr:hover td,
.main-table-wrap table.table>tbody>tr:hover th {
  background-color: #FAFAFA !important;
  --bs-table-hover-bg:#FAFAFA !important;
}
.main-table-wrap table.table>tbody>tr:hover td:first-child,
.main-table-wrap table.table>tbody>tr:hover th:first-child {
   border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.main-table-wrap table.table>tbody>tr:hover td:last-child,
.main-table-wrap table.table>tbody>tr:hover th:last-child {
   border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ra-form-wrap .ra-input-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.ra-form-wrap .ra-input-wrap .form-control {
    padding: 16px 20px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    background-color: #ffffff;
    color: #003357;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    width: 100%;
}

.ra-form-wrap .ra-input-wrap textarea.form-control {
    height: 120px;
    resize: none;
}

.ra-form-wrap ul {
    list-style: none;
    padding-left: 0;
    justify-content: center;
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
}

.ra-form-wrap ul li {
    display: flex;
    width: 100%;
}

.mb-84{margin-bottom:84px;}
.mb-42 {
    margin-bottom: 42px;
}
.pagination-wrap {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    bottom: -87px;
    left: 0;
}



.pagination-wrap .page-item{
  width: 24px;
  height: 24px;
}
.pagination-wrap .arrow{
  width: 24px;
  height: 24px;
}

.pagination-wrap .page-link {
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    color: #006CB7;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}
/*.pagination-wrap .page-link span img {
    vertical-align: middle !important;
}*/
.pagination-wrap .arrow .page-link span{
  display: flex;
  height: 24px;
  align-items: center;
  justify-content: center;
}

    .pagination-wrap .page-link:hover {
        background: #FF6C2F;
        border-radius: 4px;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
    }
.pagination-wrap .page-link:focus {
  box-shadow: none;
}
.pagination-wrap .page-link:hover span svg path{
  fill:#ffffff;
}
/*.pagination-wrap .arrow .page-link span.leftarrow{
    vertical-align: middle !important;
    width: 6px;
    height: 10px;
}*/
    .pagination-wrap .page-item.active .page-link {
        color: #424243;
        background-color: #006CB7;
        border-color: #006CB7;
        color: #ffffff;
    }
.top-header-listwrap{
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 30px;
}
.top-header-listwrap ul {
    list-style: none;
    padding-left: 0;
    justify-content: flex-end;
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
}

.top-header-listwrap li {
    display: flex;
    /*width: 100%;*/
}

.top-header-listwrap li .input-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.top-header-listwrap li .input-wrap .form-control {
    padding: 16px 14px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    background-color: #ffffff;
    color: #003357;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
 }

.top-header-listwrap li .input-wrap .form-control:focus{
  box-shadow: none;
}
.top-header-listwrap li .input-wrap .input-group {
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    background:  #ffffff;
    height: 50px;

}

.top-header-listwrap li .input-wrap .input-group .form-control {
    border:none!important;
    border-radius: 10px;
    padding-right: 0;
    height: 48px;
     color: #003357;

}
.top-header-listwrap li .input-wrap .input-group .input-group-text{
  background:  #ffffff;
  border:0;
  padding: 12px 20px 12px 15px;
  height: 48px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}


/*.top-header-listwrap li:first-child {
    width: 100%;
}*/

/*.top-header-listwrap li:nth-last-child(2){
  width: 50%;
}
.top-header-listwrap li:nth-last-child(1){
  width: 50%;
}*/

.w-286 {
  width: 100%;
}
.w-323 {
  width: 100%;
}
.w-240 {
  width: 100%;
}
.w-182{
  width: 100%;
}
/*.top-header-listwrap li {
    width: 50%;
}*/



.datepicker {
    padding: 16px;
  }
  .datepicker-dropdown.datepicker-orient-bottom::before {
  top: -6px;
}
  .datepicker-dropdown.datepicker-orient-bottom::after {
  top: -5px;
}
.main-btn-wrap {
    display: flex !important;
    justify-content: flex-end;
    margin: 0;
    max-width: 100%;
}
.mw-166{
  /*width: 100%;
  min-width: 166px;*/
  min-width: 166px;

}
.btn {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}
.btn-primary{
  
    
    background-color: #006CB7;
    border-color: transparent;
    height: 50px;
    color: #ffffff;

}
    .btn-primary:hover {
        background-color: #0062A6;
        border-color: transparent;
    }
    .btn-primary:focus {
        background-color: #0062A6;
        border-color: transparent;
        box-shadow: none;
    }
    .btn-primary:active {
        background-color: #0062A6 !important;
        border-color: transparent !important;
        box-shadow: none;
    }
.btn-secondary{
  
    
    background-color: #FF6C2F;
    border-color: #FF6C2F;
    height: 50px;
    color: #ffffff;

}
.btn-secondary:hover{
   background-color: #FF540D;
    border-color: #FF540D;
}
.btn-secondary:focus{
   background-color: #FF540D;
    border-color: #FF540D;
}
.btn-secondary:active{
   background-color: #FF540D!important;
    border-color: #FF540D!important;
}
.mw-85{
  /*min-width: 85px;*/
  width:50%;

}
.mw-100{
    width:100%;
}

.mt-15{
    margin-top:15px;
}
.mw-85-full{
  /*min-width: 85px;*/
  width:100%;
}
.mw-166{
  min-width: 166px;
}
.w-166{
 /* width: 166px;*/
  width: 100%;
}
/*.w-286{
  width: 286px;
}*/
.max-w-166{
  max-width: 166px;
  width: 100%;
}

.cleanup-details-wrap {
    width: 100%;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px #006CB726;
    border: 1px solid #B5E1FF;
    border-radius: 20px;
}
.details-main {
    border-bottom: 1px solid #B5E1FF;
    padding: 0px 0px 20px 0;
    margin: 0px 0px 20px 0px;
}
.details-main h2 {
    font-size: 18px;
    color: #003357;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 16px;
}

    .details-main ul.info-list {
        list-style: none;
        padding-left: 0;
        width: 100%;
        display: flex;
        margin-bottom: 0px;
        padding-bottom: 0px;
        flex-direction: column;
    }

        .details-main ul.info-list li {
            width: 20%;
            margin-bottom: 20px;
        }
.location-address {
    width: 495px !important;
}

            .details-main ul.info-list li:last-child {
                margin-bottom: 0px;
            }

.details-in {
    font-size: 14px;
    color: #4B4B4B;
}

    .details-in span {
        width: 100%;
        float: left;
        font-weight: 900;
        padding-top:5px;
    }
.thumb-slider {
    border-bottom: none !important;
    padding: 0;
}



 




.mb-30{
  margin-bottom: 30px;
}














.back-btn{
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: #FF6C2F;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;

}

.back-btn svg{
  margin-right:10px;
}



.inner-table-wrap{
  width: 100%;
  
  background: #FFFFFF;

}
.inner-table-wrap table {
    color: #939598;
    font-size: 16px;
    font-weight: 400;
    border-color: #DFDFDF;
    margin-bottom: 0;
}
.inner-table-wrap table thead th {
    background: #F2F2F2 !important;
    border-bottom: 0 !important;
    font-size: 12px;
    color: #003357;
    font-weight: 600;
    white-space: nowrap;
    padding: 12px 12px;
    text-transform: uppercase;
    font-style: normal;
}
.inner-table-wrap table thead th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left:20px;
}
.inner-table-wrap table thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-right:20px;
}
.inner-table-wrap table > :not(:first-child) {
    border-top: 0 !important;
}
.inner-table-wrap table tbody td {
    white-space: nowrap;
    padding: 12px 12px;
    border-bottom: 0;
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
}
.inner-table-wrap table tbody td:first-child {
  padding-left:20px;
}
.inner-table-wrap table tbody td:last-child {
  padding-right:20px;
}
.inner-table-wrap table.table>tbody>tr:hover td,
.inner-table-wrap table.table>tbody>tr:hover th {
  background-color: #FAFAFA !important;
  --bs-table-hover-bg:#FAFAFA !important;
}
.inner-table-wrap table.table>tbody>tr:hover td:first-child,
.inner-table-wrap table.table>tbody>tr:hover th:first-child {
   border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.inner-table-wrap table.table>tbody>tr:hover td:last-child,
.inner-table-wrap table.table>tbody>tr:hover th:last-child {
   border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.litter-details-wrap{
  display: flex;
  align-items: center;
 
}
.litter-img-wrap{
  border:1px solid #549CCE;
  background:#DEF1FF;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.litter-name-wrap{
  color: #003357;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  margin-left: 15px;
}

.litter-header-title{
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  color: #4B4B4B;
}
.litter-group-count{
  color: #FF6C2F;
  margin-left:20px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}

.search-map-wrap{
 padding-bottom: 30px;
 border-bottom: 1px solid #E4E4E4;
 margin-bottom: 30px;
}
.search-map-wrap ul{
  list-style: none;
  padding-left:0;
  margin-bottom: 0;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}
.search-map-wrap li {
  display: flex;
  flex-direction: column;
 
}

.search-map-wrap .form-control{

  padding: 16px 14px;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  background-color: #ffffff;
  color: #003357;
  font-size: 16px;
  font-weight: 500;
  height: 50px;

}

.search-map-wrap li .map-input-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.search-map-wrap li .map-input-wrap label{
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #4B4B4B;
  margin-bottom: 8px;
}
.search-map-wrap li .map-input-wrap .input-group{
  
}
.search-map-wrap li .map-input-wrap .input-group .form-control{
  padding: 16px 14px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #003357;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  height: 50px;
  border-top-right-radius: 10px!important;
  border-bottom-right-radius: 10px!important;
}
.search-map-wrap li .map-input-wrap .input-group .input-group-text{
  background: transparent;
  border:0;
  padding:0 0 0 15px;
}



.bg-banner-new {
    background: url(../img/main-banner.webp) #ffffff top right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 300;
    height: 348px;
    /*max-height: 967px;*/
}

/*.banner-left {    
    width: 744px;
    height: 731px;
    background: url(../img/banner-left-part.png) no-repeat top left;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}
*/

.banner-left-wrap {   
    display: none;    
}

.top-nav-wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 20px;
}

.top-btn-wrap {
    gap: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
}

.top-btn-wrap .btn {
    min-width: 204px;
}











.copyright p {
  font-size: 20px;
  font-weight: 600;
  color: #808080;
  padding-bottom: 38px;
  padding-top: 38px;
  font-style: normal;
  margin-bottom: 0;
  text-align: center;
  line-height: 24px;
}



.banner-mobile {
    display: block;
    
    height: auto;
    width: 100%;
    padding-top: 40px;
  }
  .banner-mobile img {
    max-width: 100%;
  }

  /*.download-app-sec h2 span.bluebold-txt-first {
        display: block;
        margin-bottom: 5px;
    }
.download-app-sec h2 span.bluebold-txt-second {
        display: block;
        padding-left: 0;
    }*/
.download-app-sec a img{
     max-width: 64%;
   }

.download-app-sec a img {
    max-width: 100%; 
}
.map-container {
    max-width: 100%;
}
.map-container img{
  max-width: 100%;
}
 .mr-20{
  margin-right:0px;
 }
.blue-box {
    width: 40px;
    height: 43px;
    background: #DEF1FF;
    border: 1px solid #549CCE;
    border-radius: 5px;
}
.text-left .blue-box img {
    width: 40px;
}

.modal-content {
    padding: 0 25px 25px 25px;
    border-radius: 20px;
}

.modal-header, .modal-body {
    padding: 1rem 0;
}
.modal-footer{
    border-top: 0;
}
    .modal-footer .btn-primary {
        color: #fff;
        background-color: #006CB7;
        color: #ffffff;
        border: 0;
    }

        .modal-footer .btn-primary:hover {
            background-color: #0062A6;
            border: 0;
            color: #ffffff;
        }
        .modal-footer .btn-primary:focus {
            box-shadow:none;
        }
.error-content-sec {
    width: 100%;
    padding-top: 16%;
    padding-bottom: 16%;
}
    .error-content-sec h2 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #003357;
        text-align:center;
    }
    .error-content-sec p {
        font-size: 14px;
        font-weight: 400;
        color: #4B4B4B;
        text-align:center;
    }
        @media (min-width: 576px) {
            .logo {
        width: 64px;
        padding-top: 0px;
    }
    .logo img {
    max-width: 100%;
}
.banner p {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        padding-right: 0px;
    }
    .download-app-sec a img{
     /*max-width: 52%;*/
   }

            .banner-logo {
                /*position: absolute;
                z-index: 1000;*/
                width: 81px;
                text-align: left;
                /*left: 50px;
                top: 20px;*/
            }

                .banner-logo img {
                    max-width: 81px;
                }

            .top-nav-wrap {
                padding-left: 50px;
                padding-right: 50px;
                width: 100%;
                display: flex;
                flex-direction: row;
                align-items: flex-start;
                justify-content: space-between;
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .top-btn-wrap {
                gap: 12px;
                display: flex;
                align-items: center;
                flex-direction: row;
                padding-top: 0px;
            }

                .top-btn-wrap .btn {
                    min-width: auto;
                }
}
@media (min-width: 600px) {
  .owl-carousel .owl-stage{
  
  width: 4266px!important;
}

}
@media (min-width: 768px) {

    .bg-banner-new {
        height: auto;
    }
        .logo {
        width: 64px;
        padding-top: 66px;
        margin:0;
    }
    .banner {
    padding: 0px 0;
    }
    .banner-mobile {
  display: none;
}
    .bg-banner {
        background: url(../img/new-banner-bg-right.png) #ffffff top right;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 0 0;
        position: relative;
        z-index: 300;
        height: 100%;
        /*max-height: 967px;*/
    }
    .bg-banner-inner {
        background: url(../img/new-banner-bg-left.png) top left;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 0 0;
        position: relative;
        z-index: 300;
        height: 100%;
        /*max-height: 967px;*/
    }


    .bg-banner-inner {
        background: url(../img/new-banner-bg-left.png) top left;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 0 0;
        position: relative;
        z-index: 300;
        height: 100%;
        /*max-height: 967px;*/
    }




.banner h1 {
font-size: 33px;
        line-height: 43px;
        text-align: left;
      }


.banner p {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 38px;
        padding-right: 20px;
    }
    .download-app-sec{
      text-align: left;
    }
    .download-app-sec h2{
  font-size: 30px;
  
  line-height: 36px;
  
  margin-bottom: 26px;
   text-align: center;

  
}
   
     .download-app-sec a {
    /*text-align: left;*/
   }

 
  .mr-33 {
    margin-right: 0px;
  }
 
  .download-app-sec h2 span.bluebold-txt-first{
  
  display: inline-block;
  margin-bottom: 0;
}
.download-app-sec h2 span.bluebold-txt-second{
  display: inline-block;
  font-size: 30px;
  
  padding-left: 8px;
  
}
 .mr-20{
  margin-right:15px;
 }
 .content-right-sec p{
  padding-left: 0;
  padding-right: 0;
 }
    .banner-logo {
        /*position: absolute;
        z-index: 1000;*/
        width: 136px;
        text-align: left;
        /*left: 50px;
        top: 20px;*/
    }

    .banner-left-wrap {
        display: block;
        height: 100%;
        margin-bottom: -20%;
    }

        .banner-logo img {
            max-width: 60%;
        }
    .mid-sect h2 {
        padding-top:100px;
    }
    }
@media (min-width: 992px) {
.logo {
        
        width: 80px;
    }
    .banner h1 {
    font-size: 38px;
     line-height: 48px;
   }
   .banner p {
        font-size: 20px;
        line-height: 28px;
        
    }

    .mt-15 {
        margin-top: 0px;
    }
    .mw-85 {
    /* min-width: 85px; */
    width: 85px;
}

    .mw-100 {
        /* min-width: 85px; */
        width: 100px;
    }
.mw-85-full{
  width: 85px;
}
.top-header-listwrap ul{
  flex-direction: row;
}
.top-header-listwrap li .input-wrap {
    
    margin-bottom: 0px;
}
.w-166 {
     width: 166px;
   
}
.w-286 {
    width: 100%;
}
.w-323 {
  width: 323px;
}
.w-182{
  width: 182px;
}
.w-240 {
  width: 240px;
}
.top-header-listwrap li .input-wrap .form-control {
    padding: 16px 20px;
    
 }
 .search-map-wrap ul{
  flex-direction: row;
 }
 .mt-31{
  margin-top:31px;
 }
 .search-map-wrap li .map-input-wrap {
  
  margin-bottom: 0px;
}
 .ml-15{
  margin-left:15px!important;
 }
 .mr-15{
  margin-right:15px!important;
 }

 .ml-0{
  margin-left:0!important;
 }
 .mr-0{
  margin-right:0!important;
 }
  .mr-20{
  margin-right:20px;
 }


.info-card h5 {
  font-size: 18px;
}
.info-icon-wrap img{
  max-width: 60%;
}
.download-app-sec h2 span.bluebold-txt-second{
 
  
  padding-left: 0px;
  
}
    .content-right-sec h2 {
        text-align: left;
        padding-top: 22px;
    }
.content-right-sec p{
  text-align: left;
  padding-left: 0px;
    padding-right: 0px;
}
    .details-main ul.info-list {
        flex-direction: row;
        margin-bottom: 0px;
    }

    .banner-logo img {
        max-width: 70%;
    }

}

@media (min-width: 1200px) {
   .info-card h4 {
  font-size: 43px;
}
 .logo {
    width: 100px;
    padding-top: 68px;
}
.banner h1 {
    font-size: 42px;
    margin-bottom: 34px;
    padding-top: 66px;
    line-height: 54px;
    
}
.mr-33 {
    margin-right: 33px;
  }
.banner p {
        font-size: 28px;
        line-height: 36px;
        padding-right: 50px;
        margin-bottom: 80px;
    }
   .download-app-sec h2 {
    text-align: left;
  }
 .download-app-sec ul {
        width: 100%;
        align-items: flex-start;
        flex-direction: row;
    }
    .banner-left {
        /* width:68%;*/
        width: 744px;
        height: 731px;
        background: url(../img/banner-left-part.webp) no-repeat top left;
        background-size: cover;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .banner-logo img {
        max-width: 100%;
    }
    .w-286 {
        width: 286px;
    }

}

@media (min-width: 1400px) {

  .download-app-sec h2 {
    text-align: left;
  }

}






@media (max-width: 1199px) {
  /*.banner h1 {
    font-size: 38px;
    line-height: 48px;
  }*/
  /*.banner p {
    font-size: 20px;
    line-height: 28px;
    padding-right: 0px;
  }*/
  /*.logo {
    padding-top: 66px;
    width: 80px;
  }
  .logo img{
    max-width: 100%;
  }*/
  .link {
    margin-bottom: 12%;
  }
  .link img {
    max-width: 46%;
  }
  
  .features-wrap ul {
    padding-bottom: 0;
  }
  .how-it-workswrap {
    padding-bottom: 15px;
  }
}



@media (max-width: 991px) {
  .ml-46{
  margin-left: 0px;
}
.mr-46{
  margin-right: 0px;
}
.ml-23{
  margin-left: 0px;
}
.mr-23{
  margin-right: 0px;
}
.mb-88{
  margin-bottom: 30px;
}
  /*.logo {
    width: 64px;
  }
  .logo img {
    
    max-width: 100%;
  }*/
  /*.banner h1 {
    font-size: 33px;
    line-height: 43px;
  }*/
  /*.banner p {
    font-size: 18px;
    line-height: 26px;
    padding-right: 0px;
    margin-bottom: 38px;
  }*/
  
  
  
}



@media (max-width: 767px) {

 
      
  /*.download-app-sec h2{
    text-align: center;

  }
  .download-app-sec h2 span.bluebold-txt-first {
    display: block;
    margin-bottom: 5px;
  }
  .download-app-sec h2 span.bluebold-txt-second {
    display: block;
    padding-left: 0;
  }*/
  
  .mid-sect h2{
    padding-left:25px;
    padding-right: 25px;
  }
  .info-card{
    margin-left: 25px;
    margin-right: 25px;
  }
  /*.banner-mobile {
    display: block;
    
    height: auto;
    width: 100%;
    padding-top: 40px;
  }
  .banner-mobile img {
    max-width: 100%;
  }*/
  /*.banner h1 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }*/
  /*.banner p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
  }*/
  /*.logo {
    padding-top: 0px;
    margin:0 auto;
        width: 64px;
   
  }
  .logo img {
    
    max-width: 100%;
  }*/
  
  
  
 

 }

@media (max-width: 575px) {
  /*.logo{
    width: 64px;
  }
  .logo img {
   
    max-width: 100%;
  }*/

    .pagination-wrap.pagination-btm-fix {
        bottom: -106px !important;
    }

    .page-number.pag-number-btm-fix {
        top: -14px !important;
        left: calc(50% - 40px) !important;
    }
}

.map-main {
    height: 500px;
}

.mt-5 {
    margin-top: 1rem !important;
}


/*custom styles*/

.has-search {
    max-width: 300px;
    position: relative;
    width: 300px;
}

.has-select .form-select {
    border-radius: 50px;
    border-color: #DBDBDB;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    color: #003357;
    padding-left: 1rem;
    width: 150px;
    display: inline-block;
}

    .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #aaa;
        left: 10px;
        top: 5px;
    }

    .has-search .form-control {
        padding-left: 1rem;
        border-radius: 50px;
        border-color: #DBDBDB;
        background-color: #fff;
        font-size: 15px;
        font-weight: 500;
        height: 50px;
        color: #003357;
    }

        .has-search .form-control::placeholder {
            color: #B9B9B9 !important;
            font-size: 15px !important;
            font-weight: 500 !important;
            font-family: "Karla", sans-serif !important;
            font-optical-sizing: auto !important;
            opacity: 1 !important; /* Firefox */
            transition: none;
        }

        .has-search .form-control::-ms-input-placeholder { /* Edge 12 -18 */
            color: #B9B9B9 !important;
            font-size: 15px !important;
            font-weight: 500 !important;
            font-family: "Karla", sans-serif !important;
            font-optical-sizing: auto !important;
            transition: none;
        }

        .has-search .form-control::-ms-input-placeholder { /* Edge 12 -18 */
            color: #B9B9B9 !important;
            font-size: 15px !important;
            font-weight: 500 !important;
            font-family: "Karla", sans-serif !important;
            font-optical-sizing: auto !important;
            transition: none;
        }

.date-picker {
    border-radius: 50px;
    border: 1px solid #ccc;
    max-width: 150px;
    background: #fff;
}

    .date-picker input {
        border: none;
        padding: 10px 45px 10px 15px;
        height: 50px;
        float: left;
        max-width: 150px;
        background: url(../img/calendar.svg) no-repeat 112px 13px;
        color: #003357;
        outline: none;
    }

.dropdown-ui .btn-dropdown {
    border-radius: 50px;
    border: 1px solid #dbdbdb !important;
    background-color: #F2F2F2;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    color: #003357;
    position: relative;
    padding-right: 2rem;
    display: inline-block;
}

.dropdown-ui .dropdown-menu {
    padding: 10px;
    border: 1px solid #000 !important;
    border-radius: 0px;
    ;
}

    .dropdown-ui .dropdown-menu input[type=checkbox], input[type=radio] {
        width: 16px;
        height: 16px;
    }

.dropdown-ui .dropdown-toggle::after {
    background: url(../img/drop-arrow.svg) no-repeat 0px 0px;
    width: 10px;
    height: 6px;
    border: none !important;
    content: " ";
    position: absolute;
    top: 21px;
    right: 15px;
    padding-left: 5px;
}

.afterpics h2,
.beforepics h2 {
    font-size: 18px;
}

#photomodal .owl-carousel .owl-nav {
    margin: 0;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: 80px;
}

#photomodal .owl-carousel .owl-prev, #photomodal .owl-carousel .owl-next {
    position: inherit;
    margin: 0;
    height: auto;
    top: 0;
}

#photomodal .owl-carousel .owl-prev {
    left: 15px;
}

#photomodal .owl-carousel .owl-next {
    right: 15px;
}

#photomodal .owl-carousel .owl-nav span {
    line-height: 1;
}

.apply {
    border-radius: 50px;
    background: #006CB7;
    height: 50px;
    width: 85px;
    box-shadow: none;
}

.clear {
    border-radius: 50px;
    background: #FF6C2F;
    height: 50px;
    width: 85px;
    box-shadow: none;
}

    .clear:hover, .clear:focus {
        background-color: #E46028 !important;
    }

.table-btn-wrap {
    display: inline-flex;
    align-items: center;
}

    .table-btn-wrap a {
        margin-left: 15px;
        margin-right: 15px;
    }

.justify-content {
    justify-content: center;
}

.cancel {
    min-width: 99px;
    min-height: 50px;
    background: #FF6C2F;
    color: #fff;
    border: none;
    border-radius: 25px;
}

.save {
    min-width: 99px;
    min-height: 50px;
    background: #006CB7;
    color: #fff;
    border: none;
    border-radius: 25px;
}

.form-group {
    margin-bottom: 1rem;
}
.table a img {
    margin-left: 5px;
}

.img-profile {
    width: 100%; /* Set your desired width */
    height: auto; /* Maintain aspect ratio */
    display: none; /* Initially hide images */
}

    .img-profile.loaded {
        display: block; /* Show only when loaded */
    }

/*custom styles*/


/*sorting styles*/
span.sorting.ml-2.btn-group-vertical {
    display: inline-block !important;
}

.sort-icon {
    filter: grayscale(100%); /* Default to lighter color (grayscale) */
    opacity: 0.5; /* Make the image slightly transparent */
    transition: all 0.3s ease; /* Smooth transition for all changes */
}

    /* When the sort icon is active (ascending or descending) */
    .sort-icon.active {
        filter: none; /* Remove grayscale filter */
        opacity: 1; /* Full opacity for active icon */
    }

    /* When the sort icon is inactive (not clicked) */
    .sort-icon.inactive {
        filter: grayscale(100%); /* Grayscale for inactive icons */
        opacity: 0.5; /* Reduce opacity for inactive state */
    }

    /* When the image is darker (either up or down arrow) */
    .sort-icon.darker {
        filter: brightness(50%); /* Darkens the image */
        opacity: 1; /* Ensure the image is fully opaque */
        transition: filter 0.3s ease; /* Smooth transition for brightness change */
    }

    /* Default state for sorting icons (e.g., no sort applied) */
    .sort-icon.default {
        filter: brightness(150%); /* Make the icon lighter than the normal state */
        opacity: 0.7; /* Slightly reduce opacity to make it appear lighter */
        transition: filter 0.3s ease, opacity 0.3s ease; /* Smooth transition for both brightness and opacity */
    }

    /* Additional specific styles for ascending and descending arrows (optional) */
    .sort-icon.asc {
        filter: brightness(100%); /* Full brightness for asc arrow */
    }

    .sort-icon.desc {
        filter: brightness(100%); /* Full brightness for desc arrow */
    }


.page-number {
    position: absolute;
    top: 18px;
    left: 0px;
}

    .page-number-no {
    position: absolute;
    top: -23px;
    left: 0px;
}

    .page-number .has-select .form-select, .page-number-detail .has-select .form-select, .page-number-no .has-select .form-select {
        height: 40px;
    }

.page-number-no-inside {
    position: absolute;
    top: 28px;
    left: 22px;
}

.page-number .has-select .form-select {
    height: 40px;
}

/*sorting styles*/

.owl-theme .owl-dots {
    margin: 10px 0 0 0;
}

#demos .owl-carousel .item {
    background: #fff !important;
    padding: 10px;
}

    #demos .owl-carousel .item img {
        border-radius: 17px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border: 3px solid #fff;
    }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF6C2F !important;
}

.owl-prev {
    position: absolute;
    left: 25px;
    top: 35px;
}

.owl-next {
    position: absolute;
    right: 25px;
    top: 35px;
}

.owl-nav span {
    font-size: 40px;
    color: #FF6C2F;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 15px;
    width: 100%;
}

.owl-carousel.owl-loaded {
    position: relative;
}

.owl-carousel .owl-item .img-profile-wrap {
    padding: 4px;
    height: 204px;
}

    .owl-carousel .owl-item .img-profile-wrap img.img-profile {
        border: 5px solid #ffffff;
        border-radius: 17px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
        position: relative;
        z-index: 9999999;
    }

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-single-image .owl-item {
    display: flex;
    justify-content: center; /* Center horizontally */
}

    .center-single-image .owl-item img {
        max-width: 100%; /* Optional: Ensure the image does not overflow */
        max-height: 100%; /* Optional: Ensure the image doesn't stretch */
    }

.center .owl-item {
    display: flex;
    justify-content: center; /* Center horizontally */
}

    .center .owl-item img {
        max-width: 100%; /* Optional: Ensure the image does not overflow */
        max-height: 100%; /* Optional: Ensure the image doesn't stretch */
    }