
.nit-input-box input {
    border: 0;
    outline: none;
    color: #323131;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-left: 5px;
    height: 33px;
}


.nit-input-box select {
    border: 0;
    outline: none;
    color: #323131;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-left: 5px;
}

.nit-input-box input::placeholder {
    color: #323131;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 767px) {
    .nit-input-box input::placeholder {
        font-size: 15px;
    }

    .nit-input-box input {
        border: 0;
        outline: none;
        color: #323131;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        padding-left: 5px;
    }


    .nit-input-box select {
        border: 0;
        outline: none;
        color: #323131;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        padding-left: 5px;
    }
}

/* .nit-input-box {
    padding: 19px 18px 10px;
} */

.tbtn {
    background: #a70504;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    transition: .5s ease;
    border: 0;
    outline: 0;
    padding: 15px 17px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 149px;
    text-align: center;
}

    .tbtn:hover {
        background: #070404;
    }

/* .search_list .nit-input-box {
    padding: 7px 8px;
} */

.search_list .nit-input-box {
    margin-bottom: 10px;
}

.search_list .nit-input-box input {
    border: 1px solid #b7b2b2;
    background-color: #fff;
    border-radius: 4px;
    height: 50px;
    width: 100%;
}

.srchbg {
    background-color: #fff;
    padding: 20px 10px 10px 10px;
    border: 1px solid #c7cfcf;
    box-shadow: 0px 5px 0px #ccc;
    border-radius: 8px;
}


.select-wrap::after {
    right: 29px;
    background: url(/resources/images/arrowdown.png);
    content: "";
    position: absolute;
    top: 33%;
    height: 7px;
    width: 11px;
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
        position: relative;
    }
}

/********************/

.stroke-shape {
    position: relative;
    width: 45px;
    height: 4px;
    margin: 0 auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: linear-gradient(270deg, #3542f0 0, #7b68ee 100%);
}

@media only screen and (max-width: 600px) {
    .title-w-border {
        font-size: 17px !important;
    }
}

@media only screen and (max-width: 767px) {
    .topmargin {
        margin-top: 38px !important;
    }

    .cruise-head {
        color: #fff;
        text-align: center;
        font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 22px;
        text-shadow: 1px 2px 2px #222;
        height: 116px;
    }

    .col-xs-4 {
        width: 33.33333333% !important;
    }
}


.clients {
    margin: 10px auto;
}

    .clients .client-image {
        text-align: center;
        width: 80px;
        height: 80px;
        margin: 5px;
        display: inline-table;
    }

.img01 {
    border: 3px solid #fff;
    box-shadow: 5px 0px 15px #ccc;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

    .img01:hover {
        border: 3px solid #FF3C00;
        box-shadow: 1px 1px 1px #ccc;
    }

.bkg-theme-blue {
    background: #162849 !important;
}

.mb-10 {
    margin-bottom: 15px !important;
}
