@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {

    font-family: Plus Jakarta Sans;
}

body {
    overflow-x: hidden;
}

.section-head {

    border: 1px solid rgb(235 235 235);

}

.btn-secondary.header-drope-btn:focus {

    background: #ffffff;
    border: none;
    color: #000;
    outline: none;
    box-shadow: none !important;
}

/* .row>*{

    width:auto !important;
} */


.coppy-row {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-cc-full-row {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .event-upload-div2 > img {
    width: 100%;
    display: block;
  }
 */

.profile-box img {
    width: 100%;
    display: block;
}

.event-box2-div .event-box2 img {
    height: auto;
    object-fit: cover;
}

.event-upload-div>img,
.event-box2-div .event-box3 img {
    height: inherit;
    max-height: 217px;
    object-fit: cover;
}

.event-upload-div3>img {
    width: 100%;
    display: block;
}


.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    /* border:1px solid red; */

}

.header-cont {
    padding: 9px 0px;
}

.nav-hamberg-div {

    display: none;
}

.nav-hamberg {
    display: none;
    cursor: pointer;
}

.hamburger-icon {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.registered {}


.registered {
    cursor: pointer;
    padding: 10px 15px;
    background: #007bff;
    color: white;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    font-weight: bold;
}




/* Dropdown container /////////////////////////////////////////////

*/
.logout-dash {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 8px 14px;
    margin: 0;
    min-width: 150px;
    display: none;
    /* Hidden by default */
    z-index: 10;
}

/* Show dropdown on hover */

.nav-login-div.nav-login-div-name {
    position: relative;

    cursor: pointer;

}


.nav-login-div.nav-login-div-name:hover .logout-dash {
    display: block !important;
}

/* .registered:hover + .logout-dash,
.logout-dash:hover {
    display: block;
} */

/* Dropdown items */
.logout-dash li {

    padding: 10px 0;
    cursor: pointer;
    transition: background 0.2sease;
    gap: 8px;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    transition: background 0.2sease;
    gap: 8px;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left: 5px;
}

.dis-hed {

    display: none !important;
}

.nav-login-a.nav-login-div-drope .logout-dash li a {

    width: auto !important;
}

.logout-dash li a {

    color: #000000;
    text-decoration: none;

}

.logout-dash li i {

    color: #5ba8db !important;
}


.logout-dash li:hover {
    background: none;

}





/* .logout-dash li{

    position:relative;
    padding-left:5px;
    } */

.logout-dash li::before {

    position: absolute;
    content: "";

    width: 0;
    height: 2px;
    transition: transform .4s ease-in-out;
    bottom: 0;
    left: 0;


}

.logout-dash li:hover::before {

    width: 50%;
    background: #099bff;
    transition: width .4s ease-in-out;

}







/* Hover effect for dropdown items */
.logout-dash li:hover {
    background: #f0f0f0;
}

/* Icons */
.logout-dash li i {
    color: #007bff;
}

.custom-ip-drope #custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    margin-top: 10px;
    z-index: 1000;
    width: fit-content;
}



.home-category-button span:nth-child(1) {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    display: none;
}



/* dash borde lier /............................................*/


.line {
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
}


.img-logo {

    max-width: 145px;
    height: auto;
}

.nav-menu-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.nav-select-div {
    /* padding-right: 166px; */
    /* padding-right: 75px; */
}

.nav-new-selector-btn {

    background-color: #fff;
    color: #212529;
}

.nav-new-selector-ul {}


#business-type {
    border: none;
}

.nav-menus ul {

    list-style: none;
    display: flex;
    gap: 20px;
    margin-bottom: 0px;

}



.nav-menus ul li:last-child {
    padding-right: 0px
}

.nav-menus ul li a {
    text-decoration: none;
    color: black;
    font-weight: 400
}


.nav-menus ul li {
    padding: 0px 10px;
    position: relative;
    transition: trasform .3s ease-in-out;
}

.nav-menus ul li a {
    position: relative;
    text-decoration: none;
    /* Remove default underline */
    padding-bottom: 2px;
}

.nav-menus ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    /* Start hidden */
    height: 2px;
    background-color: #0d6efd;
    transition: width 0.3s ease-in-out;
    /* Smooth animation */
}

/* Expand the underline from left to right on hover */
.nav-menus ul li:hover a::before {
    width: 100%;
}

.nav-btn-1 {


    background: #f25d25;
    border-radius: 4px;
    border: 1px solid #f25d25;
    /* background: rgb(205 162 10);
    border-radius: 4px;
    border: 1px solid rgb(205 162 10); */
    padding: 4px 12px;

}

.nav-btn-1:hover {

    border: 1px solid #0066ab;
    background: #0066ab;

}

.nav-btn-1:hover a {
    text-decoration: none;
    color: #fff;
}


.nav-btn a {
    text-decoration: none;
    color: #fff;
}

.nav-login-div {

    border: 1px solid #0066ab;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-login-div:hover {

    border: 1px solid rgb(205 162 10);
}


/* bootstrao drope at heasder start  .............. */






.btn-secondary.header-drope-btn {
    color: #000000;
    background-color: #ffffff;
    border-color: #ebebeb;
}

.btn-secondary.header-drope-btn:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #d1d1d1 !important;
}

/* Ensure dropdown shows on hover */
.header-drope:hover .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


.header-drope-ul-menu li {
    width: max-content;
    position: relative;
}

.header-drope-ul-menu li::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #099bff;
    /* #fb895f */
    transition: width .4s ease-in-out;

}

.header-drope-ul-menu li:hover::after {

    width: 80%;
}


.header-drope:hover .dropdown-toggle::after {

    transform: rotate(180deg);

}


.dropdown-menu.header-drope-ul-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0.25rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}


.header-drope-ul-menu li a {

    font-size: 14px;
    color: #000;
    font-weight: 400;
    white-space: normal;

    overflow-wrap: break-word;
}


/* .header-drope-ul-menu li:hover .header-drope-btn{

            background-color: #fff !important;
            color:#000000 !important;
        } */

.header-drope-ul-menu .category-dropdown-item:hover {
    background-color: #ececec;

}

.header-drope-ul-menu li:hover a {

    color: #000000 !important;
}

.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}







/* bootstrao drope at heasder end  ..............*/







.nav-login-a {

    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}


.nav-login-a>img {

    /* width:32px;
    height:auto;
    object-fit: cover; */
    width: 32px;
    height: auto;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    position: absolute;
    transition: opacity 0.1s ease-in-out;
    /* transition: opacity 0.3s ease-in-out; */

}


.nav-login-a span {

    position: absolute;
    width: 32px;
    height: auto;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    /* transition: opacity 0.3s ease-in-out; */

}


.nav-login-a span img {
    width: 100%;

}


.nav-login-div:hover .nav-login-a>img {

    opacity: 0;
}

.nav-login-div:hover .nav-hover-img {
    opacity: 1 !important;
}


/* section-1 css................................. */


/* .slider-main-div{
    display:flex;
    align-items: center;
    justify-content: space-between;
} */


.section-1 {

    padding: 40px 0px 0px 0px;


}

.sec-1-container {

    /* border:1px solid blue; */

}

.sec-1-container .col-md-7.col-lg-7 {
    display: flex;
    align-items: flex-end;
    padding-bottom: 95px;

}

.sec-1-container .col-12.col-sm-12.col-md-5.col-lg-5 {
    padding-right: 0px
}

.slider-content-div {

    display: flex;
    flex-direction: column;

    justify-content: flex-end;

    /* border:1px solid green; */
}

.slider-content-div h1 {

    color: #0066ab;
    margin-bottom: 7px;
    margin-left: -1px;
    padding-left: 0px;
    font-weight: 700;
}

.slider-content-div p {
    font-weight: 600;
    margin-left: 6px;
}

.home-ip-div {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 10px;
    border-radius: 8px;
}

.input-container {

    position: relative;
    display: flex;

}

.ip-business {

    padding-left: 28px;
    max-width: 260px;
    width: 250px;
    height: 40px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid grey;
    /* border-right: 0px; */

}

.ip-location {

    max-width: 150px;
    padding-left: 28px;
    height: 40px;
    border: 1px solid grey;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;

}

.input-container i {

    position: absolute;
    top: 12px;
    left: 8px;

}



.ip-submit {
    margin-left: 13px;
    padding: 6px 10px;
    border-radius: 8px;
    height: 40px;
    color: #fff;
    background: #0066ab;
    border: 1px solid #0066ab;
}

.ip-submit:hover {


    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.slider-imag-div {

    position: relative;
}

.slider-imag-div img {

    max-width: 100%;
    width: 100%;

}


.input-parent {

    display: flex;
    justify-content: center;
    align-items: center;
}


/* section-1 css end................................. */




/* section-2 start............................................. */



.section-2 {


    padding: 20px 0px;
    background: #0066ab;

}

.counter-div {

    background: #0066ab;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 80px;

}

.counter-div .counter-sub-div:nth-child(1),
.counter-div .counter-sub-div:nth-child(2),
.counter-div .counter-sub-div:nth-child(3) {

    flex: 1 1 calc(33.33% - 5px);
    max-width: calc(33.33% - 5px);

}

.counter-sub-div {

    /* border:1px solid blue; */
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-right: 1px solid #fff;
    align-items: center;
    justify-content: center;

}

.counter-div .counter-sub-div:last-child {
    border-right: none;
}

.count-no {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

.count-name {

    color: #fff;
}





/* section-2 start end  ............................................. */



/* section-3 start start  ............................................. */

.section-3 {

    /* border:1px solid violet; */
    padding: 95px 0px;
    /* background: #ffc8c8; */
}

.title-div {

    /* border:1px solid rgb(238, 130, 135); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;

}

.title-div h2 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    color: #000;

}

.title-div p {
    text-align: center;

}


.title-div p br {}


/* section-3 start end  ............................................. */

.section3-cards {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* border:1px solid #00ab09; */
    margin-top: 64px;
    position: relative;

}

/* .card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section3-cards .col-12:nth-child(1) .card-box::before{

    content: "";
position: absolute;
border-top: 3px dotted #479bc9;
width: 377px;
height: 35px;
left: 50%;
top: 32%;
}

.section3-cards .col-12:nth-child(1) .card-box::after{

    content: "\f054"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 600; 
    position: absolute;
    height: 32px;
    width: 20px;
    right: -142px;
    top: 26%;
    color:#479bc9;

} */


.card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 1px solid #dfdfdf;
    padding: 35px 0px;
    position: relative;
    ;
}

/* .card-box img {

    width: 100%;

} */

.section3-cards .col-12:nth-child(3) .card-box {
    border-right: none;

}




/* Connecting first to second card */
/* .section3-cards .col-12:nth-child(1) .card-box::before {
    content: "";
    position: absolute;
    border-top: 3px dotted #479bc9;
    width: 339px;
    height: 35px;
    left: 0%;
    top: 32%;
    transform: translateX(50%);
}

.section3-cards .col-12:nth-child(1) .card-box::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    height: 32px;
    width: 20px;
    right: -142px;
    top: 26%;
    color: #479bc9;
} */

/* Connecting second to third card */
/* .section3-cards .col-12:nth-child(2) .card-box::before {
    content: "";
    position: absolute;
    border-top: 3px dotted #479bc9;
    width: 340px;
    height: 35px;
    left: 0%;
    top: 32%;
    transform: translateX(50%);
}

.section3-cards .col-12:nth-child(2) .card-box::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    height: 32px;
    width: 20px;
    right: -142px;
    top: 26%;
    color: #479bc9;
} */

/* mobile-hamburger */

.hamberg-content {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    transform: translateY(-100%);
    transition: all 0.25s ease-in
}

.hamberg-content .nav-hamberg-outer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.hamberg-content .nav-hamberg-outer .nav-menu {
    width: 94%;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center
}

.hamberg-content .nav-hamberg-outer ul li {
    width: 100%;
    display: block;
    float: left;
    position: relative
}

.hamberg-content .nav-hamberg-outer ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding: 8px 10px;
    display: block;
    transition: all 0.25s ease-in
}

.hamberg-content.hamberg_content_menu {
    transform: none
}

.hamberg-content .nav-hamberg-outer ul li a:hover {
    color: #0077c8
}

.hamberg-content .nav-hamberg-outer button.nav-btn-1 {
    display: block;
    margin: 10px 0 0;
    line-height: normal;
    padding: 8px 12px 10px
}

.hamberg-content .nav-hamberg-outer button.nav-btn-1 a {
    color: #fff;
    line-height: normal
}

.nav-hamberg-div.hamberg_menu {
    z-index: 999999;
    position: fixed;
    right: 24px
}

.nav-hamberg-div .line {
    transition: all 0.25s ease-in
}

.nav-hamberg-div.hamberg_menu .line:nth-child(3) {
    opacity: 0
}

.nav-hamberg-div.hamberg_menu .line:first-child {
    transform: rotate(45deg) translateX(5px)
}

.nav-hamberg-div.hamberg_menu .line:nth-child(2) {
    transform: rotate(-45deg) translateX(5px)
}

#videoModal.modal {
    z-index: 9;
}

/* Responsive Styles */


@media (max-width: 1200px) {}


/* @media (max-width: 992px) {
    .section3-cards .col-12:nth-child(1) .card-box::before,
    .section3-cards .col-12:nth-child(2) .card-box::before {
        width: 250px;
        left: 45%;
    }

    .section3-cards .col-12:nth-child(1) .card-box::after,
    .section3-cards .col-12:nth-child(2) .card-box::after {
        right: -100px;
    }
} */

/* @media (max-width: 768px) {
    .section3-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section3-cards .col-12 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .section3-cards .card-box::before,
    .section3-cards .card-box::after {
        display: none;
    }
} */
















.section3-cards::after {

    content: "";
    position: absolute;
    background-image: url(../assets/image/lines.png);
    top: 28%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    width: 67%;
    height: 129%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 0;
    display: none;

}



.card-box img {
    max-width: 102px;
    width: 100%;
    z-index: 999999;
}

.section-3-card-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.section-3-btn {
    margin-top: 30px;
}

.sec3-service-p {
    font-weight: 600;
    line-height: 20px;
    padding-top: 18px;
}


.section-3-btn a {

    text-decoration: none;
    border: 1px solid #0066ab;
    padding: 10px 12px;
    color: #fff;
    background: #0066ab;
    border-radius: 5px;
    font-size: 15px;
}

.section-3-btn a:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

/* section-3 css end ...................*/









/* section-4 css start */


.section-4 {


    /* border: 1px solid red; */
    padding: 50px 0px;

}

.secc-4-content-div {

    position: relative;
    border-left: 1px solid #ececec;
    padding-left: 40px;
}

.active-border {
    position: absolute;
    left: 0px;
    width: 4px;
    height: 25%;
    background-color: #cda20a;
    transition: all 0.3s ease;
}

.sec-4-sub {
    padding: 0px 0px 20px 0px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    color: #797979;
}


.sec-4-search-div {
    /* border:1px solid red; */
    background-color: #f2f2f2;
    padding: 25px 30px;
}





.sec-4-title h2 {

    text-align: left;
    padding-bottom: 40px;
    color: black;
    font-size: 35px;
    font-weight: 700;
}



.sec-4-sub h5 {
    color: #0066ab;
    padding-bottom: 5px;
    font-size: 16px;
}

.sec-4-sub h5:hover {

    color: rgb(205 162 10);
}

.sec-4-btn {
    margin-top: 25px;
}

.sec-4-btn a {
    text-decoration: none;
    color: #fff;
    background: #0066ab;
    border-radius: 5px;
    padding: 12px 17px;
    font-size: 15px;
}

.sec-4-btn a:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}


.sec-4-search-box1 {

    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    border-radius: 15px;
    justify-content: space-between;
    padding: 10px 10px;
    background: #fff;

}

.sec-4-ip-div {
    display: flex;
}

.sec-4-search-box1 button {

    margin-left: 8px;
    background-color: #cda20a;
    border-radius: 7px;
    border: 1px solid #cda20a;
    height: 40px;
    padding: 7px 18px;
}


.sec-4-search-box1 button:hover {

    border: 1px solid #0066ab;
    background: #0066ab;

}


.sec-4-search-box1 button a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;

}


.sec-4-ip-1 {

    position: relative;
}

.sec-4-ip-2 {

    position: relative;
}

.sec-4-ip-1 i {

    position: absolute;
    top: 12px;
    left: 11px;
    font-size: 14px;
}


.sec-4-ip-2 i {

    position: absolute;
    top: 12px;
    left: 11px;
    font-size: 14px;
}

.sec-4-ip-1 input {
    height: 40px;
    width: 100%;
    max-width: 250px;
    border: 1px solid #e6e6e6;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-left: 30px;
}

.sec-4-ip-2 input {
    height: 40px;
    width: 100%;
    max-width: 200px;
    border: 1px solid #e6e6e6;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-left: 30px;
}



.sec-4-search-box2 {

    /* border:1px solid blue; */
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;

}

.sec-4-sub-seach {


    /* border:1px solid yellow; */

    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    background: #fff;
    padding: 10px;

}

.sec-4-contents {

    display: flex;
    flex-direction: column;
    padding-left: 15px;
    /* align-items: center;
    justify-content: flex-start; */
}

.sec-4-contents p:nth-child(1) {
    text-transform: uppercase;
    color: #797979;
    font-size: 14px;
    margin-bottom: 0px;
    font-size: 15px;
}


.sec-4-sub p {
    font-size: 15px;
}

.sec-4-contents p:nth-child(2) {

    margin-bottom: 2px;
    color: black;
    font-size: 16px;
}

.sec-4-contents p:nth-child(3) {

    margin-bottom: 1px;
    color: #797979;
    font-size: 14px;

}

.sec-4-sub-seach>img {
    width: 100%;
    height: auto;
    max-width: 106px;
    object-fit: cover;
    border-radius: 16px;
}

/* .sec-4-sub-seach img:first-of-type{
    width: 100%;
    height: auto;
    max-width: 106px;
    object-fit: cover;
    border-radius: 16px;
} */

.sec-4-review {
    font-size: 14px;
    margin-top: 2px;
}

.sec-4-review span:nth-child(3) {
    margin-left: 6px;
}



.sec-4-review span:nth-child(2) img {
    width: 100%;
    height: auto;
    max-width: 13px;
    object-fit: cover;

}




/* section-4 new added img div */

.sec-4-img-box1 {

    /* border: 1px solid blue; */
    max-height: 400px;
    height: 350px;

}


.sec-4-img-box1-img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px 10px;
    border-radius: 20px;
    ;

}

#cities-dropdown-menu {
    top: 9px;
}




/* section-4 css end */




/* section-5 css start */


.section-5 {

    /* border: 1px solid green; */
    padding: 66px 0px 38px 0px;
    background: #f2f4fe;

}


.sec-5-header-div {
    /* display: flex; */
    /* border: 1px solid blue; */
    /* align-items: center;
justify-content: center; */
}

/* .sec-5-header-div button{

    display: flex;
    justify-content: flex-end;


} */

.section-5 .row .sec-5-header-div button:first-of-type {


    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

}

.sec-5-title-div h2 {
    font-size: 35px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 700;
}






.sec-5-title-div p:nth-of-type(1) {

    font-weight: 600;
    color: #0066ab;
    margin-bottom: 1px;

}

.sec-5-title-div p:nth-of-type(2) {

    margin-bottom: 3px;
    width: 75%;
    line-height: 20px;
    color: #797979;
    font-size: 15px;
    padding-top: 10px;

    /* border:1px solid red; */
}

.sec-5-btn {

    width: 100%;
    display: flex;
    justify-content: flex-end;

}

.sec-5-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3b576b;
    border-radius: 8px;
    padding: 5px 10px;
    background: #f2f4fe;
}

.sec-5-btn button:hover {

    background: rgb(205 162 10);
    border: 2px solid rgb(205 162 10);


}

.sec-5-btn button:hover a {

    color: #fff;
}



.sec-5-btn button a {
    text-decoration: none;
    color: #3b576b;
    font-size: 14px;

}


.section-5 .row:nth-of-type(2) {

    /* border:1px solid rgb(47, 0, 255); */
    margin: 40px 0px;
}

.sec-5-cards {
    /* border:1px solid red; */
    height: auto;
    background-color: #fff;
    padding: 35px 18px 24px 18px;
    min-height: 342px;

}

.sec-5-cards img {

    width: 50px;
    height: auto;
}

.sec-5-cards ul {

    padding: 10px 0px 0px 5px;
    padding-top: 10px;
}

.sec-5-cards ul li {

    line-height: 29px;
    font-size: 13px;


}

.sec-5-cards a:nth-of-type(1) {
    display: flex;
    align-items: center;
    /* border:1px solid green; */
    gap: 15px;
    text-decoration: none;
    padding: 13px 0px 5px 0px;
    /* justify-content: ; */
}

.sec-5-cards a:nth-of-type(1):hover span:nth-of-type(1) {

    color: rgb(205 162 10);


}

.sec-5-cards a:nth-of-type(1):hover span:nth-of-type(2) i {

    color: rgb(205 162 10);


}


.sec-5-cards a:nth-of-type(2) {

    text-decoration: 0px;
    color: #212529;
    padding-left: 5px;
    font-size: 14px;
}


.sec-5-cards a:nth-of-type(2):hover {

    color: rgb(205 162 10);
}



.sec-5-cards a:nth-of-type(1) span:nth-of-type(1) {

    color: #075890;
    font-weight: 600;

}

.sec-5-cards a:nth-of-type(1) i {

    /* color:#1980bc; */
    color: #075890;

}





/* section-5 end css  */








/* section-6 start css  */

.section-6 {

    /* border:1px solid green; */
    padding: 65px 0px;
    background: #f2f4fe;
    /* background: #9caaee; */

}


.sec-6-cards:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.sec-6-cards:hover a,
.sec-6-cards:hover i {

    color: #fff;


}


.sec-6-title-div h2 {

    color: #000;
    font-size: 35px;
    font-weight: 700;

}

.sec-6-title-div p {

    width: 75%;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;


}

.section-6 .row:nth-of-type(2) {

    margin-top: 20px;
}

