/*================================ Satrt large screens =========================*/
@media (min-width:993px ) and (max-width: 1440px)
{
    .navbar .links .dropdown .dropdown-menu{
        right: -200px;
    }
}
@media (min-width:993px) and (max-width:1200px)
{
    .navbar .nav-link ,
    .navbar .links .sign_butn{
        font-size: 11px;
    }
}
/*============================== Start medium screen of tablet =========================*/
@media (min-width: 993px) and (max-width: 1024px)
{
    .package-det-card {
        padding: 55px 4vw;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{
    .feedback-sec .item .feedback_inner {
        top: 85px;
    }
    .feedback-sec .item .main-img {
        height: 490px;
    }
}
@media(max-width:992px)
{
    .navbar .links .dropdown .dropdown-menu {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar .links {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .navbar .links .lang_butn {
        display: block !important;
        width: fit-content;
        margin: 10px auto 5px auto;
    }
    .themeToggler {
        display: block;
        margin: auto;
        width: fit-content;
        margin-top: 18px;
    }
    .footer .content .social-links,
    .footer .content .links{
        text-align: center;
    }
    .profile-pg {
        overflow: hidden;
    }
    .calorie-calculator .cal-result .content {
        margin-inline-start: 0px;
        text-align: center;
    }
    .calorie-calculator .cal-result .content .title {
        font-size: 1rem;
    }
    .newsletter-sec .form-wrapper{
        padding: 0 20px;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .feedback-sec .item .feedback_inner {
        width: 100%;
        top: 0;
    }
    .feedback-sec .item .main-img {
        height: 300px;
    }
    .about-sec .img-box {
        margin-bottom: 25px;
    }
    .calorie-calculator .cal-result {
        display: flex;
        flex-direction: column;
    }
    .calorie-calculator .cal-result .icon {
        margin-bottom: 20px;
    }
    .register-pg .register-img {
        min-height: auto;
        height: 300px;
    }
    .contact-sec .contact_item {
        margin-bottom: 15px;
    }
    .package-det .box_wrapper {
        margin-bottom: 10px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .about-sec {
        overflow: hidden;
    }
    .footer .copyright {
        font-size: 11px;
    }
    .register-pg .inner .form-wrapper .code-form-group .form-control {
        width: 60px;
    }
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{

}
