.cintana-footer-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cintana-footer-left {
    flex: 0 20%;
}

.cintana-footer-right {
    flex: 0 65%;
}

.citana-footer-soial-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 140px;
    margin-top: 20px;
}

.cintana-menu .hs-menu-wrapper ul {
    display: block;
}
.cintana-footer-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cintana-footer-left {
    flex: 0 20%;
}

.cintana-footer-right {
    flex: 0 67%;
}

.citana-footer-soial-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 140px;
    margin-top: 20px;
}

.cintana-menu .hs-menu-wrapper ul {
    display: block;
}



.cintana-footer-menus-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cintana-footer-menus-inner {
    min-width: 125px;
}
.cintana-footer-wrapper {
    padding: 80px 16px 40px;
}

.cintana-menu li a {
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
}

.cintana-menu-heading h6 {
    font-weight: 600;
}
.cintana-footer-bottom-copyright {
    text-align: right;
    border-top: 1px solid #BBBCBC;
}

.cintana-footer-bottom-copyright a {
    text-decoration: none;
    padding-top: 20px;
    display: block;
}

.cintana-footer-outer {
    padding-bottom: 50px;
}


/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){}

/************** iphone roatate***************/
@media (max-width: 767px) {
.cintana-footer-outer {
    display: block;
}

.cintana-footer-left {
    padding-bottom: 20px;
}
  
.cintana-footer-wrapper {
    padding: 0px 0px 20px;
}

}

@media (max-width: 650px) {

.cintana-footer-menus-inner {
    flex: 0 50%;
}
/************** iphone ***************/
@media (max-width: 479px) {

.cintana-footer-menus-outer {
  display: block; 
}
.cintana-footer-menus-inner {
    padding-bottom: 20px;
}
}
