
/*================= Info List css ================*/
/*Theme-1*/
.info-list-wrap.theme_one.horizontal{display: flex; flex-wrap: wrap;}
.info-list-wrap.theme_one.horizontal .info-item {width: 25%;margin-bottom:45px;}
.info-list-wrap.theme_one.horizontal .info-item .bit-info-list-icon{position: relative;width: 100%;text-align: center;height: 126px;    display: flex;align-items: center;justify-content: center;}
.info-list-wrap.theme_one.horizontal .info-item .bit-info-list-icon:after{content: "";border-top: 1px dashed #242424;position: absolute;top: 0;bottom: 0;margin: auto;width: 100%;height: 1px;right: -30%;}
.info-list-wrap.theme_one.horizontal .info-item:last-child .bit-info-list-icon:after, .info-list-wrap.theme_one.horizontal .info-item:nth-child(4n+4) .bit-info-list-icon:after{content: "";border-top: 1px dashed #242424;position: absolute;top: 0;bottom: 0;margin: auto;height: 1px;    right: -97px;
  width: 40%;}
.info-list-wrap.theme_one.horizontal .info-item:last-child .bit-info-list-icon:after, .info-list-wrap.theme_one.horizontal .info-item:nth-child(4n) .bit-info-list-icon:after{content: "";border-top: 1px dashed #242424;position: absolute;top: 0;bottom: 0;margin: auto;height: 1px;    right: -97px;
  width: 0%;}
.info-list-wrap.theme_one.horizontal .info-item .bit-info-list-icon img{max-width:126px;border-radius:100%;height:inherit;position:relative;z-index:1;}
.info-list-wrap.theme_one.horizontal .info-item .bit-info-list-content{text-align: center;padding:0 20px;}
.info-list-wrap.theme_one.horizontal .info-item .bit-info-list-content h4{margin:40px 0;font-size: 22px;font-weight: bold;text-align: center;}
.info-list-wrap.theme_one.horizontal .info-item .bit-info-list-content p{margin: 0;font-size:18px;text-align: center;}
.info-list-wrap.theme_one.horizontal .info-item .bit-info-list-icon .animate_wrap .icon{font-size: 75px; width: 200px; height: 200px ;display: flex; justify-content: center; align-items: center; position: relative; z-index: 9999; top: 0; padding: 10px; border-radius: 8px;}
.info-list-wrap.theme_one.horizontal.circle_icon .info-item .bit-info-list-icon .animate_wrap .icon{height: 50px;width: 50px;border-radius: 100%;}
/*Theme-2*/
.info-list-wrap.theme_two.horizontal{display: flex;flex-wrap:wrap;justify-content: space-around;}
.info-list-wrap.theme_two.horizontal:after, .info-list-wrap.theme_two.horizontal:before{display:none;}
.info-list-wrap.theme_two.horizontal .info-item:after{content: "";border-top: 1px dashed #242424;position: absolute;top: 0;bottom: 0;margin: auto;width:100%;height: 1px;left: 100%;}
.info-list-wrap.theme_two.horizontal .info-item:nth-child(3n+3):after, .info-list-wrap.theme_two.horizontal .info-item:last-child:after{display: none;}
.info-list-wrap.theme_two.horizontal .info-item {max-width:348px;width:100%;margin-bottom:45px;background-color: #fafafa;text-align: center;border:1px solid #e0e0e0;border-radius: 15px;padding: 40px 70px;display: block;position: relative;}
.info-list-wrap.theme_two.horizontal .info-item .animate_wrap {text-align: center;}
.info-list-wrap.theme_two.horizontal .info-item .bit-info-list-content h4 , .info-list-wrap.theme_two.horizontal .info-item .bit-info-list-content p {text-align: center;}
.info-list-wrap.theme_two.horizontal .info-item .bit-info-list-content h4{margin:40px 0;font-size: 30px;font-weight: bold;}
.info-list-wrap.theme_two.horizontal .info-item .bit-info-list-content p{margin: 0;font-size:18px;}
.info-list-wrap.theme_two.horizontal .info-item .bit-info-list-icon .icon{font-size:65px;}

/*Vertical Theme-1*/
.info-list-wrap.theme_one.vertical, .info-list-wrap.theme_two.vertical{display: flex;flex-direction: column;align-items: center;}
.info-list-wrap.theme_one.vertical .info-item, .info-list-wrap.theme_two.vertical .info-item{display: flex;flex-direction: row;align-items: flex-start;padding-bottom: 100px;position: relative;}
.info-list-wrap.theme_two.vertical .info-item{align-items: center;}
.info-list-wrap.theme_one.vertical .info-item .bit-info-list-content, .info-list-wrap.theme_two.vertical .info-item .bit-info-list-content{margin-left:35px;max-width: 190px;padding-top: 15px;text-align: left;}
.info-list-wrap.theme_one.vertical .info-item .bit-info-list-icon:after, .info-list-wrap.theme_two.vertical .info-item .bit-info-list-content:after{content: "";border-right: 1px dashed #242424;position: absolute;width:1px;height:148px;bottom: 0;left: 30px;}
.info-list-wrap.theme_two.vertical .info-item .bit-info-list-content{padding-left: 15px;padding-top: 10px;padding-bottom: 10px;position: relative;}
.info-list-wrap.theme_two.vertical .info-item .bit-info-list-content:after{right: 0;left: 0;height: 120px;top: -10px;}
.info-list-wrap.theme_one.vertical .info-item .bit-info-list-content h4, .info-list-wrap.theme_two.vertical .info-item .bit-info-list-content h4{margin:0 0 10px 0;font-size: 17px;font-weight: bold;}
.info-list-wrap.theme_one.vertical .info-item .bit-info-list-content p, .info-list-wrap.theme_two.vertical .info-item .bit-info-list-content p{margin: 0;font-size:16px;text-align: left;}
.info-list-wrap.theme_one.vertical .info-item .bit-info-list-icon .icon, .info-list-wrap.theme_two.vertical .info-item .bit-info-list-icon .icon{font-size:25px;width:60px;height: 46px;background-color: #626262; display: flex;justify-content: center;align-items: center;}
.info-list-wrap.theme_two.vertical .info-item .bit-info-list-icon .icon{background-color:transparent;font-size:45px;}

.info-list-wrap.vertical .info-item .bit-info-list-icon{max-width: 51px;width: 100%; }
.info-list-wrap.vertical .info-item .bit-info-list-icon img{    width: 100%;}
/*Vertical Theme-1 Circle*/
.info-list-wrap.theme_one.vertical.circle_icon .info-item .bit-info-list-icon .icon{height:50px;width:50px;border-radius:100%;position:relative;z-index:999;}
.info-list-wrap.theme_one.vertical.circle_icon .info-item .bit-info-list-icon:after{left:24px;}

@media (max-width: 1100px) {
  .info-list-wrap.theme_two.horizontal .info-item{max-width:100%;width: 45%;}
  .info-list-wrap.theme_two.horizontal .info-item:nth-child(3n+3):after, .info-list-wrap.theme_two.horizontal .info-item:last-child:after{display: block;}
  .info-list-wrap.theme_two.horizontal .info-item:nth-child(2n+2):after{display: none;}
}
@media (max-width: 767px) {
  .info-list-wrap.theme_one.horizontal, .info-list-wrap.theme_two.horizontal{flex-direction: column;align-items: center;}
  .info-list-wrap.theme_one.horizontal .info-item:after, .info-list-wrap.theme_two.horizontal .info-item:after {content: ""; width: 1px;height: 69px;bottom: -70px;top: auto;left: 0;right: 0;border-right: 1px dashed #242424;}
  .info-list-wrap.theme_one.horizontal .info-item .bit-info-list-content h4{margin:20px 0;text-align:center;}
  .info-list-wrap.theme_one.horizontal .info-item .bit-info-list-icon:after{display:  none;}
  .info-list-wrap.theme_one.horizontal .info-item:after{ margin: auto;left: 0;right: 0;bottom: 0;position:absolute;height:73px;}
  .info-list-wrap.theme_one.horizontal .info-item{max-width:300px;width: 100%;margin:0;position: relative;padding:0 0 100px 0}
  .info-list-wrap.theme_one.horizontal .info-item:last-child:after{display: none;}
  
  .info-list-wrap.theme_two.horizontal .info-item{max-width:300px;width: 100%;padding: 40px 40px;}
  .info-list-wrap.theme_two.horizontal .info-item:nth-child(2n+2):after{display: block;}
  .info-list-wrap.theme_two.horizontal .info-item:last-child:after{display: none;}
}
/*================= Info List end ================*/

