html {
    scroll-behavior: smooth;
    }
    
ul.list-check2.pos.mb-30 li {
    list-style: none;
    margin-top: 50px;
}

.vtour {
    position: absolute;
    left: -66px;
    top: -2px;
    color: #2071b7;
    font-size: 48px;
}

.footer.style--two.pos {
    background-color: #e6f3ff!important;
}

.widget img {
    max-width: 350px;
}

.footer.style--two .footer-main .footer-boxed {
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
}


.shadow { 
    box-shadow: rgb(0 0 0 / 20%) 10px 15px 16px;
}

h3>span {font-size:16px;}


.row.cta-bg:after {
    position: absolute;
    background-color: #e6f3ff;
    content: "";
    left: calc(150vw - 162vw);
    top: auto;
    bottom: 0;
    width: calc(100vw - 30px);
    height: 100%;
    z-index: -1;
    padding: 50px 0 100px 0;
}

.dot {
    position: absolute;
    background-color:#FF0000;
    height:8px;
    width: 8px;
    border-radius: 30px;
}

.soon:hover img {
    display:none;
}

.hide {
display: none;
}

.soon:hover .hide {
display: block;
color: red;
}

.modal-window {
    position: fixed;
    background-color: #00418e;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    z-index: 9999;
    }

    .modal-window:target {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .modal-window > div {
        max-width: 90%;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%, 0%);
        background: white;
        padding: 30px;
    }

    .modal-window .row {
        max-height: 60vh;
        overflow-y: scroll;
    }

    .modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
    }
    .modal-close:hover {
        color: black;
    }

    .modal-window > div {
        border-radius: 1rem;
    }

    .modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
    }

    .container.home {
        padding: 1rem;
        text-align: center;
    }

    .home img {margin: 0 auto 5px;}

    .home h1 {color:#1b6ccb;}

    .company {
        transition: all 0.3s;
        color: #7a7a7a;
        font-size: 14px;
    }

    .company:hover {
        transform: scale(1.1);
        cursor: pointer;
      }
    
      .company .feature-single {
        padding: 30px 20px 40px;
    }
     
     #compass-example {
        height: 30vh;
        top: 0;
        width: 100%;
    }
     #cb-example {
        height: 30vh;
        top: 0;
        width: 100%;
    }

   .hidden {
        display: none;
   }
   .visible {
        display: block;
   }


@media only screen and (max-width: 575px) {
        .section-title h2 {
            font-size: 32px!important;
        }
        .list-check.pos li h3 {
            font-size: 16px!important;
        }
        .feature-single.retailer {
            margin: 30px;
        }
        .footer.style--two .footer-main .footer-boxed {
            padding: 20px 0;}

            .hide-small {
                display: none!important;
                content: '';
              }
              
}

@media only screen and (max-width: 991px) {

        .header-main {
            background-color: #fff;
        }



        .banner-img {margin-top:-70px!important}
        .banner.pos .banner-content {margin-top:100px!important}

        .list-check2 {
            padding-left: 70px;
        }


        .p-5 {
            padding: 1rem!important;
            font-size: 16px;
        }
        .p-5 h1 {
            font-size: 36px;
        }

        .why {margin-top:-70px!important}

        .footer-boxed img {max-width: 100%;}

        .btn-pay {font-size: 20px!important}
}
