/* start Main Rulez */
* {
    box-sizing: -webkit-border-box;
    box-sizing: -moz-border-box;
    box-sizing: -o-border-box;
    box-sizing: border-box;
}
a:hover{
    text-decoration: none;
}
body {
    background-color: #fff;
    font-family: 'Cairo', sans-serif;
    overflow-x:hidden;
}

.clearfix {
    clear: both;
}
.nopadding{
    padding: 0 !important;
}
.select2-container--default .select2-selection--single{
    border: 0 !important;
}
/* end Main Rulez */

/* start header */
#header .top {
    background-color: #384a5a;
    padding: 8px;
}

#header .topleft {
    color: #fff;
    list-style: none;
    float: left;
    margin: 0;

}
#header .topleft .lang{
    padding: 0;
    display: inline-block;
}
#header .topleft li {
    display: inline-block;
    padding-right: 10px;
}

#header .topleft li a,
i {
    color: #fff;
}

#header .topright {
    list-style: none;
    float: right;
    padding-right: 10px;
    margin: 0;
    color: #fff;
}

#header .topright li {
    display: inline-block;
    padding-right: 10px;
    cursor: pointer;
}
#header .topright li a{
    color: #fff;
    position: relative;
}
#header .topright li a img{
    display: block;
}
#header .topright li.account{
    padding-right: 18px;
}
#header .topright li a span{
    position: absolute;
    table-layout: inherit;
    top: -5px;
    right: -15px;
    background: red;
    border-radius: 50px;
    font-size: 13px;
    padding: 1px;
}
#header nav {
    width: 100%;
}

#header nav a img {
    height: 100px;
    width: 155px;
    display: block;
}

#header .navbar-nav {

font-size: 1.2rem;

margin: 0 auto;

text-align: center;
}

#header .navbar-nav li {
    padding-right: 15px;

}

#header .navbar-nav li a {
    color: #384a5a
}

#header ul.navbar-nav li a:hover {
    background: #ff8f2c;
    color: #fff;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
}


#header form {
    background-color: #384a5a;
    padding: 15px;
    width: 100%;
    position: relative;
}

#header form input {
    width: 80%;

    border-radius: 20px;
    border: 2px solid#ccc;


}

#header form button {
    margin-left: 10px;
    border-radius: 20px;
    color: #384a5a;
    border-color: #ff8f2c;
    background: #ff8f2c;
    padding: 5px 40px;
}

#header form button:hover {
    background: #ff8f2c;
    color: #fff;
    transition: all 0.5s ease-in-out;

}

#header form i {
    margin-right: 15px;
    font-size: 35px;
}
#header form .fa-search{
    vertical-align: middle;
}
#header .dropdown:hover .dropdown-menu{
    display: block;
}
#header .dropdown-menu {
    position: absolute;
    top: 95%;
}
#header .hideDiv{
    width: 100%;
    margin-top: 15px;
    display: none;
}
#header .hideDiv input, #header .hideDiv .select2{
    width: 100% !important;
}
#header .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 20px;
    border: 2px solid#ccc;
    height: 40px;
}
#header .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
}
.hide-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
}
/* end header */

/* start slider */

#slider .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity .6s ease;
}

#slider .carousel-indicators li.active {
    opacity: 1;
}


#slider h5 {
    text-align: left;
    border: 200px;
}

#slider .carousel-caption {
    background-color: #384a5a;
    height: 25%;
    width: 40%;
    padding: 15px;
    left: 0;
    right: inherit;
    bottom: 0;
}

/* end slider */
/* start Category */
#category{
    margin: 20px 0
}
#category.package{
    background: #f7f7f7;
}
#category .ads-btn, #category-page .ads-btn{
    background-color: #ff8f2c;
    border-radius: 10px;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: -5px;
    z-index: 999999;
    font-size: 20px;
}
#category .ads-btn:hover, #category-page .ads-btn:hover{
    background-color: #384a5a;
    transition: all 0.5s ease-in-out;
}
#category .left .card {
    margin-top: 15px;
    border-radius: 20px;
    border: 1px solid;
    color: #ffffff;
    overflow: hidden;
}

