 

.frame-btn {
      margin-bottom: 30px;
    line-height: 15px;
    display: inline-block;
    padding: 40px 50px 40px 40px;
    font-size: 22px;
    letter-spacing: 1px; 
    text-decoration: none;
    position: relative;
}
.frame-btn__text {
  color: #202429;
  font-weight: 500;
  text-transform: unset;
  transition: 300ms ease;
  position: relative;
  line-height: 20px;    font-size: 20px;
}
.frame-btn:hover .frame-btn__text {
  color: #b40607;
}
.frame-btn__solid {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  background-color: #fff;
  width: calc(100% - (30px * 4));
  height: calc(100% - (30px * 4));
  transform-origin: 50%;
  transform: scale(0.85);
  opacity: 0;
  transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.frame-btn:hover .frame-btn__solid {
  opacity: 1;
  transform: scale(1);
}
.frame-btn__outline {
  position: absolute;
  top: 0;
  left: 0;
}
.frame-btn__outline--tall {
  margin: 0 10px;
    width: calc(400px - (10px* 2));
  height: 100%;
}
.frame-btn__outline--flat {
  margin: 10px 0;
  height: calc(100% - (10px * 2));
  width: 400px;
}
.frame-btn__line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.frame-btn__line--tall:before, .frame-btn__line--tall:after {
  height: 100%;
  width: 1px;
  top: 0;
}
.frame-btn:hover .frame-btn__outline--flat .frame-btn__line--tall:before, .frame-btn:hover .frame-btn__outline--flat .frame-btn__line--tall:after
 {
  transform: scaleY(0);
}
.frame-btn:hover .frame-btn__outline--tall .frame-btn__line--tall:before, .frame-btn:hover .frame-btn__outline--tall .frame-btn__line--tall:after 
{
  margin: 10px 0;
  height: calc(100% - (10px * 2));
}
.frame-btn__line--tall:before {
  left: 0;
}
.frame-btn__line--tall:after {
  right: 0;
}
.frame-btn__line--flat:before, .frame-btn__line--flat:after {
  width: 100%;
  height: 1px;
  left: 0;
}
.frame-btn:hover .frame-btn__outline--tall .frame-btn__line--flat:before, .frame-btn:hover .frame-btn__outline--tall .frame-btn__line--flat:after {
  transform: scaleX(0);
}
.frame-btn:hover .frame-btn__outline--flat .frame-btn__line--flat:before, .frame-btn:hover .frame-btn__outline--flat .frame-btn__line--flat:after {
  margin: 0 10px;
  width: calc(100% - (10px * 2));
}
.frame-btn__line--flat:before {
  top: 0;
}
.frame-btn__line--flat:after {
  bottom: 0;
}
.frame-btn__line:before, .frame-btn__line:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #e3e3e3;
  transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.frame-btn:hover .frame-btn__line:before, .frame-btn:hover .frame-btn__line:after {
  transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
 

.frame-btn__text { display: flex; margin-top: 10px; }
.frame-btn__text img { width: 40px; margin-right: 20px; margin-top: -15px; height: 40px; }




.this_con_need .frame-btn__text img { width: 35px; margin-right: 20px; margin-top: -15px; height: 35px; }
.align_this_box_odd { margin-left: -70px; }
.align_this_box_even {  }
.csr_right_sidebar { margin-left: 30%; }
.csr_branches {      position: relative;
    border: 1px solid #445060;
    bottom: -7px;
    width: 400px;
    margin-left: -10px;
    float: right;
    height: 35px;}
.csr_branches a { font-size: 22px;
    text-align: center;
    margin: 0 auto;     color: #202429;
    position: relative;
    left: 40%; }
.csr_branches a:hover {   color: #b40607; }
    .csr_global { margin-left: 40px; }


   .csr_text_widget ul { list-style: none; }
    .csr_text_widget ul li {
    margin-left: 25px;
    font-size: 17px;
    line-height: 29px;
    color: #445060;
    margin-bottom: 20px;
    font-weight: 400; letter-spacing: 0.4px;
}

.a_shape_content { width: 100% }

.csr_text_widget ul li::before {
    content: url(https://www.xscad.com/wp-content/themes/xscad/images/square-bullet.svg);
    color: #b40607;
    display: inline-block;
    width: 12px;
    font-size: 16px;
    margin-right: 50px;
    list-style: disc inside;
    float: left;
    position: absolute;
    left: 37px;
    rotate: 45deg;
    margin-top: 2px;
}


.csr_second_section  .sectors_accod .card h2 {
    background-color: transparent;}


.csr_second_section .sectors_accod .card h2 {
    background-color: #fff;
   font-size: 24px;
    cursor: pointer;
   font-weight: 500;
      padding: 35px 35px;
     color: #202429;
    border-radius: 0px;
    transition: all .5s;
}


.csr_second_section .sectors_accod .card-body {
    padding: 0px 50px;  
}

.csr_second_section .sect_sec_main_left {
         padding-top: 0px;
    padding-right: 50px;
    margin-bottom: 25px;
    margin-top: -5px;
}

.csr_second_section .sectors_accod .card {
    border: none;
    margin-bottom: 0px;
}

.csr_second_section .sectors_accod .collapse {
    border: 0px solid #fff;   border-bottom: 1px solid #fff;
}

.csr_second_section .sectors_accod {
    margin-top: 0px;
}
.csr_second_section .sectors_accod .card h2.collapsed {
   background: transparent;
     color: #202429;
    border-bottom: 1px solid #e3e3e3;
    border-left: 0px solid transparent;
     border-right: 0px solid transparent;
      border-top: 0px solid transparent;
}


.csr_second_section .card-body {
    height: auto;
     background: #fff;
}

.csr_second_section .sectors_accod .card h2.collapsed i:before {
    content: "\f067";      background: white;
  color: #202429;
    font-size: 20px;
   margin-top: -10px;
    font-weight: 400;
}
.csr_second_section .sectors_accod .card h2.collapsed i {    padding: 0px 0px; height: 0px; }

.csr_second_section .card { background-color: transparent; }

.csr_second_section .sect_sec_main_left p {
  padding-left: 0px;  
}


.csr_second_section .sectors_accod .card h2 i {
    position: absolute;   
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    background: #b40607;
    padding: 6px 8px 5px 8px;
    color: #fff;
    font-weight: 500;
    right: 55px;
}


.csr_second_section .sect_sec_main_left   {
    padding-left: 0px;
}
.csr_tab_cus_content p {
    font-size: 17px;
    line-height: 30px;
    color: #202429;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.4px;
}


.csr_tab_cus_content h3 {
   font-size: 18px;
    line-height: 30px;
    color: #202429;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-left: 10px;
}


.csr_tab_cus_content h3:before { 

    content: url(https://www.xscad.com/wp-content/themes/xscad/images/square-bullet.svg);
    color: #b40607;
    display: inline-block;
    width: 15px;
    font-size: 16px;
    margin-right: 50px;
    list-style: disc inside;
    float: left;
    position: absolute;
    left: 0px;
 
    margin-top: 4px;


}
 
.csr_con_right_again_appolo {
 
    border: 1px solid #ddd;
    padding: 60px 100px;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
}


.csr_con_right_again_advitya {
  border: 1px solid #ddd;
    padding: 30px 90px;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
}


.csr_con_right_again_rss {
       border: 1px solid #ddd;
    padding: 35px 112px;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
}

.csr_con_right_again_sos {
          border: 1px solid #ddd;
    padding: 65px 90px;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;

}

.csr_con_right_again_ecomoksha {
          border: 1px solid #ddd;
    padding: 65px 90px;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;

}

.csr_con_right_again_xscad {
          border: 1px solid #ddd;
    padding: 25px 20px;
    width: 100%;
    height: auto;
    margin-left: 10px; margin-bottom: 60px;
    margin-top: 10px;

}


.csr_con_right_again_shrimad  {
          border: 1px solid #ddd;
      padding: 45px 100px;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;

}


.csr_con_right_again_catherine  {
          border: 1px solid #ddd;
         padding: 40px 15px;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;

}
.csr_con_right_again_gift  {
          border: 1px solid #ddd;
          background-color: #77c1fe;
         padding: 25px 40px;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;

}

.csr_con_right_again_girija {
          border: 1px solid #ddd;
         padding: 70px 40px;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;

}




.text_ctab_content { margin-bottom: 40px; }

.text_ctab_content { margin-left: 12px; }

.trust_name p { background-color: #e7e7e9; max-width: max-content; padding-right: 15px; }

.trust_name b { margin-left: 15px; font-weight: 500; letter-spacing: 0.4px; color: #202429;}