.sec-6-cards {
    /* border:1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    background: #fff;

}

.sec-6-cards a {
    text-decoration: none;
    color: #075890;
    font-size: 14px;
    font-weight: 600;

}

.sec-6-cards span i {

    color: #075890;

}


/* section-6 end css  */








/* section-7 start css  */


.section-7 {

    /* border:1px solid green; */
    padding: 65px 0px;
    background: #f2f4fe;
    /* background: #9caaee; */

}




.sec-7-cards:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.sec-7-cards:hover a,
.sec-7-cards:hover i {

    color: #fff;


}




.sec-7-title-div h2 {

    color: #000;
    font-size: 35px;
    font-weight: 700;

}

.sec-7-title-div p {

    width: 75%;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;


}

.section-7 .row:nth-of-type(2) {

    margin-top: 20px;
}

.sec-7-cards {
    /* border:1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    background: #fff;

}

.sec-7-cards a {
    text-decoration: none;
    color: #075890;
    font-size: 14px;
    font-weight: 600;

}

.sec-7-cards span i {

    color: #075890;

}



/* section-7 end css  */






/* signup page Header start */

.signup-header {
    border: 1px solid rgb(235 235 235);
}


.signup-header .container {
    /* border: 1px solid red; */
    padding: 19px 0px;
}

.signup-wrapper {
    width: 100%;
    height: auto;
}


.signup-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-div-signup img {


    max-width: 145px;
    height: auto;
    width: 100%;
}


.signup-button {}

.signup-button a {

    text-decoration: none;
    color: #fff;
    background: rgb(205 162 10);
    border-radius: 4px;
    border: 1px solid rgb(205 162 10);
    padding: 4px 12px;

}



/* signup page Header end */





/* signup page  start */


.signup-section {}




.signup-row {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: auto; */

}

.signup-wrapper-form {

    /* border: 1px solid red; */
    /* width: 370px;
  
    margin-top: 60px;
    padding: 0px; */
    width: 430px;
    margin-top: 30px;
    padding: 10px 10px 60px 10px;
    ;
}

.signup-title {
    text-align: center;
    width: 73%;
    margin: auto;
}

.signup-title h4 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 7px;
}

.signup-title p {
    font-size: 12px;
    color: #797979;
    line-height: 17px;
    text-align: left;
    padding-bottom: 21px;
}

.form-div {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    gap: 15px;
}

.form-ip {

    position: relative;
}

.form-ip label {
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;

}

.form-ip input {
    width: 100%;
    margin-bottom: 7px;
    padding: 0px 5px 0px 39px;
    height: 47px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    border-radius: 3px;
    background: #fff;

}

input:focus {
    outline: none;
    /* Removes the outline */
    border: 1px solid #ccc;
    /* Optionally, add a custom border color */
}


.form-ip-submit input:hover {

    background-color: #cda20a;
    border: 1px solid #cda20a;
}

.form-ip-submit input {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    background: #075890;
    height: 40px;
    border: 1px solid #075890;
    border-radius: 3px;
}

.pass {

    position: absolute;
    top: 44px;
    left: 15px;
    font-size: 16px;
    color: #4e97ff;
    width: 17px;
}

.toggle-password {

    position: absolute;
    top: 45px;
    right: 10px;
    /* font-size: 16px; */
    font-size: 14px;
}


.confirm {
    /* position: absolute;
    top: 44px;
    left: 15px;
    font-size: 16px;
    color: #4e97ff; */

    position: absolute;
    top: 43px;
    left: 15px;
    font-size: 6px;
    color: #4e97ff;
    width: 17px;

}

.toggle-password2 {
    position: absolute;
    top: 45px;
    right: 10px;
    /* font-size: 16px; */
    font-size: 14px;

}

.email {

    position: absolute;
    top: 46px;
    left: 15px;
    font-size: 16px;
    color: #4e97ff;
    width: 17px;
}

.signup-link {
    font-size: 16px;
    color: #064092 !important;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

.signup-link:hover {

    color: #cda20a !important;
}



.login-forgot {

    font-size: 15px;
    color: #064092 !important;
    text-decoration: none;
    text-align: left;
    font-weight: 600;
    margin-top: -6px;
    margin-bottom: 3px;


}

.reset-form .form-ip {
    position: relative;
    margin-bottom: 12px;
}


.signup-wrapper-form.reset-wrapper {

    padding-bottom: 10px;
}

.reset-wrapper .signup-title h4 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
}

.login-section {

    margin-top: 31px !important;

}


.terms-email:hover {

    color: #cda20a !important;

}


/* signup page  end */

/* .pass, .confirm {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.toggle-password, .toggle-password2 {
    cursor: pointer;
} */




/* footer start css */


.footer-all {
    position: relative;
}

footer {
    background: #333333;
    padding: 50px 0px 20px 0px;
}

.footer-log {

    filter: invert(1) brightness(1000%);
    object-fit: cover;
    width: 170px;
}


.footer-row .col:nth-child(1) {
    padding-right: 35px;
    /* border:1px solid red; */
}

.footer-sub-div h5 {
    font-size: 14px;
    font-weight: 700;
    color: #0077c8;
    padding-bottom: 10px;
}

.footer-sub-div ul {

    padding: 0px;
}

.footer-sub-div ul li {

    list-style: none;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;


}

.footer-sub-div ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-sub-div ul li a:hover {
    color: rgb(205 162 10);
}

.footer-emai-news {
    /* border: 1px solid green; */
    margin-top: 60px;
    padding-bottom: 26px;


}

.footer-emai-news p {

    font-size: 11px;
    font-weight: 700;
    color: #0077c8;
    margin-bottom: 3px;
}


.footer-emai-news span {
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 17px;
    padding: 15px 0px;
    font-weight: 300;
}

.footer-emai-news input[type="text"] {

    border: none;
    border-radius: 4px;
    margin-right: 4px;
    height: 35px;
    font-size: 13px;
    padding-left: 12px;

}

.footer-mail input[type="submit"] {
    text-transform: capitalize;
    padding: 4px 6px;
    border-radius: 5px;
    background-color: #cda20a;
    border: 1px solid #cda20a;
    color: #fff;

    font-size: 13px;
    text-transform: capitalize;
    height: 35px;
    padding: 2px 10px;
}

.footer-mail input[type="submit"]:hover {

    border: 1px solid #0066ab;
    background: #0066ab;
}


/* .footer-social-div{
    position: absolute;
} */

.footer-social-row {}

.footer-social-div {}

.footer-social-div ul {

    display: flex;
    /* align-items: end; */
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.footer-social-div ul li {
    list-style: none;

}

.footer-social-div ul li:hover a i,
.footer-social-div ul li:hover a span {

    color: rgb(205 162 10);
}

.footer-social-div ul li a {

    /* border:1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 1px;
}

.footer-social-div ul li a i {

    color: #fff;
    font-size: 13px;
}

.footer-social-div ul li a span {

    color: #fff;
    font-size: 9px;
}

.footer-social-div ul li a img {
    width: 25px;
    height: auto;
}

/* footer end css */





/* footer coppy */

.footer-cc {
    padding: 8px 0px;
    background-color: #333333 !important;
}

.coppy-div {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.spans-coppy {

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* font-size: 14px; */
    gap: 6px;
}

.coppy-div p {
    margin-bottom: 0px;
    /* font-size: 14px; */
}








/* about page css start */



.sect-about1 {
    /* border:1px solid red; */
    padding: 23px 3px 23px 0px;

}

.sect-about-row {

    /* border:1px solid blue; */

}

.sect-about1-pages {
    /* border:1px solid blue; */
    padding-left: 2px;


}

.sect-about1-pages ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;


}

.sect-about1-pages ul li {

    list-style: none;


}

.sect-about1-pages ul li a {

    text-decoration: none;
    color: #606060;
    font-size: 12px;

}

.sect-about1-pages ul li span {}


.sect-about1-pages ul li span i {
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    color: #606060;

}

.sect-about1-pages ul li:hover a {

    color: rgb(205 162 10);
}




/* about section 1 us page css end .............................................*/





/* section-about2 css start ..........................................*/


.sect-about2 {

    /* border:1px solid red; */
    padding: 1px 0px 74px 0px;


}


.sect-about2-row {

    /* border:1px solid blue; */
}

.sect-about2-div {

    display: flex;
    flex-direction: column;

}

.sect-about2-title {
    color: #0066ab;
    font-weight: 700;
    font-size: 38px;
    font-size: 50px;
}

.sect-about2-title2 {
    color: #cbcbcb;
    font-weight: 700;
    padding-bottom: 12px;
    font-size: 50px;

}


.sect-about2-row .col-12 {

    padding-left: 0px;

}

.sect-about2-p1 {

    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 4px;

}

.sect-about2-ipDiv {
    display: flex;
}








.about2-input-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about2-home-ip-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 10px;
    border-radius: 8px;
}

.about2-input-container {
    position: relative;
    display: flex;
}

.about2-input-container {
    position: relative;
    display: flex;
}

.about2-ip-submit {
    margin-left: 13px;
    padding: 6px 15px;
    border-radius: 8px;
    height: 40px;
    color: #fff;
    background: #0066ab;
    border: 1px solid #0066ab;
}

.about2-input-container i {
    position: absolute;
    top: 12px;
    left: 8px;
}

.about2-ip-business {
    padding-left: 28px;
    /* max-width: 260px; */
    width: 320px;
    height: 40px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #dadada;
    padding-left: 40px;

}

.about2-input-container i {
    position: absolute;
    top: 12px;
    left: 8px;
}

.about2-ip-location {
    width: 220px;
    padding-left: 34px;
    height: 40px;
    border: 1px solid #dadada;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}


/* section-about2 css end ..........................................*/






/* section-about3 css start ..........................................*/


.sect-about3 {

    /* border: 1px solid red; */
    padding: 38px 0px 62px 0px;
    background-color: #f3f4f8;

}


.sect-about3-div-content {

    /* border:1px solid green; */


}


.sect-about3-h2 {

    font-weight: 600;
    font-size: 35px;
    color: #000;
    margin-bottom: 30px;

}

.sect-about3-p1 {}

.sect-about3-p2 {}


.sect-about3-img-div {
    /* border:1px solid blue; */
    max-height: 400px;
    height: 321px;


}

.sect-about3-img-div img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* section-about3 css end  ..........................................*/







/* section-about4 css start ..........................................*/


.sect-about4 {

    /* border: 1px solid red; */
    padding: 38px 0px 62px 0px;
    background-color: #f3f7ff;

}


.sect-about4-div-content {

    /* border:1px solid green; */


}


.sect-about4-h2 {

    font-weight: 600;
    font-size: 35px;
    color: #000;
    margin-bottom: 30px;

}

.sect-about4-p1 {}

.sect-about4-p2 {}


.sect-about4-img-div {
    /* border:1px solid blue; */
    max-height: 400px;
    height: 321px;


}

.sect-about4-img-div img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* section-about4 css end  ..........................................*/






/* section-about5 css start  ..........................................*/


.sect-about5 {

    /* border:1px solid black; */
    padding: 10px 0px 50px 0px;
    background: #f3f7ff;
}

.sect-about5-cards {
    /* border:1px solid green; */
    height: 210px;
    max-height: 220px;
    width: 100%;
    background: #fff;

}

.sect-about5-cards img {

    width: 100%;
    height: 100%;
    object-fit: cover;


}




/* section-about5 css end  ..........................................*/





/* section-about6 css start  ..........................................*/



.sect-about6 {

    /* border: 1px solid yellow; */
    padding: 33px 0px 61px 0px;
    background: #f3f5f9;


}

.sect-about6-title {

    margin-bottom: 20px;
    color: #000;
    font-size: 35px;
    font-weight: 600;

}

.sect-about6-sub-card {

    /* border: 1px solid maroon; */
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #eeeeee;

}

.row.sect-about6-cards {
    padding-bottom: 20px;
}

.sect-about6-cards-img {

    max-height: 250px;
    height: 240px;
}

.sect-about6-cards-img img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

.media-video {

    border-radius: 19px;
}



.sect-about6-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 3px 5px 8px;
}

.sect-about6-time {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 13px;
    color: #4b4b4b;
    font-weight: 500;
}

.sect-about6-publish {

    font-size: 13px;
    color: #4b4b4b;
    font-weight: 500;

}

.sect-about6-atag {
    padding-top: 8px;
    padding-left: 8px;

    padding-right: 3px;
}

.sect-about6-atag a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.sect-about6-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.sect-about6-btn a {

    text-decoration: none;
    padding: 6px 18px;
    border-radius: 8px;
    height: 40px;
    color: #fff;
    background: #0066ab;
    border: 1px solid #0066ab;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.sect-about6-btn a:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.about2-ip-submit:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

/* #4b4b4b */



/* section-about6 css end  ..........................................*/







/* listing page css start ..............................................*/




.sect-list {
    /* border: 1px solid red; */
    padding: 3px 3px 3px 0px;

}

.sect-list-row-bread {

    /* border:1px solid blue; */

}

.sect-list-pages {
    /* border:1px solid blue; */
    padding-left: 2px;
    padding-top: 25px;


}

.sect-list-pages ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;


}

.sect-list-pages ul li {

    list-style: none;


}

.sect-list-pages ul li a {

    text-decoration: none;
    color: #606060;
    font-size: 12px;

}

.sect-list-pages ul li span {}


.sect-list-pages ul li span i {
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    color: #606060;

}

.sect-list-pages ul li:hover a {

    color: rgb(205 162 10);
}


.sect-list-filter {


    /* border:1px solid green; */
    padding: 20px;
    padding: 31px 0px 40px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect-list-box1 {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    /* border: 1px solid; */

}


.sect-list-box1-a1 {
    text-decoration: none;
    color: #606060;
    font-size: 14px;
    border: 1px solid grey;
    border-radius: 4px;
    padding: 6px 18px;
    text-transform: uppercase;
}

.sect-list-box1-a2 {
    text-decoration: none;
    color: #606060;
    font-size: 14px;
    border: 1px solid grey;
    border-radius: 4px;
    padding: 6px 18px;
    text-transform: uppercase;
}

.sect-list-box1-a1:hover {


    border: 1px solid #0066ab;
    background: #0066ab;
    color: #fff;

}

.sect-list-box1-a2:hover {


    color: #fff;
    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.sect-list-box2 {
    /* border: 1px solid; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;

}





.sect-list-filter-name {
    color: #606060;
}

.dropdown-list {}

.sect-list-sort-btn {


    border: 1px solid grey !important;
    border-radius: 9px;
    background: none !important;
    color: #606060 !important;
    padding: 6px 23px;
}

.sect-list-sort-btn:hover {

    /* border: 1px solid #0066ab; */
    border: 1px solid #0066ab !important;
    color: #0066ab !important;

}

.dropdown-toggle.sect-list-sort-btn::after {
    display: inline-block;
    margin-left: 2.295em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.sect-list-options-ul {}

.sect-list-options-ul .dropdown-item:hover {

    background: #0066ab !important;
    color: #fff !important;
}






/* listing page css end ................................................*/









/* listing page  section 2 css start ................................................*/

.sect-list2 {
    /* border: 1px solid green; */
    padding: 70px 0px 70px 0px;
    background: #f3f4f8;
}


.sect-list2-div {

    /* border: 1px solid blue; */
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
    padding: 20px 20px;
    border-radius: 15px;
    background: #fff;
}

.sect-list2-div img {

    width: 33%;
    height: auto;
    /* border:1px solid green; */
    border-radius: 8px;
    object-fit: cover;
}

.sect-list2-side-content-div {

    /* border: 1px solid yellow; */
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 14px 0px;
    width: 60%;

}

.sect-list2-side-p1 {
    font-size: 15px;
    margin-bottom: 2px;
}

.sect-list2-side-bold {
    margin-bottom: 2px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.sect-list2-side-review {

    display: flex;
    align-items: center;
    justify-content: space-between;

}

.sect-list2-side-span {

    font-size: 15px;
}

.sect-list2-side-review {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 15px;

}

.sect-list2-side-review-span2 i {

    color: darkgoldenrod;
    font-size: 12px;
}

.sect-list2-row .col-12.col-sm-12:nth-child(odd) {

    padding-left: 0px;

}

.sect-list2-row .col-12.col-sm-12:nth-child(even) {

    padding-right: 0px;

}

/* listing page  section 2 css end ................................................*/






/* listing page section 3 css start */





.sect-list3 {

    /* border:1px solid green; */
    padding: 65px 0px;
    background: #f2f4fe;
    /* background: #9caaee; */

}




.sect-list3-cards:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.sect-list3-cards:hover a,
.sect-list3-cards:hover i {

    color: #fff;


}


.sect-list3-p-btn {

    /* border:1px solid red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}




.sect-list3-title-div h2 {

    color: #000;
    font-size: 35px;
    font-weight: 700;

}

.sect-list3-btn {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    /* width: fit-content; */
}

.sect-list3-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3b576b;
    border-radius: 8px;
    padding: 5px 10px;
    background: #f2f4fe;
}

.sect-list3-btn button a {
    text-decoration: none;
    color: #3b576b;
    font-size: 14px;
}

.sect-list3-btn button:hover {
    background: rgb(205 162 10);
    border: 2px solid rgb(205 162 10);

}

.sect-list3-btn button:hover a {

    color: #fff;
}

.sect-list3-title-div p {

    width: 75%;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;


}

.sect-list3 .row:nth-of-type(2) {

    margin-top: 20px;
}

.sect-list3-cards {
    /* border:1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    background: #fff;

}

.sect-list3-cards a {
    text-decoration: none;
    color: #075890;
    font-size: 14px;
    font-weight: 600;

}

.sect-list3-cards span i {

    color: #075890;

}



/* listing page section 3 css end */









/* search-filter page css start ......................................................*/




.search-filter {

    /* border:1px solid red; */
    padding: 1px 0px 74px 0px;


}


.search-filter-row {

    /* border:1px solid blue; */
}

.search-filter-div {

    display: flex;
    flex-direction: column;

}

.search-filter-title {
    color: #0066ab;
    font-weight: 700;
    font-size: 38px;
    font-size: 50px;
}

.search-filter-title2 {
    color: #cbcbcb;
    font-weight: 700;
    padding-bottom: 12px;
    font-size: 50px;

}


.search-filter-row .col-12 {

    padding-left: 0px;

}

.search-filter-p1 {

    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 4px;

}

.search-filter-ipDiv {
    display: flex;
}








.search-filter2-input-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-filter2-home-ip-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 10px;
    border-radius: 8px;
}

.search-filter2-input-container {
    position: relative;
    display: flex;
}

.search-filter2-input-container {
    position: relative;
    display: flex;
}

.search-filter2-ip-submit {
    margin-left: 13px;
    padding: 6px 15px;
    border-radius: 8px;
    height: 40px;
    color: #fff;
    background: #0066ab;
    border: 1px solid #0066ab;
}

.search-filter2-input-container i {
    position: absolute;
    top: 12px;
    left: 8px;
}

.search-filter2-ip-business {
    padding-left: 28px;
    /* max-width: 260px; */
    width: 320px;
    height: 40px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #dadada;
    padding-left: 40px;

}

.search-filter2-input-container i {
    position: absolute;
    top: 12px;
    left: 8px;
}

.search-filter2-ip-location {
    width: 220px;
    padding-left: 34px;
    height: 40px;
    border: 1px solid #dadada;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}









.search-filter-home-btn {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* border:1px solid; */
    padding-left: 0px;
    margin-top: 19px;
    margin-bottom: 32px;

}

.search-filter-home-btn button {

    color: #fff;
    background: #cda20a;
    border: 1px solid #cda20a;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 8px;
}












/*search-filter2 end css  */



.search-filter2 {

    /* border:1px solid green; */
    padding: 65px 0px;
    background: #f2f4fe;
    /* background: #9caaee; */

}


.search-filter2-cards:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.search-filter2-cards:hover a,
.search-filter2-cards:hover i {

    color: #fff;


}


.search-filter2-title-div h2 {

    color: #000;
    font-size: 35px;
    font-weight: 700;

}

.search-filter2-title-div p {

    width: 75%;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;


}

.search-filter2 .row:nth-of-type(2) {

    margin-top: 20px;
}

.search-filter2-cards {
    /* border:1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    background: #fff;

}

.search-filter2-cards a {
    text-decoration: none;
    color: #075890;
    font-size: 14px;
    font-weight: 600;

}

.search-filter2-cards span i {

    color: #075890;

}



.search-filter2-p-btn {
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.search-filter2-btn {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    /* width: fit-content; */
}

.search-filter2-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3b576b;
    border-radius: 8px;
    padding: 5px 10px;
    background: #f2f4fe;
}

.search-filter2-btn button a {
    text-decoration: none;
    color: #3b576b;
    font-size: 14px;
}




.search-filter2-btn:hover button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #cda20a;
    border-radius: 8px;
    padding: 5px 10px;
    background: #cda20a;

}

.search-filter2-btn:hover button a {

    color: #fff;


}

.search-filter2-ip-submit:hover {

    border: 1px solid #cda20a;
    background: #cda20a;
    color: #fff;
}

.sect-about6-atag a:hover {
    color: #cda20a;

}











/* search filter page css end */


.home-slider .owl-carousel .owl-nav .owl-prev {
    border: 0 !important;
    background: url(../icons/left-arr.svg) no-repeat !important;
    background-size: 100% !important;
    z-index: 99999;
    position: absolute;
    border-radius: 0 !important;
    width: 30px;
    height: 30px;
    left: -2%;
    display: block;
}

.owl-prev span {
    height: inherit;
    line-height: normal;
    display: block;
    font-size: 0;
}



.owl-next span {

    font-size: 0px;
    line-height: normal;
}


.home-slider .owl-carousel .owl-nav .owl-next {

    border: 0px !important;
    background: url(../icons/right-arr.svg) no-repeat !important;
    background-size: 100% !important;
    z-index: 99999;
    position: absolute;
    border-radius: 0 !important;
    width: 30px;
    height: 30px;
    right: -2%;


}



.section-home {
    /* border: 1px solid red; */
    background: url(../assets/image/header-img.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 86px 0px 114px 0px;
    position: relative;

}

.section-home::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #08080842;
    left: 0;
    top: 0;

}



.home-content-div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.home-content-div h1 {

    color: #fff;

}

.home-content-div p {

    color: #fff;
    font-size: 22px;

}


.home-input-parent {

    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    flex-wrap: wrap;
    z-index: 9;



}

.home-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 0 10px;
    border-radius: 8px;
}

.home-ip-div .input-container {
    position: relative;
    display: flex;
    border: 1px solid yellow;

}

.home-ip-div .input-container input {
    border: none;
}

.ip-hamberg {

    /* max-width: 180px; */
    height: 40px;
    padding-left: 31px;
    position: relative;
    border: none;
}

.ip-location {
    max-width: 190px;
    padding-left: 28px;
    height: 40px;

    border-radius: 0px;

    border: none;

}

.ip-business {
    padding-left: 28px;
    max-width: 260px;
    width: 270px;
    height: 40px;

    border: none;
    border-radius: 0;

    /* border-right: 0px; */
}



.home-input-wrapper .input-container:nth-child(1) {

    border-right: 1px solid #e8e8e8;
    padding: 5px 0px;
    position: relative;

}

.home-input-wrapper .input-container:nth-child(2) {

    border-right: 1px solid #e8e8e8;
    padding: 5px 0px 5px 17px;
    position: relative;
}


.home-input-wrapper .input-container:nth-child(3) {

    border: none;
    padding: 5px 0px 5px 17px;
    position: relative;

}



.home-input-wrapper .input-container:nth-child(1) i {
    position: absolute;
    left: 5px !important
}

.home-input-wrapper .input-container:nth-child(2) i {
    position: absolute;
    top: 18px;
    left: 17px;
}

.home-input-wrapper .input-container:nth-child(3) i {
    position: absolute;

    top: 18px;
    left: 17px;
}

.home-input-wrapper .input-container i {
    position: absolute;
    top: 18px;
    left: 17px;
    z-index: 999;
}

.home-category-button {


    display: flex;
    align-items: center;
    justify-content: space-around;

    width: fit-content;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;

}

.home-category-button span {

    color: #fff;
    font-size: 15px;
}

.home-category-button-one {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 22px;
    border: 1px solid #fff;
    gap: 6px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;



}

.home-category-button-one:hover {

    text-decoration: none;

    border: 1px solid #cda20a;
    transition: opacity .3s ease-in-out;
    outline: 2px solid #cda20a;

    transition: outline .1s ease-in-out;
}

.home-category-button-one:hover span,
.home-category-button-one:hover i {

    color: #cda20a !important;
}

/* .home-category-button-one a {
    color: #fff;
    font-size: 15px;

} */

.home-category-button-one i {
    color: #fff;
    font-size: 15px;
}


.input-container .fas.fa-bars {
    cursor: pointer;
    margin-right: 10px;
}

.home-input-wrapper .input-container:nth-child(4) i {
    position: absolute;
    top: 12px !important;
    left: 8px !important;
}

/* .home-input-wrapper .input-container:nth-child(1) {}

.dropdown.custom-ip-drope,
.dropup.custom-ip-drope {
    position: absolute !important;
    bottom: 21% !important;
    width: 100%;
} */







/* /* home-section-3 line connection  start  .................................................*/


.section-3 {
    /* border: 1px solid violet; */
    padding: 95px 0px;
    background: #f1efef;
}

.home-cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #00ab09; */
    margin-top: 64px;
    position: relative;
}

.home-cards::before {

    content: "";
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 100%;
    /*   background-image: url('assets/images/dot/line.svg'); */
    background-repeat: no-repeat;
    background-size: 100%;
    /* border: 1px solid black; */


}

.title-div p {
    text-align: center;
    color: #888888;
    font-size: 18px;
    padding-top: 4px;
    width: 70%;
}


.card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    padding: 35px 0px;
}

.card-box p {

    width: 100%;
    text-align: center;
    line-height: 22px;
    color: #888888;
}


.sec3-service-p {
    font-weight: 700;
    line-height: 20px;
    padding-top: 18px;
    font-size: 18px;
}

.sec3-service-p2 {
    width: 70%;
    text-align: center;
    line-height: 22px;
    color: #888888;
}

/* home-section-3 line connection  end........................................*/


/* .{

    font-weight: 700;
    font-size: 30px;
    padding-bottom: 7px;
} */








/* home slider  section  owl carousel ...........................................*/




.home-swiper-section {


    border: 1px solid red;
    padding: 20px 0px 40px 0px;



}



.home-slider {

    /* border:1px solid red; */
    padding: 84px 0px 60px 0px;
}

.home-outer {

    height: 200px;
}


.inner-wrap1 {

    position: relative;
}

.owl-nav {}


.owl-prev {


    border: 1px solid grey !important;
    font-size: 36px !important;
    border-radius: 50% !important;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -6px;
}

.owl-next {

    border: 1px solid grey !important;
    font-size: 36px !important;
    border-radius: 50% !important;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;


    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}

.owl-prev span {


    height: inherit;
    line-height: 17px;
    display: block;

}

.owl-next span {


    height: inherit;
    line-height: 17px;
    display: block;

}

.home-outer {
    /* border: 1px solid green;; */
    position: static;

}

.outerbx {

    width: 100%;
    height: 100%;
    position: relative;
}

.outerbx img {

    width: 100%;
    height: 100%;
}


.home-slider-content {

    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -3px);
    text-align: center;
}