#category .left .card-header {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #bdc3c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2c3e50, #bdc3c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #4b667a, #394b5a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ff8f2c;
    font-weight: 600;
}
#category .left .list-group{
    background: #536d82;
}
#category .left .list-group .list-group-item{
    background: none;
}
#category i, #category-page i {
    background-color: #536d82;
    color: #ffffff;
    margin-right: 5px;
}
#category .featurecard .card-header
{
    color:#ff8f2c;
    font-weight: 600;
}
#category .featurecard {
    margin-top: 15px;
    border-radius: 20px;
    border: 1px solid#384a5a;
    color: #384a5a;
    overflow: hidden;
   
}

#category .featurecard li
{
    border:1px solid#384a5a;
    
}

#category .featurecard .media
{
    font-size: 12px;
    margin: 15px 0px;
    padding: 2px;
    box-shadow: 0px 0px 6px -1px;
}
#category .media h5 
{
    font-size: 15px;
    margin-top: 5px !important;
    padding:2px;
    font-weight: 600;
}

#category .media img{
    
max-width: 100%;
    
top: 0;
    
right: 0;
    
bottom: 0;
    
left: 0;
    
position: absolute;
    
margin: auto;
display: block;
height: 100%;
}
#category .media h5 a
{
    color:#384a5a
}
#category .media p {
    display: flex;
    color:#ff8f2c;
    font-weight:bold;
    margin-bottom: 5px;
}

#category .media-body span {
    border: 0.5px solid#384a5a;
    font-weight: 600;
    padding:0 4px;
}

#category .card
{
    border:1px solid#384a5a;
    margin: 10px 0;
    min-height: 200px;
    position: relative;
}
#category .card.categoryCard{
    min-height: auto;
}
#category .card .card-img {
    position: relative;
    width: 100%;
    height: 190px;
    background: #fff;
}
#category .card.categoryCard .card-img{
    height: 90px;
}
#category .card.categoryCard .card-body{
    padding: 0;
}
#category .card.categoryCard h5{
    padding: 0 5px;
    text-align: center;
    background: #fff;
    padding-top: 15px;
}
#category .card.categoryCard .mt-0 a {
    font-size: 14px;
    color: #cd7f32 !important;
}
#category .card.categoryCard .btn-primary{
    color: #fff !important;
    width: 90%;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}
#category .card.categoryCard .btn-primary:hover{
    color:#384a5a  !important;
}
#category .card .card-img img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#category .card h5{
    color:#384a5a !important;
    min-height:50px;
}
#category .card .mt-0 a{
    color:#384a5a !important;
    min-height:50px;
}
#category .card p {
    color:#ff8f2c;
    font-weight:bold;
    margin-bottom: 5px;
    display: flex;
}

#category .card span {
    border: 0.5px solid#384a5a;
    margin-right: 0;
    padding: 0 5px;
    font-weight: 600;
}

#category .card a{
    /*background-color: #384a5a;
    border: 1px solid#384a5a;*/
    color: #ffffff;
    font-weight: 600;
    /* display: block; */
}
#category .categoryCard a{
    color: #384a5a !important;
}
#category .categoryCard .title {
    color: #7A7A7A !important;
}
#category .categoryCard span {
    position: relative;
    top: -15px;
    font-size: 17px;
    padding: 0;
    border: 0;
}
#category .categoryCard .point p {
    color: #7A7A7A !important;
    text-align: center;
    display: block;
    padding-top: 15px;
    border-top: 1px solid#54BBE9;
}
#category nav {
    margin:20px auto;
    
}

#category nav .pagination li {
   
   
    margin-right: 10px;
    margin-left: 10px;
    
}

#category nav .pagination li .page-link 
{
    border-radius: 30px;
    padding:15px;
    color:#384a5a;
    border:1px solid#ff8f2c;

}
#category nav .pagination li a:hover
{
    background-color:#ff8f2c70
}
#category .page-item.active .page-link{
     background :#ff8f2c70
}
/* end Category */

