@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.about p,
.about-us-description,
.service-into p,
.special-quote p,
.special-text p,
.team p {
    text-align: justify
}

.circle {
    position: absolute;
    right: 8px;
    top: 8px
}

.block-color1,
.block-color2,
.block-color3,
.block-color4,
.block-color5,
.block-color6,
.fix-dave,
.main-banner,
.menuactive,
.menubar_list,
.parallax-section,
.pop-image,
.team-identity {
    position: relative
}

.circle i {
    font-size: 20px;
    color: #fff;
    cursor: pointer
}



.popbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 240px;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999999999999
}

.popup,
.sub-menu,
section {
    position: relative
}

.popupmain {
    width: 971px;
    height: 500px;
    margin: 6% auto 0
}

.popup {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 88%), 0 6px 20px 0 rgb(23 23 23 / 19%)
}

.pop-image {
    width: 100%;
    height: auto;
    background-color: #2b0d89;
    padding: 20px;
    text-align: center
}

.pop-image img {
    width: 30%;
    height: auto
}

.popup-context {
    width: 100%;
    height: 364px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #666;
    border-radius: 3px
}


.pop-image h2 {
    font-size: 28px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px #807b7b
}


.popup-context p {
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.popup-context ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.popup-context ul li {
    list-style: none;
    display: inline
}

.agree a {
    background: #2b0d89;
    color: #fff;
    border: #2b0d89;
    padding: .75em 2em;
    border-radius: 5px;
    font-weight: 500;
    line-height: 50px
}

.agree a:hover,
.disagree a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #333
}

.disagree a {
    background-color: red;
    padding: 8px 16px;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    border-radius: 10px
}

.closebtn {
    width: 100%;
    text-align: right;
    margin: 0 0 2px
}

.btn-book,
.business-header h1,
.business-main,
.carousel-control,
.country-main,
.hero-partner,
.menu-bar,
.middle3,
.nav-pills>li>a,
.partners h4,
.sidebar-item {
    text-align: center
}

.closebtn a {
    background-color: #fff;
    text-transform: uppercase;
    padding: 6px 15px;
    border-radius: 4px 4px 0 0;
    font-size: 13px
}

.closebtn a:hover {
    color: #000;
    text-decoration: none
}


@media only screen and (max-width:768px) {
 
    .popupmain {
        width: 100%;
        height: auto;
        margin: 0
    }
    .popup-context p {
        font-size: 14px
    }
    .pop-image h2 {
        font-size: 18px;
        margin: 0
    }
  
    .popup-context {
        height: 100%
    }
   
}