@media (max-width:1439px){
	.custom_hijama_points ul{
		width: 1200px;
	}
}
@media (max-width:1439px){
	.custom_hijama_points ul{
		width: 1200px;
	}
}
@media (max-width:1390px){
	    .custom_hijama_points ul {
        width: 1160px;
        left: -760px !important;
    }
}
@media (max-width:1280px){
.custom_hijama_points ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	width: 1100px;
        left: -720px !important;
	}

}
@media (min-width: 1400px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl{
      max-width: 1350px !important;
  }
}
@media (min-width: 1200px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl{
      max-width: 1170px;
  }
}

/* Start Navbar Design */
@media (min-width: 1200px){

  .nav-login .btn-badge span,
  .nav-login .btn-login span  {
    position: absolute;
    height: 100%;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
  }
  .nav-login .btn-badge span  {
    width: 25%;
    background-color: #2a763a;
    left: calc((var(--n) - 1) * 25%);
  }
  .nav-login .btn-login span  {
    width: 33%;
    background-color: #016e8e;
    left: calc(((var(--n) - 1) * 33%) - 40px);
  }
  .nav-login .btn-badge:hover span,
  .nav-login .btn-login:hover span {
    transform: translateY(0) scale(2);
  }
  .nav-login .btn-badge span:nth-child(1),
  .nav-login .btn-login span:nth-child(1) {
    --n: 1;
  }
  .nav-login .btn-badge span:nth-child(2),
  .nav-login .btn-login span:nth-child(2) {
    --n: 2;
  }
  .nav-login .btn-badge span:nth-child(3),
  .nav-login .btn-login span:nth-child(3) {
    --n: 3;
  }
  .nav-login .btn-badge span:nth-child(4),
  .nav-login .btn-login span:nth-child(4) {
    --n: 4;
  }
  .nav-login .btn-badge span:nth-child(5),
  .nav-login .btn-login span:nth-child(5) {
    --n: 5;
  }

  .custom-nav{
    background-color: #fff;
    padding: 0 !important;
    box-shadow: 0px 2px 15px #0000001a;
  }
  .custom-nav .nav-link{
    font-size: 16px;
    color: #6e6868;
    line-height: 1;
    text-transform: uppercase;
    padding: 40px 0 !important;
    margin: 0 15px;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 5px solid #fff;
  }
  .custom-nav .nav-link.active{
    color: #2075bb !important;
    border-color: #2075bb;
  }
  .custom-nav .nav-link:hover{
    color: #2075bb !important;
    border-color: #2075bb;
  }
  .custom-nav .dropdown-toggle::after {
    position: absolute;
    bottom: 22px;
    left: 43%;
    margin-left: 0 !important;
    border-top: 8px solid #e0d5d5 !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
  }
  .custom-nav .dropdown-toggle:hover::after {
    border-top-color: #2075bb !important;
  }

  .custom-nav .dropdown-menu.show {
    display: inherit;
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  .custom-nav .dropdown-menu[data-bs-popper] {
    margin-top: -1px;
  }
  .custom-nav .dropdown-menu {
    display: inherit;
    transform: scale(0);
    padding: 0;
    min-width: auto;
    background-color: #2075bb;
    border: 0;
    transition: all 0.3s;
    border-radius: 3px;
  }
  .custom-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s;
  }
  .custom-nav .dropdown-menu .dropdown-item:hover,
  .custom-nav .dropdown-menu .dropdown-item:active,
  .custom-nav .dropdown-menu .dropdown-item:focus {
    background-color: #48a15b;
  }
}


@media only screen and (min-width: 1350px) and (max-width: 1500px)  {
  
}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px)  {
  
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px)  {


}