.home-slider-content-p1 {

    color: #fff;
    /* margin-bottom: 20px; */
    font-size: 18px;
    font-weight: 700;
}

.home-slider-content-p2 {

    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: none;
}

.home-slider-title-div {

    /* border: 1px solid blue; */
    text-align: center;
    color: #000;
}

.home-slider-view {

    display: block;
    float: right;
    margin-bottom: 11px;
}

.home-slider-view-btn {

    text-decoration: none;
    color: #888888;
    display: block;
    float: right;

}

/* .home-slider-title-h2 {
    font-size: 35px;
    font-weight: 600;
    display:flex !important;
    justify-content: center;
    
} */
.home-slider-title-p {
    font-size: 18px;
    color: #888888;
    width: 80%;
    padding-bottom: 30px;
    padding-top: 18px;
    margin: auto !important;
}

.section-home-4-boxes-top {

    position: absolute;
    top: 14px;
    left: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #000000ad;
    border-radius: 7px;
    font-size: 15px;
    color: #fff;

}



.home-outer:hover .home-slider-content-p2 {
    display: block
}

.home-outer:hover .home-slider-content-p1 {

    /* margin-bottom: 4px; */
}


/* home slider section css end ./......................................*/







/* home section-4 cs start  *********************************************/


.section-home-4 {

    /* border:1px solid maroon; */
    padding: 40px 0px 80px 0px;


}

.section-home-4-boxes {

    /* border:1px solid rgb(34, 34, 27); */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    border: 1px solid #ebebeb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 17px;
    height: 100%;


}

.section-home-4-boxes-img {

    width: 100%;
    /* max-height: 160px; */
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

/* 
.section-home-4-cards-row {
    margin-top: 5px !important;
} */
.row.gy-5.section-home-4-cards-row {
    margin-top: 0px !important;
}

.section-home-4-boxes-1 {

    border-bottom: 1px solid #e0e0e0;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
    padding: 7px 10px 8px 10px;

}

.section-home-4-boxes-2 {


    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    padding: 2px 10px 4px 10px;

}


.section-home-4-boxes-3 {

    /* border:1px solid rgb(187, 8, 127); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 4px 10px;

}

.section-home-4-boxes-1-span1 {

    color: #0077c8;
    font-size: 18px;
    font-weight: 500;
}

.section-home-4-boxes-1-span2 {
    color: #888888;
    font-size: 15px;

}

.section-home-4-boxes-2-div1 {

    display: flex;
    align-items: center;
    gap: 10px;

}

.section-home-4-boxes-2-div1 i {

    color: #0077c8;
    font-size: 15px;
}

.section-home-4-boxes-2-div1 span {

    color: #888888;
    font-size: 15px;
}

.section-home-4-boxes-2-div2 span {

    color: #888888;
    font-size: 15px;
}

.section-home-4-boxes-2-div2 i {

    color: #0077c8;
    font-size: 15px;
}

.section-home-4-boxes-3-a {

    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid green;
    border-radius: 9px;
    color: green;
    font-size: 15px;

}


.section-home-4-boxes-3-close {

    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid red !important;
    border-radius: 9px;
    color: red !important;
    font-size: 15px;
}

.section-home-4-boxes-3-div1-span1 {
    color: #888888;
    font-size: 15px;

}

.section-home-4-boxes-3-div1-span2 {
    color: #ffffff;
    font-size: 14px;
    padding: 6px;
    background: green;
    border-radius: 5px;
    border-bottom-left-radius: 0px;

}

.section-home-4-title-p {
    margin-bottom: 1px;
    color: #888888;
    padding-top: 7px;
    font-size: 18px;
}

.section-home-4-title-h2 {
    font-weight: 700;
    font-size: 35px;
    color: #000;
}

.section-home4-viewmore-btn {

    display: block;
    float: right;
    color: #888888;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 12px;

}

.section-home4-viewmore-btn:hover {

    color: rgb(205 162 10);

}

.home-slider-view-btn:hover {

    color: rgb(205 162 10);

}

.section-home4-viewmore {
    margin-bottom: -26px;
}

.footer-row .col:nth-child(3) {
    width: 20%;
}

.footer-row .col:nth-child(4) {
    width: 21.66%;
}

/* responsiove       ............................................*/

@media (min-width:1700px) {


    /* 
    .home-cards::before {
        content: "";
        position: absolute;
         top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
    } */

}

@media (max-width:1200px) {

    .nav-select-div {
        padding-right: 62px;
    }

    .section3-cards::after {

        content: "";
        position: absolute;
        background-image: url(../assets/image/lines.png);
        top: 33%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
        width: 65%;
        height: 107%;
        background-size: cover;
        background-repeat: no-repeat;

        margin: 0 auto 0;


    }

    .home-slider .owl-carousel .owl-nav .owl-prev {

        left: -14px;

    }

    .home-slider .owl-carousel .owl-nav .owl-next {

        right: -15px;
    }

}



@media (max-width: 992px) {

    .nav-hamberg-div {
        display: flex;
        padding-right: 5px;
    }

    .nav-hamberg {
        display: flex;
    }

    .nav-menus {
        display: none;
    }

    .section3-cards::after {

        content: "";
        position: absolute;
        background-image: url(../assets/image/lines.png);
        top: 33%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
        width: 65%;
        height: 79%;
        background-size: cover;
        background-repeat: no-repeat;

        margin: 0 auto 0;


    }

    .slider-content-div h1 {
        color: #0066ab;
        margin-bottom: 7px;
        margin-left: -1px;
        padding-left: 0px;
        font-weight: 700;
        font-size: 35px;
    }

    .slider-imag-div {
        position: relative;
        height: 100%;
    }

    .slider-imag-div img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .input-parent {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .ip-business {
        padding-left: 28px;
        max-width: 260px;
        width: 150px;
        height: 40px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border: 1px solid grey;
        border-right: 0px;
    }

    .ip-location {
        max-width: 100px;
        padding-left: 28px;
        height: 40px;
        border: 1px solid grey;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .title-div p br {
        display: none;
    }

    .sec-4-search-box1 button {
        margin-left: 8px;
        background-color: #cda20a;
        border-radius: 7px;
        border: 1px solid #cda20a;
        height: 35px;
        padding: 4px 7px;
    }

    .sec-4-search-box1 button a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
    }

    .sec-4-ip-1 input {
        height: 35px;
        width: 100%;
        max-width: 110px;
        border: 1px solid #e6e6e6;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        padding-left: 30px;
        font-size: 12px;
    }

    .sec-4-ip-2 input {
        height: 35px;
        width: 100%;
        max-width: 70px;
        border: 1px solid #e6e6e6;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        padding-left: 26px;
        font-size: 12px;
    }

    .sec-4-sub-seach>img {
        width: 100%;
        height: auto;
        max-width: 91px;
        object-fit: cover;
        border-radius: 16px;
    }

    .sec-4-contents p:nth-child(1) {
        text-transform: uppercase;
        color: #797979;
        font-size: 14px;
        margin-bottom: 0px;
        font-size: 12px;
    }

    .sec-4-contents p:nth-child(2) {
        margin-bottom: 2px;
        color: black;
        font-size: 14px;
    }

    .sec-4-review {
        font-size: 12px;
        margin-top: 2px;
    }

    .sec-4-review span:nth-child(2) img {
        width: 100%;
        height: auto;
        max-width: 12px;
        object-fit: cover;
    }

    .sec-4-review span:nth-child(2) {
        display: inline-flex;
    }


    .sect-about2-row .col-12 {

        padding-left: 12px;

    }

    .profile-sub-div #profileForm label {
        font-size: 14px;
    }

    .profile-sub-div #profileForm input {
        font-size: 14px;
    }

    .listing-page-cards-row .all_items {
        margin: 0 0 20px;
    }

}


@media (max-width: 768px) {

    .nav-select-div {
        display: none;
    }


    .sect-list2-row .col-12.col-sm-12:nth-child(odd) {

        padding-left: 12px;

    }

    .sect-list2-row .col-12.col-sm-12:nth-child(even) {

        padding-right: 12px;

    }


    .profile-sub-div #profileForm label {
        font-size: 14px
    }

    .profile-sub-div #profileForm input {
        font-size: 14px
    }

    .profile-side-bar {
        margin-top: 25px;
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .abcont h4 {
        padding: 4px 0 0;
        margin: 0 0 22px;
    }

}




@media (max-width: 450px) {


    .header-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 8px;
        /* border: 1px solid red; */
    }

    .img-logo {

        max-width: 125px;
        height: auto;
    }

    .nav-btn-1 {

        background: rgb(205 162 10);
        border-radius: 4px;
        border: 1px solid rgb(205 162 10);
        padding: 4px 8px;
        font-size: 14px;

    }


}




@media (max-width: 425px) {
    .img-logo {
        max-width: 104px;
        height: auto;
    }

    .nav-btn-1 {

        background: rgb(205 162 10);
        border-radius: 4px;
        border: 1px solid rgb(205 162 10);
        padding: 4px 8px;
        font-size: 14px;

    }

    .section-5 {
        margin: auto;
    }
}




@media (max-width: 330px) {
    .nav-btn-1 {
        background: rgb(205 162 10);
        border-radius: 4px;
        border: 1px solid rgb(205 162 10);
        padding: 4px 4px;
        font-size: 14px;
    }
}

@media (max-width:767px) {

    .footer-row .col:nth-child(3) {
        width: 100%;
    }

    .footer-row .col:nth-child(4) {
        width: 100%;
    }

    .section-home-4-boxes-3 {
        flex-direction: row;
        justify-content: space-evenly;
    }

    nav.header {
        justify-content: center;
    }

}


@media (max-width:992px) {

    nav.header {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    .header-wrapper {
        width: calc(100% - 45px) !important
    }

    .nav-hamberg-div {
        margin: 0 0 0 8px;
    }

    .footer-row .col:nth-child(3) {
        width: 50%;
    }

    .footer-row .col:nth-child(4) {
        width: 50%;
    }

}


@media (min-width:992px) {

    .footer-row .col:nth-child(3) {

        padding-left: 20px;
        box-sizing: border-box;

    }

}



@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {

    font-family: Plus Jakarta Sans;
}

.section-head {

    border: 1px solid rgb(235 235 235);

}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    /* border:1px solid red; */

}

.header-wrapper a img {
    width: 150px;
}

.header-cont {
    /* padding: 9px 0px; */
    padding: 9px 15px;
}

.nav-hamberg-div {

    display: none;
}

.nav-hamberg {
    display: none;
    cursor: pointer;
}

.hamburger-icon {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.line {
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
}


.img-logo {

    max-width: 145px;
    height: auto;
}

.nav-menu-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-left: auto;
    margin-right: 10px;
}

.nav-select-div {
    /* padding-right: 166px; */
    /* padding-right: 138px; */
    padding-left: 30px;
}

.nav-new-selector-btn {

    background-color: #fff;
    color: #212529;
}

.nav-new-selector-ul {}


#business-type {
    border: none;
}

.nav-menus ul {
    list-style: none;
    display: flex;
    gap: 18px;
    margin-bottom: 0px;
}

.nav-menus ul li {
    padding: 0px
}

.nav-menus ul li:last-child {
    padding-right: 0px
}

.nav-menus ul li a {
    text-decoration: none;
    color: black;
    font-weight: 400
}



.nav-btn-1 {

    /* background: rgb(205 162 10);
    border-radius: 4px;
    border: 1px solid rgb(205 162 10);
    padding: 4px 12px; */

}

.nav-btn-1 {


    background: #f25d25;
    border-radius: 4px;
    border: 1px solid #f25d25;
    /* background: rgb(205 162 10);
    border-radius: 4px;
    border: 1px solid rgb(205 162 10); */
    padding: 4px 12px;

}

.nav-btn-1:hover {

    border: 1px solid #0066ab;
    background: #0066ab;

}

.nav-btn a {
    text-decoration: none;
    color: #fff;
}

.nav-login-div {

    border: 1px solid #0066ab;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-login-div:hover {

    border: 1px solid rgb(205 162 10);
}



.header-wrapper.nav-login-a {

    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;

}


.header-wrapper .nav-login-a>img {

    width: auto;
    height: auto;
    object-fit: cover;
    height: auto;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    position: absolute;
    transition: opacity 0.1s ease-in-out;
    /* transition: opacity 0.3s ease-in-out; */

}


.header-wrapper .nav-login-a span {

    position: absolute;
    width: auto;
    height: auto;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    /* transition: opacity 0.3s ease-in-out; */

}


.header-wrapper .nav-login-a span img {
    width: 100%;

}

.nav-login-div:hover .nav-login-a {

    width: 100%;
    height: 100%;
}

.nav-login-div:hover .nav-login-a>img {

    opacity: 0;
}

.nav-login-div:hover .nav-hover-img {
    opacity: 1;
}


.nav-login-div:hover .nav-hover-img img {

    opacity: 1;
}

/* section-1 css................................. */


/* .slider-main-div{
    display:flex;
    align-items: center;
    justify-content: space-between;
} */


.section-1 {

    padding: 40px 0px 0px 0px;


}

.sec-1-container {

    /* border:1px solid blue; */

}

.sec-1-container .col-md-7.col-lg-7 {
    display: flex;
    align-items: flex-end;
    padding-bottom: 95px;

}

.sec-1-container .col-12.col-sm-12.col-md-5.col-lg-5 {
    padding-right: 0px
}

.slider-content-div {

    display: flex;
    flex-direction: column;

    justify-content: flex-end;

    /* border:1px solid green; */
}

.slider-content-div h1 {

    color: #0066ab;
    margin-bottom: 7px;
    margin-left: -1px;
    padding-left: 0px;
    font-weight: 700;
}

.slider-content-div p {
    font-weight: 600;
    margin-left: 6px;
}

.home-ip-div {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 10px;
    border-radius: 8px;
}

.input-container {

    position: relative;
    display: flex;

}

.ip-business {

    padding-left: 28px;
    max-width: 260px;
    width: 250px;
    height: 40px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid grey;
    /* border-right: 0px; */

}

.ip-location {

    max-width: 150px;
    padding-left: 28px;
    height: 40px;
    border: 1px solid grey;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;

}

.input-container i {

    position: absolute;
    top: 12px;
    left: 8px;

}



.ip-submit {
    margin-left: 13px;
    padding: 6px 10px;
    border-radius: 8px;
    height: 40px;
    color: #fff;
    background: #0066ab;
    border: 1px solid #0066ab;
}

.ip-submit:hover {


    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.slider-imag-div {

    position: relative;
}

.slider-imag-div img {

    max-width: 100%;
    width: 100%;

}


.input-parent {

    display: flex;
    justify-content: center;
    align-items: center;
}



/* section-1 css end................................. */




/* section-2 start............................................. */



.section-2 {


    padding: 20px 0px;
    background: #0066ab;

}

.counter-div {

    background: #0066ab;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 80px;

}

.counter-div .counter-sub-div:nth-child(1),
.counter-div .counter-sub-div:nth-child(2),
.counter-div .counter-sub-div:nth-child(3) {

    flex: 1 1 calc(33.33% - 5px);
    max-width: calc(33.33% - 5px);

}

.counter-sub-div {

    /* border:1px solid blue; */
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-right: 1px solid #fff;
    align-items: center;
    justify-content: center;

}

.counter-div .counter-sub-div:last-child {
    border-right: none;
}

.count-no {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

.count-name {

    color: #fff;
}





/* section-2 start end  ............................................. */



/* section-3 start start  ............................................. */

.section-3 {

    /* border:1px solid violet; */
    padding: 95px 0px;
    /* background: #ffc8c8; */
}

.title-div {

    /* border:1px solid rgb(238, 130, 135); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;

}

.title-div h2 {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    color: #000;
}

.title-div p {
    text-align: center;

}


.title-div p br {}


/* section-3 start end  ............................................. */

.section3-cards {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* border:1px solid #00ab09; */
    margin-top: 64px;
    position: relative;

}

/* .card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section3-cards .col-12:nth-child(1) .card-box::before{

    content: "";
position: absolute;
border-top: 3px dotted #479bc9;
width: 377px;
height: 35px;
left: 50%;
top: 32%;
}

.section3-cards .col-12:nth-child(1) .card-box::after{

    content: "\f054"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 600; 
    position: absolute;
    height: 32px;
    width: 20px;
    right: -142px;
    top: 26%;
    color:#479bc9;

} */


.card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 1px solid #dfdfdf;
    padding: 35px 0px;
    position: relative;
    ;
}

/* .card-box img {

    width: 100%;

} */

.section3-cards .col-12:nth-child(3) .card-box {
    border-right: none;

}




/* Connecting first to second card */
/* .section3-cards .col-12:nth-child(1) .card-box::before {
    content: "";
    position: absolute;
    border-top: 3px dotted #479bc9;
    width: 339px;
    height: 35px;
    left: 0%;
    top: 32%;
    transform: translateX(50%);
}

.section3-cards .col-12:nth-child(1) .card-box::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    height: 32px;
    width: 20px;
    right: -142px;
    top: 26%;
    color: #479bc9;
} */

/* Connecting second to third card */
/* .section3-cards .col-12:nth-child(2) .card-box::before {
    content: "";
    position: absolute;
    border-top: 3px dotted #479bc9;
    width: 340px;
    height: 35px;
    left: 0%;
    top: 32%;
    transform: translateX(50%);
}

.section3-cards .col-12:nth-child(2) .card-box::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    height: 32px;
    width: 20px;
    right: -142px;
    top: 26%;
    color: #479bc9;
} */

/* Responsive Styles */



/* @media (max-width: 992px) {
    .section3-cards .col-12:nth-child(1) .card-box::before,
    .section3-cards .col-12:nth-child(2) .card-box::before {
        width: 250px;
        left: 45%;
    }

    .section3-cards .col-12:nth-child(1) .card-box::after,
    .section3-cards .col-12:nth-child(2) .card-box::after {
        right: -100px;
    }
} */

/* @media (max-width: 768px) {
    .section3-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section3-cards .col-12 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .section3-cards .card-box::before,
    .section3-cards .card-box::after {
        display: none;
    }
} */
















.section3-cards::after {

    content: "";
    position: absolute;
    background-image: url(../assets/image/lines.png);
    top: 28%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    width: 67%;
    height: 129%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 0;
    display: none;

}



.card-box img {
    max-width: 102px;
    width: 100%;
    z-index: 999999;
}

.section-3-card-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.section-3-btn {
    margin-top: 0px;
}

.sec3-service-p {
    font-weight: 600;
    line-height: 20px;
    padding-top: 18px;
}


.section-3-btn a {

    text-decoration: none;
    border: 1px solid #0066ab;
    padding: 12px 22px;
    color: #fff;
    background: #0066ab;
    border-radius: 5px;
    font-size: 15px;
}

.section-3-btn a:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);
    text-decoration: none;
    color: #fff;

}

/* section-3 css end ...................*/









/* section-4 css start */


.section-4 {


    /* border: 1px solid red; */
    padding: 50px 0px;

}

.secc-4-content-div {

    position: relative;
    border-left: 1px solid #ececec;
    padding-left: 40px;
}

.active-border {
    position: absolute;
    left: 0px;
    width: 4px;
    height: 25%;
    background-color: #cda20a;
    transition: all 0.3s ease;
}

.sec-4-sub {
    padding: 0px 0px 20px 0px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    color: #797979;
}


.sec-4-search-div {
    /* border:1px solid red; */
    background-color: #f2f2f2;
    padding: 25px 30px;
}





.sec-4-title h2 {

    text-align: left;
    padding-bottom: 40px;
    color: black;
    font-size: 35px;
    font-weight: 700;
}



.sec-4-sub h5 {
    color: #0066ab;
    padding-bottom: 5px;
    font-size: 16px;
}

.sec-4-sub h5:hover {

    color: rgb(205 162 10);
}

.sec-4-btn {
    margin-top: 25px;
}

.sec-4-btn a {
    text-decoration: none;
    color: #fff;
    background: #0066ab;
    border-radius: 5px;
    padding: 12px 17px;
    font-size: 15px;
}

.sec-4-btn a:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}


.sec-4-search-box1 {

    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    border-radius: 15px;
    justify-content: space-between;
    padding: 10px 10px;
    background: #fff;

}

.sec-4-ip-div {
    display: flex;
}

.sec-4-search-box1 button {

    margin-left: 8px;
    background-color: #cda20a;
    border-radius: 7px;
    border: 1px solid #cda20a;
    height: 40px;
    padding: 7px 18px;
}


.sec-4-search-box1 button:hover {

    border: 1px solid #0066ab;
    background: #0066ab;

}


.sec-4-search-box1 button a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;

}


.sec-4-ip-1 {

    position: relative;
}

.sec-4-ip-2 {

    position: relative;
}

.sec-4-ip-1 i {

    position: absolute;
    top: 12px;
    left: 11px;
    font-size: 14px;
}


.sec-4-ip-2 i {

    position: absolute;
    top: 12px;
    left: 11px;
    font-size: 14px;
}

.sec-4-ip-1 input {
    height: 40px;
    width: 100%;
    max-width: 250px;
    border: 1px solid #e6e6e6;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-left: 30px;
}

.sec-4-ip-2 input {
    height: 40px;
    width: 100%;
    max-width: 200px;
    border: 1px solid #e6e6e6;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-left: 30px;
}