/* start footer */
#footer 
{
    border-top:0.5px solid;
    padding-top:10px;
    color:#384a5a;

}
#footer a{
    color:#384a5a
}
#footer a img {
    
    width: 100%;
    float: left;
    padding-top:35px;
    display: block;
    

}

#footer .col-sm-6 ul
{
    float:left;
    padding-left:0;
    font-size:20px;
    
}
#footer .col-sm-6 li
{
    list-style:none;
        
        
}
#footer .social
{
    padding:0;
}
#footer .social li
{
    display:inline-block;
    padding-right: 10px;
    
    
}
#footer h5
{
    color: #ff8f2c;
}
#footer input
{
    border: 1px solid#ff8f2c;
    border-bottom-left-radius:10px;
    border-top-left-radius:10px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-size:15px
}
#footer button
{
    border: 1px solid#ff8f2c;
    color:#fff;
    background-color:#ff8f2c;
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size:15px
        
}
#footer .footer
{
    font-size:15px;
    padding-top:15px
}
/* end footer */




/* start category-page */




#category-page .left .card {
    margin-top: 15px;
    border-radius: 20px;
    border: 1px solid;
    color: #384a5a;
    overflow: hidden;

}

#category-page .left .card-header {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: #bdc3c7;
    background: -webkit-linear-gradient(to bottom, #2c3e50, #bdc3c7);
    background: linear-gradient(to top, #4b667a, #394b5a);
    color: #ff8f2c;
    font-weight: 600;
}

#category-page form {
    background-color: #fff;
    color: #384a5a;
    margin: 20px;
}
#category-page form .form-group{
    margin: 0;
    padding: 5px 5px;
    font-size: 13px;
    font-weight: 600;
}
#category-page form .form-group label{
    color: #ff8f2c;
    font-weight: blod;
}
#category-page form .form-group span{
    padding: 0 15px;
}

#category-page form button 
{
    float:right;
    background-color:#384a5a;
    border:1px solid#384a5a
}
#category-page .featurecard .card-header
{
    color: #ff8f2c;
    font-weight: 600;
}
#category-page .featurecard {
    margin-top: 15px;
    border-radius: 20px;
    border: 1px solid#384a5a;
    color: #384a5a;
    overflow: hidden;
   
}

#category-page .featurecard li
{
    border: 1px solid#384a5a;
}

/*#category-page .featurecard .media, .media h5
{
    font-size:12px;
    margin-top:10px;
    padding:2px
}*/

/*#category-page .left .media img{*/
    
/*    width:42%;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/

    
/*}*/
#category-page .media h5 a
{
    color:#384a5a
}
#category-page .media p {
    display: flex;
    color: #ff8f2c;
    font-weight: bold;
    margin-bottom: 5px;
}
#category-page .media img {
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    height: 100%;
}
#category-page .media h5 {
    font-size: 15px;
    margin-top: 5px !important;
    padding: 2px;
    font-weight: 600;
}
#category-page .media-body span {
    border: 0.5px solid #384a5a;
    font-weight:normal;
    padding:0 4px;

}

#category-page .gallery .head-img
{
    width: 100%;
    height: 320px;
    position: relative;
    margin: 10px;
}
#category-page .gallery .small-img{
    width: 100%;
    height: 150px;
    position: relative;
    margin: 10px 0;
    margin-left: 10px;
}
#category-page .gallery .head-img img, #category-page .gallery .small-img img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
#category-page .right .card{
    margin: 15px 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #384a5a;
}
#category-page .right .card .card-header{
    background: #0F2027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #6f8294, #384a5a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#category-page .right .card .card-header h5{
    display: inline-block;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2.2px;
    font-weight: 600;
}
#category-page .right .card .card-header p{
    margin: 0 20px;
    float: right;
    color: #fff;
    font-weight: 600;
    display: inline-table;
    font-size: 20px;
    display: flex;
}
#category-page .right .card .card-header span{
    border: 1px solid #fff;
    font-weight: normal;
    padding: 3px 10px;
    font-size: 18px;
}
#category-page .right .card .card-title{
    color: #384a5a;
}
#category-page .right .card .card-text{
    padding: 0 25px;
}
#category-page .right .card .table{
    display: table;
}
#category-page .right .card .table th{
    border: 0;
    color: #ff8f2c;
    max-width: 85px;
}
#category-page .right .card .table td{
    border: 0;
    color: #384a5a;
}
#category-page .right .card .table ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#category-page .right .card .media .media-img {
    position: relative;
    width: 150px;
    height: 125px;
    margin: 10px;
}
#category-page .right .card .media .media-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
#category-page .right .card .media ul{
    list-style: none;
    padding: 0;
}
#category-page .right .card .media ul li{
    border-bottom: 1.5px solid #384a5a;
    padding: 10px 0;
    max-width: 315px;
    color: #384a5a;
    font-size: 18px;
}
#category-page .right .card .media ul li.name{
    font-weight: bolder;
    font-size: 20px;
}




