.title-20 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 0;
}
footer.crmjetty_footer{
    color: #fff;
    background-color: #222222;
    padding: 0;
}
footer.crmjetty_footer a{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    transition: 0.3s ease-in !important;
}
footer.crmjetty_footer a:hover{
    color: #EC4D1C !important;
    transition: 0.3s ease-in !important;
}
footer.crmjetty_footer .footer-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
} 
footer.crmjetty_footer .footer-block-wrapper .footer-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
}
footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list .title-wrap {
    /* margin-bottom: 15px; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    padding: 12px 0;
    position: relative;
}
footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list .title-wrap::after{
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    position: absolute;
    transform: rotate(-45deg);
    top: 17px;
    right: 5px;
    transition: .4s ease-in;
}
footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list .title-wrap.open::after{
    transform: rotate(135deg);
    top: 22px;
    border-color: #EC4D1C;
}   

footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list:last-child{
    margin-bottom: 0;
}
footer.crmjetty_footer  .privacy-policy-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0 50px 0;
    /* margin: 0 -20px; */
    
}
footer.crmjetty_footer  .privacy-policy-wrapper .left {
    display: flex;
    flex-wrap: wrap;

    /* margin: 0 -20px; */
    /* padding: 0 20px; */
}
footer.crmjetty_footer  .privacy-policy-wrapper .left  .logo{
    flex: 0 0 100%;
    max-width: 100%;
}
footer.crmjetty_footer .privacy-policy-wrapper .left .policy-list {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0 0px 0;
}
footer.crmjetty_footer .privacy-policy-wrapper .left .policy-list li{
    padding: 0 10px;
    position: relative;
}
footer.crmjetty_footer  .privacy-policy-wrapper .left .policy-list li:not(:last-child)::after{
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 4px;
    right: 0;
}
footer.crmjetty_footer .privacy-policy-wrapper , footer  .privacy-policy-wrapper p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}
/* footer  .privacy-policy-wrapper .right{
    padding: 0 20px;
} */
/* footer  .privacy-policy-wrapper .left .logo {
    min-width: 187px;
} */
footer.crmjetty_footer  .privacy-policy-wrapper .left .logo img{
   width: 140px;
   height: 45px;
}
footer.crmjetty_footer  .privacy-policy-wrapper .policy-list ul{
    display: flex;
    margin: 0 -10px
}
footer.crmjetty_footer  .footer-bottom .bottom-partner-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 20px 0;
}
footer.crmjetty_footer  .footer-bottom .bottom-partner-logo img{
    margin-right: 20px;
    max-width:90px;
    margin-bottom: 10px;
    max-height: 75px;
}
footer.crmjetty_footer  .footer-bottom .bottom-partner-logo img:last-child{
    margin-right: 0;
}
footer.crmjetty_footer  .privacy-policy-wrapper .right .social-meidia{
    display: flex;
}
footer.crmjetty_footer  .privacy-policy-wrapper .right .social-meidia  a .fa{
 color: #fff;
 font-size: 17px !important;
 transition: 0.3s ease-in;
 margin-left: 5px;
 font: normal normal normal 14px/1 FontAwesome;
}
footer.crmjetty_footer  .privacy-policy-wrapper .right .social-meidia a{
    background: rgba(255, 255, 255, 0.1);
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease-in;
}
footer.crmjetty_footer  .privacy-policy-wrapper .right .social-meidia a:hover{
    background: rgba(0 , 0 ,0 , 0.2);
    /* background: #000; */
}
footer.crmjetty_footer .privacy-policy-wrapper .right .social-meidia a:hover .fa{
    transition: 0.3s ease-in;
    color:  #EC4D1C;
}
footer.crmjetty_footer  .privacy-policy-wrapper .right .social-meidia  li{
    padding-right: 12px;
}
footer.crmjetty_footer  .privacy-policy-wrapper .right .social-meidia  li:last-child{
    padding-right: 0;
}
footer.crmjetty_footer  .privacy-policy-wrapper .right .social-meidia  li .fa-linkedin:before{
    content: "\f0e1";
}
footer.crmjetty_footer  .footer-bottom {
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer.crmjetty_footer  .footer-top {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer.crmjetty_footer .footer-bottom  .footer-list {
    display: none;
    margin-bottom: 15px;
}
footer.crmjetty_footer  .footer-bottom  .footer-list  a{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
}
footer.crmjetty_footer  .footer-top-inner  {
    display: flex;
    flex-wrap: wrap;
    /* padding: 20px 0; */
}
footer.crmjetty_footer  .footer-top-inner .mail {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
}
footer.crmjetty_footer  .footer-top-inner .mail a{
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}
footer.crmjetty_footer  .footer-top-inner .contact{
    flex: 0 0 100%;
    max-width: 100%;
}
footer.crmjetty_footer  .footer-top-inner  .contact-list{
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -20px; */
}
footer.crmjetty_footer  .footer-top-inner  .contact-list .icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer.crmjetty_footer  .footer-top-inner  .contact-list .disc{
    padding-left: 10px;
}
footer.crmjetty_footer  .footer-top-inner  .contact-list li{
    flex: 0 0 100%;
    max-width: 100%;
    /* padding: 0 20px; */
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
footer.crmjetty_footer  .footer-top-inner {
    color: #EC4D1C;
}
footer.crmjetty_footer  .footer-top-inner .contact .contact-inner {
    max-width: 1160px;
    margin: 0 auto;
  padding-top: 25px;
}
footer.crmjetty_footer .footer-top-inner .contact-list .icon {
    width: 60px;
    height: 60px;
}
footer.crmjetty_footer .footer-top-inner .contact-list .icon img {
    height: 35px;
    width: 35px;
}
footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list .title-wrap.open .title-20{
    color: #EC4D1C;
    transition: 0.3s  ease-in;
}
footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list .title-wrap .title-20{
    transition: 0.3s  ease-in;
}
footer.crmjetty_footer .privacy-policy-wrapper .right {
    margin-top: 15px;
}
/* responsive css */
@media(min-width:768px){
    
    footer.crmjetty_footer .footer-block-wrapper .footer-block {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 20px;
    }
    footer.crmjetty_footer  .footer-bottom  .footer-list {
        display: block;
        margin: 0;
    }
    footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list {
        margin-bottom: 35px;
    }
   
    footer.crmjetty_footer  .footer-top-inner  .contact-list li{
        flex: 0 0 50%;
        max-width: 50%;
        /* justify-content: center; */
    }
  
    footer.crmjetty_footer  .footer-top-inner .mail {
        text-align: center;
    }
    footer.crmjetty_footer  .footer-bottom {
        padding: 40px 0 0 0;
    }
    footer.crmjetty_footer  .footer-bottom .bottom-partner-logo {
        padding: 30px 20px 20px 20px;
    }
    footer.crmjetty_footer  .footer-bottom .bottom-partner-logo img{
        margin-right: 20px;
        max-width: 100px;
    }
    footer.crmjetty_footer  .privacy-policy-wrapper .left  .logo{
        flex: 0 0 140px;
        max-width: 140px;
    }
    footer.crmjetty_footer .privacy-policy-wrapper .left .policy-list {
        flex: 0 0 calc(100% - 140px);
        max-width: calc(100% - 140px);
        padding-left: 25px;
        margin: 0;
    }
  
   
    footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list .title-wrap {
        margin-bottom: 12px;
        border-bottom: none;
        padding: 0;
    }
    footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list .title-wrap::after{
        width: 0;
        height: 0;
        border: none;
    }
    /* footer.crmjetty_footer  .privacy-policy-wrapper .left {
        margin-bottom: 20px;
    } */
    footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list{
        border: none;
    }
   
}
@media(min-width:1024px){
    /* .title-20 {
        font-size: 16px;
        line-height: 28px;
    } */
    footer.crmjetty_footer  .footer-top-inner .mail a{
        font-size: 18px;
        line-height: 28px;
    }
    footer.crmjetty_footer  .footer-top-inner .contact .contact-inner {
        padding: 35px 35px 15px 35px;
    }
    footer.crmjetty_footer  .footer-top-inner .mail {
        flex: 0 0 250px;
        max-width: 250px;
    }
    footer.crmjetty_footer  .footer-top-inner .contact{
        flex: 0 0 calc(100% - 250px);
        max-width: calc(100% - 250px);
    }
    footer.crmjetty_footer  .footer-top-inner .mail {
        padding: 39px 30px;
        text-align: left;
    }
    footer.crmjetty_footer  .footer-bottom {
        padding: 49px 0 0 0;
    }
    footer.crmjetty_footer  .footer-bottom .bottom-partner-logo {
        padding: 56px 20px 20px 20px;
    }
    footer.crmjetty_footer  .privacy-policy-wrapper .left {
        margin-bottom: 0;
    }
    footer.crmjetty_footer  .privacy-policy-wrapper {
        padding: 29px 0 29px 0;
    }
    footer.crmjetty_footer  .footer-bottom .bottom-partner-logo img{
        max-width: 166px;
    }
    footer.crmjetty_footer  .privacy-policy-wrapper .left  .logo{
        flex: 0 0 187px;
        max-width: 187px;
    }
    footer.crmjetty_footer .privacy-policy-wrapper .left .policy-list {
        flex: 0 0 calc(100% - 187px);
        max-width: calc(100% - 187px);
        padding-left: 65px;
    }
    footer.crmjetty_footer .privacy-policy-wrapper .left .logo img {
        width: 187px;
        height: 60px;
    }
    footer.crmjetty_footer .footer-top-inner .contact-list li{
        justify-content:flex-start;
    }
    footer.crmjetty_footer .privacy-policy-wrapper {
        justify-content: flex-start;
    }
    footer.crmjetty_footer .privacy-policy-wrapper .right {
        margin: 5px auto 0;
    }
}
@media(min-width:1200px){
    .title-20 {
        font-size: 16px;
        line-height: 20px;
    }
    footer.crmjetty_footer  .footer-top-inner .mail a{
        font-size: 16px;
        line-height: 20px;
    }
    footer.crmjetty_footer  .footer-top-inner .mail {
        flex: 0 0 280px;
        max-width: 280px;
    }
    footer.crmjetty_footer  .footer-top-inner .contact{
        flex: 0 0 calc(100% - 280px);
        max-width: calc(100% - 280px);
    }
    footer.crmjetty_footer  .footer-top-inner  .contact-list li{
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 10px;
        margin-bottom: 0;
    }
    footer.crmjetty_footer  .footer-top-inner .contact .contact-inner {
        padding:35px 10px;
    }
    footer.crmjetty_footer .footer-top-inner .contact-list .icon {
        width: 50px;
        height: 50px;
    }
    footer.crmjetty_footer .footer-top-inner .contact-list .icon img {
        height: 30px;
        width: 30px;
    }
    footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list .title-wrap{
        margin-bottom: 12px;
    }
    footer.crmjetty_footer .privacy-policy-wrapper {
        justify-content: space-between;
        align-items: flex-start;
    }
    footer.crmjetty_footer .privacy-policy-wrapper .right {
        margin: 0;
    }
}
@media(min-width:1340px){
    footer.crmjetty_footer .footer-top-inner .contact-list .icon img {
        height: 35px;
        width: 35px;
    }
    footer.crmjetty_footer .footer-top-inner .contact-list .icon {
        width: 60px;
        height: 60px;
    }
    footer.crmjetty_footer  .footer-top-inner  .contact-list li{
        padding: 0 15px;
    }
    footer.crmjetty_footer .footer-top-inner .contact .contact-inner {
        padding: 35px 20px;
    }
    footer.crmjetty_footer  .privacy-policy-wrapper .left .logo img{
        width: 187px;
        height: 60px;
     }
     footer.crmjetty_footer  .privacy-policy-wrapper {
        padding: 28px 0 28px 0;
        /* margin: 0 -20px; */
    }
    footer.crmjetty_footer .footer-bottom .bottom-partner-logo {
        padding: 56px 20px 30px 20px;
    }
}
@media(min-width:1440px){

    footer.crmjetty_footer .footer-top-inner .contact-list .icon {
        width: 65px;
        height: 65px;
    }
   
    .title-20 {
        font-size: 18px;
        line-height: 28px;
    }
    footer.crmjetty_footer .footer-block-wrapper .footer-block .block-list .title-wrap {
        margin-bottom: 15px;
    }
    footer.crmjetty_footer .footer-top-inner .contact-list li {
        padding: 0 20px;
    }
}
@media(min-width:1600px){
    .title-20 {
        font-size: 20px;
        line-height: 30px;
    }
    footer.crmjetty_footer  .footer-top-inner .mail a{
        font-size: 20px;
        line-height: 30px;
    }
    footer.crmjetty_footer .footer-top-inner .contact-list .icon {
        width: 70px;
        height: 70px;
    }
    footer.crmjetty_footer .footer-top-inner .contact-list .icon img {
        height: 40px;
        width: 40px;
    }
    footer.crmjetty_footer  .footer-top-inner .mail {
        flex: 0 0 309px;
        max-width: 309px;
    }
    footer.crmjetty_footer  .footer-top-inner .contact{
        flex: 0 0 calc(100% - 309px);
        max-width: calc(100% - 309px);
    }
}

@media (max-width:992px) {
    footer.crmjetty_footer .privacy-policy-wrapper .policy-list ul {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    footer.crmjetty_footer .privacy-policy-wrapper .left .policy-list li {
        width: 33.33%;
    }
    footer.crmjetty_footer .privacy-policy-wrapper .left .policy-list li:not(:last-child)::after {
        display: none;
    }
    footer.crmjetty_footer .privacy-policy-wrapper .left .policy-list .copy-right {
        margin-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        padding-top: 12px;
    }
    /* footer.crmjetty_footer .privacy-policy-wrapper .right {
        margin-top: 12px;
    } */
}
@media (max-width:767px) {
    footer.crmjetty_footer .privacy-policy-wrapper .left .policy-list li {
        width: 50%;
    }
    footer.crmjetty_footer .privacy-policy-wrapper .right {
        width: 100%;
        text-align: center;
    }
    footer.crmjetty_footer .privacy-policy-wrapper .right .social-meidia {
        align-items: center;
        justify-content: center;
    }
    footer.crmjetty_footer .footer-top-inner .contact-list .icon {
        width: 50px;
        height: 50px;
    }
    footer.crmjetty_footer .footer-top-inner .contact-list .icon img {
        height: 25px;
        width: 25px;
    }
   
}


footer.crmjetty_footer .footer-bottom .bottom-partner-logo {
    align-items: center;
}

footer.crmjetty_footer .footer-bottom .bottom-partner-logo .logo_link {
    margin-right: 20px;
}

/* 24-3-23 css changes */
.crmjetty_footer{
    font-family: 'Inter', sans-serif;
}
.footer-top .title-20 {
    color: #EC4D1C;
    margin-bottom: 0 !important;
}
.footer-bottom-main-wrapper  .title-20{
    color: #fff;
    margin-bottom: 0 !important;
}
footer.crmjetty_footer .privacy-policy-wrapper .left .logo {
    padding: 0;
}
