@media (min-width:1600px) and (max-width:1920px) {}

@media (max-width:768px) {
    .home-intro {
        background-color: #477BE4;
        padding-top: 10px;
        padding-bottom: 40px
    }

    .banner>.banner-top {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column
    }

    .banner>.banner-top>h3 {
        width: 100%;
        font-size: 28px;
        font-weight: 300;
        font-family: circe, sans-serif;
        color: #fff;
        text-align: left;
        position: relative;
        z-index: 1;
        margin-top: 20px;
        line-height: 36px
    }

    .banner>.banner-top>img.slider-img {
        height: auto;
        width: 80%;
        position: relative;
        z-index: 1;
        display: none
    }

    .banner>form>.search-city>.search-btn>img {
        display: none
    }

    .banner>form {
        display: flex;
        position: relative;
        width: 100%;
        z-index: 2;
        margin-top: -2px;
        flex-direction: column;
        border: 2px solid #333;
        border-radius: 5px;
        padding: 12px 16px 18px;
        background-color: #fff
    }

    .banner>form>.search-name {
        display: inline-block;
        position: relative;
        width: 100%;
        z-index: 3;
        margin-top: -2px;
        margin-bottom: 5px
    }

    .banner>form>.search-name>input.form-control {
        height: 68px;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        color: #656565;
        padding-left: 30px;
        outline: none;
        box-shadow: none
    }

    .banner>form>.search-name>.vertical-line {
        border: none;
        height: 1px;
        width: 100%;
        background-color: rgb(58 47 31 / .1);
        top: 68px;
        left: 0;
        right: auto;
        margin: 0
    }

    .banner>form>.search-city {
        display: flex;
        position: relative;
        width: 100%;
        z-index: 2;
        margin-top: -2px;
        flex-direction: column
    }

    .search-city>.vertical-line {
        border: none;
        height: 1px;
        width: 100%;
        background-color: rgb(58 47 31 / .1);
        top: 68px;
        left: 0;
        right: auto;
        margin: 0;
        display: flex
    }

    .banner>form>.search-city>.search-btn {
        height: 64px;
        display: flex;
        background-color: #FEED5A;
        border-radius: 5px;
        color: #000;
        font-size: 21px;
        align-items: center;
        justify-content: center;
        border: none;
        margin-top: 15px;
        margin-left: 0;
        width: 100%
    }

    .banner>form>.search-city>.search-btn>i {
        display: none
    }

    .banner>form>.search-city>.search-btn>span {
        display: flex;
        color: #333;
        font-size: 16px;
        font-weight: 300
    }

    .banner>form>.search-city>select.form-control {
        height: 68px;
        background-color: #fff;
        border: none;
        color: #656565;
        padding-left: 30px;
        outline: none;
        box-shadow: none;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        margin-left: -1px
    }

    .pro-img>a {
        display: flex;
        overflow: hidden;
        border-radius: 10px;
        height: 140px;
        position: relative;
        margin-bottom: 15px
    }

    .pro-info>p {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        font-weight: 400
    }

    .profile-btn {
        border: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .profile-btn>a.callnow {
        text-decoration: none;
        color: #000;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        width: 49%
    }

    .profile-btn>a.btn.whatsapp-btn {
        width: 49%
    }

    .profile-btn>a.callnow>.PhoneArea>span.call-title {
        display: none
    }

    .profile-btn>a.callnow {
        border: 1px solid #477BE4;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-radius: .375rem;
        justify-content: center
    }

    .profile-btn>a.callnow>.PhoneArea>span.call-no {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        line-height: 26px;
        margin-top: 2px
    }

    .profile-btn>a.callnow>span.min-title {
        width: 26px;
        height: 26px;
        background-color: #477BE4;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 13px;
        margin-right: 5px
    }

    .footer-contact {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        flex-direction: column
    }

    .footer-contact>span {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        line-height: 27px;
        display: flex;
        width: 90%;
        margin-bottom: 15px;
        text-align: center
    }

    .footer-social>span {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center
    }

    .footer-social>ul {
        display: flex;
        width: 100%;
        list-style: none;
        margin: 5px 0 0;
        padding: 0;
        align-items: center;
        justify-content: center
    }

    .footer-menu {
        padding-left: 15px
    }

    .footer-menu>ul {
        display: flex;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .copyright {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        padding-right: 15px
    }

    .page-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        justify-content: center;
        min-height: 150px
    }

    .PageHeader {
        background-color: #477BE4;
        min-height: 140px
    }

    .page-top>h1 {
        font-family: circe, sans-serif;
        font-size: 29px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 1
    }

    .profileimg {
        display: flex;
        height: 140px;
        overflow: hidden;
        border-radius: 10px;
        align-items: center;
        justify-content: center
    }

    .profile-info>h2 {
        font-family: circe, sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: #000;
        margin-bottom: 0
    }

    .profile-info>h5 {
        font-size: 13px;
        font-weight: 400;
        color: #797979;
        margin-top: 0;
        margin-bottom: 0
    }

    .address {
        font-size: 14px;
        font-weight: 400;
        color: #000
    }

    .sticky-info {
        position: fixed;
        width: 100%;
        left: 0;
        top: -130px;
        background-color: #fff;
        box-shadow: 0 3px 6px rgb(0 0 0 / .16);
        height: 130px;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s
    }

    .minleft {
        display: flex;
        margin-bottom: 10px
    }

    .mininfo>.minname {
        font-family: circe, sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #000;
        line-height: 30px
    }

    .mininfo>.mintitle {
        font-size: 14px;
        font-weight: 400;
        color: #797979;
        margin-top: 0;
        margin-bottom: 0
    }

    .minimg {
        display: flex;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        align-items: center;
        justify-content: center
    }

    .mincontact {
        flex-direction: row-reverse
    }

    .page-top>img {
        height: 140px
    }

    a.CallNow>.phone-area>span.phone {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        line-height: 26px
    }

    .mincontact>a.CallNow {
        justify-content: flex-start;
        padding-right: 15px;
        align-items: center
    }

    .mincontact>.btn.whatsapp-btn {
        width: 49%;
        height: 40px;
        padding-top: 10px
    }

    .mincontact a.CallNow>.phone-area {
        flex-direction: row;
        margin-top: 0;
        align-items: center
    }

    .mincontact a.CallNow>.phone-area>span.phone-title {
        display: none
    }

    .mincontact a.CallNow>.phone-area>span.min-title {
        display: flex;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        margin-right: 5px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin-right: 5px
    }

    .mincontact a.CallNow>span.circle-icon {
        display: none;
        width: 40px;
        height: 40px;
        border-radius: 25px;
        background-color: #477BE4;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        margin-right: 10px
    }

    .mincontact a.CallNow {
        width: 49%;
        height: 40px;
        padding-right: 0;
        margin-left: 2%;
        background-color: #477BE4;
        border-radius: .375rem;
        align-items: center;
        justify-content: center;
        flex-direction: row
    }

    .mincontact a.CallNow>.phone-area>span.phone {
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        width: fit-content;
        align-items: center;
        height: fit-content;
        margin-top: 4px
    }

    a.CallNow>.phone-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 3px
    }

    .mincontact>.btn.instagram-btn {
        width: 250px;
        height: 40px
    }

    .blog-page-area {
        margin-top: 40px;
        margin-bottom: 80px
    }

    .PageHeader.post-header {
        padding-bottom: 30px
    }

    .post-text-area>.post-img {
        display: flex;
        width: 100%;
        margin-top: 0;
        overflow: hidden;
        border-radius: 20px
    }

    #sidebar .sidebar__inner {
        position: relative !important
    }

    .footer-form-area {
        background-color: #477BE4;
        min-height: 260px;
        display: flex;
        align-items: center;
        margin-top: 0
    }

    .footer-form>h3 {
        font-size: 27px;
        font-weight: 700;
        font-family: circe, sans-serif;
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 1;
        margin-bottom: 20px
    }

    .width-300 {
        width: 100% !important
    }

    .btn.whatsapp-btn>i {
        font-size: 18px;
        margin-right: 5px;
        margin-top: -2px
    }

    .footer-menu>ul>li {
        margin-right: 10px
    }

    .footer-menu>ul>li>a {
        display: flex;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none
    }

    .edu-str>.edu-info {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding-left: 8px;
        width: 295px
    }

    .edu-str>.vertical-line>.circle {
        display: flex;
        width: 6px;
        height: 6px;
        background-color: #000;
        border: 1px solid #000;
        border-radius: 50%;
        position: absolute;
        top: 7px;
        margin-left: 0
    }

    .ads-area {
        padding: 0 15px
    }
}