.sec-4-search-box2 {

    /* border:1px solid blue; */
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;

}

.sec-4-sub-seach {


    /* border:1px solid yellow; */

    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    background: #fff;
    padding: 10px;

}

.sec-4-contents {

    display: flex;
    flex-direction: column;
    padding-left: 15px;
    /* align-items: center;
    justify-content: flex-start; */
}

.sec-4-contents p:nth-child(1) {
    text-transform: uppercase;
    color: #797979;
    font-size: 14px;
    margin-bottom: 0px;
    font-size: 15px;
}


.sec-4-sub p {
    font-size: 15px;
}

.sec-4-contents p:nth-child(2) {

    margin-bottom: 2px;
    color: black;
    font-size: 16px;
}

.sec-4-contents p:nth-child(3) {

    margin-bottom: 1px;
    color: #797979;
    font-size: 14px;

}

.sec-4-sub-seach>img {
    width: 100%;
    height: auto;
    max-width: 106px;
    object-fit: cover;
    border-radius: 16px;
}

/* .sec-4-sub-seach img:first-of-type{
    width: 100%;
    height: auto;
    max-width: 106px;
    object-fit: cover;
    border-radius: 16px;
} */

.sec-4-review {
    font-size: 14px;
    margin-top: 2px;
}

.sec-4-review span:nth-child(3) {
    margin-left: 6px;
}



.sec-4-review span:nth-child(2) img {
    width: 100%;
    height: auto;
    max-width: 13px;
    object-fit: cover;

}




/* section-4 new added img div */

.sec-4-img-box1 {

    /* border: 1px solid blue; */
    max-height: 400px;
    height: 350px;

}


.sec-4-img-box1-img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px 10px;
    border-radius: 20px;
    ;

}






/* section-4 css end */




/* section-5 css start */


.section-5 {

    /* border: 1px solid green; */
    padding: 66px 0px 38px 0px;
    background: #f2f4fe;

}


.sec-5-header-div {
    /* display: flex; */
    /* border: 1px solid blue; */
    /* align-items: center;
justify-content: center; */
}

/* .sec-5-header-div button{

    display: flex;
    justify-content: flex-end;


} */

.section-5 .row .sec-5-header-div button:first-of-type {


    display: flex;
    justify-content: flex-end;
    align-items: flex-end;

}

.sec-5-title-div h2 {
    font-size: 35px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 700;
}






.sec-5-title-div p:nth-of-type(1) {

    font-weight: 600;
    color: #0066ab;
    margin-bottom: 1px;

}

.sec-5-title-div p:nth-of-type(2) {

    margin-bottom: 3px;
    width: 75%;
    line-height: 20px;
    color: #797979;
    font-size: 15px;
    padding-top: 10px;

    /* border:1px solid red; */
}

.sec-5-btn {

    width: 100%;
    display: flex;
    justify-content: flex-end;

}

.sec-5-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3b576b;
    border-radius: 8px;
    padding: 5px 10px;
    background: #f2f4fe;
}

.sec-5-btn button:hover {

    background: rgb(205 162 10);
    border: 2px solid rgb(205 162 10);


}

.sec-5-btn button:hover a {

    color: #fff;
}



.sec-5-btn button a {
    text-decoration: none;
    color: #3b576b;
    font-size: 14px;

}


.section-5 .row:nth-of-type(2) {

    /* border:1px solid rgb(47, 0, 255); */
    margin: 40px 0px;
}

.sec-5-cards {
    /* border:1px solid red; */
    height: auto;
    background-color: #fff;
    padding: 35px 18px 24px 18px;
    min-height: 342px;

}

.sec-5-cards img {

    width: 50px;
    height: auto;
}

.sec-5-cards ul {

    padding: 10px 0px 0px 5px;
    padding-top: 10px;
}

.sec-5-cards ul li {

    line-height: 29px;
    font-size: 13px;


}

.sec-5-cards a:nth-of-type(1) {
    display: flex;
    align-items: center;
    /* border:1px solid green; */
    gap: 15px;
    text-decoration: none;
    padding: 13px 0px 5px 0px;
    /* justify-content: ; */
}

.sec-5-cards a:nth-of-type(1):hover span:nth-of-type(1) {

    color: rgb(205 162 10);


}

.sec-5-cards a:nth-of-type(1):hover span:nth-of-type(2) i {

    color: rgb(205 162 10);


}


.sec-5-cards a:nth-of-type(2) {

    text-decoration: 0px;
    color: #212529;
    padding-left: 5px;
    font-size: 14px;
}


.sec-5-cards a:nth-of-type(2):hover {

    color: rgb(205 162 10);
}



.sec-5-cards a:nth-of-type(1) span:nth-of-type(1) {

    color: #075890;
    font-weight: 600;

}

.sec-5-cards a:nth-of-type(1) i {

    /* color:#1980bc; */
    color: #075890;

}





/* section-5 end css  */








/* section-6 start css  */

.section-6 {

    /* border:1px solid green; */
    padding: 65px 0px;
    background: #f2f4fe;
    /* background: #9caaee; */

}


.sec-6-cards:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.sec-6-cards:hover a,
.sec-6-cards:hover i {

    color: #fff;


}


.sec-6-title-div h2 {

    color: #000;
    font-size: 35px;
    font-weight: 700;

}

.sec-6-title-div p {

    width: 75%;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;


}

.section-6 .row:nth-of-type(2) {

    margin-top: 20px;
}

.sec-6-cards {
    /* border:1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    background: #fff;

}

.sec-6-cards a {
    text-decoration: none;
    color: #075890;
    font-size: 14px;
    font-weight: 600;

}

.sec-6-cards span i {

    color: #075890;

}


/* section-6 end css  */








/* section-7 start css  */


.section-7 {

    /* border:1px solid green; */
    padding: 65px 0px;
    background: #f2f4fe;
    /* background: #9caaee; */

}




.sec-7-cards:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.sec-7-cards:hover a,
.sec-7-cards:hover i {

    color: #fff;


}




.sec-7-title-div h2 {

    color: #000;
    font-size: 35px;
    font-weight: 700;

}

.sec-7-title-div p {

    width: 75%;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;


}

.section-7 .row:nth-of-type(2) {

    margin-top: 20px;
}

.sec-7-cards {
    /* border:1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    background: #fff;

}

.sec-7-cards a {
    text-decoration: none;
    color: #075890;
    font-size: 14px;
    font-weight: 600;

}

.sec-7-cards span i {

    color: #075890;

}



/* section-7 end css  */






/* signup page Header start */

.signup-header {
    border: 1px solid rgb(235 235 235);
}


.signup-header .container {
    /* border: 1px solid red; */
    padding: 19px 0px;
}

.signup-wrapper {
    width: 100%;
    height: auto;
}


.signup-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-div-signup img {


    max-width: 145px;
    height: auto;
    width: 100%;
}


.signup-button {}

.signup-button a {

    text-decoration: none;
    color: #fff;
    background: rgb(205 162 10);
    border-radius: 4px;
    border: 1px solid rgb(205 162 10);
    padding: 4px 12px;

}



/* signup page Header end */





/* signup page  start */


.signup-section {}




.signup-row {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: auto; */

}

.signup-wrapper-form {

    /* border: 1px solid red; */
    /* width: 370px;
  
    margin-top: 60px;
    padding: 0px; */
    width: 430px;
    margin-top: 30px;
    padding: 10px 10px 60px 10px;
    ;
}

.signup-title {
    text-align: center;
    width: 73%;
    margin: auto;
}

.signup-title h4 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 7px;
}

.signup-title p {
    font-size: 12px;
    color: #797979;
    line-height: 17px;
    text-align: left;
    padding-bottom: 21px;
}

.forgot {

    margin-top: 10px;
}

.forgot-ip {
    margin-top: 10px;

}

.forgot-a {

    text-decoration: none;
    font-weight: 600;
    padding-left: 5px;
}

.forgot-a:hover {

    color: #cda20a;
}


.forgot-section {

    height: calc(100vh - 86px) !important;
}

.forgot-section .container {

    height: 100%;
}

.forgot-row {
    height: 100% !important;
}

.signup-wrapper-form.forgot-wrapper-form {
    /* border: 1px solid #e5e5e5; */
    width: 430px;
    margin-top: 0px;
    padding: 23px 23px;
    border-radius: 10px;
}


.form-div {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    gap: 15px;
}

.form-ip {

    position: relative;
}

.form-ip i:hover {

    cursor: pointer;
}

.form-ip label {
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    color: #000;

}





 .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0;
    font-size: .775em;
    color: #dc3545;
}

/* .form-ip input {
    width: 100%;
    margin-bottom: 3px;
    padding: 0px 5px 0px 39px;
    height: 47px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    border-radius: 3px;
    background: #fff;
} */

.form-ip input {
    width: 100%;
    margin-bottom: 3px;
    padding: 0px 5px 0px 39px;
    height: 47px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    border-radius: 3px;
    background: #fff;

}

input:focus {
    outline: none;
    /* Removes the outline */
    border: 1px solid #ccc;
    /* Optionally, add a custom border color */
}


.form-ip-submit input:hover {

    background-color: #cda20a;
    border: 1px solid #cda20a;
}

.form-ip-submit input {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    background: #075890;
    height: 40px;
    border: 1px solid #075890;
    border-radius: 3px;
}

.pass {

    position: absolute;
    top: 44px;
    left: 15px;
    font-size: 16px;
    color: #4e97ff;
    width: 17px;
}

.toggle-password {

    position: absolute;
    top: 45px;
    right: 10px;
    /* font-size: 16px; */
    font-size: 14px;
}


.confirm {
    /* position: absolute;
    top: 44px;
    left: 15px;
    font-size: 16px;
    color: #4e97ff; */

    position: absolute;
    top: 43px;
    left: 15px;
    font-size: 6px;
    color: #4e97ff;
    width: 17px;

}

.toggle-password2 {
    position: absolute;
    top: 45px;
    right: 10px;
    /* font-size: 16px; */
    font-size: 14px;

}

.email {

    position: absolute;
    top: 46px;
    left: 15px;
    font-size: 16px;
    color: #4e97ff;
    width: 17px;
}

.signup-link {
    font-size: 16px;
    color: #064092 !important;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

.signup-link:hover {

    color: #cda20a !important;
}

.login-forgot:hover {

    color: #cda20a !important;

}


.form-ip input:focus {
    border: 1px solid #c2dbff;
    background-color: #dbe9fa;
}

.form-ip input:hover {

    border: 1px solid #c2dbff;
}



.login-forgot {

    font-size: 15px;
    color: #064092 !important;
    text-decoration: none;
    text-align: left;
    font-weight: 600;
    margin-top: -6px;
    margin-bottom: 3px;
    width: fit-content;
    /* display: inline;  */

}

.login-pageme-text {

    text-align: center;
    color: #064092
}

.singup-pageme-text {
    text-align: center;
    color: #064092
}

.login-section {

    margin-top: 0px !important;

}



.reset-section-form {

    height: calc(100vh - 85px);
    /* border:1px solid red; */

}



.reset-form input[type="submit"] {
    margin-top: 13px;
    height: 47px;
}

.reset-section-form {

    margin-top: 0px;
}

.reset-section-form .container,
.reset-section-form .reset-row {

    height: 100%;


}

.toggle-password-r2 {

    position: absolute;
    top: 45px;
    right: 17px;
    font-size: 14px;

}

.toggle-password-r3 {

    position: absolute;
    top: 45px;
    right: 17px;
    font-size: 14px;

}

.password-icon-re {

    position: absolute;
    top: 43px;
    left: 12px;
    width: 17px;

}

.email-reset {
    position: absolute;
    top: 45px;
    left: 15px;
    font-size: 16px;
    color: #4e97ff;
    width: 17px;
}



.reset-wrapper {

    margin-top: 0px;
}


.signup-row.reset-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* signup page  end */

/* .pass, .confirm {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.toggle-password, .toggle-password2 {
    cursor: pointer;
} */




/* footer start css */


.footer-all {
    position: relative;
}

footer {
    background: #333333;
    padding: 50px 0px 20px 0px;
}

.footer-log {

    filter: invert(1) brightness(1000%);
    object-fit: cover;
    width: 170px;
}


.footer-row .col:nth-child(1) {
    padding-right: 35px;
    /* border:1px solid red; */
}

.footer-sub-div h5 {
    font-size: 14px;
    font-weight: 700;
    color: #0077c8;
    padding-bottom: 10px;
}

.footer-sub-div ul {

    padding: 0px;
}

.footer-sub-div ul li {
    list-style: none;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
}

.footer-sub-div ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0;
    background-color: transparent;
    white-space: normal;
}

.footer-sub-div ul li a:hover {
    color: rgb(205 162 10);
    background-color: transparent;
}

.footer-emai-news {
    /* border: 1px solid green; */
    margin-top: 60px;
    padding-bottom: 26px;
    position: relative;

}

.footer-emai-news p {

    font-size: 14px;
    font-weight: 700;
    color: #0077c8;
    margin-bottom: 3px;
}


.footer-emai-news span {
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 17px;
    padding: 15px 0px;
    font-weight: 300;
}

.footer-emai-news input[type="text"] {

    border: none;
    border-radius: 4px;
    margin-right: 4px;
    height: 33px;
    font-size: 13px;
    padding-left: 12px;
    width: 70%;

}

.footer-mail input[type="submit"] {
    text-transform: capitalize;
    padding: 4px 6px;
    border-radius: 5px;
    background-color: #cda20a;
    border: 1px solid #cda20a;
    color: #fff;

    font-size: 13px;
    text-transform: capitalize;
    height: 33px;
    padding: 2px 10px;
}

.footer-mail input[type="submit"]:hover {

    border: 1px solid #0066ab;
    background: #0066ab;
}


/* .footer-social-div{
    position: absolute;
} */

.footer-social-row {}

.footer-social-div {}

.footer-social-div ul {

    display: flex;
    /* align-items: end; */
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 0px;
    padding: 10px 0px;
}

.footer-social-div ul li {
    list-style: none;

}

.footer-social-div ul li:hover a i,
.footer-social-div ul li:hover a span {

    color: rgb(205 162 10);
}

.footer-social-div ul li a {

    /* border:1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 1px;
}

.footer-social-div ul li a i {

    color: #fff;
    font-size: 12px;
}

.footer-social-div ul li a span {

    color: #fff;
    font-size: 12px;
}

.footer-social-div ul li a img {
    width: 25px;
    height: auto;
}

/* footer end css */





/* footer coppy */

.footer-cc {
    padding: 8px 0px;
    background-color: #1e1c1c;
}

.footer-cc span a {
    text-decoration: none;
    color: #ffffff;
}

.footer-cc span a:hover {
    color: rgb(205 162 10);
}

.coppy-div {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.spans-coppy {

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* font-size: 14px; */
    gap: 6px;
}

.coppy-div p {
    margin-bottom: 0px;
    /* font-size: 14px; */
}








/* about page css start */



.sect-about1 {
    /* border:1px solid red; */
    padding: 23px 3px 23px 0px;

}

.sect-about-row {

    /* border:1px solid blue; */

}

.sect-about1-pages {
    /* border:1px solid blue; */
    padding-left: 2px;


}

.sect-about1-pages ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;


}

.sect-about1-pages ul li {

    list-style: none;


}

.sect-about1-pages ul li a {

    text-decoration: none;
    color: #606060;
    font-size: 12px;

}

.sect-about1-pages ul li span {}


.sect-about1-pages ul li span i {
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    color: #606060;

}

.sect-about1-pages ul li:hover a {

    color: rgb(205 162 10);
}




/* about section 1 us page css end .............................................*/





/* section-about2 css start ..........................................*/


.sect-about2 {

    /* border:1px solid red; */
    padding: 1px 0px 74px 0px;


}


.sect-about2-row {

    /* border:1px solid blue; */
}

.sect-about2-div {

    display: flex;
    flex-direction: column;

}

.sect-about2-title {
    color: #0066ab;
    font-weight: 700;
    font-size: 38px;
    font-size: 50px;
}

.sect-about2-title2 {
    color: #cbcbcb;
    font-weight: 700;
    padding-bottom: 12px;
    font-size: 50px;

}


.sect-about2-row .col-12 {

    padding-left: 0px;

}

.sect-about2-p1 {

    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 4px;

}

.sect-about2-ipDiv {
    display: flex;
}








.about2-input-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about2-home-ip-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 10px;
    border-radius: 8px;
}

.about2-input-container {
    position: relative;
    display: flex;
}

.about2-input-container {
    position: relative;
    display: flex;
}

.about2-ip-submit {
    margin-left: 13px;
    padding: 6px 15px;
    border-radius: 8px;
    height: 40px;
    color: #fff;
    background: #0066ab;
    border: 1px solid #0066ab;
}

.about2-input-container i {
    position: absolute;
    top: 12px;
    left: 8px;
}

.about2-ip-business {
    padding-left: 28px;
    /* max-width: 260px; */
    width: 320px;
    height: 40px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #dadada;
    padding-left: 40px;

}

.about2-input-container i {
    position: absolute;
    top: 12px;
    left: 8px;
}

.about2-ip-location {
    width: 220px;
    padding-left: 34px;
    height: 40px;
    border: 1px solid #dadada;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}


/* section-about2 css end ..........................................*/






/* section-about3 css start ..........................................*/


.sect-about3 {

    /* border: 1px solid red; */
    padding: 38px 0px 62px 0px;
    background-color: #f3f4f8;

}


.sect-about3-div-content {

    /* border:1px solid green; */


}


.sect-about3-h2 {

    font-weight: 600;
    font-size: 35px;
    color: #000;
    margin-bottom: 30px;

}

.sect-about3-p1 {}

.sect-about3-p2 {}


.sect-about3-img-div {
    /* border:1px solid blue; */
    max-height: 400px;
    height: 321px;


}

.sect-about3-img-div img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* section-about3 css end  ..........................................*/







/* section-about4 css start ..........................................*/


.sect-about4 {

    /* border: 1px solid red; */
    padding: 38px 0px 62px 0px;
    background-color: #f3f7ff;

}


.sect-about4-div-content {

    /* border:1px solid green; */


}


.sect-about4-h2 {

    font-weight: 600;
    font-size: 35px;
    color: #000;
    margin-bottom: 30px;

}

.sect-about4-p1 {}

.sect-about4-p2 {}


.sect-about4-img-div {
    /* border:1px solid blue; */
    max-height: 400px;
    height: 321px;


}

.sect-about4-img-div img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* section-about4 css end  ..........................................*/






/* section-about5 css start  ..........................................*/


.sect-about5 {

    /* border:1px solid black; */
    padding: 10px 0px 50px 0px;
    background: #f3f7ff;
}

.sect-about5-cards {
    /* border:1px solid green; */
    height: 210px;
    max-height: 220px;
    width: 100%;
    background: #fff;

}

.sect-about5-cards img {

    width: 100%;
    height: 100%;
    object-fit: cover;


}




/* section-about5 css end  ..........................................*/





/* section-about6 css start  ..........................................*/



.sect-about6 {

    /* border: 1px solid yellow; */
    padding: 33px 0px 61px 0px;

}

.sect-about6-title {

    margin-bottom: 20px;
    color: #000;
    font-size: 35px;
    font-weight: 600;

}

.sect-about6-sub-card {

    /* border: 1px solid maroon; */
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #eeeeee;

}

.row.sect-about6-cards {
    padding-bottom: 20px;
}

.sect-about6-cards-img {

    max-height: 250px;
    height: 240px;
}

.sect-about6-cards-img img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}



.sect-about6-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8px 5px 8px;
}

.sect-about6-time {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 13px;
    color: #4b4b4b;
    font-weight: 500;
}

.sect-about6-publish {

    font-size: 13px;
    color: #4b4b4b;
    font-weight: 500;

}

.sect-about6-atag {
    padding-top: 8px;
    padding-left: 8px;

    padding-right: 3px;
}

