/* header css */
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Suez+One&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

.u-navbar-item:nth-child(4)>a {
    color: #327240;
}

@media only screen and (max-width: 1024px) {
    .carousel_btn {
        display: none;
    }
    .u-navbar-items-active {
        height: 355px;
    padding-top: 50px;
    }
}


.u-locate-body {
    padding: 50px 10%;
    background-color: white;
}

.u-locate-body-title {
    font-size: 18px;
    color: #118081;
}

.u-paymethod-videobtn {
    height: 40px;
    max-width: 250px;
    border-radius: 20px;
    color: white!important;
    background-color: #80A6AC;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    
}

.u-locate-body-line {
    width: 100%;
    height: 2px;
    background-color: #C4C7CB;
    margin: 30px 0;
}

.u-locate-input {
    width: 32%;
}

.u-locate-input input {
    width: 100%;
    height: 40px;
    border: 1px solid #C4C7CB;
    border-radius: 20px;
    padding: 5px 10px;
}

.u-locate-input div {
    font-size: 14px;
    margin-bottom: 5px;
}

.u-locate-input input:focus-visible {
    outline: none;
}

.u-locate-input select {
    width: 100%;
    height: 40px;
    border: 1px solid #C4C7CB;
    border-radius: 20px;
    padding: 5px 10px;
}

.u-locate-input select:focus-visible {
    outline: none;
}

.u-locate-btn {
    width: 80%;
    max-width: 250px;
    height: 45px;
    background-color: #118081;
    color: #fff;
    margin: auto;
    margin-top: 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.5s;
}


/* header css */


/* map */

.u-locate-map {
    display: none;
}

.u-locate-map-disc {
    width: 30%;
    padding: 5%;
    background-color: #FAFAFA;
}

.u-locate-map-map {
    width: 95%;
}

.u-locate-map-disc .u-locate-body-title {
    font-size: 25px;
    color: #118081;
    text-align: center;
}

.u-locate-map-disc-body {
    padding: 10px 20px;
    border-top: 1px solid #80A6AC;
    border-bottom: 1px solid #80A6AC;
    margin-top: 20px;
    width: 100%;
}
.u-locate-map-disc-body>div {
    font-size: 15px;
    display: flex;
    margin: 10px 0;
}

.u-locate-map-disc-body>div>div {
    font-weight: bold;
    width: 150px;
}

.u-locate-map-map img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .u-locate-input {
        width: 100%;
    }
    .u-locate-map-disc {
        width: 100%;
    }
    .u-locate-map-map {
        width: 100%;
    }
}

/*CUSTOM CSSS*/

/*CUSTOM CSSS*/



[class*=hover-] {
    transition: all .2s ease-in-out;
}
.h-100 {
    height: 100%!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 3px solid #80A6AC;
    border-radius: 15px;
}
.hover-box-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 9%);
    transform: translateY(-.5rem);
}.card-body {
    flex: 1 1 auto;
    padding: 15px;
    text-align: center;
}.services-title {
    font-size: 26px;
    font-weight: 300;
    color: #607C73;
}



.title-size{font-size:24px}
.text-size{font-size:13px}
.btn-primary{
    border-color: #80A6AC!important;
    background-color: #80A6AC!important;
}


[class*=hover-] {
    transition: all .2s ease-in-out;
}

body{
    display: block;
}
.cursor-pointer{
    cursor: pointer!important;
}
.shareIcons{
    max-width: 24px;
    margin-left: 5px;
}
mr-2,.mx-2{margin-right:.5rem!important}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.mr-2,.mx-2{margin-right:.5rem!important}


.obi h1{
    
    color:black;
   font-size: 25px;
    padding-top: 20px;
    font-family: 'Suez One', serif;

}

.tb1-2{
   display: grid;
   grid-template-rows: 10% 90%;
   
}

.tb1-3{
   grid-template-columns: 1fr 1fr 1fr;
}




