body {

    width: 100%;

    height: 100%;

}



.navbar {

    z-index: 1;

}
.custom-container{
    max-width:1400px;
    padding:0px 15px;
    margin:0 auto;
}

.dashboard-section {
    position: relative;
    width: 100%;
    height: calc(100vh - 86px);
    background-image: url(/storage/images/main-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content h1{
    font-size: 80px;
    font-weight: bold;
}
.banner-content p{
    font-size: 20px;
}
.banner-content{
    padding-top:100px;
}




.lighBg {

    background-color: #f7f7f7;

}



#permission {

    top: 0;

    position: absolute;

    left: 140px;

}



.pos-relative {

    position: relative;

}

.meeting-sec {
    margin-bottom: 150px;
}

.entering-info {
   
}


.submit_btn a {
    background-color: #01808e;
    width: 100%;
    display: inline-block;
    color: #fff !important;
    padding: 12px 15px;
    text-align: center;
    border-radius: 8px;
    margin: 13px 0;
}

.instant_meeting_btn a {
    background-color: #3ae5cf;
    width: 100%;
    display: inline-block;
    color: #1f2a37 !important;
    padding: 12px 15px;
    text-align: center;
    border-radius: 8px;
    margin: 13px 0;
}

.instant_meeting_btn:hover {
    cursor: pointer;
}

.entering-info {
    border-radius: 16px !important;
}


.left-center {

    position: absolute;

    width: 50%;

    left: 0;

    top: 0;

    height: 100%;

    background-image: url(/images/background.svg);

}



.right-center {

    position: absolute;

    width: 50%;

    right: 0;

    top: 0;

    height: 100%;

}



.site-detail {

    position: absolute;

    top: 50%;

    left: 50%;

    color: #fff;

    transform: translate(-50%, -50%);

    text-align: center;

    font-size: 26px;

}



.btn-outline-secondary:hover {

    color: #fff !important;

}



.btn-outline-secondary:active {

    color: inherit !important;

    background-color: transparent !important;

    border-color: #fff !important;

}



.btn-outline-secondary:hover {

    background-color: transparent !important;

    border-color: var(--secondary-color) !important;

    color: var(--primary-color) !important;

}



.input-group input,

.input-group input:focus,

.input-group input:active,

.input-group input:hover {

    background: transparent;

    border: 0;

    border-bottom: 2px solid var(--secondary-color);

    color: var(--secondary-color);

    border-radius: 0 !important;

}



.input-group .btn {

    border: 0;

    border-bottom: 2px solid var(--secondary-color);

    color: var(--secondary-color);

    font-weight: 700;

    letter-spacing: 0.6px;

    border-radius: 0 !important;

}



.form-control-placeholder {

   /* position: absolute;

    top: 0;

    padding: 7px 0 0 13px;

    transition: all 200ms;

    opacity: 0.7;

    color: var(--secondary-color);*/

}
.input-group-append.meeting_id button {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    border: 0 !important;
}
input#conferenceId {
    background-color: #F9FAFB;
    border-color: #D1D5DB;
    padding-left: 40px !important;
    background-image: url(/storage/images/video-icon.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
#meeting .form-control-placeholder {
    font-size: 14px;
    font-weight: 600 !important;
    color: #111928  !important;
}
#meeting h3 {
    font-size: 36px;
    font-weight: bold;
}
.form-control:focus+.form-control-placeholder,

._value_added_lable {

    font-size: 75%;

    transform: translate3d(0, -100%, 0);

    opacity: 1;

}
.host-sec{
    overflow: hidden;
}
.host-sec::before {
    content: "";
    display: inline-block;
    width: 200px;
    height: 100%;
    background-image: url(/storage/images/host-left.png);
    position: absolute;
    left: 0;
    z-index: 9999;
}
.host-sec::after {
    content: "";
    display: inline-block;
    width: 160px;
    height: 100%;
    background-image: url(/storage/images/host-right.png);
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 9999;
    background-size: cover;
}
.host-sec p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 20px;
}
.gray-500{
    color: #6B7280;
}
.faq_section  .card-body{
    color: #6B7280;
}
.page-section {

    position: relative;

    padding: 80px 20px;

}
.token-color{
    color: #0E201B;
}
.home-heading{
    font-size: 48px;
    font-weight: 700;
}
.para-token{
    font-size: 18px;
    color: #576063;
}
.faq_section  .home-heading {
    font-size: 36px;
    margin-bottom: 50px;
}
.color-primary{
        color: #393941;
}
.rating-section h4 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    color: #171714;
}

