.draw-right-new {
    position: fixed;
    top: 50%;
    right: -105px;
    z-index: 999;
    transform: translateY(-50%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0/20%);
    box-shadow: 0 0 10px rgb(0 0 0/20%);
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.draw-right-new .btn-draw-right {
    color: #fff;
    background: #13357b;
    padding: 10px 12px;
    display: block;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
}
.draw-right-new span {
    padding: 0 10px;
    position: relative;
    top: -1px;
    opacity: 1;
    color: #fff;
}
.draw-right-new:hover {
    right: 0px;
}
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    z-index: 999;
    transition: bottom 0.2s;
}
.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}
.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}
.floating-wpp .floating-wpp-popup {
    /* border: 2px solid white; */
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}
.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}
.floating-wpp .floating-wpp-button img, .floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;

    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}
.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}
.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}
.home-services {
    background: #fff;
    margin-bottom: 50px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    padding: 30px 15px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1), 0 1px 5px 0 rgba(0,0,0,.1) !important;
}
.home-title {
    font-size: 24px;
    font-weight: 500;
    color: #0070b8;
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
}
.service-img-box {
    border-radius: 50%;
    background-color: #13357b;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: -70px;
}
.service-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-align: center;
    color: #0070b8 !important;
}
.text-title {
    font-size: 17px;
    margin: 0 0 5px;
    padding: 0;
    color: #13357b;
    font-weight: 700;
    text-align: left;
}
.pimgtext{
    margin-left: 26px;
}
#complete-information {
    width: 25px;
    height: 23px;
    background: url(../img/icons.png) -80px 0;
}
.home-services-title {
    font-size: 15px;
    margin: 0 0 5px;
    padding: 0;
    color: #000;
    font-weight: 700;
    text-align: left;
}
#analytics {
    width: 27px;
    height: 21px;
    background: url(../img/icons.png) -135px 0;
}
.my-20 {
    margin: 20px 0 !important;
}
.list-box-area .list-box-01 {
    display: flex;
    align-items: center !important;
    margin-bottom: 20px;
}
.list-box-01 .list-box-icon {
    display: block;
    font-size: 22px;

    background-color: rgba(14, 41, 75, 0.07);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.service-div {
    min-height: 460px;
    background-color: #f1f1f1;
    padding: 20px 15px 0 15px;
    margin-top: 60px;
    margin-bottom: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 2px;
}
.service-img1 {
    margin-top: 25px;
    margin-left: 30px;
    height: 50px;
    width: 50px;
}
.service-img {
    margin-top: 25px;
    margin-left: 25px;
    height: 50px;
    width: 50px;
}
.container {
    width: 100%;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
}
.typing-section {
    background: linear-gradient(to top, #287bbe 20%, #033563 100%);
    color: #fff !important;
    border-radius: 12px;
    box-shadow: 0 0 30px rgb(214 215 216/60%);
    font-family: roboto, sans-serif !important;
    position: relative;
}
.typing-section a.btn1 {
    text-transform: capitalize;
    font-weight: 500 !important;
    font-size: 18px;
}
.typing-section .col-3 {
    position: absolute;
    right: 5%;
    bottom: 0;
}
@media  (max-width: 1104px)
{
    .col-3 img
    {
       display: none !important;
    }
}
.typing-section a.btn1 {
    text-transform: capitalize;
    font-weight: 500 !important;
    font-size: 18px;
}
.btn1 {
    text-transform: uppercase;
    padding: 10px 18px;
    line-height: 1.3;
    position: relative;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: none;
    min-width: 130px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
    background-image: -moz-linear-gradient(to right, #32d314, #33e312);
    background-image: -webkit-linear-gradient(to right, #32d314, #33e312);
    background-image: -ms-linear-gradient(to right, #32d314, #33e312);
    background-image: linear-gradient(to right, #32d314, #33e312);
    box-shadow: 0 5px 8px 0 rgba(50,211,20,.36);
    color: var(--white);
    transition: all .6s;
    margin-right: 20px;
}
.ptext {
    font-size: 15px;
    color: #757575;
}
.typewriter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #32d314;
    position: relative;
}
.table-content {
    border-radius: 18px;
    border: 1.5px solid rgba(9, 43, 70, 0.32);
    background: #F5F7F9;
}
.table-img img {
    width: 342px;
    height: auto;
    margin-top: 27px;
}
.table-h3 {
    color: #092B46;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 34px;
    margin-left: 42px;
}
.features {
    overflow: hidden;
}

.features .nav-link.active {
    color: #13357b;
    border-color:#13357b;
}
.features .nav-tabs {
    border: 0;
}
.features .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: #556270;
    border-radius: 0;
    border-right: 2px solid white;
    font-weight: 600;
    font-size: 15px;
}
.typing-section2 {
    background: linear-gradient(to top, #105f9f 20%, #0f2a43 100%);
    color: #fff !important;
    border-radius: 12px;
    box-shadow: 0 0 30px rgb(214 215 216/60%);
    font-family: roboto, sans-serif !important;
    position: relative;
    min-height: 250px;
}
.typing-section2 #book_blink {
    color: #32d314;
}
.typing-section2 .col-3 {
    position: absolute;
    right: 2%;
    bottom: 0;
}
.roundbg {
    padding: 20px 20px 20px 20px;
    background-color: #13357b;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0px 0px 15px 0px #7f8ea7;
}
.icon {
    width: 100px;
    height: 100px;
    line-height: 118px;
    margin: 0 auto;
    background-color: #13357b;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0px 0px 15px 0px #7f8ea7;
}
.why_chose_us_1 .icon span {
    color: #fff;
    font-size: 38px;
    line-height: initial;
}
.why_chose_us_1 .details h4 {
    font-weight: 700;
    font-size: 16px;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.modern_apertment {
    border-radius: 3px;
    background-color: #fff;
    padding: 55px 15px 50px 45px;
    position: relative;
}
.search_smart_property h2 {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
}

.modern-section:before {
    content: "";
    background-image: url(../../assets/img/bg-09.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}
.modern-section {
    background-color: #1d293e;
    height: 549px;
    position: relative;
}
.pt100 {
    padding-top: 100px;
}
.search_smart_property p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.btn-white {
    background-color: #fff;
    border-color: #eee;
    color: #303030;
}
.search_smart_property {
    padding: 75px 0;
    position: relative;
}
.btn {
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.btn-lg {
    min-width: 320px;
    line-height: 2.6;
}
.blog .blog-comments .reply-form {
    margin-top: 0px !important;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments {
    margin-bottom: 10px;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.blog .blog-comments input {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    margin-top: 17px;
}
.blog .blog-comments select {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    margin-top: 17px;
}
.blog .blog-comments textarea {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    margin-top: 17px;
}
.modern-section-02:before {
    content: "";
    background-image: url(../../assets/img/bg-11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3;
}
.modern-section-02 {
    background-color: #1d293e;
    height: 549px;
}
.bgc-f7 {
    background-color: #f7f7f7;
}
.about-section {
    padding: 50px 0;
}
.pb50 {
    padding-bottom: 50px;
}
.vendor-section {
    background-color: #1d293e;
    height: 549px;
}
.vendor-section:before {
    content: "";
    background-image: url(../../assets/img/bg-12.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}
.digital-section:before {
    content: "";
    background-image: url(../../assets/img/bg-13.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}
.digital-section {
    background-color: #1d293e;
    height: 549px;
}
.msme-section:before {
    content: "";
    background-image: url(../../assets/img/bg-19.webp);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
}
.msme-section {
    background-color: #1d293e;
    height: 549px;
}
.banner-ads {
    right: -10px;
    width: 75%;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    bottom: 45px;
    transform: translate(-50%, 0%);
    z-index: 111;
    background: #000;
}
.banner-ads .close-btn {
    border-radius: 30px;
    background: #194279;
    border: none;
    color: #d1cece;
    font-size: 16px;
    width: 26px;
    height: 26px;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -10px;
}
.account-modal .btn-close {
    font-size: 20px;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 38px;
    height: 38px;
    z-index: 9;
    opacity: 1;
    text-align: center;
    color: #fff;
    background-color: #194279;
    background-image: none;
}
.error{
color: rgb(193, 72, 72);
}
.contact_localtion {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 30px;
    position: relative;
}
.main-title h2 {
    color: #161616;
    margin-bottom: 10px;
    margin-top: 0;
}
.color-white {
    color: #fff !important;
}
.color-white-80 {
    color: rgba(255, 255, 255, .8) !important;
}
.blockicon-box {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 10px;
    background-color: rgb(25 66 121 / 6%);
    color: #17171d;
    letter-spacing: 0;
    border: 1px dashed #033563;
    border-radius: 4px;
    box-shadow: var(--box-shadow);
    transition: linear .4s all;
}
.box_widget {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}
.widget_list li label.form-check-label {
    display: block;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-check {
    padding-left: 35px;
}
.fix-height-400 {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    max-height: 400px;
    overflow: auto;
    padding-right: 5px;
}
.widget_title {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.listNav .ln-letters {
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    padding: 20px 20px 15px;
    margin-bottom: 20px;
    background: #f7f7f7;
    border: 1px solid #e3e9ed;
}
.listNav .ln-letters span {
    font-weight: 500;
    font-size: 15px;
    border-radius: 4px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    color: #194279;
    border: 1px solid #194279;
    background-color: #e6e1e1;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
    float: none;
    display: inline-block;
    cursor: pointer;
}
.listNav .ln-letters .ln-selected {
    color: #fff;
    border-color: #194279;
    background-color: #194279;
}
.tenderDetailstext2_2 {
    font: 14px sans-serif;
    font-weight: 400;
    line-height: 23px;
    color: black;
    line-height: 23px;
    margin-right: 10px;
    float: left;
    padding: 5px 0;
    width: 68%;
    word-break: break-all;
}
.tender_inner_tr {
    width: 100%;
    float: left;
}
.tender_inner_tr .text01 {
    width: 30%;
}
