 .banner2 {
        display: none;
    }
    
    .show-in-mob{
        display: none;
    }

    .carousel-indicators [data-bs-target] {
        background-color: #1c2a3a;
    }
       @media screen and (max-width: 767px) {
        .mob-img {
            display: block !important;
        }
         .show-in-mob{
           display: block;
        }
         .hide-in-mob{
           display: none;
        }
    }
    .calltoaction{
        background-color: #1c2a3a !important;
        opacity: 0.9;
    }
      .modal .modal-header {
            box-shadow: 0 15px 35px rgba(0, 0, 0, .1) !important;
        }

        .modal .modal-header .form-title {
            color: #fff;
            text-align: center;
            font-size: 25px;
            padding: 5px 0 0 60px;
            font-weight: 700;
        }

        .modal .modal-box {
            margin: 0 20px;
            border-radius: 30px;
            background-color: #1c2a3a;
        }
        .navbar-toggler
        {
            border: 1.5px solid #1c2a3a !important;
        }
        .modal .modal-box-body {
            background-color: #ebf8fe;
            border-radius: 0 0 30px 30px;
            border-top: 2px solid #1c2a3a;
            padding-bottom: 5%;
        }

        .modal .close-btn {
            font-size: 15px;
            position: absolute;
            top: 15px;
            right: 15px;
            border: 1px solid #fff;
            box-shadow: -1px 2px 3px 1px #fff;
            border-radius: 30px;
        }

        .modal .modal-box-body .free-consultation-form .mod-field {
            border-radius: 0;
        }

        .modal .modal-box-body .free-consultation-content {
            padding: 5% 10%;
        }

        .modal .btn-close {
            --bs-btn-close-bg: url(/assets/icon/cross_24.png);
        }