.text-white {

    color: #fff;

}
.about-icon h5{
    font-size: 20px;
}
.about-icon-sec {
    margin: 20px 0;
}
.about-icon-sec h5 {
    margin: 10px 0;
    font-size: 20px;
}
.light_bg{
    background-color: #F5F6F6;
}


.about-desc {

    border-top: 4px solid #fff;

}



.icon-box em {

    font-size: 32px;

    color: var(--primary-color);

    padding: 20px;

}



.about-section {

    background-color: var(--white-bg);

}



.feature-section {

    /* background-color: var(--primary-color); */

}



.custom-card {
    background-color: #fff;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 0px 9px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
}
.new-theme-bg{
    background-color: #01808E;
}


.feature-section .icon-box em {

    transition: all 0.2s ease-in-out;

}



.feature-section .icon-box:hover em {

    transform: scale(1.1);

}



.feature-section .icon-box:hover {

    opacity: 1;

}



.about-icon {

    font-size: 170px;

    color: var(--primary-color);

}



.use-show i {

    font-size: 30px;

    color: var(--primary-color);

    padding: 15px 10px;

}



.faq_section .card-header {

    border-bottom: 1px solid rgb(0 0 0 / 8%);

}



.icon-box {

    padding: 10px 15px;
    transition: 0.3s all;

}
.icon-box img {
    height: 30px;
    margin: 20px 0 10px;
}

.icon-box:hover{
    transform: translateY(-8px);
}

.rating-section i {
    font-size: 27px;
    color: #C0A615;
    margin: 0 10px;
}
/*Slider*/

.swiper-container {
  width: 100%;
  max-width: 1200px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
  max-width: 100%;
}