.sect-about6-atag a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.sect-about6-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.sect-about6-btn a {

    text-decoration: none;
    padding: 6px 18px;
    border-radius: 8px;
    height: 40px;
    color: #fff;
    background: #0066ab;
    border: 1px solid #0066ab;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.sect-about6-btn a:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.about2-ip-submit:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

/* #4b4b4b */



/* section-about6 css end  ..........................................*/







/* listing page css start ..............................................*/




.sect-list {
    /* border: 1px solid red; */
    padding: 3px 3px 3px 0px;

}

.sect-list-row-bread {

    /* border:1px solid blue; */

}

.sect-list-pages {
    /* border:1px solid blue; */
    padding-left: 2px;
    padding-top: 25px;


}

.sect-list-pages ul {

    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;


}

.sect-list-pages ul li {

    list-style: none;


}

.sect-list-pages ul li a {

    text-decoration: none;
    color: #606060;
    font-size: 12px;

}

.sect-list-pages ul li span {}


.sect-list-pages ul li span i {
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    color: #606060;

}

.sect-list-pages ul li:hover a {

    color: rgb(205 162 10);
}


.sect-list-filter {


    /* border:1px solid green; */
    padding: 20px;
    padding: 31px 0px 40px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect-list-box1 {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    /* border: 1px solid; */

}


.sect-list-box1-a1 {
    text-decoration: none;
    color: #606060;
    font-size: 14px;
    border: 1px solid grey;
    border-radius: 4px;
    padding: 6px 18px;
    text-transform: uppercase;
}

.sect-list-box1-a2 {
    text-decoration: none;
    color: #606060;
    font-size: 14px;
    border: 1px solid grey;
    border-radius: 4px;
    padding: 6px 18px;
    text-transform: uppercase;
}

.sect-list-box1-a1:hover {


    border: 1px solid #0066ab;
    background: #0066ab;
    color: #fff;

}

.sect-list-box1-a2:hover {


    color: #fff;
    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.sect-list-box2 {
    /* border: 1px solid; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;

}





.sect-list-filter-name {
    color: #606060;
}

.dropdown-list {}

.sect-list-sort-btn {


    border: 1px solid grey !important;
    border-radius: 9px;
    background: none !important;
    color: #606060 !important;
    padding: 6px 23px;
}

.sect-list-sort-btn:hover {

    /* border: 1px solid #0066ab; */
    border: 1px solid #0066ab !important;
    color: #0066ab !important;

}

.dropdown-toggle.sect-list-sort-btn::after {
    display: inline-block;
    margin-left: 2.295em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.sect-list-options-ul {}

.sect-list-options-ul .dropdown-item:hover {

    background: #0066ab !important;
    color: #fff !important;
}






/* listing page css end ................................................*/









/* listing page  section 2 css start ................................................*/

.sect-list2 {
    /* border: 1px solid green; */
    padding: 70px 0px 70px 0px;
    background: #f3f4f8;
}


.sect-list2-div {

    /* border: 1px solid blue; */
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
    padding: 20px 20px;
    border-radius: 15px;
    background: #fff;
}

.sect-list2-div img {

    width: 33%;
    height: auto;
    /* border:1px solid green; */
    border-radius: 8px;
    object-fit: cover;
}

.sect-list2-side-content-div {

    /* border: 1px solid yellow; */
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 14px 0px;
    width: 60%;

}

.sect-list2-side-p1 {
    font-size: 15px;
    margin-bottom: 2px;
}

.sect-list2-side-bold {
    margin-bottom: 2px;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.sect-list2-side-review {

    display: flex;
    align-items: center;
    justify-content: space-between;

}

.sect-list2-side-span {

    font-size: 15px;
}

.sect-list2-side-review {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 15px;

}

.sect-list2-side-review-span2 i {

    color: darkgoldenrod;
    font-size: 12px;
}

.sect-list2-row .col-12.col-sm-12:nth-child(odd) {

    padding-left: 0px;

}

.sect-list2-row .col-12.col-sm-12:nth-child(even) {

    padding-right: 0px;

}

/* listing page  section 2 css end ................................................*/






/* listing page section 3 css start */





.sect-list3 {

    /* border:1px solid green; */
    padding: 65px 0px;
    background: #f2f4fe;
    /* background: #9caaee; */

}




.sect-list3-cards:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.sect-list3-cards:hover a,
.sect-list3-cards:hover i {

    color: #fff;


}


.sect-list3-p-btn {

    /* border:1px solid red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}




.sect-list3-title-div h2 {

    color: #000;
    font-size: 35px;
    font-weight: 700;

}

.sect-list3-btn {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    /* width: fit-content; */
}

.sect-list3-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3b576b;
    border-radius: 8px;
    padding: 5px 10px;
    background: #f2f4fe;
}

.sect-list3-btn button a {
    text-decoration: none;
    color: #3b576b;
    font-size: 14px;
}

.sect-list3-btn button:hover {
    background: rgb(205 162 10);
    border: 2px solid rgb(205 162 10);

}

.sect-list3-btn button:hover a {

    color: #fff;
}

.sect-list3-title-div p {

    width: 75%;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;


}

.sect-list3 .row:nth-of-type(2) {

    margin-top: 20px;
}

.sect-list3-cards {
    /* border:1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    background: #fff;

}

.sect-list3-cards a {
    text-decoration: none;
    color: #075890;
    font-size: 14px;
    font-weight: 600;

}

.sect-list3-cards span i {

    color: #075890;

}



/* listing page section 3 css end */









/* search-filter page css start ......................................................*/




.search-filter {

    /* border:1px solid red; */
    padding: 1px 0px 74px 0px;


}


.search-filter-row {

    /* border:1px solid blue; */
}

.search-filter-div {

    display: flex;
    flex-direction: column;

}

.search-filter-title {
    color: #0066ab;
    font-weight: 700;
    font-size: 38px;
    font-size: 50px;
}

.search-filter-title2 {
    color: #cbcbcb;
    font-weight: 700;
    padding-bottom: 12px;
    font-size: 50px;

}


.search-filter-row .col-12 {

    padding-left: 0px;

}

.search-filter-p1 {

    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 4px;

}

.search-filter-ipDiv {
    display: flex;
}








.search-filter2-input-parent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-filter2-home-ip-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 10px;
    border-radius: 8px;
}

.search-filter2-input-container {
    position: relative;
    display: flex;
}

.search-filter2-input-container {
    position: relative;
    display: flex;
}

.search-filter2-ip-submit {
    margin-left: 13px;
    padding: 6px 15px;
    border-radius: 8px;
    height: 40px;
    color: #fff;
    background: #0066ab;
    border: 1px solid #0066ab;
}

.search-filter2-input-container i {
    position: absolute;
    top: 12px;
    left: 8px;
}

.search-filter2-ip-business {
    padding-left: 28px;
    /* max-width: 260px; */
    width: 320px;
    height: 40px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #dadada;
    padding-left: 40px;

}

.search-filter2-input-container i {
    position: absolute;
    top: 12px;
    left: 8px;
}

.search-filter2-ip-location {
    width: 220px;
    padding-left: 34px;
    height: 40px;
    border: 1px solid #dadada;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}









.search-filter-home-btn {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* border:1px solid; */
    padding-left: 0px;
    margin-top: 19px;
    margin-bottom: 32px;

}

.search-filter-home-btn button {

    color: #fff;
    background: #cda20a;
    border: 1px solid #cda20a;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 8px;
}












/*search-filter2 end css  */



.search-filter2 {

    /* border:1px solid green; */
    padding: 65px 0px;
    background: #f2f4fe;
    /* background: #9caaee; */

}


.search-filter2-cards:hover {

    background: rgb(205 162 10);
    border: 1px solid rgb(205 162 10);

}

.search-filter2-cards:hover a,
.search-filter2-cards:hover i {

    color: #fff;


}


.search-filter2-title-div h2 {

    color: #000;
    font-size: 35px;
    font-weight: 700;

}

.search-filter2-title-div p {

    width: 75%;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;


}

.search-filter2 .row:nth-of-type(2) {

    margin-top: 20px;
}

.search-filter2-cards {
    /* border:1px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    background: #fff;

}

.search-filter2-cards a {
    text-decoration: none;
    color: #075890;
    font-size: 14px;
    font-weight: 600;

}

.search-filter2-cards span i {

    color: #075890;

}



.search-filter2-p-btn {
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.search-filter2-btn {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    /* width: fit-content; */
}

.search-filter2-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3b576b;
    border-radius: 8px;
    padding: 5px 10px;
    background: #f2f4fe;
}

.search-filter2-btn button a {
    text-decoration: none;
    color: #3b576b;
    font-size: 14px;
}




.search-filter2-btn:hover button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #cda20a;
    border-radius: 8px;
    padding: 5px 10px;
    background: #cda20a;

}

.search-filter2-btn:hover button a {

    color: #fff;


}

.search-filter2-ip-submit:hover {

    border: 1px solid #cda20a;
    background: #cda20a;
    color: #fff;
}

.sect-about6-atag a:hover {
    color: #cda20a;

}











/* search filter page css end */






.section-home {
    /* border: 1px solid red; */
    background: url(../assets/image/header-img.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 86px 0px 114px 0px;

}


.home-content-div {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.home-content-div h1 {

    color: #fff;

}

.home-content-div p {

    color: #fff;
    font-size: 22px;

}


.home-input-parent {

    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    flex-wrap: wrap;



}

.home-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 0 5px 0px 5px;
    border-radius: 8px;
}


.home-input-parent {

    position: relative;
    z-index: 99;
}


.home-ip-div .input-container {
    position: relative;
    display: flex;
    border: 1px solid yellow;

}

.home-ip-div .input-container input {
    border: none;
}

.ip-hamberg {

    /* max-width: 180px; */
    height: 40px;
    padding-left: 31px;
    position: relative;
    border: none;
    width:100%
}

.home-input-wrapper .input-container:nth-child(1) {
    width: 360px;
}


.ip-hamberg:hover {

    cursor: pointer;

}

.ip-hamberg:focus {

    border: none;
}

.ip-location-hm:focus {

    border: none;
}

.ip-business-hm {


    border: none;
}

/*  */



.ip-location {
    max-width: 190px;
    padding-left: 28px;
    height: 40px;

    border-radius: 0px;

    border: none;

}

.ip-business {
    padding-left: 28px;
    max-width: 260px;
    width: 270px;
    height: 40px;

    border: none;
    border-radius: 0;

    /* border-right: 0px; */
}


.ip-business.ip-business-hm:focus {

    border: none;
}


.home-input-wrapper .input-container:nth-child(1) {

    border-right: 1px solid #e8e8e8;
    padding: 5px 0px;
    position: relative;

}

.home-input-wrapper .input-container:nth-child(2) {

    border-right: 1px solid #e8e8e8;
    padding: 5px 0px 5px 17px;
    position: relative;
}


.home-input-wrapper .input-container:nth-child(3) {

    border: none;
    padding: 5px 0px 5px 17px;
    position: relative;

}



.home-input-wrapper .input-container:nth-child(1) i {
    position: absolute;
    left: 5px !important
}

.home-input-wrapper .input-container:nth-child(2) i {
    position: absolute;
    top: 18px;
    left: 17px;
}

.home-input-wrapper .input-container:nth-child(3) i {
    position: absolute;

    top: 18px;
    left: 17px;
}

.home-input-wrapper .input-container i {
    position: absolute;
    top: 18px;
    left: 17px;
    z-index: 999;
}

.home-category-button {


    display: flex;
    align-items: center;
    justify-content: space-around;

    width: fit-content;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;

}

.home-category-button1 img {

    filter: invert(1);
    width: 20px;
}

.home-category-button span {

    color: #fff;
    font-size: 15px;
}

.home-category-button-one {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 22px;
    border: 1px solid #fff;
    gap: 6px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;



}


.home-category-button-one:hover span,
.home-category-button-one:hover i {

    color: #cda20a !important;
}

/* .home-category-button-one a {
    color: #fff;
    font-size: 15px;

} */

.home-category-button-one i {
    color: #fff;
    font-size: 15px;
}


.input-container .fas.fa-bars {
    cursor: pointer;
    margin-right: 10px;
}

.home-input-wrapper .input-container:nth-child(4) i {
    position: absolute !important;
    bottom: inherit !important;
    /* bottom: 5% !important; */
    width: 100%;
    left: -10px;
    top: 6px;
}




/* .home-input-wrapper .input-container:nth-child(1) {} */

.dropdown.custom-ip-drope,
.dropup.custom-ip-drope {
    position: absolute !important;
    bottom: 17% !important;
    /* bottom: 5% !important; */
    width: 100%;
}

.about .dropdown.custom-ip-drope,
.about .dropup.custom-ip-drope {
    position: absolute !important;
    /* bottom: 21% !important; */
    bottom: 5% !important;
    width: 100%;
}


.dropdown-item.category-item {
    font-size: 14px;
}

.dropdown-item.category-item img {

    width: 20px !important;
    padding-right: 4px !important
}


.dropdown-item.category-item:hover {

    background: #70c2ff !important;
}


.dropdown-item.category-item:hover {

    color: #fff !important;
}


.searchable-category:hover a img {

    filter: invert(1)
}




/* /* home-section-3 line connection  start  .................................................*/


.section-3 {
    /* border: 1px solid violet; */
    padding: 95px 0px 105px 0px;
    background: #f1efef;
}

.home-cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #00ab09; */
    margin-top: 24px;
    position: relative;
    align-items: stretch;

}

.home-cards::before {

    content: "";
    position: absolute;
    top: 56%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 73%;
    height: 100%;
    /* top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 100%; */
    background-image: url('/assets/images/line.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    /* border: 1px solid black; */


}

.title-div p {
    text-align: center;
    color: #888888;
    font-size: 17px;
    padding-top: 4px;
    width: 70%;

}


.card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    padding: 35px 0px;
}


.sec3-service-p {
    font-weight: 700;
    line-height: 20px;
    padding-top: 18px;
    font-size: 18px;
}

.sec3-service-p2 {
    width: 70%;
    text-align: center;
    line-height: 22px;
    color: #888888;
}

/* home-section-3 line connection  end........................................*/










/* home slider  section  owl carousel ...........................................*/




.home-swiper-section {


    border: 1px solid red;
    padding: 20px 0px 40px 0px;



}



.home-slider {

    /* border:1px solid red; */
    padding: 84px 0px 90px 0px;
}

.home-outer {

    height: 200px;
}


.inner-wrap1 {

    position: relative;
}

.owl-nav {}


.owl-prev {


    border: 1px solid grey !important;
    font-size: 36px !important;
    border-radius: 50% !important;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -6px;
}

.owl-next {

    border: 1px solid grey !important;
    font-size: 36px !important;
    border-radius: 50% !important;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;


    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}

.owl-prev span {


    height: inherit;
    line-height: 17px;
    display: block;

}

.owl-next span {


    height: inherit;
    line-height: 17px;
    display: block;

}

.home-outer {
    /* border: 1px solid green;; */
    position: static;

}

.home-outer:hover {
    cursor: pointer;
}

.outerbx {

    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* .outerbx img {

    width: 100%;
    height: 100%;
    position: absolute;
    transition:transform .3s ease-in-out;
} */


.home-outer .outerbx img {
    display: block;
    width: 100%;
    position: absolute;
    transition: transform 0.8s ease-in-out;
}

.home-outer:hover .outerbx img {
    transform: scale(1.11);
}

.home-slider-content {

    position: absolute;
    z-index: 9999;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, -3px);
    text-align: center;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0 0 0));
}

.home-slider-content-p1 {

    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 0px;
}

.home-slider-content-p2 {

    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: none;
}

.home-slider-title-div {

    /* border: 1px solid blue; */
    text-align: center;
    color: #000;
}

.home-slider-view {

    display: block;
    float: right;
    margin-bottom: 11px;
}

.home-slider-view-btn {

    text-decoration: none;
    color: #888888;
    display: block;
    float: right;

}

.home-slider-title-div h2 {


    text-align: center;
    font-weight: 700;
    font-size: 35px;
    color: #000;

}

.home-slider-title-div p {

    text-align: center;
    color: #888888;
    font-size: 17px;
    padding-top: 4px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.home-slider-title-h2 {
    font-size: 35px;
    font-weight: 600;
    display: flex !important;
    justify-content: center;
}

.home-slider-title-p {
    font-size: 18px;
    color: #888888;
    width: 80%;
    padding-bottom: 30px;
    padding-top: 18px;
}

.section-home-4-boxes-top {

    position: absolute;
    top: 14px;
    left: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 15px;
    background: #000000ad;
    border-radius: 7px;
    font-size: 13px;
    color: #fff;

}



.home-outer:hover .home-slider-content-p2 {
    display: block
}

.home-outer:hover .home-slider-content-p1 {

    padding: 10px 0px 3px 0px !important;

}


/* home slider section css end ./......................................*/







/* home section-4 cs start  *********************************************/


.section-home-4 {

    /* border:1px solid maroon; */
    padding: 95px 0px 105px 0px;


}

.section-home-4-boxes {

    /* border:1px solid rgb(34, 34, 27); */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;


}

.section-home-4-boxes-img {

    width: 100%;
    /* max-height: 160px; */
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 160px;
    object-position: right;
}


.section-home-4-boxes-img:hover {

    cursor: pointer;
}

.section-home-4-cards-row {
    margin-top: 5px !important;
}

.section-home-4-boxes-1 {

    border-bottom: 1px solid #e0e0e0;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
    padding: 7px 10px 8px 10px;

}

.section-home-4-boxes-2 {


    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    padding: 2px 10px 4px 10px;

}


.section-home-4-boxes-3 {

    /* border:1px solid rgb(187, 8, 127); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 4px 10px;

}

.section-home-4-boxes-1-span1 {

    color: #0077c8;
    font-size: 17px;
    font-weight: 500;
    padding-top: 5px;
}

.section-home-4-boxes-1-span2 {
    color: #888888;
    font-size: 14px;



}

.section-home-4-boxes-2-div1 {

    display: flex;
    align-items: center;
    gap: 10px;

}

.section-home-4-boxes-2-div1 i {

    color: #0077c8;
    font-size: 13px;
}

.section-home-4-boxes-2-div1 span {

    color: #888888;
    font-size: 13px;
}

.section-home-4-boxes-2-div2 span {

    color: #888888;
    font-size: 13px;
}

.section-home-4-boxes-2-div2 i {

    color: #0077c8;
    font-size: 15px;
}



.section-home-4-boxes-2-div2:hover {

    text-decoration: none;

}

.section-home-4-boxes-2-div2:hover span {

    color: #cda20a;
}

.section-home-4-boxes-3-a {

    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid green;
    border-radius: 13px;
    color: green;
    font-size: 13px;
    cursor: default;

}


.section-home-4-boxes-3-close {

    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid red !important;
    border-radius: 13px;
    color: red !important;
    font-size: 13px;
    cursor: default;

}


.section-home-4-boxes-3-a {

    text-decoration: none;
}

.section-home-4-boxes-3-a:hover {

    text-decoration: none;
}


.section-home-4-boxes-3-close {

    text-decoration: none;
}

.section-home-4-boxes-3-close:hover {

    text-decoration: none;
}

.section-home-4-boxes-top {
    font-size: 13px;
    color: #fff;
}


.section-home-4-boxes-top:hover {

    text-decoration: none;
    color: #cda20a;
}

.section-home4-viewmore-btn:hover {

    text-decoration: none;
    color: #cda20a;
}

.section-home-4-boxes-top {

    text-decoration: none;
}


.section-home-4-boxes-3-div1-span1 {
    color: #888888;
    font-size: 13px;
    padding-right: 3px;

}

.section-home-4-boxes-3-div1-span2 {
    color: #ffffff;
    font-size: 12px;
    padding: 6px;
    background: green;
    border-radius: 5px;
    border-bottom-left-radius: 0px;

}

.section-home-4-title-p {
    margin-bottom: 1px;
    color: #888888;
    padding-top: 7px;
    font-size: 17px;
}

.section-home-4-title-h2 {
    font-weight: 700;
    font-size: 35px;
    color: #000;
}

.section-home4-viewmore-btn {

    display: block;
    float: right;
    color: #888888;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 0 !important;

}

.section-home4-viewmore-btn:hover {

    color: rgb(205 162 10);
    text-decoration: none;

}


.section-home-4-boxes .section-home-4-boxes-top span:nth-child(2) {
    position: absolute;
    right: 9px;
    /* top: -2px; */
    top: 90px;
    background: #00000017;
}


@keyframes glowing-border {
    0% {
        box-shadow: 0 0 5px #58bbff;
    }

    50% {
        box-shadow: 0 0 20px #58bbff, 0 0 30px #58bbff;
    }

    100% {
        box-shadow: 0 0 5px #ffe28c;
    }
}


.logo-image-inner {
    display: block !important;
    width: 37px;
    height: 37px;
    object-fit: cover;
    border-radius: 50%;
    cursor: default;
    background: #fff;
}



.section-home-4-boxes .section-home-4-boxes-top span:nth-child(2) {
    position: absolute !important;
    right: 17px;
    display: inline-block;
    border-radius: 50%;
    /* Ensures the effect is round */
    padding: 5px;
    /* Creates space for the glowing effect */
    animation: glowing-border 2s infinite;
    /* Applies the animation */
}

.logo-image-inner {
    display: block !important;
    width: 37px;
    height: 37px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
}


.home-slider-view-btn:hover {

    color: rgb(205 162 10);
    text-decoration: none;

}

.section-home4-viewmore {
    margin-bottom: 0px;
}








/* new designed listing page css start ......................................... */






.listing-page-section {

    /* border:1px solid blue; */
    /* padding:30px;
    background: #f3f7f9; */
    padding: 25px 0px 25px 0px;
    background: #f3f7f9;

}

.listing-page-top-tablet {
    display: none;
}

.listing-page-count p {


    color: #0066ab;

}

.listing-page-top-row1 {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
}





.listing-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
    padding: 0 6px 0 10px;
    border-radius: 8px;
    width: 100%;
    background: #fff;
}


.listing-input-container {
    border-right: 1px solid #e8e8e8;
    padding: 5px 0px;
    position: relative;
}

.listing-page-count p {

    margin-bottom: 8px;

}

.listing-input-wrapper .listing-input-container:nth-child(1) {

    /* 
    width:25%;
    border:1px solid green; */
}

.listing-input-wrapper .listing-input-container:nth-child(2) {


    /* width:32%;
    border:1px solid rgb(0, 0, 0); */

}

.listing-input-wrapper .listing-input-container:nth-child(3) {

    border-right: none;
    /* width:37%;
    border:1px solid rgb(0, 70, 128); */

}

.listing-input-wrapper .ip-submit:last-child {}

/* 
 .listing-ip-hamberg {
    width: 80%;
    height: 40px;
    padding-left: 31px;
    position: relative;
    border: none;
}




.listing-ip-business{
    border:none;
    padding-left: 4px;

}

.listing-ip-location{
 border:none;
 padding-left: 4px;
} */


.listing-input-wrapper .listing-input-container:nth-child(3) {
    border-right: none;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-input-wrapper .listing-input-container:nth-child(2) {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-input-wrapper .listing-input-container:nth-child(1) {
    width: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border:1px solid blue; */
}

.listing-ip-hamberg {
    width: 100%;
    height: 40px;
    padding-left: 31px;
    position: relative;
    border: none;
}

.listing-ip-location {
    border: none;
    padding-left: 4px;
    width: 100%;
}

.listing-ip-business {

    border: none;
    padding-left: 4px;
    width: 100%;
}

.listing-page-cards-row {
    padding-left: 30px;
}




.listing-ip-hamberg:focus {
    border: none;
}

.listing-ip-business:focus {
    border: none;
}

.listing-ip-location:focus {
    border: none;
}


.listing-input-wrapper .listing-input-container:last-child {
    border-right: none;
}



.listing-page-section-1 {

    /* border:1px solid black; */
    padding-top: 50px;
    padding-bottom: 60px;

}


.listing-page-filter-div {

    /* border:1px solid maroon; */
    /* margin-top: 56px; */
}

.listing-page-cards-div {

    border: 1px solid green;

}




.listing-page-cards-div-boxes {

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    border: 1px solid #ebebeb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 17px;
}


.listing-page-cards-div-img {
    width: 100%;
    /* max-height: 160px; */
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 160px;
}


.listing-page-cards-div-boxes-1 {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
    padding: 7px 10px 8px 10px;
}


.listing-page-cards-div-boxes-1-span1 {
    color: #0077c8;
    font-size: 17px;
    font-weight: 500;
    padding-top: 5px;
}

.listing-page-cards-div-boxes-1-span2 {
    color: #888888;
    font-size: 14px;
}




.listing-page-cards-div-boxes-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    padding: 2px 10px 4px 10px;
}



.listing-page-cards-div-boxes-2-div1 {
    display: flex;
    align-items: center;
    gap: 10px;
}


.listing-page-cards-div-boxes-2-div1 i {
    color: #0077c8;
    font-size: 13px;
}


.listing-page-cards-div-boxes-2-div1 span {
    color: #888888;
    font-size: 13px;
}



.listing-page-cards-div-boxes-3 {
    /* border: 1px solid rgb(187, 8, 127); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 4px 10px;
}

.listing-page-cards-div-boxes-4-top {
    text-decoration: none;
}



.listing-page-cards-div-boxes-4-top {
    position: absolute;
    top: 14px;
    left: 12px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #000000ad;
    border-radius: 7px;
    font-size: 14px;
    color: #fff;
}

.listing-page-cards-div-boxes-4-top:hover {
    color: #cda20a;
}


.listing-page-cards-div-boxes-3-close {
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid red !important;
    border-radius: 9px;
    color: red !important;
    font-size: 15px;
}

.section-home-4-boxes-3 {
    /* border: 1px solid rgb(187, 8, 127); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 4px 10px;
}


.listing-page-cards-div-boxes-3-a {
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid green;
    border-radius: 13px;
    color: green;
    font-size: 13px;
    cursor: default;
    text-decoration: none;
}


.section-home-4-boxes-3-a:hover {

    cursor: default;
}



.listing-page-cards-div-boxes-3-div1-span1 {
    color: #888888;
    font-size: 13px;
    padding-right: 3px;
}



.listing-page-cards-div-boxes-3-div1-span2 {
    color: #ffffff;
    font-size: 12px;
    padding: 6px;
    background: green;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
}


.listing-page-cards-div-boxes-2-div1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.listing-page-cards-div-boxes-2-div2 span {
    color: #888888;
    font-size: 13px;
}






.listing-page-filter-title {

    display: flex;
    align-items: center;
    justify-content: space-between;
}


.listing-page-filter-title img {
    width: 20px;
    height: auto;

}


.listing-page-filter-title span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}




.listing-page-filter-cat-div {


    /* border:1px solid black; */
    padding: 19px 0px;

}






.listing-page-filter-rate-div {
    /* border:1px solid green; */
    padding: 10px 0px 10px 0px;
    display: flex;
    flex-direction: column;

}

.list-page-filter-label-div {}

.list-page-filter-input-fileds {

    /* background:#0077c8 ; */
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;


}

.list-page-input-1 {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


.list-page-input-1 label {
    margin-bottom: 0;
}

.listing-page-filter-cat-div-p {
    color: #575757;
    font-size: 16px;
    font-weight: 500;
}

.list-page-input-1 label {

    font-size: 14px;
    color: #575757;
}

.list-page-input-2 {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.list-page-input-2 label {

    font-size: 14px;
    color: #575757;
    margin-bottom: 0px;
}


.list-page-filter-input-fileds span {

    font-size: 15px;
    color: #575757;
}



.listing-page-filter-rate-div-p {

    color: #575757;
    font-size: 16px;
    font-weight: 500;

}

.list-page-filter-rate-input-fileds {

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}



.list-page-filter-rate-input-fileds span {
    font-size: 15px;
    color: #575757;
}



.listing-page-cards-div-boxes-5-top {
    position: absolute;
    /* border: 1px solid red; */
    top: 14px;
    right: 13px;
    width: 33px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.listing-page-cards-div-boxes-5-top img {
    width: 100%;
}


.listing-page-cards-load {

    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-page-cards-load button {

    border-radius: 4px;
    padding: 7px 19px;
    font-size: 16px;
    font-weight: 500;
    background-color: #0066ab;
    outline: 0;
    margin-top: 39px;
    border: 1px solid #0066ab;
    color: #fff;
}


.list-page-input-1 input[type=checkbox], 
.list-page-input-1 input[type=radio] {
    width: 13px !important;
    height: 13px !important;
    margin-block: auto;
}


/* drope downm */
.listing-ip-drope {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    /* Hidden by default */
    width: 100%;
    padding: 0;
    margin: .125rem 0 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .1);
}

.listing-dropdown-item {
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.listing-dropdown-item:hover {
    background-color: #007bff;
    color: white;
}


.dropdown-menu {

    list-style: none !important;
    padding-left: 3px;
}






/* new designed listing page css end ......................................... */








/* new design of about us page css start .......................................*/


.about-new-page-section {
    padding: 25px 0px 25px 0px;
    background: #f3f7f9;

}

.about-page-top-row1 {

    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.about-page-card-div {

    padding: 80px 0px 30px 0px;
    /* background: #f3f5f9; */
}

.about-page-top-row1 .col-12.col-sm-12.col-md-12.col-lg-12 {
    display: flex;
    justify-content: center;
}


.about-page-new-h2 h2 {

    margin-bottom: 35px;
    color: #000;
    font-size: 35px;
    font-weight: 600;
}

.about-page-boxes {
    border: 1px solid #e0e0e0;
    background: #fff;
    height: 100%;


}

.about-page-mission {
    padding: 77px 0px 0 0px;
    /* background: #fffdf1; */
}

.about-page-boxes-img {

    width: 100%;
    object-fit: cover;
    height: 170px;


}



.about-page-title-box {

    /* border:1px solid red; */
    padding: 25px 5px 9px 15px;

}

/* .about-page-boxes-p1{

    color: #0077c8;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 9px;


} */

.about-page-title-box p:nth-child(1) {

    color: #0077c8;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 9px;
}


.about-page-title-box p:nth-child(2) {

    color: #4a4a4a;
    font-size: 15px;
}

.about-page-boxes-p2 {

    color: #4a4a4a;

    font-size: 15px;

}

/* .about-page-boxes-p1{

    color: #0077c8;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;

    padding: 10px 5px 0 15px;
} */

/* .about-page-boxes-p2{

    color: #4a4a4a;
    padding: 6px 10px 0px 15px;
    font-size:15px;

} */



.sect-about6-sub-card {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #eeeeee00;
}

.about-page-mision {

    /* border:1px solid red; */
}

.about-page-vision {

    /* border:1px solid blue; */
}


.about-page-mision p {

    font-size: 15px;
    color: #4a4a4a;
}


.about-page-vision p {

    font-size: 15px;
    color: #4a4a4a;
    line-height: 2;
}

.about-page-mision h3 {
    padding-bottom: 15px;
    color: #000;
    font-size: 35px;
    font-weight: 600;

}

.about-page-mision img{
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    height: 400px;
    margin-top: 40px;
}

.about-page-mission > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

.about-page-mission .container .col-md-6.col-lg-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.about-page-mission .container .about-page-mision {
    width: 100%;
    margin: 0 auto 100px;
    max-width: 950px;
    position: relative;
    padding: 0 0 0 230px;
}

.about-page-mission .container .about-page-mision > h4 {
    font-size: 20px;
    position: absolute;
    left: 75px;
}

.about-page-mission h2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 24px;
}

.about-page-vision img{

    width: 85%;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 35px;
    height: 446px;
}

.about-page-vision h3 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 20px;
}


.sect-about6-cards-img {
    max-height: 250px;
    height: 170px;
}

.about-page-mission .container .about-page-vision {
    width: 100%;
    display: block;
    text-align: center;
    background: #f3f5f9;
    padding: 100px 0;
}

.about-page-mission .about-page-vision .about-page-vouter {
    width: 100%;
    max-width: 950px;
    margin: 0 auto 0;
    background: #e0ebfe;
    border-radius: 16px;
    padding: 30px 48px;
}

.about-page-mission .about-page-vision .about-page-vouter img {
    width: 75px;
    height: inherit;
    margin: 0 0 18px;
}

.about-page-get-in-div {

    /* border:1px solid red; */
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: flex-start;
    padding: 71px 0px 79px 0px;



}


.about-page-get-in-div-h3 {


    font-size: 25px;
    text-align: left;
    font-weight: 600;
    padding-bottom: 20px;
}

.about-page-get-in-div-p {

    font-size: 15px;
    color: #4a4a4a;
    padding-bottom: 2px;
}



.about-page-get-in-div-a {



    background: #f25d25;
    border-radius: 4px;
    border: 1px solid #f25d25;
    text-decoration: none;
    padding: 4px 12px;
    color: #fff;
    align-items: center;
    width: fit-content;
    justify-content: center;
    padding: 8px 12px;
}

.about-page-get-in-div-a:hover {

    background: #0066ab;
    border: 1px solid #0066ab;
    color: #fff;
}


/* new detail page */

.mobile-footer {
    display: none
}

.coppy-div p {
    display: block;
}

img.bnrimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.detail-banner {
    position: relative;
    width: 100%;
}

.bannercnt {
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1140px;
    position: relative;
    /* text-shadow: 2px 2px 10px rgba(0, 0, 0, 1); */
    margin: 0 auto 0;
    position: relative;
    z-index: 9;
}

.bannercnt:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0 0 0 / 0.35); */
    filter: blur(8.6px);
}

section.detail-banner .container:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(0 0 0));
}

.brating .rating p {
    font-size: 17px;
}

.bannercnt h2 {
    color: #fff;
    font-size: 54px;
    position: relative;
    font-weight: bold;
    margin-bottom: 5px;
}

.bannercnt p:nth-of-type(1) {
    margin-left: 8px;
}

.bannercnt p:nth-of-type(2) {
    font-size: 15px;
    padding-top: 4px;
    margin-left: 8px;
}

.bannercnt p {
    color: #fff;
    margin-bottom: 0;
    font-size: 17px;
}

.bannercnt .brating {
    display: flex;
    padding-top: 12px;
}

.bannercnt .rating {
    display: flex;
    align-items: center;
    position: relative;
}

section.detail-banner img {
    max-height: 500px;
    min-height: 200px;
}

section.detail-banner .bannercnt img {
    min-height: inherit;
    max-height: inherit;
}

.bannercnt img {
    width: 19px;
}

.rating span {
    color: #fff;
    margin: 0 10px;
    font-size: 17px;
}

.rating p {
    background: #F55D25;
    padding: 0px 11px;
    border-radius: 5px;
    margin-right: 10px;
}

.heartreview span {
    color: #fff;
    padding-left: 10px;
    font-size: 17px;
}

i.fa-solid.fa-heart.heart-icon {
    color: #fff;
    font-size: 17px;
}

section.aboputsec {

    margin: 5% 0 7% 0;
}

.abcont h4 {
    font-size: 25px;
    padding-bottom: 27px;
}

.abcont p {
    font-size: 17px;
    padding-bottom: 22px;
}

.side-bar.contact p span {
    display: block;
}

.side-bar p {
    padding-bottom: 5px;
    color: #666;
}

.side-bar {
    border: 1px solid #ddd;
    padding: 14px 20px;
    border-radius: 20px;
    margin: 0px 0 35px 0;
}

.side-bar.working p {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 0;
}

.side-bar.working span {
    width: 56%;
}

.accordiansec .accordion-body {
    padding: 0;
}

.gal {
    width: 50%;
    margin: 0 0 25px 0;
    position: relative;
}

#videoModal {
    padding: 0;
}

