body {
    margin: 0px;
    overflow-x: hidden;
}

nav {
    background-color: transparent;
    margin-bottom: -56px;
    z-index: 99;
    color: #fff;
    position: absolute!important;
}

.nav-link {
    color: #fff!important;
    margin-top: 30px;
    max-height: 45px;
    font-size: 22px;
}

.flag_logo {
    aspect-ratio: 1;
    vertical-align: unset;
    border-radius: 50%;
    padding: 3px;
}

#mainSlider .item {
    height: 100vh;
}

#mainSlider img {
    top: 0px;
    left: 0px;
    height: 100%;
}

#mainSlider h1 {
    z-index: 99;
    color: #fff;
    font-family: monospace;
    text-shadow: 2px 2px black;
    font-size: 75px;
}

.forLibraryVideo {
    box-shadow: #989898 0px 6px 12px 2px;
    border: 7px solid #efefef!important;
    outline: 1px solid #d8d6d6!important;
    width: 92%;
    height: 100%;
    margin: auto;
    display: block;
}

.forLibraryVideo video:focus {
    /*border: 1px solid transparent;*/
    outline: #55267b!important;
    /*border-radius: 0px;*/
}

.tilesPortionH4{
    color: #6a6a6a;
    white-space: nowrap;
}

#videoContainer {
    aspect-ratio: 16/9;
    max-height: 335px;
}

#intro .topHr {
    height: 2px;
    opacity: 1;
    background-color: rgb(117 25 175);
}

#intro .lowHr {
    height: 4px;
    opacity: 1;
    background-color: rgba(31, 31, 31, 0.993);
}

.btnPricing{
    background-color: blue;
    color: #fff;
    padding: 2px;
}
.btnPricing:hover{
    color: #fff;
}
.btnPricing:focus{
    box-shadow: none;
    background-color: rgb(1, 90, 255);
}

#intro p{
    text-align: justify;
}

#ContactUs button {
    background-color: transparent;
    border: 0px;
    color: #55267B;
}

#ContactUs button:focus {
    border: 0px;
    outline: 0px;
    opacity: 0.8;
}

#ContactUs img {
    /*	height: 30px;
	width: 30px;*/
    margin-bottom: 20px;
}

.loaderDiv {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    background-color: #efefef99;
}

.loaderDiv img {
    margin: auto!important;
    width: 75px!important;
    height: 75px!important;
}

.contact-us-form,
.book-demo-form {
    width: 70%;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #55267B;
    border-radius: 20px;
    padding: 30px;
    color: #55267B;
}

.contact-us-form input,
.contact-us-form textarea,
.book-demo-form input,
.book-demo-form textarea {
    margin: 10px 0px;
    background-color: transparent;
    border-color: #55267B;
}

.ftr-fm-btn {
    background-color: rgb(102, 61, 136);
    color: #fff!important;
    text-align: center;
    padding: 3px 25px;
    margin: 25% auto;
    display: block;
}

.contact-us-form ::placeholder,
.book-demo-form ::placeholder {
    color: #A790B9!important;
}

.loaderDiv {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    background-color: #efefef99;
}

.loaderDiv img {
    margin: auto!important;
    width: 75px!important;
    height: 75px!important;
}

.icon {
    height: 30px;
    margin-top: 10px;
}

.bottomImage {
    background-color: #000;
}

.bottomImage img{
    padding: 25px 0px;
}

footer {
    background-color: #fff;
}

.footer-nav {
    width: 70%;
    margin: auto;
}

.footer-nav .nav-item {
    margin: 0px auto;
}

.footer-nav a {
    color: #55267B !important;
    font-size: 15px;
}

.contact-us-form,
.book-demo-form {
    width: 70%;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #55267B;
    border-radius: 20px;
    padding: 30px;
    color: #55267B;
}

.bottomAs {
    color: #55267B;
    text-decoration: none;
}

.bottomAs:hover {
    color: #55267B;
}


/* input box*/

.input-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-left: 0.5rem;
    overflow: hidden;
    font-family: sans-serif;
}

.input-box .prefix {
    font-weight: 300;
    font-size: 14px;
    color: red;
}

.input-box input {
    flex-grow: 1;
    font-size: 14px;
    background: #fff;
    border: none;
    outline: none;
    padding: 0.5rem;
}

.pricingInputs {
    max-width: 100px;
    text-align: center;
}

.input-box:focus-within {
    border-color: #777;
}

.pricingInputs {
    border: 0px;
}

.boldInput {
    font-weight: bold;
    color: rgb(255, 0, 0);
}

.planPackage:checked[type=radio],
.planType:checked[type=radio] {
    background-image: none;
    background-color: rgb(255, 0, 0);
    border-color: rgb(255, 0, 0);
}

.planPackage,
.planType {
    border-radius: 0px!important;
}

.planPackage:focus,
.planType:focus {
    box-shadow: none;
    border-color: red;
}

#pricingInfoTable td {
    font-weight: bold;
    font-size: 17px;
}

.infoP {
    color: red;
    font-size: 13px;
}

.regCostText {
    color: #175696;
}

.regAgentText {
    color: red;
    font-size: 18px;
}

.agentIdText {
    font-size: 18px;
    font-weight: 500;
}

.activeCurrency {
    color: red;
    font-weight: bold;
}


/**********      SideBar      ***********/

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #2d2a4a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #d3d0d0;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.countryCode {
    border: 0;
    color: red;
}

#main {
    transition: margin-left .5s;
}

#sideBarTrigger {
    background-color: transparent!important;
    border: none!important;
}

.custom-discount-input {
    width: 80px;
    border: 1px solid;
    border-right: 0px;
    height: 31px;
}

.custom-discount-amount {
    width: 20px;
    height: 31px;
    padding: 0px;
    margin-top: -6px;
    border: 1px solid;
    border-left: 0;
    border-radius: 0;
}

#business{
    scroll-margin: 60px 0 0 0;
}

#venues{
    scroll-margin: 20px 0 0 0;
}
#demoSection{
    scroll-margin: 60px 0 0 0;
}

#top-scroll{
    border: 0px!important;
    background: transparent!important;
}

.footer-nav a{
    text-decoration: none!important;
}