@media (max-width:767px) and (min-width:320px) {
    header {
        height: 100%;
        background-color: #fbf0ec;
        width: 80%;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        z-index: 100001;
    }

    .headerblock {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
    }

    .mob-none {
        display: none !important;
    }

    /*Mobile Menu*/
    .mobile-menu {
        width: 30px;
        height: 45px;
        display: inline-block;
        position: relative;
        top: 10px;
        float: right;
        z-index: 1000;
    }

    .mobile-menu i {
        position: absolute;
        display: block;
        height: 2px;
        background: #d4c0b8;
        width: 25px;
        left: 0px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .mobile-menu i:nth-child(1) {
        top: 16px;
    }

    .mobile-menu i:nth-child(2) {
        top: 24px;
    }

    .mobile-menu i:nth-child(3) {
        top: 32px;
    }

    .mobile-menu.active i:nth-child(1) {
        top: 25px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .mobile-menu.active i:nth-child(2) {
        background: transparent;
    }

    .mobile-menu.active i:nth-child(3) {
        top: 25px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

    .header-content ul {
        display: inline-block !important;
    }

    .header-content ul li a {
        color: #000;
        line-height: 40px;
    }
    .banner-home .carousel-inner{
        overflow: visible;
    height: 450px;
    }
    .carousel-inner .carousel-item>img{
        height: 450px;
        object-fit: cover;
        object-position: center;
    }
    .text-banner {
        background: #fdede7;
        padding-top: 10px;
        width: 100%;
        top: initial;
        color: #8c8985;
        margin-top: 0px;
        left: 0;
        margin-left: 0;
        bottom: 0;
    }
    .text-banner h2 {
         text-shadow: none;
        font-size: 12px;
        font-weight: 700;
    }
    .text-banner p {
        font-size: 12px !important;
        text-shadow: none;
        margin-bottom: 8px;
        padding: 0px 10px;
    }
    .webdding-aboutus {
        max-height: 200px;
        max-width: 200px;
        margin: 0px auto;
        text-align: CENTER;
        display: block;
    }

    .about-us {
        padding: 0rem !IMPORTANT;
    }
    .bg-light-pink{
        background: #ebdfdb;
      }
    .flower-1 {
        display: none;
    }

    .flower-2 {
        width: 100px;
    }

    .flower-3 {
        width: 90px;
        right: 0;
    }

    .aboutus_textbox {
        flex-direction: column;
        margin-top: 50px;
        align-items: flex-start;
    }

    .aboutus_textbox h3 {
        padding: 8px 3px !important;

    }

    h3, h4 {
        font-size: 18px;
    }

    p {
        font-size: 14px !important;
    }

    .what_weoffer_img {
        width: 100px;
        right: 0px;
        top: -80px;
    }

    .servicebox {
        margin: 10px 0px;
    }

    .servicebox h3 {
        padding: 2px 15px !IMPORTANT;
    }

    .flower-2 {
        width: 100px;
        bottom: -20px;
        margin-left: -50px;
    }

    footer .container ul {
        text-align: left;
        padding-left: 0;
    }

    footer .container ul li a {
        font-size: 14px;
    }

    footer .container h5 {
        padding-top: 20px;
        text-align: left;
        font-size: 16px;
    }

    footer {
        padding-top: 20px;
    }

    .footerlogobox {
        display: block;
    }

    .footerlogobox img {
        width: 80px;
    }

    .copyrightmsg {
        padding: 1rem !important;
        font-size: 12px;
    }

    .what_we_offer {
        padding: 1rem 0rem !IMPORTANT;
    }

    .profile-card-3 {
        margin-bottom: 15px;
    }

    .profile-card-3 h2, .com-headbox h3 {
        font-size: 18px;
    }

    .portfoliobg {
        height: 200px;
    }

    .portfoliobg h2 {
        font-size: 24px;
    }

    .portfoliobg span {
        font-size: 40px;
    }

    .com-headbox span {
        font-size: 40px;
        top: -20px;
    }

    .mob-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .grid figure {
        height: 100%;
    }

    .mob-px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .picture_wrapper span {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 600;
    }

    .subtitle {
        margin-top: 4px;
        font-size: 15px;
    }

    .picture_wrapper a {
        margin-top: 10px;
        font-weight: 500;
        font-size: 14px;
    }

    .btn-viewall {
        padding: 6px 20px;
        font-size: 14px;
    }

    .contact-input {
        margin-bottom: 10px;
    }

    .form-contact {
        padding: 12px;
    }

    .form-label, .form-check-label {
        font-size: 14px;
    }

    .contact-input {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .mob-mb-2 {
        margin-bottom: 5px !important;
    }

    /*mobile header*/
    .mob-header {
        height: 65px;
        line-height: 65px;
        background: #ffede7;
        position: sticky;
        top: 0;
        z-index: 100000;
        display: block;
    }

    .mobile-menu {
        text-align: right;
    }

    .mobile-menu i {
        font-size: 30px;
        color: #cabeb9;
    }

    .mob-logo {
        width: 120px;
    }
    .imgbox_service {
        height: 300px;
        overflow: hidden;
    }
    .imgbox_service img {
        height: auto;
        width: 100%;
        object-fit: cover;
        object-position: 0px -110px;
    }
    .banner-home{
        overflow: hidden;
    }

}

@media (max-width:1023px) and (min-width:768px) {
    .flower-1 {
        position: ABSOLUTE;
        width: 80px;
        left: 0px;
        top: -80px;
        opacity: 0.3;
    }

    .webdding-aboutus {
        max-height: 200px;
        max-width: 200px;
    }

    .flower-2 {
        width: 100px;
        bottom: -30px;
        margin-left: -50px;
    }

    .flower-3 {
        width: 120px;
    }

    .aboutus_textbox {
        flex-direction: column;
        align-items: flex-start;
    }

    .aboutus_textbox h3 {
        padding: 20px 0px 15px !important;
    }

    .what_weoffer_img {
        width: 150px;
        right: 0px;
        top: -90px;
    }

    .text-banner {
        width: 450px;
        top: 50%;
        margin-top: -70px;
        margin-left: -225px;
    }

    .text-banner h2 {
        font-size: 30px;
    }

    .text-banner p {
        font-size: 16px;
    }

    .vk-logo {
        width: 60px;
    }

    .header-content ul li a {
        font-size: 16px;
    }

    .scrolled {
        box-shadow: 0px 1px 5px #00000040;
    }

    footer .container h5 {
        padding-top: 20px;
        font-size: 14px;
    }

    footer .container ul {
        font-size: 12px;
    }

    .footerlogobox img {
        width: 80px;
    }

    .copyrightmsg {
        padding: 10px !IMPORTANT;
        font-size: 12px;
    }

    .profile-card-3 {
        height: 330px;
    }

    .profile-card-3 h2, .com-headbox h3 {
        font-size: 18px;
    }

    .what_we_offer {
        padding-top: 0 !important;
    }

    .subtitle, p {
        font-size: 14px;
    }

    .picture_wrapper span {
        margin-top: -22px;
        font-size: 16px;
        font-weight: 600;
    }

    .picture_wrapper p {
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .picture_wrapper {
        margin-bottom: 20px;
    }

    .picture_wrapper a {
        margin-top: 5px;
        font-size: 12px;
    }

    .tab-p-10 {
        padding: 10px !important;
    }

    .com-headbox span {
        font-size: 60px;
        top: -30px;
    }

    .portfoliobg span {
        font-size: 60px;
    }

    .portfoliobg h2 {
        font-size: 30px;
    }

    .portfoliobg {
        height: 200px;
    }

    .grid figure {
        height: 200px;
    }

    .btn-viewall {
        padding: 5px 20px;
        font-size: 14px;
    }
}

@media (max-width:1199px) and (min-width:1024px) {
    .flower-1 {
        width: 100px;
        left: 0px;
        top: -100px;
    }

    .webdding-aboutus {
        max-height: 300px;
        max-width: 300px;
    }

    .flower-3 {
        width: 150px;
        right: 0;
        top: -20px;
    }

    

    h3, h4, .profile-card-3 h2 {
        font-size: 20px;
    }

    .out_teamflower {
        left: -40px;
        top: -70px;
        right: initial;
        width: 150px;
    }

    .what_weoffer_img {
        width: 160px;
        right: 0px;
        top: -90px;
    }

    .footerlogobox img {
        width: 100px;
    }

    .text-banner p {
        font-size: 20px;
    }

    .text-banner h2 {
        font-size: 40px;
    }

    .text-banner {
        margin-top: -80px;
        margin-left: -350px;
    }
    .picture_wrapper span {
        margin-top: -20px;
        font-size: 16px;
        font-weight: 600;
    }
    .subtitle, p{
        font-size: 14px;
    }
    .com-headbox span {
        font-size: 70px;
        top: -35px;
    }
}

@media (min-width:1200px) and (max-width:1439px) {
    .what_weoffer_img {
        width: 200px;
        right: 0px;
        top: -100px;
    }
    .out_teamflower {
        left: -10px;
        top: -50px;
        right: initial;
        width: 150px;
    }
    .flower-1 {
        width: 90px;
        left: 0px;
        top: -70px;
    }
    .flower-3 {
        width: 110px;
        right: 20px;
    }
    .picture_wrapper p {
        margin-top: 10px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .picture_wrapper span {
        margin-top: -20px;
        font-size: 18px;
        font-weight: 600;
    }
    .picture_wrapper a, .subtitle{
        font-size: 14px;
    }
    .servicebox  h4{
        font-size: 1rem;
    }
    body{
        font-size: 14px;
    }
}