/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

html {
  font-size: 14px;
}

@media (min-width: 768px) 
{
  html 
  {  font-size: 16px;  }
}

html {
  position: relative;
  min-height: 100%;
}
/* 
.container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
} */


.container-fluid{
    padding-left:0px !important;
    padding-right:0px !important;
}

#navbar-login-button,
#navbar-signup-button {
  padding: 10px 25px 10px 25px;
  border-radius: 100px;
  text-transform: initial;
  white-space: nowrap;
}

#navbar-login-button {
  background: 0;
}

#navbar-login-button:hover,
.echo-dropdown-main-element:hover,
.mobile-menu-link:hover {
  color: #fd6333 !important;
  transition: 0.5s;
}



.navbar-icons {
  justify-content: start !important;
}

.navbar-icons .card-inner {
  gap: 10px !important;
  margin-left: -2%;
}

.social-icon a i {
  color: #5ac4ff;
}

.arrow-1,
.arrow-2 {
  width: 24px;
}

.mobileMenuContainer {
  display: flex;
  justify-content: flex-end;
}

.hero-home-five {
    background-image: none;
    background-color: #1c0059;
}

.echo-header-area.header-five.header-sticky {
    background: #1c0059;
}

.echo-breadcrumb-area {
    background-image: none;
    background-color: #1c0059;
}

.echo-breadcrumb-area .breadcrumb-inner .title {
    color:#fff;
}

.home-five .echo-footer-area4 {
    background-image: none;
    background-color: #1c0059;
}

.echo-contact-area
.echo-contact-content
.echo-contact-full-content
.echo-contact-input-field
.echo-main-contact-form
form
input {
    border: 1px solid #5e5e5e45;
    padding: 0 40px;
    height: 60px;
    color:#000!important;
}


.img_rounded {
    border-radius: 10px;
}

.innerpagebanner_link {
    display:block;
    margin:0px auto;
}

.ads_banner_image_top {
    max-width: 100%;
}

.ads_banner_image_bottom {
    max-width: 100%;
}

.ads_banner_image_right {
    max-width:100%;
}

.loader_for_ajaxitems {
    text-align: center;
    color: #581ce0; 
    font-size: 24px;
    padding:8px;
}

.echo-contact-area{
   padding-top:30px;
}

.mb-100 {
    margin-bottom: 100px;
}
.mb-60 {
    margin-bottom: 60px;
}
.text-purple {
    color: var(--color-primary-3);
    font-weight: bold;
}

.activemenu {
    color: #a383eb !important;
    /*border-bottom: solid 1px #581ce0;*/
    padding-bottom: 10px;
}