div#videoModal .close {
    color: #fff !important;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 12% !important;
    right: 15% !important;
    transform: none !important;
    opacity: 1 !important;
    font-size: 31px;
    font-weight: 400;
    width: fit-content;
}

div#videoModal .modal-content {
    background-color: transparent;
    margin: auto;
    width: 80%;
    max-width: 800px;
    border: none !important;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

div#videoModalYoutube iframe#videoFrame38 {
    height: 400px;
}

div#videoModal .modal-content video.media-video {
    max-height: 400px;
}

/* .div#videoModalvideo .modal-content {
    
    margin: 5% auto;
    width: 80%;
    max-width: 800px;
    border: none;
    outline: none;
    border: transparent;
    background: transparent;
    padding:0;
} */


.gal img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    border-radius: 19px;
    min-height: 198px;
}

.accordiansec .accordion-item {
    border: none;
}

.accordion-header {
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 3px;
}

.accordiansec .accordion-header {
    margin-bottom: 38px;
}

.accordion-header h2 {
    font-size: 20px;
    color: #0077c8;
    font-weight: 500;
}

.evntgal p:nth-of-type(1) {
    /* margin-bottom: 4px; */
}

.back-buttons .btn.btn-primary {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none; 
}


.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    border-radius: 10px;
    border: 1px solid blue;
    border-top-left-radius: 0 !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

/* When the accordion is open, apply border-radius properly */
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    border-radius: 10px !important;
    border: 1px solid blue !important;
    margin: 0;
}

/* Apply border-radius only to the top corners when opened */
.accordion-item:first-of-type .accordion-button:not(.collapsed) {
    border: none !important;
    outline: none !important;
}



.accordion-item:last-of-type .accordion-button {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border: 1px solid #0077c8 !important;
    box-shadow: none;
}

button.accordion-button {
    color: #0077c8;
    font-size: 20px;
    font-weight: 500;

}

.accordion-button:not(.collapsed) {
    color: #0077c8;
    font-size: 20px;
    font-weight: 500;
}

/* .event-outer1 p { */
    /* color: #fff;
    font-size: 14px; */
    /* text-shadow: 2px 2px 5px rgba(0, 0, 0, 5); */
/* } */

.event-outer1 .start-event {
    font-size: 16px;
    color: grey;
    box-shadow: none;
    text-shadow: none;
    position:relative;
    padding-left: 31px;
    margin-bottom: 11px;
}

.event-outer1 .start-event.start-time{

    font-size: 16px;
    color: grey;
    box-shadow: none;
    text-shadow: none;
    position:relative;
    padding-left: 31px;
    margin-bottom: 11px;
}
.event-outer1 .start-event::before{

position: absolute;
content:"";
background: url(../images/calender.svg) no-repeat;
width: 17px;
    height: 23px;
    background-size: 100%;
    top: 2px;
    left: 0;

}
.event-outer1 .start-event.start-time::before{

position: absolute;
content:"";
background: url(../images/time.svg) no-repeat;
width: 19px;
    height: 24px;
    background-size: 100%;
    top: 3px;
    left: 0;

}

.event-outer1 {
    /* position: absolute;
    top: 21px;
    right: 24px; */
    /* border:1px solid red */
}

.accordion-button::after {


    margin-left: auto;
    content: "";
    background-image: url(../images/arrow.svg) !important;
    background-repeat: no-repeat;
    background-size: 35px;
    /* Change this to your desired size */
    width: 2.5rem;
    /* Adjust width */
    height: 2.5rem;
    transition: transform 0.2s ease-in-out;

}

.accordion-item:has(.accordion-collapse.show) .accordion-button::after {
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {

    transform: rotate(0deg);
}


ul.acul li {
    padding-bottom: 15px;
    font-size: 17px;
}

ul.acul li {
    position: relative;
    list-style: none;
}

ul.acul li:before {
    position: absolute;
    content: "";
    background: url(../images/mingcute_down-line.svg);
    width: 28px;
    height: 37px;
    left: -4%;
    background-repeat: no-repeat;
    background-size: 27px;
}

.evntgal img {
    width: 100%;
    height: 97%;
    max-height: 199px;
    border-radius: 20px;
    object-fit: cover;
}

.evntgal {
    width: 50%;
    position: relative;
    padding-bottom: 40px;
}

.evntgal h5 {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 6%;
    top: 5%;
    background: #fff;
    padding: 9px 9px;
    text-transform: capitalize;
    border-radius: 10px;
}

.evntgal h4 {
    font-size: 19px;
    margin-bottom: 0;
    padding: 28px 0 19px 0;
}

.main-review {
    margin-top: 56px;
}

.evntgal p {
    font-size: 16px;
    color: grey
}

.evntbtn a:hover{
    color:rgb(205 162 10);
    text-decoration:none;
}

.evntbtn a {
    text-decoration: none;
    color: grey !important;
    font-size: 17px;
    padding-left: 30px;
}

.rat1 p {
    color: #666;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: right;
    margin-block: 0;
}

.rat1 p {
    background: #fff;
}

.rat1 span {
    color: #666;
}

.rating-row p {
    font-size: 17px;
    margin-bottom: 9px;
    /* padding-left: 6px; */
    padding-top: 2px;
}

.rating-row {
    padding-right: 0;
    padding-left: 0;
}

.rating.star p {
    background: #fff;
    padding: 0 0;
}

/* .accordiansec:nth-of-type(5) .accordion-header {
    border-bottom: none;
} */

.form-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 20px 0px;
    position: relative;

}

.rating.star {
    position: relative;
}

.rating.star .text-danger {
    margin: 10px auto 0;
    padding: 0;
    display: block;
    float: none;
    position: relative;
    bottom: 0;
}

.form-group label {

    margin-bottom: 7px;

}

textarea#review {
    width: 100%;
    height: 138px;
    margin-bottom: 40px;
}

textarea#review:focus-visible {
    /* border: none !important; */
    outline: none;
}

.input-box {
    width: 66%;
    border-radius: 8px;
    height: 62px;
    margin: 5px 0px 9px 0px;
    border: 1px solid #ddd;
}

a.rvwbtn {
    text-decoration: none;
    color: #fff !important;
    background: #f55d25;
    padding: 17px 19px;
    border-radius: 9px;
    cursor: pointer;
}

#error_rating {
    position: relative;
    bottom: 0;
    padding: 10px 0 0;
    display: block;
}

.row.reviewallery:last-child {
    border-bottom: none;
}

.row.reviewallery {
    border-bottom: 2px solid #dddddd;
    padding-block: 16px;
    width: 100%;
}

.rat1 {
    padding-bottom: 9px;
}


.main-review p {
    padding-top: 12px;
    font-size: 17px;
    color: #999;
}

.review-form {
    padding-top: 12px;
}

.outersec .col-md-8 {
    padding-right: 57px;
}

iframe {
    width: 100%;
    height: 235px;
    border-radius: 20px;
}

/* .evntbtn {


    padding: 0px 0px 66px 34px;
} */

.locationframe p {
    padding-top: 23px;
    color: #999;
    padding-bottom: 14px;
    padding-left: 40px;
}

.side-bar h4 {
    padding-bottom: 21px;
}

a.eventloc:before {
    position: relative;
}

a.eventloc:before {
    position: absolute;
    content: '';
    background: url(../images/location.svg);
    width: 41px;
    height: 40px;
    background-repeat: no-repeat;
    left: 6px;
    top: 56%;
    background-size: 29px;
    text-align: center;
}

.location {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: flex-start;
}


.location img {
    padding-right: 21px;
    width: 46px;
    height: 100%;
}

.social-media-links {
    padding: 0 19px 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.social-media-links .location-social-link {
    width: 16%;
    display: inline-block;
    height: inherit;
    margin: 0 0.65% 0 0;
}

.social-media-links .location-social-link a {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
}

.social-media-links .location-social-link img {
    width: 100%;
    height: inherit;
}

.location-social-link img {
    /* width: 39px; */
    height: 100%;
    padding-right: 10px;
    /* max-width: 42px; */
    min-width: 36px;
}

.locationframe {
    position: relative;
}

.locationframe::before {
    position: absolute;
    content: " ";
    background: url(../images/location.svg);
    width: 41px;
    height: 40px;
    background-repeat: no-repeat;
    left: 0px;
    top: 87%;
    background-size: 30px;
    text-align: center;

}

a.rvwbtn:hover {
    background: #0066ab;
}

.location a {
    color: #666 !important;
    text-decoration: none;
}

.bannercnt p {
    position: relative;
}

.bannercnt p img {
    margin: -5px 0 0 5px
}

section.detail-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.2); */
    z-index: 9;
}

section.detail-banner .container {
    width: 100%;
    display: block;
    float: none;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 0;
}

.fa-star::before {
    content: "\f005";
    color: #e7ba19;
    font-size: 17px;
    padding: 0 3px;
}

.rating.star .grey::before {
    content: "\f005";
    color: grey;
    font-size: 17px;
    padding: 0 3px;
}

.rating .grey::before {
    color: #fff;
}
 
.evntbtn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
}

.bannercnt span:first-child img {
    width: 37px;
}

.bannercnt span:first-child {
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    animation: glowing-border 2s infinite;
    padding-right: 5px;
}

.bannercnt h2 {
    width: calc(100% - 54px);
    display: inline-block;
    /* padding-left: 10px; */
}

.row.reviewallery {
    margin: 0;
}

.rating-row p:nth-child(3) {
    font-weight: 500;
}

.gal #videoContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
}

/* new detail page end */


#spinner {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

#spinner2 {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.section-home-4-boxes .section-home-4-boxes-top span {
    padding: 5px 9px;
    background: #000000ad;
    border-radius: 7px;
    font-size: 13px;
    color: #fff;
    position: relative;
    margin: 12px 5px 0 7px;
    display: inline-block;
    text-transform: none;
}

.section-home-4-boxes .section-home-4-boxes-top {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    padding: 0;
}

.section-home-4-boxes .section-home-4-boxes-2 {
    position: relative;
}

.location-social-link a {
    position: relative;
    display: inline-block;
}

.location-social-link a .default-icon {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.location-social-link a .hover-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.location-social-link a:hover .default-icon {
    opacity: 0;
}

.location-social-link a:hover .hover-icon {
    opacity: 1;
}

/* new design of about us page css end .................................................. */







/* / css for contact us page start ........................................................./ */






.contact-page {

    padding: 40px 0px;
    /* / border:1px solid green; / */
    width: 100%;
    padding: 65px 0px 90px 0px;
    background-color: #0066ab;
    background-color: #f2f3f7;
}


.row-contact-title {

    display: flex;
    align-items: center;
    flex-direction: column;
    /* justify-content: center;
    margin:0 auto; */

}

.contact-title {

    text-align: center;
    font-weight: 700;
    font-size: 35px;
    color: #000;
}

.contact-desc {

    text-align: center;
    margin-bottom: 1px;
    color: #888888;
    padding-top: 4px;
    padding-bottom: 30px;
    font-size: 17px;
}

.contact-form {

    /* / border:1px solid red; / */
    width: 80%;
    margin: auto;
    margin-top: 26px;

}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    width: 80%;
    margin: 0 auto;
}



.contact-ip1-div {

    /* / flex:1 1 calc(50% - 10px); / */
    max-width: calc(50% - 7px);
    width: 100%;
    /* / border:1px solid rgb(0, 255, 21); / */
    display: inline-block;
    margin-bottom: 20px;
}

.contact-ip1-div label {

    width: 100%;
    margin-bottom: 6px;

}

.contact-ip1-div input {

    width: 100%;
    height: 40px;
    border: 1px solid #dadada;
    border-radius: 3px;
    padding-left: 10px;
}

.contact-ip1-div:nth-child(even) {

    margin-right: 10px;
}



.contact-ip1-div-desc {

    flex: 1 1 100%;
    /* / border:1px solid black; / */

}

.contact-ip1-div-desc label {

    width: 100%;

    margin-bottom: 6px;
}

.contact-ip1-div-desc textarea {

    width: 100%;
    height: 80px;
    border: 1px solid #dadada;
    border-radius: 3px;
    height: 100px;
}


.contact-btn {
    margin-top: 16px;
}


.contact-btn button {

    padding: 7px 17px;
    color: #fff;
    background: #000000;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    /* / text-trasformation:uppercase; / */

}

.contact-btn button:hover {

    color: #fff;
    background: #cda20a
}

.contact-map {


    padding: 80px 0px 100px 0px;


}


.contact-box1 h5 {

    padding-bottom: 10px;
}


.contact-box1 {

    /* / border:1px solid blue; / */
    height: 100%;
    display: flex;
    /* / margin: auto; / */
    flex-direction: column;
    justify-content: center;
    align-items: stretch;

}

.contact-box2 {

    /* / border:1px solid rgb(0, 255, 115); / */
    height: 100%;
}