@media only screen and (max-width: 1199.98px) {

  .nav-login .btn-badge:hover,
  .nav-login .btn-badge:focus{
    background-color: #ff1900;
  }
  .nav-login .btn-login:hover,
  .nav-login .btn-login:focus{
    background-color: #016e8e;
  }
  .nav-login .btn-badge span,
  .nav-login .btn-login span   {
    display: none;
  }

  .custom-nav{
    background-color: #fff;
    box-shadow: 0px 2px 15px #0000002e;
  }
  .custom-nav .navbar-toggler {
    border-color: #fff;
    background-color: #1490b4;
    padding: 0.2rem 0.4rem 0.3rem;
    box-shadow: none;
  }
  .custom-nav .navbar-toggler i{
    font-size: 25px;
    color: #fff;
  }
  .custom-nav .nav-link{
    font-size: 18px;
    color: #0c374f;
    padding: 0.75rem 0.5rem;
  }
  .custom-nav .dropdown-toggle::after {
    border-top: 0.375em solid;
    position: absolute;
    right: 10px;
    top: 22px;
  }
  .custom-nav .nav-login{
    margin-left: 0;
    margin-bottom: 5px;
  }
  .custom-nav .nav-login .btn-badge{
    width: 50%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    justify-content: center;
  }
  .custom-nav .nav-login .btn-login{
    width: 50%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    justify-content: center;
  }
  .custom-nav .dropdown-menu{
    background-color: #e9651b;
    color: #fff;
  }
  .custom-nav .dropdown-menu .dropdown-item{
    position: relative;
    color: #fff;
    padding-left: 25px;
    white-space: break-spaces;
  }
  .custom-nav .dropdown-menu .dropdown-item:hover,
  .custom-nav .dropdown-menu .dropdown-item:active,
  .custom-nav .dropdown-menu .dropdown-item:focus{
    background-color: #1490b4;
  }
  .custom-nav .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    border-left: 0.3em solid #fff;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
  }

 
}

@media only screen and (min-width: 768px) and (max-width: 991.98px)  {
  
}

@media only screen and (max-width: 991.98px) {
  
}

@media only screen and (min-width: 576px) and (max-width: 1199.98px)  {
  .section-footer .first{
    text-align: center;
    margin-bottom: 50px;
  }
  .section-footer .first .footer-logo {
    margin-bottom: 30px;
  }
  .section-footer .second{
    width: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
  }
  .section-footer .third{
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
  }
  .section-footer .forth .contact-info,
  .section-footer .forth .email-info{
    justify-content: center;
    margin-bottom: 15px;
  }
  .section-footer .forth .social-icons{
    justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991.98px)  {
  
}

@media only screen and (min-width: 576px) and (max-width: 767.98px)  {
  
}

@media only screen and (max-width: 767.98px) {
  body {
    margin-top: 84px;
  }
  .custom-nav .navbar-brand img{
    width: 200px;
  }

}

@media only screen and (max-width: 575.98px) {
  .custom-nav .nav-login {
    display: block;
    height: auto;
  }
  .custom-nav .nav-login .btn-badge{
    width: 100%;
    margin-bottom: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .custom-nav .nav-login .btn-login{
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .section-footer {
    padding: 50px 0 50px;
  }
  .section-footer .first{
    text-align: center;
    margin-bottom: 50px;
  }
  .section-footer .first .footer-logo {
    margin-bottom: 30px;
  }
  .section-footer .second{
    text-align: center;
    margin-bottom: 20px;
  }
  .section-footer .footer-links li {
    margin-bottom: 20px;
  }
  .section-footer .footer-links li a {
    font-size: 15px;
  }
  .section-footer .third{
    text-align: center;
    margin-bottom: 50px;
  }
  .section-footer .forth .contact-info{
    justify-content: center;
    margin-bottom: 15px;
  }
  .section-footer .forth .email-info{
    justify-content: center;
    margin-bottom: 20px;
  }
  .section-footer .forth .email-info .email{
    word-break: break-all;
    line-height: 1.5;
    font-size: 13px;
  }
  .section-footer .forth .social-icons{
    justify-content: center;
  }
}
