/* Custom Styles */



.w-6{width:60px}
.h-6{height:60px}

#main-menu > li.dropdown{display:none}


.navbar >div>.search-item{background:#ff7f50;width:40px;height:40px;color:#fff;border-radius:50%;display: flex!important;justify-content: center;align-items: center;}

.text-line:after, .text-line:before{content:none}

.list-check-white a{color:#fff}
.list-check-white a:hover{color:#ff7f50}
.list-check-white>li{margin-bottom:8px;}
.list-check-white>li:before{color:#ff7f50}

.card-style-1{position:relative; overflow:hidden}
.card-style-1 .card-body{position:relative;z-index9}
.card-style-1::before{content:"";width:100px;height:100px;background:#ff7f50;position:absolute;top:-70px;right:-70px;border-radius:50%;transition:ease-in-out .3s all;}
.card-style-1:hover::before{width:100%;height:100%;border-radius:0;transition:ease-in-out .3s all;top:0;right:0;}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
.remove-bg-sm{background:none}
}

@media (max-width: 768px) {
.remove-bg-sm{background-image:none!important}
.navbar.toolbar{padding:5px 10px;}
}


@media (min-width: 768px) {
    .modal-dialog {Width: 85% !important;max-width: 85% !important;display: flex;align-items: center;}
}
@media (min-width: 576px) {
    .modal-dialog {max-width: 500px;margin: 1.75rem auto;}
}