#account .left .card, #billing .left .card{
    margin: 15px 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #384a5a;
}
#account .left .card .card-header, #billing .left .card .card-header{
    background: #0F2027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #6f8294, #384a5a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}
#account .left .card .card-header p, #billing .left .card .card-header p{
    font-size: 14px;
    margin-top: 20px;
}
#account .left .card form, #billing .left .card form{
}
#account .left .card form label, #billing .left .card form label{
    margin: 0;
    font-weight: 600;
    color: #384a5a;
    margin-top: 15px;
}
#account .left .card form a, #billing .left .card form a{
    color: green;
    padding: 0 10px;
    font-size: 14px;
    text-decoration: underline;
}
#account .left .card form .form-control, #billing .left .card form .form-control{
    border-radius: 0;
    border: 1px solid #384a5a;
}
#account .left .card form .custom-checkbox, #billing .left .card form .custom-checkbox{
    margin-top: 10px;
}
#account .left .card form .custom-checkbox label, #billing .left .card form .custom-checkbox label{
    font-weight: 400;
    margin: 0;
}
#account .left .card form .main-btn, #billing .left .card form .main-btn{
    margin: 15px 0;
    border-radius: 20px;
    color: #fff;
    border-color: #ff8f2c;
    background: #ff8f2c;
    padding: 5px 40px;
    float: right;
}
#account .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #billing .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ff8f2c;
}
#account .custom-control-input:checked ~ .custom-control-label::before, #billing .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #ff8f2c;
}
#account .custom-control-label::after, #billing .custom-control-label::after {
    border: 1px solid #ff8f2c;
}
#account .right .card, #billing .right .card, #billing .right .card, #billing .right .card{
    margin: 15px 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #384a5a;
}
#account .right .card .card-header, #billing .right .card .card-header{
    background: #ff8f2c; 
    color: #fff;
}
#account .right .card .card-body, #billing .right .card .card-body{
    color: #384a5a;
}
#account .right .card .card-body h5, #billing .right .card .card-body h5{
    margin-bottom: 25px;
}
#account .right .card .card-body p, #billing .right .card .card-body p{
    display: inline-table;
    margin-bottom: 10px;
}
#account .right .card .card-body span, #billing .right .card .card-body span{
    border: 1px solid;
    font-weight: normal;
    padding: 3px 10px;
}
#account .right .card .card-body b, #billing .right .card .card-body b{
    font-size: 20px;
    padding: 0 10px;
}
#billing .left .card .card-body{
    padding: 20px !important;
    color: #384a5a;
}
#billing .left .card .card-body p{
    font-weight: 600;
    margin: 0
}
.select2{
    width: 100% !important;
    border: 1px solid #384a5a;
    height: 35px;
}
.select2-container--default .select2-selection--single{
    border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px !important;
}
#billing .left .card .card-body .card-img{
    position: relative;
    width: 200px;
    height: 75px;
    margin: 10px auto;
}
#billing .left .card .card-body .card-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
#billing .left .card .card-body .middle{
    border-right: 1px solid #384a5a;
    border-left: 1px solid #384a5a;
}
#billing .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top: 5px solid #ff902c;
}
#billing .tab-pane{
    padding: 15px;
}
#billing .tab-pane label{
    color: #384a5a;
    font-weight: 600;
    margin: 0;
    margin-top: 15px;
}
#billing .tab-pane .form-control{
    border-radius: 0;
    border: 1px solid #384a5a;
    display: inline-block;
}
#billing .tab-pane img{
    width: 60px;
    vertical-align: bottom;
    display: block;
}
#billing hr{
    width: 100%;
    background: #384a5a;
}
#billing .fees {
    color: #495057;
    padding: 0 50px;
}
#billing .fees h4{
    color: #495057;
    display: inline-block;
}
#billing .fees p{
    float: right;
    font-size: 23px;
}
#billing .main-btn{
   margin: 15px 0;
    border-radius: 20px;
    color: #fff;
    border-color: #ff8f2c;
    background: #ff8f2c;
    padding: 5px 40px;
    float: right;
}
/* start the profile */

