
   #preloader {
                    position: fixed;
                    left: 0;
                    top: 0;
                    z-index: 999999;
                    width: 100%;
                    height: 100%;
                    background-color: #fff;
                    /* background white */
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                /* Spinner animation */
                #preloader .spinner {
                    border: 6px solid #fff;
                    border-top: 6px solid #fff;
                    /* Blue spinner */
                    border-radius: 50%;
                    width: 60px;
                    height: 60px;
                    animation: spin 1s linear infinite;
                }

                @keyframes spin {
                    0% {
                        transform: rotate(0deg);
                    }

                    100% {
                        transform: rotate(360deg);
                    }
                }

                .topbar-layout2 {
                    padding: 15px 0;
                }

                @media only screen and (max-width: 575px) {

                    .modal-content .font40 {
                        font-size: 24px !important;
                    }
                }

                .search_botton {
                    /*    padding: 0px 25px;
    margin: 10px;*/
                    font-size: 15px;
                    width: auto;
                    display: flex;
                    /* Use flexbox for better alignment */
                    align-items: center;
                    /* Align items vertically in the center */
                    justify-content: flex-end;
                    /* Align content to the right */
                    /* background-color: #fff;*/

                }

                .search-input-container {
                    position: relative;
                    display: flex;
                    align-items: center;
                }

                .search-input-container input {
                    width: 60%;
                    /* Adjust the width as needed */
                    border-radius: 20px;
                    background-color: #fff;
                    border: 1px solid #a7a9ac !important;
                    outline: none;
                    padding-right: 30px;
                    /* Space for the icon */
                    margin-right: -14px;
                }


                .search-input-container i {
                    position: absolute;
                    right: 10px;
                    /* Adjust the right space for the icon */
                    color: #555;
                    /* Icon color */
                    cursor: pointer;
                }

                .search_botton_mobile {
                    padding: 0px 25px;
                    /* margin: 10px; */
                    font-size: 15px;
                    width: auto;
                    /* display: flex; */
                    /* align-items: center; */
                    /* justify-content: flex-end; */
                    background-color: #fff;
                    height: 100%;
                }

                .search_botton input {
                    height: 39px;
                    width: 100%;
                    /* Adjust the width as needed */
                    border-radius: 20px;
                    padding: 3px 20px;
                    background-color: #fff;
                    border: 1px solid #a7a9ac !important;
                    outline: none;
                }

                .search-mobile {

                    border: 1px solid #fff !important;
                }

                #search-results span {
                    margin-right: 30px;
                }

                #search-results span:hover {
                    background-color: #f0f0f0;
                    /* Add any other hover styles you'd like */

                }

                #search-results ul {
                    border: 50%;
                    display: block;
                    /*    list-style-type: disc;*/
                    /*    margin-block-start: 1em;*/
                    margin-block-end: 1em;
                    margin-inline-start: -17px;
                    margin-inline-end: -19px;
                    padding-inline-start: 22px;
                    padding-inline-end: 22px;
                    position: relative;

                }

                #search-results {
                    position: absolute;
                    z-index: 100;
                    background-color: white;
                    height: auto;
                    /*   overflow-y: auto;*/
                }

                .seen-on-mobile {
                    display: none;
                }


                .fixed-header {
                    position: fixed !important;
                    visibility: hidden;
                    left: 0px;
                    top: 0px;
                    width: 100%;
                    background: #fff;
                    background-color: rgb(255, 255, 255);
                    z-index: 0;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    z-index: 999;
                    opacity: 1;
                    visibility: visible;
                    -ms-animation-name: fadeInDown;
                    -moz-animation-name: fadeInDown;
                    -op-animation-name: fadeInDown;
                    -webkit-animation-name: fadeInDown;
                    animation-name: fadeInDown;
                    -ms-animation-duration: 2000ms;
                    -moz-animation-duration: 2000ms;
                    -op-animation-duration: 2000ms;
                    -webkit-animation-duration: 2000ms;
                    animation-duration: 2000ms;
                    -ms-animation-timing-function: linear;
                    -moz-animation-timing-function: linear;
                    -op-animation-timing-function: linear;
                    -webkit-animation-timing-function: linear;
                    animation-timing-function: linear;
                    -ms-animation-iteration-count: 1;
                    -moz-animation-iteration-count: 1;
                    -op-animation-iteration-count: 1;
                    -webkit-animation-iteration-count: 1;
                    animation-iteration-count: 1;
                    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);

                }

                .row.bottomdevider.pb--20 {
                    margin: 0 0 !important;
                }

                header {
                    position: sticky;
                    left: 0;
                    right: 0;
                    top: 0;
                }

                @media only screen and (max-width: 991px) {

                    .fixed-header {
                        display: none !important;
                    }
                }


                @media only screen and (max-width: 700px) {
                    .search-input-container input {
                        width: 100%;
                        /* Adjust the width as needed */
                        border: 1px solid #fff !important;
                        height: 30px;
                    }

                    #search-results {

                        position: sticky;
                        border-top: 1px solid #ccc;
                    }

                    #search-results li {
                        border-bottom: 1px solid #fff !important;
                    }

                    .mean-container .mean-nav>ul {

                        margin-top: 0%;
                    }

                    .font40 {
                        font-size: 30px;
                    }

                    .seen-on-mobile {
                        display: block;
                    }

                    .mean-container .mean-nav>ul {
                        margin-top: 0% !important;
                        */
                    }


                }




                @media only screen and (max-width: 900px) {

                    .mean-bar>nav>ul>li.mean-last {
                        display: none !important;
                    }

                    body>div.mean-bar>nav>ul>li:nth-child(6) {
                        display: none
                    }

                    .mean-container .mean-nav>ul {
                        margin-top: 35px !important;
                    }

                }

                @media only screen and (max-width: 767px) {

                    /* .mean-container .mean-nav ul {
  padding-top: 20px !important;
}

.mean-container .mean-nav ul li a:first-child {
  padding-top: 5px;
}
*/

                    .carousel-control-next,
                    .carousel-control-prev {
                        opacity: 1;
                        width: 10% !important;
                    }

                    .carousel-control-prev {
                        left: -12px;
                    }

                    .carousel-control-next {
                        right: -12px;
                    }

                }

                @media only screen and (max-width: 575px) {

                    .mean-container .mean-nav>ul li a.mean-expand {
                        height: auto !important;
                    }

                    .mean-container .mean-nav>ul {
                        margin-top: 0% !important;
                    }

                    .rp-btn-custom {
                        margin-left: 7% !important;
                    }

                    .mean-container a.meanmenu-reveal {
                        right: 40px !important;
                    }

                    .mean-container .mean-nav>ul {
                        margin-top: 0px !important;
                    }

                    .search_botton_mobile {
                        padding: 0 0;
                        width: 100%;
                    }

                    .search-input-container input {
                        border-radius: 0;
width: 400px
                    }

                    .blue-bg2 {
                        margin-top: 50px;
                    }


                    #rcaptcha {
                        transform: scale(0.75);
                        transform-origin: 0 0;
                    }

                    #head-enquiryform5555 {
                        max-width: 100%;
                        margin: 0 auto;
                        right: 0;
                    }

                    .search-input-container i {
                        right: 25px
                    }

                    body {
                        overflow-x: hidden !important;
                    }


                }

                #search-results li {
                    font-size: 15px;
                    border-bottom: 1px solid #f36c1a17;
                    padding: 3px;
                    background-color: #fff;
                    /*    border: 1px solid #f36c1a17;*/
                    line-height: 30px;
                    font-weight: 500;
                    cursor: pointer;
                    font-family: "Encode Sans Condensed", sans-serif;
                    width: 515px;
                }

                .modal-header {
                    padding-bottom: 0px;
                }

                .whats-app {
                    width: 55px;
                    height: 55px;
                    bottom: 45px;
                }

                .my-float {
                    margin-top: 12px;
                }

                .return-to-top {
                    height: 35px;
                    width: 35px;
                    line-height: 35px;
                }

                .return-to-top.back-top {
                    bottom: 5px;
                    right: 15px;
                }

                .search_botton input {
                    /*   margin-top: 15px;*/
                    /*margin-right: 45px;*/
                }

                .search-input-container {
                    /*margin-bottom: 15px;*/
                }

                .search-input-container i {

                    margin-top: 13px;
                }

                /* ============ desktop view ============ */
                @media all and (min-width: 992px) {
                    .dropdown-menu li {
                        position: relative;
                    }

                    .nav-item .submenu {
                        display: none;
                        position: absolute;
                        left: 100%;
                        top: -7px;
                    }

                    .nav-item .submenu-left {
                        right: 100%;
                        left: auto;
                    }

                    .dropdown-menu>li:hover {
                        background-color: #f1f1f1
                    }

                    .dropdown-menu>li:hover>.submenu {
                        display: block;
                    }
                }

                /* ============ desktop view .end// ============ */

                /* ============ small devices ============ */
                @media (max-width: 991px) {
                    .dropdown-menu .dropdown-menu {
                        margin-left: 0.7rem;
                        margin-right: 0.7rem;
                        margin-bottom: .5rem;
                    }
                }

                .whatstext {
                    display: none;
                }

                /* Simple Modal Styling */
                .modal {
                    display: none;
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0, 0, 0, 0.5);
                    justify-content: center;
                    align-items: center;
                }

                .modal-content {
                    background-color: #fff;
                    padding: 20px;
                    border-radius: 10px;

                    text-align: center;
                }

                .hh {
                    width: 500px;
                }

                .modal-content input {
                    width: 100%;
                    padding: 10px;
                }

                .modal-content .form-select-text1 {
                    margin-bottom: 0px;
                }

                .modal-content button {
                    padding: 10px 20px;
                    background-color: #1e276f;
                    color: white;
                    border: none;
                    cursor: pointer;
                }

                .modal-content button:hover {
                    background-color: #1e276f;
                }

                .close-btn {
                    position: absolute;
                    top: 35px;
                    right: 38px;
                    background-color: #1e276f;
                    border: none;
                    font-size: 20px;
                    cursor: pointer;
                    color: #ffffff;
                    padding: 0px 10px 0px 10px;
                }

                .close-btn:hover {
                    color: #007bff;
                }

                .hh p {
                    font-size: 20px;
                    line-height: 36px;
                    color: #101010;
                    font-weight: 500;
                    font-family: Lato;
                    margin-bottom: 0;
                }

                .modal-title {

                    font-weight: 800;
                    font-size: 20px;
                    padding-bottom: 20px;
                }

                .subtitlef {
                    font-size: 16px;
                    font-weight: 400;
                }

                .flt {
                    margin-bottom: 10px;
                }

                .hh .modal-header {
                    text-align: left;
                    display: block;
                    margin-bottom: 20px;
                }

                .hh .hellom {
                    font-size: 16px;
                    color: #ffffff;
                }

                .errorfont {
                    color: red !important;
                    padding-left: 5px !important;
                    font-size: 13px !important;
                    line-height: 22px !important;
                }

                .hdr-btn,
                .hdr-btn:focus {
                    display: block;
                    width: 100%;
                    background-color: #1e276f !important border-color: 1px solid transparent;
                    color: #fff;
                }

                .mgtop20 {
                    margin-top: 20px;
                }



                #chaty-widget-0 .chaty-widget .chaty-channels .chaty-channel-list .chaty-channel:nth-child(2) {
                    transform: translateY(-62px) !important;
                }

                .fix-footer {
                    position: fixed;

                }

                .fix-footer {
                    right: 0;
                    bottom: 0;

                    z-index: 9;
                    width: 60px;
                    left: 40px;
                    z-index: 9;
                    font-size: 30px;
                }

                .fix-footer p,
                .fix-footer p a {
                    margin: 0;
                    padding: 0;

                    /* float: left; */
                }

                .fix-footer p a span {
                    float: left;
                    width: 100%;
                    color: #000;
                    display: none;
                }

                .fix-footer p a {
                    margin-bottom: 10px;
                }

                @media only screen and (min-width: 320px) and (max-width: 600px) {
                    .fix-footer {
                        display: block;
                    }

                    .whatstext {
                        display: unset;
                    }

                    .chaty-widget {
                        display: none;
                    }

                    .fix-footer p,
                    .fix-footer p a {
                        margin: 0;
                        padding: 0;
                        float: left;
                    }

                    .fix-footer {
                        bottom: 0;
                        left: 0;
                        right: 0;
                        background: #fff;
                        /*padding: 5px 0;*/
                        z-index: 9;
                        width: 100%;


                    }

                    .fix-footer p a span {
                        float: left;
                        width: 100%;
                        color: #000;
                        display: block;
                    }
                }


                .fix-footer p {
                    width: 50%;
                    text-align: center;
                }

                .fix-footer p {
                    color: #000;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 25px;
                }

                .fix-footer p a {
                    width: 100%;
                }

                .fix-footer a,
                .fix-footer a:focus,
                .fix-footer a:hover,
                .fix-footer button:focus {
                    text-decoration: none;
                    background-color: transparent;
                }

                .fix-footer p a img {
                    width: 50px;
                }

                .fix-footer img {
                    vertical-align: middle;
                }

                .butt2,
                .butt2:focus {
                    background: #1e276f;
                    color: #fff;
                    font-weight: 700;
                    text-align: center;
                    font-size: 15px;
                    font-weight: 700;
                    line-height: 50px;
                }

                .headerformg {
                    background: #1e276f;
                    height: 45px;
                    text-align: center;
                    padding: 25px;
                }

                /*   .whats-app1, .whats-app1:focus, .whats-app1:hover {
    width: 50%;
    height: 70px;
    bottom: 0px;
left:auto;
   
    background-color: #25d366;
    color: #fff;
   border-radius: unset; 
 
}*/
                @media only screen and (min-width: 320px) and (max-width: 760px) {
                    .whatstext {
                        display: unset;
                    }

                    .whats-app,
                    .whats-app:focus,
                    .whats-app:hover {
                        width: 50%;
                        height: 45px;
                        bottom: 0px;
                        left: auto;
                        right: 0;

                        background-color: #25d366;
                        color: #fff;
                        border-radius: unset;
                        font-size: 18px;

                    }

                    .fa-whatsapp {
                        font-size: 20px;
                    }
                }

                @media only screen and (min-width: 761px) and (max-width: 4000px) {
                    .headerformg {
                        display: none;
                    }
                }

                .ppp {
                    color: #bbbbbb;
                    font-size: 14px;
                    margin: 0px;
                }

                .ppp a {
                    color: #bbbbbb;
                }

                .fa-file {
                    padding: 0 10px;
                    font-size: 20px;
                }