.statistics-searchbtn {
    display:inline-block;
    width:auto;
    background-color: #581ce0;
    border: 1px solid #581ce0;
    color: var(--color-white);
    font-family: var(--home-5-body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    padding: 25px 55px 23px 35px;
    border-radius: 15px;
    transition: all 0.4s;
    padding: 10px 25px 10px 25px;
}

.statistics-searchbtn:hover {
    color: #581ce0;
    background-color: #fff;
}

.relative { position: relative; }

.nsltr_ok {
    color: #f9f9f9;
    background-color: #53a76c;
    border-color: #488557;
    border-radius: 0px;
    padding:5px;
    margin-top:4px;
}
.nsltr_error {
    color: #f9f9f9;
    background-color: #d55555;
    border-color: #69232f;
    border-radius: 0px;
    padding: 5px;
    margin-top: 4px;
}

.echo-get-in-tuch h4::after{
    content:'';
}

.carditem_profile {
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 16px;
} 


.form-input, .form-textarea {
    display:block;
    width:100%;
    border: 1px solid #5e5e5e45!important;
    padding: 15px!important;
    color: #000!important;
    margin-bottom:25px
}
    .form-input:focus, .form-textarea:focus {
        border: 1px solid var(--color-primary-3);
        outline: none;
    }

.form-input::placeholder, .form-textarea::placeholder {
    color: #999!important;
    font-size:16px;
}
.btnviewbetlink {
    padding: 3px 13px;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    background-color: #5ac4ff;
    display: inline-block;
    line-height: 15px;
    height: auto;
    width: auto;
    margin-left: 10px;
    margin-right: 10px; 
    flex-basis: min-content;
}

.button-primary {
    background-color: var(--color-primary-3);
    color: var(--color-white);
    text-decoration: none;
    border: 1px solid var(--color-primary-3);
    border-radius: 100px;
    width: auto;
    padding: 15px 25px;
    font-weight: bold;
    transition: .3s all ease-in-out;
    display: inline-block;
}

.button-primary:hover, .button-primary:focus {
    background-color: var(--color-white);
    color: var(--color-primary-3);
}

button-primary.disabled:hover {
    color:#fff;
}


.button-secondary {
    background-color: var(--color-white);
    color: var(--color-primary-3);
    text-decoration: none;
    border: 1px solid var(--color-primary-3);
    border-radius: 100px;
    width: auto;
    padding: 15px 25px;
    font-weight: bold;
    transition: .3s all ease-in-out;
    display: inline-block;
}

.button-secondary:hover, .button-secondary:focus {
    background-color: var(--color-primary-3);
    color: var(--color-white);
}


.button-danger {
    background-color: red;
    color: var(--color-white);
    text-decoration: none;
    border: 1px solid red;
    border-radius: 100px;
    width: auto;
    padding: 15px 25px;
    font-weight: bold;
    transition: .3s all ease-in-out;
    display: inline-block;
}

    .button-danger:hover, .button-danger:focus {
        background-color: var(--color-white);
        color: red;
    }



.form-checkbox-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 14px;
}

    .field:last-child {
        margin: 0;
    }

.form-checkbox-group div:first-child {
    width:30px;
}

.form-checkbox-group div:last-child {
    width: calc(100% - 30px);
}
    /**
 * Removing the checkbox and radio appearance
 */
    .form-checkbox-group input[type=radio],
    .form-checkbox-group input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border: solid 1px var(--color-primary-3);
        margin-right: 8px;
        position: relative;
    }



/**
* Giving Checkbox & Radio checked state a new appearance
*/

    .form-checkbox-group input[type=radio]:checked::before,
    .form-checkbox-group input[type=checkbox]:checked::before {
        content: "";
        width: 14px;
        height: 14px;
        background-color: var(--color-primary-3);
        position: absolute;
        top: 2px;
        left: 2px;
    }

/**
* Rounding Radio inputs new appearance
*/

.form-checkbox-group input[type=radio],
.form-checkbox-group input[type=radio]:checked::before {
    border-radius: 100%;
}

.buttons-flex-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}


.echo-site-logo img {
    height: 38px;
    width: 222px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "roboto", serif; 
}



.footer-main-inner .logo-area img {
    height: 40px;
    width: auto;
}

.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area {
    gap:20px
}

.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item {
    padding: 0;
    padding-right: 25px;
}

.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item::before {
    font-size:15px;
}

@media screen and (max-width:542px) {
    .echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item {
        padding-right: 0;
        text-align: center;
    }

    .echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item::before {
        display:none;
    }
}

.div-100 {
    width:100%;
    height:100px;
}


.modal-header .btn-close {
    background-color: #fff;
    opacity: 1;
}

.home-five .side-bar button {
    border:0;
}

@media screen and (max-width:1600px) {
    .echo-hero-section.inner .echo-right-ct-1 .echo-home-1-hero-area-top-story .echo-top-story {
        flex-direction: column;
        margin-bottom: 30px;
    }
}


@media screen and (max-width:1338px) {
    .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element {
        padding: 0 10px;
        /* font-size: 12px; */
    }
}

@media screen and (max-width:992px) {
    .echo-header-area.header-five {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 60px;
    }

    .echo-home-1-menu.header-five {
        width: 100%;
    }

    .echo-hero-section.inner-post .echo-more-news-area .echo-top-story {
        flex-direction:column;
    }
}

@media screen and (max-width:576px) {
    .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