.quote {
    font-size: 1rem;
    color: #393941;
    margin-bottom: 20px;
    line-height: 1.5;
    position: relative;
    margin-top: 20px;
}
.quote::before {
    content: "";
    width: 25px;
    display: inline-block;
    background-image: url(/storage/images/quote-icon.svg);
    position: absolute;
    left: 0;
    top: -19px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.author-info {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
}

.author-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.author-name {
    font-weight: bold;
    margin: 0;
    color: #01808E;
}

.location {
  font-size: 0.9rem;
  color: #777;
  margin: 0;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #008cba;
}
.slider-section {
    overflow: hidden;
    padding-bottom: 100px;
}
.slider-section .swiper-button-prev, .slider-section .swiper-button-next {
    top: unset;
    bottom: 0;
}
.slider-section .swiper-button-next:after, .slider-section .swiper-button-prev:after {
    font-size: 21px;
    color: #01808e;
    min-width: 50px !important;
    min-height: 50px !important;
    border: 1px solid;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.slider-section .swiper-pagination-bullet-active{
    background-color: #01808e;
}
/*Slidercss*/

/*Footer-sec*/

  .main-footer-sec {
      background-color: #01253C;
      color: #fff;
      padding: 40px 20px;
      position: relative;
    }
    .main-footer-sec::after {
        content: "";
        display: inline-block;
        width: 200px;
        height: 70px;
        background-image: url(/storage/images/hand_img.svg);
        position: absolute;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
}
    .main-footer-sec h5,
    .main-footer-sec p {
      color: #fff;
    }
    .main-footer-sec h5{
        font-size: 18px;
    }
    .main-footer-sec a {
    color: #fff !important;
    text-decoration: none;
    opacity: 0.6;
    line-height: 3;
}
    .main-footer-sec a:hover {
      color: #fff;
    }
    .main-footer-sec .subscribe-box {
      border-radius: 50px;
      padding: 8px 15px;
    }
    .border-line {
    width: 100%;
    height: 1px;
    display: block;
    margin: 40px 0;
    background-color: #1b3e57;
}
.footer-para p {
    opacity: 0.6;
}
.footer-col-content h2 {
    font-size: 48px;
    font-weight: bold;
    position: relative;
}
.footer-col-content p {
    font-size: 18px;
}
.main-footer-sec .subscribe-box input {
    border: none;
    outline: none;
    background: rgba(255,255, 255, 0.16);
    color: #fff;
    padding: 10px 15px;
    border-radius: 24px;
    width: 100%;
    height: 50px;
    min-width: 250px;
}
 .main-footer-sec .subscribe-box button {
    background: #ffffff;
    border: none;
    padding: 8px 35px; 
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    margin-left: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    gap:8px
}
.company-contact p i {
    margin-right: 5px;
}
.company-contact p{
    margin-bottom: 0px;
}
.footer-bottom {
    text-align: center;
    padding: 15px 0;
    color: #0E201B;
    
}
.footer-bottom p {
    margin: 0 !important;
    font-size: 16px !important;
}
.main-footer-sec .subscribe-box input::placeholder {
    color: #ffff;
}
.company-contact p{
    margin: 0px !important;
}
ul.social-links li:hover a{
    background-color: #01808E !important;
    color: #fff !important;
}
.company-contact p a, .company-contact i {
    font-size: 16px;
    color: #fff;
    opacity: 1;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
    .main-footer-sec .social-icons a {
      font-size: 20px;
      color: #9db4c0;
      margin: 0 10px;
    }
    .main-footer-sec .social-icons a:hover {
      color: #fff;
    }
   ul.social-links li a {
    background-color: #fff;
    color: #01253C !important;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 44px;
    opacity: 1;
}

.footer-col-content h2::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/storage/images/stay-icon.svg);
    position: absolute;
    left: -30px;
    z-index: 9999;
    background-repeat: no-repeat;
}
.company-contact h5 {
    background: linear-gradient(90deg, #01808E 0%, #3AE5CF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: bold;
}
/*Footer-sec*/

blockquote p {

    border-top: 1px solid #ccc;

    border-bottom: 1px solid #ccc;

    color: var(--font-color);

    padding: 25px;

    font-size: 1.25em;

    font-style: italic;

    text-align: center;

}



blockquote {

    margin: 10px 10px 0;

    background: #fff;

    padding: 60px;

    position: relative;

    border: none;

    border-radius: 8px;

    font-size: 1.25em;

    color: var(--primary-color);

}



blockquote:before {

    top: 0;

    left: 10px;

}



blockquote a {

    color: var(--primary-color);

    font-style: italic;

    text-decoration: none;

    font-size: 0.85em;

}



cite {

    font-size: 1em;

    float: right;

    font-style: normal;

}



.arrow-opt i {

    font-size: 14px;

    background: var(--primary-color);

    border-radius: 50%;

    padding: 10px;

}



.carousel-inner {

    width: 80%;

    margin: auto;

}



main {

    height: 100%;

}



.theme-bg {

    background-color: var(--primary-color);

}



.start-btn {

    color: #fff !important;

    border: 1px solid #fff;

    padding: 10px 30px;

    margin: 10px auto 0;

    border-radius: 2px;

    cursor: pointer;

    transition: all 0.3s linear;

}



.start-btn:hover {

    color: #fff;

    opacity: 0.7;

}



.elementor-shape[data-negative="false"].elementor-shape-bottom,

.elementor-shape[data-negative="true"].elementor-shape-top {

    -webkit-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    transform: rotate(0deg);

}



.elementor-shape-bottom {

    bottom: -1px;

}



.elementor-shape-bottom svg path {

    fill: var(--primary-color) !important;

}



@keyframes move_wave {

    0% {

        transform: translateX(0) translateZ(0) scaleY(1);

    }

    50% {

        transform: translateX(-25%) translateZ(0) scaleY(0.55);

    }

    100% {

        transform: translateX(-50%) translateZ(0) scaleY(1);

    }

}



.waveWrapper {

    overflow: hidden;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    margin: auto;

}



.waveWrapperInner {

    position: absolute;

    width: 100%;

    overflow: hidden;

    height: 100%;

    bottom: -1px;

    /* background-image: linear-gradient(to top, #86377b 20%, #27273c 80%); */

    background: var(--primary-color);

}



.bgTop {

    z-index: 15;

    opacity: 0.5;

}



.bgMiddle {

    z-index: 10;

    opacity: 0.75;

}



.bgBottom {

    z-index: 5;

}



.wave {

    position: absolute;

    left: 0;

    width: 200%;

    height: 100%;

    background-repeat: repeat no-repeat;

    background-position: 0 bottom;

    transform-origin: center bottom;

}



.waveTop {

    background-size: 50% 100px;

}



.waveAnimation .waveTop {

    animation: move-wave 3s;

    -webkit-animation: move-wave 3s;

    -webkit-animation-delay: 1s;

    animation-delay: 1s;

}



.waveMiddle {

    background-size: 50% 120px;

}



.waveAnimation .waveMiddle {

    animation: move_wave 10s linear infinite;

}



.waveBottom {

    background-size: 50% 100px;

}



.waveAnimation .waveBottom {

    animation: move_wave 15s linear infinite;

}



.elementor-shape {

    overflow: hidden;

    position: absolute;

    left: 0;

    width: 100%;

    line-height: 0;

    direction: ltr;

    height: 160px;

}



.elementor-shape-bottom:not([data-negative="true"]) svg {

    z-index: -1;

}



.elementor-shape svg {

    display: block;

    width: calc(100% + 1.3px);

    position: relative;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

}



.elementor-shape-fill {

    fill: #f7f7f7;

}



.application-footer {

    position: relative;

    padding: 10px 10px 5px;

    color: var(--primary-color);

    box-shadow: none;

}



.footer-links,

.social-links {

    padding: 0;

    list-style: none;

    display: inline;

}



.footer-links li,

.social-links li {

    display: inline-block;

    font-size: 12px;

    padding: 0 20px;

    cursor: pointer;

    position: relative;

}



.social-links li {

    padding: 0 5px;

}



.application-footer p,

.app-footer p {

    /* width: 80%; */

    margin-bottom: 8px;

    font-size: 12px;

}



.application-footer .footer-links,

.app-footer .footer-links {

    display: inline-block;

    font-size: 14px;

    padding: 0;

    margin-bottom: 10px;

}



.application-footer .footer-links li a,

.application-footer .social-links li a,

.app-footer .footer-links li a,

.app-footer .social-links li a {

    color: var(--font-color);

    transition: all 0.5s ease-in-out;

    padding: 0;

}



.application-footer .footer-links li a:hover,

.application-footer .social-links li a:hover,

.app-footer .footer-links li a:hover,

.app-footer .social-links li a:hover {

    color: var(--primary-color);

}



.application-footer h4,

.app-footer h4 {

    color: var(--primary-color);

    font-weight: 700;

    margin-bottom: 20px;

}



.social-data {

    width: fit-content;

    margin-left: auto;

    text-align: center;

}



.footer-links li:first-child {

    padding-left: 0;

}



.footer-links li:first-child a:before {

    display: none;

}



.social-links li:last-child {

    padding-right: 0;

}



.footer-links li a::before {

    content: "";

    position: absolute;

    left: -3px;

    width: 3px;

    height: 3px;

    border-radius: 30px;

    background-color: #ccc;

    top: 7px;

}





/* rtl css :: start */



[dir="rtl"] .left-center {

    right: 0;

    left: auto;

}



[dir="rtl"] .right-center {

    left: 0;

    right: auto;

}



[dir="rtl"] .footer-links li a::before {

    left: auto;

    right: 6px;

}



[dir="rtl"] footer .text-left {

    text-align: right !important;

}



[dir="rtl"] footer .text-right {

    text-align: left !important;

}



[dir="rtl"] .faq_section .card-header {

    text-align: right;

}



[dir="rtl"] .faq_section .card-header h5 {

    direction: ltr;

}



[dir="rtl"] .faq_section .card-header h5 i {

    float: left !important;

}



[dir="rtl"] .faq_section .card-body {

    text-align: right;

}



[dir="rtl"] .social-data {

    margin-left: 0;

    float: left;

}



[dir="rtl"] footer .text-md-left {

    text-align: right !important;

}
.icon-box .box-title {
    font-weight: 600;
}

.subscribe-right button {
    text-transform: uppercase;
    font-weight: 600;
}

/****/


@media only screen and (max-width:992px){
    .about-content{
        margin-top: 30px;
    }
}

@media only screen and (max-width:800px){
    .banner-content h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.banner-content p{
    text-align: center;
    font-size: 17px;
}
#meeting h3 {
    font-size: 22px;
}

}

@media only screen and (max-width: 1300px) {
    .main-footer-sec .subscribe-box button {
    padding: 8px 20px;
    }
    .main-footer-sec .subscribe-box input {
    width: 50%;
    }
    .subscribe-form .d-flex {
        flex-wrap: wrap;
        row-gap: 9px;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .about-data .mt-5 {
    margin-top: 0px !important;
}
    .bg-base-1.p-5 {
    padding: 20px !important;
}
    /* .subscribe-form .d-flex {
    flex-wrap: wrap;
    row-gap: 9px;
    justify-content: center;
} */
.rating-section{
    display: none !important;
}
.mw-80 {
    max-width: 100%;
    margin: 0 auto;
}
.faq_section .home-heading{
    margin-bottom: 0px !important;
    font-size: 28px;
}
.border-line {
    height: 1px;
    margin: 20px 0;
    background-color: transparent;
}
main.mb-5{
    margin-bottom:0px !important;
}
.bg-base-1.p-5 .flex-fill.pricingpage {
    padding-bottom: 40px !important;
}
section.page-section.about-section.faq_section{
    padding-top: 0px !important;
}
.main-footer-sec::after{
    display: none;
}

    .dashboard-section {

        position: relative;

        padding: 15px;

    }

    .entering-info {

        width: 100%;

    }

    .left-center {

        width: 100%;

        height: 50%;

    }

    .right-center {

        width: 100%;

        bottom: 0;

        height: 50%;

        top: auto;

    }

    .site-detail {

        font-size: 20px;

        margin-bottom: 0;

        padding: 10px 0;

        width: 80%;

    }

    [dir="rtl"] footer .text-md-left {

        text-align: center !important;

    }

    [dir="rtl"] footer .text-md-right {

        text-align: center !important;

    }

    [dir="rtl"] .social-data,

    .social-data {

        float: none;

        margin: auto;

    }
        .page-section {
    position: relative;
    padding: 40px 0px;
}
.host-sec{
    padding-left: 20px;
     padding-right: 20px;
}
.home-heading{
    font-size: 28px;
}
.about-data, section.page-section.about-desc {
    padding-bottom: 0 !important;
}
.para-token {
    font-size: 17px;
    text-align: center;
}
.about-content{
    text-align: center;
}
.host-sec p{
    max-width: 100%;
    padding: 0px 20px;
    font-size: 18px;
}
.faq_section .card-header{
    padding-left: 0px !important;
}

.rating-section {
    display: none;
}
.main-footer-sec {
    padding: 40px 0px;
    text-align: center;
}
.footer-col-content h2{
    font-size: 28px;
}
.main-footer-sec .subscribe-box {
    padding: 8px 0px;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-nav {
    margin-top: 20px;
}
.main-header-sec a.navbar-brand img {
    max-width: 100px;
    margin: 0;
}
a.nav-link.login-btn{
    display: none !important;
}
.main-header-sec {
    flex-wrap: nowrap;
    padding: 10px 0 !important;
}
.application-header .btn-padding {
    padding: 14px 18px !important;
}
.main-header-sec div#navbarSupportedContent {
    background: transparent !important;
}
.main-header-sec .navbar-nav {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: end;
    gap: 8px;
}

.main-header-sec .navbar-nav .ml-2{
    display: none;
}
.application-header .register-btn{
    padding: 10px 15px !important;
    margin-left: 5px;
}
.navbar-nav .dropdown-menu{
    position: absolute;
    padding-left: 35px;
}
.footer-col-content h2::before{
    display: none;
}
.banner-content {
    padding-top: 40px;
}
}

@media only screen and (min-width:768px){
    .about-content {
    margin-left: 40px;
}
.custom-card{
    min-height: 220px;
}
.mw-80{
    max-width: 80% !important;
    margin:0 auto !important;
}
.banner-content p{
    max-width: 80%;
}
}