#profil .nav {
    border: 1px solid;
    margin: 20px 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #384a5a;
    font-size: 20px;

}
#profil .nav .profile-img{
    text-align: center;
}
#profil .nav .profile-img{display: flex;border-bottom: 1px solid;}
#profil .nav h5 {
    padding: 12px;
    /* border-bottom: 1px solid; */
    margin: 0;
    font-size: 22px;
}

#profil a {
    color: #384a5a;
    padding: 15px;
}

#profil .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ff8f2c;
}

#profil .ads-card {

    margin: 20px 0;
    border: 1px solid#384a5a;
    border-radius: 25px;
    border-radius: 25px;
}

#profil .ads-card .card-header {
    background-color: #384a5a;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #fff;
    padding: 20px;
    font-size: 25px;


}

#profil .ads-card .btn-primary {
    color: #fff;
    background-color: #ff8f2c;
    border-color: #ff8f2c;
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 5px 30px;
}

#profil .payment-card {

    margin: 20px 0;
    border: 1px solid#384a5a;
    border-radius: 25px;
    border-radius: 25px;

}

#profil .payment-card .card-header {
    background-color: #384a5a;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #fff;
    padding: 20px;
    font-size: 25px;
}

#profil .payment-card .card-body {
    padding: 0;

}

#profil .payment-card .media {
    border-bottom-style: groove;
    background-color: #dcd9d9;

}

#profil .payment-card .media-body {
    border-left-style: groove;
    padding: 15px;
    
}

#profil .payment-card img {
display: block;
    padding: 15px;
    margin: auto;
    
}
#profil .payment-card p{
    margin: 5px 0;
}
#profil .payment-card span
{
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -o-appearance: menulist;
    appearance: menulist;
    font-size:10px;
    vertical-align: middle;
    padding-right: 10px;
}
#profil .payment-card .btn-primary {
    color: #fff;
    background-color: #ff8f2c;
    border-color: #ff8f2c;
    padding: 5px 30px;
    margin: 40px 30px 150px 50px;
}

#profil .setting-card {

    margin: 20px 0;
    border: 1px solid#384a5a;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;

}


#profil .setting-card .setting-header {

    background-color: #384a5a;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #fff;
    padding: 20px;
    font-size: 25px;

}

#profil .setting-card .card-body {
    padding: 0;
}
#profil .setting-card .card-body .media-body{
    width: 100%;
}
#profil .editsetting-card .card-body {
    padding: 20px;
}

#profil .editsetting-card .card-header {
    background-color: #dcd9d9;
}

#profil .editsetting-card button {
    color: #384a5a;
    font-size: 18px;
    font-weight: 600;
}