.contact-a1 {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-a2 {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}


.contact-a2 span {

    cursor: pointer;

}


.contact-a2:hover span {

    color: #cda20a !important;

}

.contact-a2:hover i {

    color: #cda20a !important;

}



.contact-a1 span {

    /* cursor:pointer; */

}

.contact-a1:hover span {

    color: #cda20a !important;

}

.contact-a1:hover i {

    color: #cda20a !important;

}



.contact-a1 i {
    font-size: 14px;
    color: #31acff;
}


.contact-a2 i {
    font-size: 14px;
    color: #31acff;
}


.contact-form div {
    position: relative;
}

.contact-form div:has(.text-danger) {

    margin-bottom: 20px;
}

.text-danger {
    color: #dc3545 !important;
    font-size: 13px;
    position: absolute;
    bottom: -20px;
    left: 4px;
}

.signup-wrapper-form .form-ip input {
    margin-bottom: 10px;
}

.signup-wrapper-form .text-danger {
    color: #dc3545 !important;
    bottom: -10px;
    font-size: 12px;
    position: absolute;
    left: 4px;
}

.error-message.buss-error {

    position: absolute;
    bottom: -20px;
    left: 4px;

}

.signup-wrapper-form .g-recaptcha div > div {
    height: 100%;
}

.signup-wrapper-form iframe {
    width: 100%;
    height: 100%;
    border-radius:0;
    margin-top: 9px;
    border: 1px solid #d3d3d3;
}


.error-message.buss-error-desc {

    position: absolute;
    bottom: 0px;
    left: 4px;

}

.signup-wrapper-form .rc-anchor.rc-anchor-normal.rc-anchor-light{
    border: 0 !important ;
}



.contact-form div:has(.text-danger) {

    margin-bottom: 20px;
}

/* / css for contact us page end ........................................................./ */







/* css for terms page us page start ......................................................... */



.terms-section {

    padding: 80px 0px 70px 0px
}


.terms-list-ul {}

.terms-list-ul h3 {

    text-align: left;
    font-weight: 700;
    line-height: 20px;
    padding-top: 18px;
    font-size: 18px;

}

.terms-list-ul p {
    text-align: left;
    color: #888888;
    font-size: 16px;

}

.terms-terms-name {

    text-align: left;
    font-weight: 700;
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
}












/* .terms-terms-name::before,
.terms-terms-name::after {
    position: absolute;
    content: "";
    bottom: -2px;
    width: 30%;
    height: 2px;
    background-color: #0077c8;
} */

/* .terms-terms-name::before {
    left: 0;
}

.terms-terms-name::after {
    right: 0;
} */

.terms-terms-name::before {
    left: 0;
    width: calc(50% - 15px);
    /* Adjust this value for spacing */
}

.terms-terms-name::after {
    right: 0;
    width: calc(50% - 15px);
    /* Adjust this value for spacing */
}

.terms-terms-name::middle {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    /* Adjust this value for the size of the rectangle */
    height: 10px;
    /* Adjust this value for the size of the rectangle */
    background-color: orange;
}

/* .terms-terms-name::before{

    position: absolute;
    content: "";
    left: 0;
    top:2px;
    width:30%;
    height:2px;
    background-color: #0077c8;

}

.terms-terms-name::after{

    position: absolute;
    content: "";


} */




/* css for terms page us page end .........................................................*/






/* css for privacy policy start .................................................... */



.privacy-section {

    padding: 80px 0px 70px 0px
}


.privacy-list-ul {}

.privacy-list-ul h3 {

    text-align: left;
    font-weight: 700;
    line-height: 20px;
    padding-top: 18px;
    font-size: 18px;

}

.privacy-list-ul p {
    text-align: left;
    color: #888888;
    font-size: 16px;

}

.privacy-name {

    text-align: left;
    font-weight: 700;
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
}

.pr-1,
.pr-2 {

    margin-bottom: 4px;

}

.pr-ul li {

    color: #888888;
}





/* css for privacy policy end .................................................... */




/* admin side css  for headser =++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.header-wrapper.header-wrapper-ad .nav-login-a.nav-admin span {
    position: absolute;
    width: auto;
    height: auto;
    opacity: 1;
    transition: opacity 0.1sease-in-out;

}


.container-custom {
    max-width: 1140px;
}

.container-custom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.admin-sec .container-custom .nav-menu-div {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-left: auto;
    margin-right: 7px;
}

.admin-sec .container-custom .nav-login-div.nav-login-div-name {
    position: relative !important;
    cursor: pointer;
    width: auto;
}

.admin-sec .container-custom .nav-login-div {
    border: 1px solid #0066ab;
    border-radius: 50%;
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}



.admin-sec .container-custom .nav-login-a.nav-admin span {
    position: relative;
    width: auto;
    height: auto;
    opacity: 1;
    transition: opacity 0.1sease -in-out;
}

.ad-hm-a1 label {

    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}

/* admin header css end ..............................................................*/




.side_bar {
    width: 105px;
    height: 100vh;
    padding: 0px 0;
    /* position: fixed; */
    background: #ffff;
    z-index: 99;
    box-shadow: 4px 0px 16px 0px #0000000A;
    left: 0;
    border-radius: 0 0px 0px 0;
    top: 122px;
    border: 1px solid #dadada;
    transition: all .25sease-in-out;
    padding-bottom: 100px;
    margin-bottom: 40px;
}


.tog-side.side_bar {

    width: 105px;
    height: 100vh;
    padding: 0px 0;
    /* position: fixed; */
    background: #ffff;
    z-index: 99;
    box-shadow: 4px 0px 16px 0px #0000000A;
    left: 0;
    border-radius: 0 0px 0px 0;
    top: 0px;
    border: 1px solid #dadada;
    transition: all .25sease-in-out;


}







.side-dropdown-menu.show {
    display: block;
}

.dropdown-icon {
    margin-left: auto;
    /* Push the icon to the right */
    transition: transform 0.3s ease-in-out;
    /* Add smooth transition */
    color: #5d5858;
}

.side-dropdown-toggle[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
    /* Rotate the icon when expanded */
}


/* .side-item.active a {
    background-color: #f0f0f0 !important;
    color: #000 !important; 
    font-weight: bold !important; 
    border-radius: 5px;
} */


.sidebar-nav-ul .side-item.active a {
    background-color: #f0f0f0 !important;
    /* Light background color */
    color: #000 !important;
    /* Text color */
    font-weight: 500 !important;
    /* Bold text */
    border-radius: 5px;
    /* Optional: Add rounded corners */
}

.sidebar-nav-ul .side-item .side-dropdown-menu .side-item.active a {
    background-color: #d0ebff !important;
    /* Light blue background color for sub-options */
    color: #007BFF !important;
    /* Text color for sub-options */
    font-weight: 500 !important;
    /* Bold text for sub-options */
    border-radius: 5px;
    /* Optional: Add rounded corners */
}


.side-item.active a,
.side-item .side-dropdown-menu .side-item.active a {
    background-color: #d0ebff !important;
    /* Light blue background color for sub-options */
    color: #007BFF !important;
    /* Text color for sub-options */
    font-weight: bold;
    /* Bold text */
    border-radius: 5px;
    /* Optional: Add rounded corners */
}



.adm-title h2 {

    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}


.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;

    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #eaeaea !important;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}











.option-box1 label {

    margin-bottom: 7px;
    font-weight: 600;
}

.option-box1 input {}

.option-box2 label {

    margin-bottom: 7px;
    font-weight: 600;
}


.option-box2 input {}

.option-btn {


    margin-bottom: 20px;
}


.busi-header_title h2 {


    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}


.country-header_title {


    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}



.conty-bx1 label {

    margin-bottom: 7px;
    font-weight: 600;
}

.conty-btn {


    margin-bottom: 20px;
}



.sos-header_title {


    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}



.sos-label1 {

    margin-bottom: 7px;
    font-weight: 600;
}

.sos-label2 {

    margin-bottom: 7px;
    font-weight: 600;
}

.sos-btn {


    margin-bottom: 20px;
}

.sos-ip1 {

    margin-bottom: 15px;
    width: 100%;
}

.sos-ip2 {

    margin-bottom: 10px;
    width: 100%;
}


.pr-header_title {

    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;

}

.pr-ul {

    margin-bottom: 20px;
}

.pr-tab {

    margin-bottom: 20px;
}

.pr-bx1 label {

    margin-bottom: 5px;
    font-weight: 600;
}


.pr-bx2 label {

    margin-bottom: 5px;
    font-weight: 600;
}

.pr-bx3 label {

    margin-bottom: 5px;
    font-weight: 600;
}


.pr-bx4 label {

    margin-bottom: 5px;
    font-weight: 600;
}

.pr-bx5 label {

    margin-bottom: 5px;
    font-weight: 600;
}

.pr-bx6 label {

    margin-bottom: 5px;
    font-weight: 600;
}

.pr-btn {

    margin-bottom: 20px;
    margin-top: 20px;

}


section.table-section .category .col.contaner-col1 {
    width: 29%;
    background: #ffffff;
    padding-left: 13px;
    padding-top: 10px;
    /* border-radius: 12px; */
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
}


.contaner-col1 {
    background: #fff;
    padding-left: 14px;
    padding-top: 14px;
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
}

.pr-cont {


    background: #fff;
    padding-left: 14px;
    padding-top: 14px;
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
}

.pay-header_title h2 {


    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.set-header_title {


    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.set-header_title {


    background: #fff;
    padding-left: 14px;
    padding-top: 14px;
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
}


.set-sec {
    margin: 30px 0 0;
    background: #fff;
    padding-left: 14px;
    padding-top: 14px;
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
    padding-bottom: 14px;
}

.set-ip label {

    margin-bottom: 5px;
    font-weight: 600;
}

.hm-sec {

    margin: 30px 0 0 !important;
}

.hm-header_title h2 {


    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hm-wel {

    margin-bottom: 5px;
    font-weight: 600;
    font-size: 19px;
}

.hm-ip1 label {

    margin-bottom: 5px;
    font-weight: 600;
    /* margin-bottom:7px; */
}

.hm-ip1 label {
    margin-bottom: 5px;
    font-weight: 600;

}

.hm-ip2 label {
    margin-bottom: 5px;
    font-weight: 600;

}

.hm-ip3 label {
    margin-bottom: 5px;
    font-weight: 600;

}

.hm-ip4 label {
    margin-bottom: 5px;
    font-weight: 600;

}

.hm-ip5 label {
    margin-bottom: 5px;
    font-weight: 600;

}

.hm-plan {

    margin-bottom: 5px;
    font-weight: 600;
    font-size: 19px;

}

.hm-plan {

    margin-bottom: 5px;
    font-weight: 600;
    font-size: 19px;
}


.abt {

    margin: 30px 0 0;
}

.abt-header_title h2 {


    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.abt-btn {


    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.abt-img-prev {

    /* border:1px solid green; */
    position: relative;

}


.abt-img-prev img {
    /* width: 200px !important; */
    /* height: 200px; */
    width: 31% !important;
    max-height: 200px;
    object-fit: cover;
}

.abt-img-prev-btn {
    top: 30px;
    left: 33%;
    position: absolute;
}

.filt-sec {

    margin: 30px 0 0;
}

.filt-header_title h2 {

    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}


.prvacy-row {}

.prvacy-card {

    margin: 30px 0 0;
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
}

.privacy-card-title {

    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.privy-btn {


    margin-top: 10px;
    margin-bottom: 10px;
}


.term-card {

    margin: 30px 0 0;
    /* border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
}

.term-card-title {

    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;

}

.term-bttn {

    margin-top: 10px;
    margin-bottom: 10px;
}

.card-title {

    margin-bottom: 5px;
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
    width: fit-content;
}

.update-classuser {

    margin: 30px 0 0;
}


.invite-wrap {
    position: fixed;
    top: 92px;

    max-height: 100vh;
    overflow-y: auto;
    /* max-height: 100vh; */
}

/* .table-section {

    overflow-y: auto;
    position: fixed;
    top:88px;

} */


.side-evt-sec-hori {

    padding: 30px 20px 30px 20px;

}

.full-event {


    padding: 0px !important;
}

.inner-wrap2.owl-carousel.owl-loaded.owl-drag {
    height: 220px;
    /* border: 1px solid red; */
}


.home-outer2 {
    width: 100%;
    height: 200px;
    max-height: 220px;

}

.home-outer2 img {


    width: 100% !important;
    height: 87%;
    object-fit: cover; 
}


#loadmore-content_0 {
    margin-top: 0;
}

.side-event .home-outer1 img {

    border-radius: 15px;
}

.update-classuser .container {


    margin-left: 0 !important
}

.update-classuser {


    margin: 0 !important
}

.listing-page-section-1>.container>.advertice-hori {
    width: 100%;
    max-width: 100%;
    padding: 0
}

.listing-page-section-1>.container>.advertice-hori .listing-page-cards-row {
    margin: 0;
    padding: 0
}

.listing-page-section-1>.container>.advertice-hori .listing-page-cards-row .all_items {
    flex: 0 0 33.33%;
    margin: 0
}

@media (max-width: 1200px) {
    .home-category-button {
        height: inherit;
        align-items: unset;
        gap: 0;
    }

    .home-category-button-one {
        width: 24%;
        height: inherit;
        justify-content: start;
    }

    .home-category-button1 img {
        margin: 0 4% 0 0;
    }

    .home-category-button span {
        font-size: 13px;
    }

    .ip-hamberg {
        max-width: 162px
    }

    .ip-location {
        max-width: 180px
    }

    .ip-business {
        max-width: 220px;
        width: 100%
    }
}


@media (max-width: 1025px) {
    .nav-menu-div {
        gap: 15px;
    }

    .nav-select-div {
        padding-right: 12px;
        padding-left: 12px;
    }

    .nav-menus ul {
        padding-left: 0;
    }

    .social-media-links {
        padding: 0;
    }

    .location-social-link img {
        padding-right: 5px;
    }

    .bannercnt p img {
        margin: -5px 0 0 2px;
    }

    .about-page-mission .container .about-page-mision {
        width: 94%;
    }

    .about-page-mission .about-page-vision .about-page-vouter {
        width: 90%;
    }

    .section-home {
        background-size: cover;
    }

}

@media (max-width: 991px) {
    .section-home-4 .section-home-4-cards-row .col-md-6 {
        margin: 0 0 20px;
    }

    .about-page-mission h2 {
        font-size: 28px;
    }

    /* .social-media-links .location-social-link {width: 18%;margin: 0 1% 0 0;} */
}


@media (max-width: 768px) {
    .invite-wrap {
        position: static;
        height: auto;
        overflow-y: visible;
        max-height: none;
        /* Remove the max-height */
    }

    .slider-btn {
        position: static;
        height: auto;
    }

    /* .container {
        display: flex;
        flex-direction: column;
    } */

    /* .social-media-links .location-social-link {
        width: 13%;
    } */
}

@media (min-width:1440px) {

    #userTable {

        width: 100% !important;
    }

}





/* admin side side bar css starft ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */


.sidebar-nav-ul .side-item.active a,
.sidebar-nav-ul .side-item .side-dropdown-menu .side-item.active a {

    /* color: #007BFF !important;  */
    font-weight: bold !important;
    /* Bold text for sub-options */
    border-radius: 5px;
    /* Optional: Add rounded corners */
}

.keep-alive.show {
    display: block !important;
    /* Ensure the dropdown stays visible */
}



.back-admin {

    /* padding:10px; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #cbcbcbad;
    /* display: flex;
    align-items:center;
    justify-content: center; */
    display: inline-block;
    line-height: 30px;
    padding-left: 7px;
    line-height: 30px;
    float: right;

}

.ad-im1 img {
    object-fit: contain;
}

.ad-im2 img {
    object-fit: contain;
}

.ad-im3 img {
    object-fit: contain;
}

.ad-im4 img {
    object-fit: contain;
}

h2.accordion-header {
    font-size: 20px;
    color: #0077c8;
    font-weight: 500;
    padding-bottom: 20px;
    width: 100%;
}

section.about-page-card-div .row.gy-5 {
    justify-content: center;
}

section.listing-page-section-1 div#loadmore-content_1 {
    padding-top: 0 !important;
    margin-top: 0;
}

section.invite-wrap.update-classuser {
    position: unset;
    top: 0;
}

video.media-video {

    max-height: 235px;
}



.evntgal .gallery {
    width: 100%;
    display: flex;
    /* display: block;
    float: left; */
    margin: 0 0 20px;
}

.evntgal img {
    width: 100%;
    height: 15vw;
    max-height: 199px;
    border-radius: 20px;
    object-fit: cover;
}

.evntgal {
    width: 50%;
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.main-review {
    margin-top: 30px;
}


/* admin side side bar css end ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */



.pricing-sub2 ul {
    list-style: none;

}

.pricing-sub2 ul li {

    position: relative;
    padding-left: 22px;
}

.pricing-sub2 ul li::before {

    content: "\2714";
    position: absolute;
    top: 0%;
    left: 0%;
    color: #FFC107;
    transform: translateY(0%)
}

#videoModalvideo {
    padding: 0
}

#videoModalvideo .modal-content {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto 0
}

#videoModalvideo span.close {
    position: absolute;
    right: 15%;
    opacity: 1;
    color: #fff;
    font-weight: 300;
    top: 80px;
    transition: all 0.25s ease-in
}

#videoModalvideo span.close:hover {
    color: rgba(255 255 255 /0.5)
}



/* responsiove       ............................................*/


/* @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
} */

@media (min-width:1700px) {


    /* 
    .home-cards::before {
        content: "";
        position: absolute;
         top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
    } */

    .home-cards::before {

        content: "";
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        height: 100%;
        background-image: url('/assets/images/line.svg');
        background-repeat: no-repeat;
        background-size: 100%;




    }


    a.eventloc:before {
        top: 58%;

    }



}


@media (max-width:1440px) {
    a.eventloc:before {
        /* top: 58.5%; */

    }
}


@media (max-width:1399px) {
    .bannercnt {

        max-width: 1099px;
    }

}

@media (max-width:1200px) {

    .nav-select-div {
        padding-right: 15px;
    }

    .section3-cards::after {

        content: "";
        position: absolute;
        background-image: url(../assets/image/lines.png);
        top: 33%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
        width: 65%;
        height: 107%;
        background-size: cover;
        background-repeat: no-repeat;

        margin: 0 auto 0;


    }


    /* a.eventloc:before {

    
    top:61%
        } */

    .section-head .container {
        width: 94%;
        max-width: 100%;
        padding: 0;
    }

    .header-wrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

}

@media (max-width: 992px) {

    .nav-hamberg-div {
        display: flex;
        padding-right: 5px;
    }

    .nav-hamberg {
        display: flex;
    }

    .nav-menus {
        display: none;
    }

    .section3-cards::after {

        content: "";
        position: absolute;
        background-image: url(../assets/image/lines.png);
        top: 33%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
        width: 65%;
        height: 79%;
        background-size: cover;
        background-repeat: no-repeat;

        margin: 0 auto 0;


    }

    .slider-content-div h1 {
        color: #0066ab;
        margin-bottom: 7px;
        margin-left: -1px;
        padding-left: 0px;
        font-weight: 700;
        font-size: 35px;
    }

    .slider-imag-div {
        position: relative;
        height: 100%;
    }

    .slider-imag-div img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .input-parent {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .ip-hamberg {
        max-width: 180px;
    }

    .ip-business {
        padding-left: 28px;
        max-width: 260px;
        width: 100%;
        height: 40px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        /* border: 1px solid grey; */
        border-right: 0px;
    }

    .ip-location {
        max-width: 100px;
        padding-left: 28px;
        height: 40px;
        /* border: 1px solid grey; */
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .title-div p br {
        display: none;
    }

    .sec-4-search-box1 button {
        margin-left: 8px;
        background-color: #cda20a;
        border-radius: 7px;
        border: 1px solid #cda20a;
        height: 35px;
        padding: 4px 7px;
    }

    .sec-4-search-box1 button a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
    }

    .sec-4-ip-1 input {
        height: 35px;
        width: 100%;
        max-width: 110px;
        border: 1px solid #e6e6e6;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        padding-left: 30px;
        font-size: 12px;
    }

    .sec-4-ip-2 input {
        height: 35px;
        width: 100%;
        max-width: 70px;
        border: 1px solid #e6e6e6;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        padding-left: 26px;
        font-size: 12px;
    }

    .sec-4-sub-seach>img {
        width: 100%;
        height: auto;
        max-width: 91px;
        object-fit: cover;
        border-radius: 16px;
    }

    .sec-4-contents p:nth-child(1) {
        text-transform: uppercase;
        color: #797979;
        font-size: 14px;
        margin-bottom: 0px;
        font-size: 12px;
    }

    .sec-4-contents p:nth-child(2) {
        margin-bottom: 2px;
        color: black;
        font-size: 14px;
    }

    .sec-4-review {
        font-size: 12px;
        margin-top: 2px;
    }

    .sec-4-review span:nth-child(2) img {
        width: 100%;
        height: auto;
        max-width: 12px;
        object-fit: cover;
    }

    .sec-4-review span:nth-child(2) {
        display: inline-flex;
    }


    .sect-about2-row .col-12 {

        padding-left: 12px;

    }

    .header-wrapper a img {
        width: 100px;
    }

}


@media (max-width: 768px) {

    .nav-select-div {
        display: none;
    }


    .sect-list2-row .col-12.col-sm-12:nth-child(odd) {

        padding-left: 12px;

    }

    .sect-list2-row .col-12.col-sm-12:nth-child(even) {

        padding-right: 12px;

    }
}

@media (max-width: 767px) {
    .home-category-button span {
        font-size: 14px;
    }

    .home-category-button-one {
        width: 48%;
        margin: 0 1% 15px;
    }

    .evntgal img {
        height: inherit;
    }

    .home-content-div {
        gap: 15px;
    }
}




@media (max-width: 450px) {


    .header-wrapper {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 8px;
        /* border: 1px solid red; */
    }

    .img-logo {

        max-width: 125px;
        height: auto;
    }

    .nav-btn-1 {

        background: rgb(205 162 10);
        border-radius: 4px;
        border: 1px solid rgb(205 162 10);
        padding: 4px 8px;
        font-size: 14px;

    }

    .location-social-link img {
        padding-right: 5px;
    }

    .social-media-links .location-social-link {
        width: 16%;
    }


}




@media (max-width: 425px) {
    .img-logo {
        max-width: 104px;
        height: auto;
    }

    .nav-btn-1 {

        background: rgb(205 162 10);
        border-radius: 4px;
        border: 1px solid rgb(205 162 10);
        padding: 4px 8px;
        font-size: 14px;

    }

    .section-5 {
        margin: auto;
    }
}

@media (max-width:1199px) {


    .row.gy-5.section-home-4-cards-row {
        justify-content: center;
    }

    .bannercnt {
        max-width: 912px;
    }

    .bannercnt p:nth-of-type(1) {
        margin-left: 6px;
    }

    .bannercnt p:nth-of-type(2) {

        margin-left: 6px;
    }

}

@media (max-width:992px) {
    .home-slider .owl-carousel .owl-nav .owl-next {
        right: -15px;
    }

    .home-slider .owl-carousel .owl-nav .owl-prev {
        left: -15px;

    }

    .outersec .col-md-4 {

        max-width: 37.333333%;
    }

    .outersec .col-md-8 {
        max-width: 62.666667%;
    }

    div#reviewAccordion {

        margin-top: 49px;
    }

    div#galleryAccordion {
        margin-bottom: 13px;
    }

    div#productAccordion {
        margin-bottom: 13px;
    }

    .main-review {
        margin-top: 37px;
    }

    .gal {
        width: 100%;
    }

}