.template-main-menu ul {
                 list-style: none;
                 margin: 0;
                 padding: 0;
             }

             .template-main-menu ul li {
                 position: relative;
             }

             .template-main-menu ul li a {
                 display: block;
                 padding: 10px 15px;
                 color: #000;
                 text-decoration: none;
                 font-weight: 500;
             }

             .template-main-menu ul li ul.sub-menu {
                 display: none;
                 position: absolute;
                 top: 100%;
                 left: 0;
                 background: #fff;
                 min-width: 280px;
                 padding: 10px 0;
                 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
                 z-index: 1000;
             }

             .template-main-menu ul li:hover>ul.sub-menu {
                 display: block;
             }

             .template-main-menu ul li ul.sub-menu li {
                 width: 100%;
             }

             .template-main-menu ul li ul.sub-menu li a {
                 padding: 10px 20px;
                 color: #333;
                 text-transform: none;
                 font-size: 15px;
             }

             .template-main-menu ul li ul.sub-menu li a:hover {
                 background-color: #e66d3a;
                 color: white;
             }

             .template-main-menu ul li ul.sub-menu li ul.sub-menu {
                 top: 0;
                 left: 100%;
             }

             .template-main-menu ul li.menu-item-has-children>a::after {
                 content: "\f107";
                 font-family: "Font Awesome 5 Free";
                 font-weight: 900;
                 margin-left: 6px;
                 font-size: 11px;
             }

             .menu-layout1 nav.template-main-menu>ul>li>a.hdrbtn {
                 color: #fff;
                 background: #e66d3a;
                 padding: 8px 15px;
                 margin: 28px 0px;
                 border-radius: 5px;
             }

             nav.template-main-menu>ul>li>a {
                 font-size: 13px;
             }