#profil .editsetting-card i {
    color: #384a5a;

}
.btn-primary{
    background: #384a5a;
    color: #fff !important;
    border: 1px solid #384a5a !important;
    display: block;
    margin: 10px auto;
}
.btn-primary:hover{
    background: #fff;
    color: #ff8f2c!important;
    transition: all 0.5s ease-in-out;
}
#login {
  padding: 50px 0px 0px;
  background-color: #f0f0f0; }
  #login .feature {
    margin-bottom: 30px; }
    #login .feature .con-image {
      height: 90px; }
    #login .feature h6 {
      color: #ff8f2c;
      font-weight: bold;
      }
    #login .feature p {
      color: #384a5a;
      font-size: 14px;
      }
  #login form {
    margin-bottom: 50px; }
    #login form .form-group {
      margin-bottom: 30px; }
      #login form .form-group label {
        color: #384a5a;
        font-weight: 600;
        }
      #login form .form-group input:focus {
        box-shadow: none; }
      #login form .form-group span {
        margin: 0 18px; }
    #login form button {
      width: 100%  !important; }
    #login form a {
      display: block;
      width: 100%;
      text-align: center;
      margin-top: 15px;
      color: #003491; }
    #login form .forget {
      margin-top: 0px; }
    #login form ::placeholder {
      color: gray !important; }
      #login .feature .con-image {
        height: 90px;
        width: 100%;
        position: relative;
    }
    #login .feature .con-image img{
        position: absolute;
        height: auto;
        max-height: 100%;
        width: auto;
        max-width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
#navigation a{
    color: #384a5a;
}
#profile {
  margin: 50px 0; }
  #profile .profile-img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    display: block;
    height: 120px;
    width: 120px; }
    #profile .profile-img img {
      width: 100%;
      display: block;
      height: 100%; }
  #profile .nav-pills {
    margin-top: 120px; }
    #profile .nav-pills .nav-link {
      color: #ff8f2c;
      }
    #profile .nav-pills .nav-link.active {
      color: #f48a2e;
      background-color: #384a5a;
      }
  #profile .tab-pane .card {
    padding: 15px; }
    #profile .tab-pane .card .user-img {
      position: relative;
      width: 65px;
      height: 65px; }
      #profile .tab-pane .card .user-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-height: 100%;
        max-width: 100%; }
    #profile .tab-pane .card .media-body h5 {
      color: #003491; }
    #profile .tab-pane .card .media-body p {
      font-size: 14px;
      color: #999; }
    #profile .tab-pane .card .media {
      position: relative; }
    #profile .tab-pane .card .ads {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: inherit;
      margin: auto;
      background: #003491;
      padding: 10px 50px;
      border-radius: 20px; }
      #profile .tab-pane .card .ads p {
        font-weight: 600;
        margin: 0;
        color: #ffcc0e; }
      #profile .tab-pane .card .ads:hover {
        background: #ffcc0e;
        transition: all 0.5s ease-in-out; }
        #profile .tab-pane .card .ads:hover p {
          color: #003491; }
        #profile  .card {
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            border: 0;
            font-weight: 400;
        }
form .form-group {
  margin: 10px 0px; }
  form .form-group .form-control {
    border: 1.5px solid #384a5a;
    border-radius: 5px !important;
    color: #384a5a;
    }
    form .form-group .form-control:focus {
      box-shadow: none !important; }
      form .form-group label{
          display: block;
          font-weight: 600;
          color: #ff8f2c;
      }
      form .form-group .select2{
          width: 100% !important;
          border: 2px solid #384a5a;
          border-radius: 5px !important;
      }
      form .form-group .select2-container .select2-selection--single{
              height: 31px;
              border: 0 !important;
      }
      form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #444;
            line-height: 33px;
        }
        form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
          height: 36px;}
form ::placeholder {
  color: #384a5a !important;
  font-size: 12px; }