@media (max-width:991px) {
    .mobile-footer {
        display: block
    }

    .coppy-div p {
        display: none;
    }

    .mobile-footer p {
        color: #fff;
        font-size: 12px;

    }

    .col-12.col-md-12.col-lg-12.coppy-row {
        padding-left: 0;
    }

    .bannercnt {
        max-width: 713px;
    }

    .location img {
        padding-right: 4px;
        width: 28px;
        height: 100%;
    }

    .abcont h4 {
        font-size: 23px;
    }

    .abcont p {
        font-size: 16px;
    }

    .side-bar h4 {

        font-size: 20px;
    }

    .location-social-link img {
        min-width: 34px;
    }

    .accordion-header h2 {
        font-size: 19px;
    }

    .side-bar {

        padding: 14px 12px;

    }

    .side-bar p {

        font-size: 12px;
    }

    .evntgal h4 {
        font-size: 17px;
    }

    .evntgal p {
        font-size: 15px;

    }

    .evntgal ul li {
        font-size: 15px;
    }

    .evntgal ul {
        padding-left: 18px;
    }

    div#eventAccordion {
        padding-top: 28px;
    }

    .evntgal {
        width: 71%;
    }

    div#productAccordion .evntgal {
        padding-top: 33px;
    }

    .evntgal p:nth-of-type(1) {
        /* margin-bottom: 3px; */
    }
    .event-outer1 .start-event {

        margin-bottom:12px;
        font-size:15px;
    }
    
    .event-outer1 .start-event.start-time{

        margin-bottom:12px;
        font-size:15px;
    }
    .evntbtn a{

        font-size:15px;
    }

    .evntbtn {
  
        margin-bottom: 12px;
    }

    .event-outer1 p {

        font-size:15px;
        /* font-size: 12px !important; */

    }

    section.detail-banner {

        min-height: inherit;
        height: 100%;
    }

    section.detail-banner img {
        min-height: 400px;
    }

    .bannercnt h2 {

        font-size: 40px;
    }

    .about-page-mision h3 {
        font-size: 24px;

    }

    .about-page-vision h3 {
        font-size: 28px;

    }

    .about-page-new-h2 h2 {
        font-size: 28px;
    }

    .sect-about6-atag a {
        font-size: 16px;
    }

    .listing-page-cards-row {
        padding-left: 12px;
    }

    .listing-page-cards-row {
        padding-left: 12px;
    }

    .section-home-4-boxes-3-a {
        font-size: 11px;
    }

    .section-home-4-boxes-3 {
        flex-direction: column;
        gap: 10px;
    }

    .section-home-4-boxes-3-close {
        font-size: 11px;
    }

    .section-home-4-boxes-3-div1-span1 {
        font-size: 12px;
    }

    .section-home-4-boxes-3-div1-span2 {
        font-size: 11px
    }

    .section-home-4-boxes .section-home-4-boxes-top span {
        font-size: 12px
    }

    .side-evt-sec {
        padding-top: 0 !important;
    }

    section.listing-page-section-1 .g-5,
    .gy-5 {
        --bs-gutter-y: 0;
    }

    .pricing-card {
        height: 100%;
        padding-bottom: 16px !important;
        position: relative;
        margin-bottom: 30px;
    }

    .row.pricing-box-row {
        justify-content: center;
    }

    section.about-page-card-div .row.gy-5 .col-12 {
        margin-bottom: 28px;
    }



    .about-page-mision img {
        height: 352px;
    }

    /* .about-page-vision img {
        width: 96%;
        object-fit: cover;
        border-radius: 18px;
        margin-bottom: 35px;
        height: 352px;
    } */



    .home-input-wrapper {
        display: flex
    ;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        padding: 17px 17px 17px 17px;
        border-radius: 8px;
        flex-direction: column;
    width:100%;
    gap: 14px;
        background: #f3f7f9;
    }
    
    .about-page-top-row1 .col-12.col-sm-12.col-md-12.col-lg-12 {
        display: flex
    ;
        justify-content: flex-start;
        width: 100%;
    }
    
    .home-input-parent {
        position: relative;
        z-index: 99;
        width: 100%;
        justify-content: flex-start;
    }
    
    .home-input-wrapper .input-container:nth-child(1) {
        width: 100%;
    background:#fff;
    
    }
    
    .home-input-wrapper .input-container:nth-child(2) {
    
        width: 100%;
    background:#fff;
    }
    
        .ip-location {
            width: 100% !important;
            max-width: 100%;
    
    }
    
    .home-input-wrapper .input-container:nth-child(3) {
        width: 100%;
    
    }
    
        .ip-business {
            padding-left: 40px;
            max-width: 100%;
            width: 100%;
    
    }
    
    .home-input-wrapper .input-container:nth-child(3) i {
        position: absolute;
        top: 18px;
        left: 22px;
    }
    
    .home-input-wrapper .input-container:nth-child(1) {
    
        /* margin-left: 17px; */
    }

    .home-input-wrapper .input-container:nth-child(3) {
        border: none;
        padding: 5px 0px 5px 0px;
        position: relative;
    }

}

@media (max-width:767px) {
    .bannercnt h2 {

        font-size: 38px;
    }

    .rating-row p {
        font-size: 14px;
        padding-left: 0;
    }

    .rating-row {
        padding-left: 0;
    }

    .bannercnt {
        max-width: 511px;
    }

    .evntgal {

        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    div#productAccordion .evntgal {
        padding-top: 0;
    }

    .input-box {
        width: 100%;
    }

    a.eventloc:before {

        top: 9px ;
    }

    section.listing-page-section-1 .row {
        padding-left: 0;

    }

    .section-home {
        /* border: 1px solid red; */
        background: url(../assets/image/header-img.jpg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        padding: 86px 0px 114px 0px;
        height: 580px;
        object-fit: cover;
        background-size: cover;
    }

    .row {
        margin-left: 0 !important;
    }

    .container {
        max-width: 540px;

    }

    .section-home4-viewmore-btn {

        float: left;
        padding: 5px 2px;
    }

    .listing-page-section-1>.container>.advertice-hori .listing-page-cards-row .all_items {
        flex: 0 0 100%;
        margin-bottom: 28px;
    }

    .home-content-div h1 {
        text-align: center;
    }

    section.listing-page-section-1 .row {
        padding-left: 0;
    }

    section.listing-page-section-1 #loadmore-content_0 {
        margin-bottom: 28px;
    }

    .listing-page-filter-div {
        padding-bottom: 20px;
    }

    section.listing-page-section .ip-hamberg {
        padding-left: 46px;
    }

    .listing-page-count p {
        margin-bottom: 18px;
    }

    /* a.home-category-button-one.home-category-button1 {
    margin-bottom: 10px;
} */
    .home-category-button-one {
        display: flex;
        /* align-items: center; */
        /* justify-content: space-between; */
        gap: 6px;

    }

    .home-category-button {
        justify-content: center;
        margin-bottom: auto;
        margin-top: 10px;
    }

    .home-slider-title-div h2 {

        font-size: 30px;
    }

    .home-slider-title-div p {

        font-size: 16px;
    }

    .title-div h2 {

        font-size: 30px;
    }

    .title-div p {

        font-size: 16px;
    }

    .sec3-service-p {

        font-size: 17px;
    }

    .section-home-4-title-h2 {

        font-size: 30px;
    }

    .section-home-4-title-p {

        font-size: 16px;
    }

    .section-home-4-boxes-3-close {

        font-size: 12px;

    }

    .section-home-4-boxes .section-home-4-boxes-top span {
        font-size: 12px;
    }

    .card-box p {
        font-size: 15px;
        text-align: center;
    }

    .card-box {
        padding: 5px 0px;
    }

    .section-3-btn a {

        font-size: 14px;
    }

    .home-slider-title-div p {
        width: 80%;

    }

    .inner-wrap1.owl-carousel .home-outer {
        padding: 0 8% 0;
    }

    .home-slider .container {
        margin: 0 auto 0 !important;
    }

    .footer-social-div span {
        display: none;
    }

    .input-container {
        width: 42%;
        margin: 0 auto;
    }

    .home-input-wrapper {
        align-items: unset;
        justify-content: unset;
    }

    .ip-submit {
        font-size: 15px;
        margin: 0 auto;
        width: 35%;
        text-align: center;
        margin: 7px auto;
        margin-left: 16px;
    }

    /* .home-slider .owl-carousel .owl-nav .owl-next {
   
    right: 2%;
} */

    button.nav-btn-1 {
        display: none;
    }

    .home-slider-view-btn {
        float: none;
        text-align: center;
    }

    .home-input-wrapper .input-container:nth-child(2) {
        width: 100%;
        margin: 0;
        border-right: 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .home-input-wrapper .input-container:nth-child(1) {
        width: 100%;
        padding-right: 25px;
        margin-right: 0;
        margin-left: 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .home-input-wrapper .input-container:nth-child(3) {
        width: 100%;
        margin: 0;
        border-right: 1px solid #e8e8e8;
    }

    .home-input-wrapper .input-container:nth-child(1) i {
        left: 17px !important;
    }

    .ip-business {
        max-width: 100%;
        width: 100%;
        padding-left: 44px;
    }

    .home-input-wrapper .input-container:nth-child(3) i {
        top: 22px;
    }

    .home-slider {

        padding: 57px 0px 67px 0px;
    }

    .home-cards::before {
        background-image: none !important;
    }

    .ip-hamberg {
        padding-left: 25px;
    }

    .section-home-4 {

        padding: 56px 0px 66px 0px;
    }

    .section-3 {
        padding: 62px 0px 89px 0px;
        overflow: hidden;
    }

    .ip-location {
        padding-left: 25px;
    }

    .home-input-wrapper .input-container {
        font-size: 14px;

    }

    .section-3-card-div .col-sm-12 {

        max-width: 50% !important;
    }

    .home-slider .owl-carousel .owl-nav .owl-next {

        right: 2%;
    }

    .home-slider .owl-carousel .owl-nav .owl-prev {

        left: 2%;
    }

    .outersec .col-md-8 {
        max-width: 100.666667%;
    }

    .side-bar {


        padding-top: 51px;
    }

    .outersec .col-md-4 {

        padding-top: 51px;
    }

    .side-bar.loc {
        width: 100%;
    }

    .outersec .col-md-4 {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .side-bar p {
        font-size: 16px;
    }

    .evntbtn a {

        padding-top: 0px;
    }

    div#eventAccordion {
        padding-top: 0px;
    }

    .featherlight .featherlight-close-icon {
        top: -53px;
        right: 0%;
    }

    section.detail-banner {
        min-height: 427px;
        background: #0077c8;
    }

    section.detail-banner img {
        min-height: inherit;
    }

    section.detail-banner .container {
        padding: 20px 0 30px;
    }

    .bannercnt>span:first-child {
        position: relative;
        float: left;
    }

    .bannercnt h2 {
        width: calc(100% - 54px);
        display: inline-block;
        padding-left: 10px;
    }

    section.detail-banner .container:after {
        background: #0077c8;
    }

    .container {
        width: 100%;
        padding-right: 0;

        margin-right: auto;
        margin-left: auto;
        /* margin: 0 !important; */
    }

    .row {
        margin-right: 0 !important;
    }

    .outersec .col-md-8 {
        padding-right: 0;
        padding-left: 0;
    }

    section.about-new-page-section .ip-hamberg {
        padding-left: 44px;
    }

    .about-page-mission {
        padding: 44px 0px 44px 0px;
    }

    .about-page-mision h3 {
        font-size: 22px;
    }

    .about-page-vision h3 {
        font-size: 25px;
    }

    .about-page-new-h2 h2 {
        font-size: 25px;
    }

    .about-page-card-div {
        padding: 49px 0px 63px 0px;

    }

    .sect-about6 {
        padding: 45px 0px 60px 0px;
    }

    .sect-about6-title {
        font-size: 29px;

    }

    .sect-about6-sub-card {
        margin-bottom: 0;
    }

    .about-page-get-in-div {
        padding: 52px 0px 61px 0px;
    }

    section.about-page-card-div .col-12.col-sm-12.col-md-6.col-lg-4.aos-init.aos-animate {
        margin-bottom: 27px;
    }

    .outersec .col-md-4 {

        padding-left: 0;
        padding-right: 0;
    }

    .pricing-card {
        height: 100%;

    }

    .pricing-box-row {
        padding: 0 !important;
    }

    .pricing-p1 {

        font-size: 13px !important;

    }

    .pricing-sub2 {

        margin: 0 auto;
    }

    .pricing-sub1-h5 {
        text-align: left !important;
    }

    .pricing-sub1-p1 {
        text-align: left !important;
    }

    .pricing-amount {

        justify-content: flex-start !important;
    }

    .pricing-sub2 {

        margin: 0 !important;
    }

    .pricing-button {
        margin: 0 !important;
        margin-top: 30px !important;
    }

    .large-card {
        align-items: flex-start !important;

    }

    .pricing-sub1-p1 {

        padding-top: 10px !important;
        padding-bottom: 2px !important;

    }

    .pricing-sub2 ul {
        padding-left: 22px;
    }

    .pricing-sub2 {
        padding-top: 18px !important;
    }

    .about-page-mision p:last-child{

        margin-bottom: 80px;
    }

    .about-page-mission .container .about-page-mision {
        width: 90%;
        padding: 0;
        margin: 0 auto 60px;
    }
    
    .about-page-mission .container .about-page-mision > h4 {
        position: relative;
        left: inherit;
        margin: 0 0 20px;
    }
    
    .about-page-mission .about-page-vision .about-page-vouter img {
        width: 66px;
    }
    
    .about-page-mission .about-page-vision .about-page-vouter {
        width: 90%;
        padding: 30px 5%;
    }
    
    .about-page-mission .container .about-page-vision {
        padding: 60px 0;
    }

    .about-page-mision img {
        height: inherit;
    }

}

@media (max-width:575px) {
    .section-home {

        height: 719px;
    }

    .home-content-div h1 {

        font-size: 30px !important;
    }

    .gal img {

        min-height: 137px;
    }

    .section-3 {
        padding: 60px 0px 75px 0px;
        overflow: hidden;
    }

    .home-content-div h1 {
        text-align: center;
        font-size: 35px;
    }

    .section-3-card-div .col-sm-12 {
        max-width: 100% !important;
    }

    .home-slider-title-div h2 {
        font-size: 27px;
    }

    .title-div h2 {
        font-size: 27px;
    }

    .home-slider-title-div p {
        width: 92%;
    }

    .home-slider-title-div p {
        width: 92%;
    }

    .section-home4-viewmore-btn {

        float: left;
        padding: 5px 3px;
    }

    .row {
        margin-left: unset !important;
    }

    /* .row>*
    {
        padding-left: 0 !important;
    } */
    .home-input-wrapper {}

    .home-input-parent {
        background: none;
        border: none;
    }

    .home-input-wrapper .input-container:nth-child(1) {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        border-right: 0;
        border-bottom: 0;
    }

    .ip-hamberg {
        max-width: 100%;
        width: 100%;
        padding-left: 40px;
        border-radius: 6px;
    }

    .home-input-wrapper .input-container:nth-child(1) i {
        top: 14px;
    }

    .home-input-wrapper .input-container:nth-child(2) {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        border-bottom: 0;
    }

    .ip-location {
        width: 100%;
        max-width: 100%;
        border-radius: 6px;
        padding-left: 40px;
    }

    .home-input-wrapper .input-container:nth-child(2) i {
        top: 13px;
    }

    .home-input-wrapper .input-container:nth-child(3) {
        width: 100%;
        padding: 0;
        margin: 0 0 18px;
        border-right: 0;
        border-bottom: 0;
    }

    .home-input-wrapper .input-container:nth-child(3) i {
        top: 13px;
    }


    .ip-business {
        padding-left: 40px;
        border-radius: 6px;
    }

    .ip-submit {
        margin: 0;
    }

    .section-home-4 {

        overflow: hidden;
    }

    .bannercnt h2 {
        font-size: 26px;
        padding: 7px 0;
        padding-left: 58px;
    }

    .bannercnt {
        max-width: 400px;
    }

    .abcont p {
        font-size: 14px;
    }

    .evntgal p {
        font-size: 14px;
    }

    .evntgal p:nth-of-type(1) {
        /* margin-bottom: 29px; */
    }

    .evntgal ul li {
        font-size: 14px;
    }

    .evntgal p:nth-of-type(1) {
        /* margin-bottom: 8px; */
    }


    .event-outer1 .start-event {

        margin-bottom:14px;
        font-size:14px !important;
    }
    
    .event-outer1 .start-event.start-time{

        margin-bottom:14px;
        font-size:14px !important;
    }
    .evntbtn a{

        font-size:14px !important;
    }

    .evntbtn {
  
        margin-bottom: 14px;
    }

    .event-outer1 p {

        font-size:14px !important;
        /* font-size: 12px !important; */

    }






    .evntbtn a {

        font-size: 15px;

    }

    a.eventloc:before {

        top: 12px !important;
    }

    .main-review p {

        font-size: 15px;
    }

    .footer-emai-news input[type="text"] {

        margin-bottom: 10px;
    }

    .footer-emai-news {
        width: 100%;
        min-width: 351px;
    }

    footer.footer-div .col-sm-12 {
        width: 100%;
        flex: 0 0 100%;
    }

    .gal video.media-video {
        max-height: inherit;
        height: 47vw;
    }

    .gal div#videoContainer iframe {
        height: 119px;
    }

    .event-outer1 p {
        font-size: 11px !important;
    }

    .row.reviewallery .rating-row p {
        font-size: 12px;

    }

    section.about-new-page-section .home-input-wrapper {
        box-shadow: none;
    }

    .home-input-wrapper {
        box-shadow: none;
    }

    .gal div#video-youtube-outer1 iframe {
        min-height: 118px;
        /* max-height: 118px; */
        height: 47vw;
    }

    .bannercnt>span:first-child {
        position: absolute !important;
        float: left;
        margin-top: -12px;
    }

    .footer-row .col:nth-child(3) {
        width: 100%;
    }

    .footer-row .col:nth-child(3) {
        width: 100%;
    }

    .registered {
        font-size: 12px;
        padding: 6px
    }

    .lang-list p {
        padding: 3px 8px !important;
        gap: 6px !important
    }

    .dropdown-item.category-item {
        white-space: normal;
        padding: .25rem 0.5rem;
        font-size: 13px;
    }

    .about-page-mission h2 {
        font-size: 25px;
    }

    .about-page-mission .about-page-vision .about-page-vouter img {
        width: 55px;
    }

    .about-page-vision p {
        line-height: 1.65;
    }


}

@media (max-width: 420px) {
    #selected-lang {
        font-size: 11px !important;
    }

    .bannercnt {
        max-width: 300px;
    }

    .section-home {
        height: 758px;
    }

    .home-category-button-one {
        width: 100%;
        margin: 0 0 15px;
        padding: 12px 20px;
    }


    .home-slider .owl-carousel .owl-nav .owl-next {
        right: 0%;
    }

    .home-slider .owl-carousel .owl-nav .owl-prev {
        left: 0%;
    }

    footer.footer-div .col-sm-12 {
        width: 100%;
        flex: 0 0 100%;
    }

    .rat1 p {
        color: #666;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        float: none;
        margin-block: 0;
    }

    div#eventAccordion {
        padding-top: 20px;
    }

    div#productAccordion .evntgal:nth-child(2) {
        padding-top: 20px;
    }

    .home-input-wrapper {}

    .home-input-parent {
        background: none;
        border: none;
    }

    .section-3 {
        padding: 59px 0px 76px 0px;
        overflow: hidden;
    }

    .home-input-wrapper .input-container:nth-child(1) {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        border-right: 0;
    }

    .ip-hamberg {
        max-width: 100%;
        width: 100%;
        padding-left: 40px;
        border-radius: 6px;
    }

    .home-input-wrapper .input-container:nth-child(1) i {
        top: 14px;
    }

    .home-input-wrapper .input-container:nth-child(2) {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }

    .ip-location {
        width: 100%;
        max-width: 100%;
        border-radius: 6px;
        padding-left: 40px;
    }

    .home-input-wrapper .input-container:nth-child(2) i {
        top: 13px;
    }

    .home-input-wrapper .input-container:nth-child(3) {
        width: 100%;
        padding: 0;
        margin: 0 0 18px;
        border-right: 0;
    }

    .home-input-wrapper .input-container:nth-child(3) i {
        top: 13px;
    }

    .ip-business {
        padding-left: 40px;
        border-radius: 6px;
    }

    .ip-submit {
        margin: 0;
    }

    .nav-menu-div {

        gap: 4px;
    }

    .nav-login-div.nav-login-div-name img {
        width: 20px;
    }

    .hamburger-icon {
        width: 25px;

    }

    .section-home {

        padding: 50px 0px 114px 0px;

    }

    .home-content-div h1 {
        text-align: center;
        font-size: 24px !important;
    }

    .home-content-div {

        gap: 13px;
    }

    .home-content-div p {

        font-size: 21px;
    }

    .home-slider-title-div h2 {
        font-size: 23px;
    }

    .title-div h2 {
        font-size: 22px;
    }

    .section-home-4-title-h2 {
        /* font-size: 25px; */
    }

    .section-home-4 {

        overflow: hidden;
    }

    .evntgal {
        width: 100%;
    }

    .rating-row {
        padding-left: 0;
    }

    .input-box {
        width: 100%;
    }

    .footer-emai-news {
        width: 100%;
        min-width: 283px;
    }

    .home-category-button span {
        font-size: 13px;
    }

    .footer-social-div ul {

        gap: 10px;

    }

    .spans-coppy {

        font-size: 12px !important;
    }

    .mobile-footer p {

        font-size: 11px;
    }

    .about-page-get-in-div p {
        font-size: 14px;
    }

    .sect-about6-atag a {
        font-size: 15px;
    }

    .sect-about6-btn a {
        font-size: 14px;
    }

    footer.footer-cc .spans-coppy a {
        font-size: 11px;
    }

    .section-home-4-boxes-3-close {
        font-size: 11px;
    }

    .section-home-4-boxes .section-home-4-boxes-top span {
        font-size: 10px;
    }

    .pricing-radio-ips {
        display: flex;
        gap: 10px;
        width: 50%;
        padding: 0 0 6px 0;
        align-items: unset !important;
        justify-content: unset !important;
        margin: 0 auto !important;
        ;

    }

    .pricing-radio-div {
        padding: 10px 0px;
        display: unset !important;
        justify-content: center;

    }

    div#video-youtube-outer1 iframe {
        min-height: 118px;
    }

    .bannercnt>span:first-child {

        margin-top: 0px;
    }

    .footer-row .col:nth-child(3) {
        width: 100%;
    }

    .footer-row .col:nth-child(3) {
        width: 100%;
    }

}

@media (max-width: 330px) {
    .nav-btn-1 {
        background: rgb(205 162 10);
        border-radius: 4px;
        border: 1px solid rgb(205 162 10);
        padding: 4px 4px;
        font-size: 14px;
    }
}


@media (min-width:992px) {

    .footer-row .col:nth-child(3) {

        padding-left: 20px;
        box-sizing: border-box;

    }

    .gal img {
        min-height: inherit;
        max-height: 256px;
        height: 13vw;
    }

}







@media (min-width: 576px) {
    .container-custom {
        max-width: 540px;
    }

}

@media (min-width: 768px) {
    .container-custom {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-custom {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    /* .container-custom {
        max-width: 1320px;
    } */
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}




.lang-list {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 1px;
    border: 1px solid #f2eeee;
    border-radius: 5px;
    background: #fff;
    user-select: none;
    z-index: 9999;
}

/* Flex container for the text and icons */
.lang-list p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 5px 10px;
}

/* Globe icon color */
.fa-globe {
    color: #333;
}

/* Drop-down arrow */
.fa-caret-down {
    transition: transform 0.3s ease;
}

.lang-list p i {
    color: #50575c;
    font-size: 14px;
}

/* .lang-list p  */

.lang-list:hover p i {

    color: #888888;
}

#selected-lang {
    font-size: 14px;
}

/* Rotate icon when hovered */
.lang-list:hover .fa-caret-down {
    transform: rotate(180deg);
}

/* Dropdown list styles */
.language-list {
    position: absolute;
    top: 114%;
    left: 0;
    width: auto;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 5px 5px !important;
    ;
    margin: 0;
    z-index: 10;
    display: none !important;
    gap: 5px;
}

/* Show dropdown on hover */
.lang-list:hover .language-list {
    display: grid !important;
    /* width: 128px; */
}



/* Hover effect for language items */
.language-list li:hover {
    background: #f0f0f0;
}

.language-list li {
    padding: 3px;
    padding: 5px 5px;
    /* border-radius: 5px; */
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    transition: background 0.2s ease;
}

.language-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two columns */
    gap: 5px;
    /* Add spacing */

    padding: 5px;
}

/* .language-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
   
} */

.language-list li {
    width: calc(50% - 5px);
    /* Two items per row */
}




.language-list li {
    margin-right: 0px;
    padding: 5px 8px;
    border: none !important;
    border-radius: 0px;
    cursor: pointer;
    width: fit-content;
    transition: transform .3s ease-in-out;
    position: relative;

}


.language-list li a {

    color: #000000;
}



/* .language-list li {
    position: relative;
    width: fit-content;
    padding: 8px 12px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
} */

/* The animated underline */
.language-list li::before {
    content: "";
    position: absolute;
    left: 10%;
    /* Start from 10% to center it */
    bottom: 0;
    width: 0;
    /* Initially hidden */
    height: 2px;
    background-color: #099bff;
    transition: width 0.4s ease-in-out;
}

/* Expand the underline on hover */
.language-list li:hover::before {
    width: 60%;
    /* Expands to 80% of content width */
}