@media (max-width: 576px) {
                 .mean-nav ul li.menu-item-has-children>a i {
                     float: right;
                     margin-top: 4px;
                     transition: transform 0.2s;
                 }

                 .mean-nav ul li.open>a i {
                     transform: rotate(180deg);
                 }

                 .mean-nav ul li ul.sub-menu {
                     display: none;
                     background: #fff;
                 }

                 .mean-nav ul li.open>ul.sub-menu {
                     display: block;
                 }

                 .mean-nav li.menu-item-has-children>a::after {
                     content: "\f107";
                     font-family: "Font Awesome 6 Free";
                     font-weight: 900;
                     float: right;
                 }

                 #navbar-wrap {
                     display: none;
                 }

                 .mean-container {
                     display: block;
                 }

                 .mean-bar {
                     position: fixed;
                     top: 0;
                     width: 100%;
                     background: #fff;
                     z-index: 999;
                     padding: 10px 15px;
                     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                 }

                 .mobile-menu-nav-back img {
                     width: 130px;
                     height: auto;
                 }

                 .mobile-menu-toggle {
                     position: absolute;
                     right: 15px;
                     top: 15px;
                     cursor: pointer;
                     background: #fff;
                     border-radius: 4px;
                     padding: 6px 10px;
                     z-index: 1001;
                 }

                 .mean-nav {
                     max-height: 0;
                     overflow: hidden;
                     background: #f8f8f8;
                     transition: max-height 0.3s ease-out;
                 }

                 .mean-nav.open {
                     max-height: 700px;
                     transition: max-height 0.3s ease-in;
                     height: auto;
                 }

                 .mean-nav ul {
                     list-style: none;
                     margin: 0;
                     padding: 0;
                 }

                 .mean-nav ul li {
                     border-bottom: 1px solid #e0e0e0;
                     position: relative;
                 }

                 .mean-nav ul li a {
                     display: block;
                     padding: 12px 20px;
                     color: #000;
                     font-weight: 600;
                     text-decoration: none;
                 }

                 /* Submenu hidden by default */
                 .mean-nav ul li ul {
                     display: none;
                     background: #fff;
                 }

                 /* Submenu open state */
                 .mean-nav ul li.open>ul {
                     display: block;
                 }

                 .mean-nav ul li ul li a {
                     padding-left: 30px;
                     font-size: 14px;
                 }

                 .mean-nav ul li.has-submenu>a i {
                     float: right;
                     margin-top: 4px;
                     transition: transform 0.2s;
                 }

                 .mean-nav ul li.open>a i {
                     transform: rotate(180deg);
                 }
             }

             @media (min-width: 577px) {
                 .mean-container {
                     display: none;
                 }
             }