.headerOverlay h5{
    text-align: center;
    font-size: 36px;
    margin: 20px 0;
    color: #ff8f2c;
    position: relative;
}
.headerOverlay h5::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #384a5a;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#about{
    margin: 20px 0;
}
#about .card{
    padding: 15px;
    border: 0;
    box-shadow: 0px 0px 20px -11px;
}
#about h1, #about h2, #about h3, #about h4, #about h5, #about h6{
    color: #ff8f2c;
}
#about p, #about span{
    color: #384a5a;
}
.media .media-img{
    
position: relative;
    
width: 125px;
    
height: 100px;
    
margin-right: 15px;
}
.media .media-img img{
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto !important;
    max-height: 100%;
    width: auto;
}
#category-page .featurecard .media{
    font-size: 12px;
    margin: 15px 0px;
    padding: 2px;
    box-shadow: 0px 0px 6px -1px;
}
.list-group-item a{
    cursor: pointer;
}
.openCate{
    display: none;
}
.openCate ul{
    list-style: none;
}
.openCate ul li a{
    color: #ff8f2c !important;
    font-weight: 500 !important;
}
.list-unstyled{
    padding: 0;
}
#category-page .list-group {
    background: #536d82;
}
#category-page .list-group-item{
    background: none;
}
.btn-waves{
    width: 310px !important;
    margin: 15px auto;
    background: #ff8f2c;
    color: #fff;
    font-weight: 600;
}
.btn-waves:hover{
    background: #384a5a;
    transition: all 0.5s ease-in-out;
}
#category-page .left .modal .modal-footer .btn{
    float: inherit !important;
    background-color: #384a5a;
    color: #fff;
    width: auto !important;
    margin: 0 5px;
}
/* end the profile */
.face-btn{
    background: #3b5999;
    color: #fff;
    font-weight: 600;
    padding: 8px 40px;
}
@media screen and (max-width: 991px){
    #header .top{
        font-size: 14px;
        /* text-align: center; */
    }
    #header form input {
        width: 70%;
    }
}
@media screen and (max-width: 767px){
    #header .topright{
        float: inherit !important;
        text-align: center;
    }
    #header .topleft{
        float: inherit !important;
        text-align: center;
        margin-bottom: 10px;
    }
    #header form input {
        width: 58%;
    }
    .hideDiv .col-sm-12{
        margin: 10px 0;
    }
}
@media screen and (max-width: 600px){
    #header form .fa-search {
        display: none;
    }
    #header form input {
        width: 100%;
    }
    #header form button {
        margin: 0 auto;
        display: block;
    }
    .carousel-indicators {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: -22px;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    #slider .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity .6s ease;
        border: 3px solid #465f72;
    }

}
@media screen and (max-width: 500px){
    #header .topleft .lang{
        display: block;
    }
    #category .ads-btn, #category-page .ads-btn {
        background-color: #ff8f2c;
        border-radius: 10px;
        color: #fff;
        position: fixed;
        bottom: 15px;
        right: 0;
        z-index: 999999;
        left: 0;
        max-width: 155px;
        margin: 0 auto;
        font-size: 20px;
    }
}
@media screen and (max-width: 400px){}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
    z-index: 999;
    height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 5px;
    right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}

.popup .content {
  max-height: 99%;
    overflow: auto;
    font-size: x-large;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}


@media screen and ( max-width: 519px ){

    li.page-item {
        display: none;
    }
    nav .pagination li {
        margin-right:0px;
    }
    #category nav .pagination li .page-link {
        padding: 13px;
    }
    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block;
    }
}
.packageType1 .head{
    background: #cd7f32;
}
.packageType1 .head a{
    color: #fff !important;
    font-size: 27px !important;
}
.packageType2 .head{
    background: #C0C0C0;
}
.packageType2 .head a{
    color: #fff !important;
    font-size: 27px !important;
}
.packageType3 .head{
    background: #FFD700;
}
.packageType3 .head a{
    color: #fff !important;
    font-size: 27px !important;
}
.packageType4 .head{
    background: #e5e4e2;
}
.packageType4 .head a{
    color: #fff !important;
    font-size: 27px !important;
}
.packageType1 .btn-primary, .packageType2 .btn-primary, .packageType3 .btn-primary, .packageType4 .btn-primary{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
#category.package .card{
    min-height: 450px;
    padding: 20px;
    border: 2px solid#dfdfdf;
    border-radius: 10px;
}
#category.package .card-img{
    position: relative;
    width: 100%;
    height: 125px !important;
}
#category.package .card-img img{
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto !important;
    max-height: 100%;
    width: auto;

}
img{
    display: none;
}
.btn-file{
    margin: 0;
    border-radius: 0;
}
.verify_button {
    background:#f00;
    color:#fff !important;
}