.h52px {
    height: 52px;
}

.adddolp {
    color: white;
}


/* banner video open  */

.headerr {
    position: relative;
    height: 45vh;
    min-height: 15rem;
    width: 100%;
    overflow: hidden;
}

.headerr h1 {
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.headerr ul li a {
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

.headerr video {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    position: absolute;
    top: 21%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.headerr .container {
    position: relative;
    z-index: 2;
}

.headerr .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000000;
    opacity: 0.5;
    z-index: 1;
    /* background: url(../images/banner/waterbannerbg.jpg) no-repeat center center/cover; */
}

@media (pointer: coarse) and (hover: none) {
    .headerr {
        background: url('#') black no-repeat center center scroll;
    }
    .headerr video {
        display: none;
    }
}


/* banner video end  */

.ServiceBox {
    box-shadow: 10px 10px 9px -8px rgba(201, 201, 201, 0.7);
    -webkit-box-shadow: 10px 10px 9px -8px rgba(201, 201, 201, 0.7);
    -moz-box-shadow: 10px 10px 9px -8px rgba(201, 201, 201, 0.7);
    padding: 15px;
}

.ServiceBox ul li {
    list-style-type: circle;
}

.ServiceBoxOutside {
    -webkit-box-shadow: inset 9px 11px 44px -24px rgba(224, 224, 224, 1);
    -moz-box-shadow: inset 9px 11px 44px -24px rgba(224, 224, 224, 1);
    box-shadow: inset 9px 11px 44px -24px rgba(224, 224, 224, 1);
    padding: 15px;
}

.ServiceBoxOutside table tr td {
    border: solid 1px #dee2e6;
    /* border-bottom: 1px solid #dee2e6; */
}


/* .ServiceBoxOutside table tbody tr td:last-child {
     border-right: none;
 } */

.Call_Btn a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 17.5px 40px;
    border-radius: 30px;
    z-index: 1;
    transition: all 500ms ease;
}

.Call_Btn a {
    background-color: #c59e56;
}

@media (max-width:575px) {
    .feature-section .title-text h2 {
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
    }
    .main-footer .footer-top .text h2 {
        font-size: 20px;
        line-height: 29px !important;
    }
    .headerr .overlay {
        background: url(../images/banner/waterbanner.jpg) no-repeat center center/cover;
    }
    .sec-title h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .wrapperr {
        position: relative;
        width: 20rem;
        height: 4rem;
    }
    .outer-box {
        display: flex !important;
    }
    .logo-box {
        width: 75% !important;
    }
    .menu-area {
        width: 25% !important;
    }
    .txt-loading {
        font-size: 16px !important;
    }
    .letters-loading {
        font-size: 16px !important;
    }
    .scroll-top {
        width: 25px;
        height: 25px;
        line-height: 26px;
        font-size: 20px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .headerr .overlay {
        background: url(../images/banner/waterbanner.jpg) no-repeat center center/cover;
    }
    .outer-box {
        display: flex;
    }
    .logo-box {
        width: 75%;
    }
    .menu-area {
        width: 25%;
    }
}

@media (min-width:768px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1199px) {}

@media (min-width:1200px) {}