/*---------------------------------------------------------------------------------


Theme Name:   Medical Guardian

Theme URI:    https://www.medicalguardian.com

Description:  Custom Divi Child Theme for Medical Guardian website

Author:       Medical Guardian
 Author
URI:          https://www.medicalguardian.com

Template:     Divi

Version:      1.0.0

License:      GNU General Public License v2 or later
 License
URI:          http://www.gnu.org/licenses/gpl-2.0.html


------------------------------ ADDITIONAL CSS HERE ------------------------------*/


.lite {
    display: inline-block;
    padding-right: 1.35em;
    background-image: url("https://cdn.medicalguardian.com/_site/img/products/mgmini-lite/lite.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right 0.08em;
    line-height: 1;
    text-indent: -500px;
    overflow: hidden;
}

.gradient-text {display: inline-block;  background: -moz-linear-gradient(90deg, rgba(53,38,95,1) 0%, rgba(222,31,47,1) 100%);background: -webkit-linear-gradient(90deg, rgba(53,38,95,1) 0%, rgba(222,31,47,1) 100%); background: linear-gradient(90deg, rgba(53,38,95,1) 0%, rgba(222,31,47,1) 100%); background-clip: border-box;  background-clip: border-box;  background-clip: border-box;background-clip: border-box; -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}
/* -- product detail specs -- */
.prod-detail-specs .et_pb_all_tabs {background: none !important;}
.prod-detail-specs ul.et_pb_tabs_controls {background: none !important;}
.prod-detail-specs .et_pb_tabs_controls li, .prod-detail-specs .et_pb_tabs_controls li.et_pb_tab_active {border:none;  border-bottom: 4px solid transparent;background: none !important;}
.prod-detail-specs .et_pb_tabs_controls li.et_pb_tab_active {border-bottom: 4px solid #5b2d69;}
.prod-detail-specs.et_pb_tabs .et_pb_tabs_controls li a {font-weight: 400 !important; font-size: 16px !important;}
.prod-detail-specs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {color: #173E77 !important;font-weight: 800 !important;}
.custom-tabs-ui #caregetters .owl-stage-outer .owl-item:last-child .item h4 {border-top: 2px solid #C75680 !important;background: #0274be !important;}

.mg-feature-callout,
.mg-feature-callout p {
    color: #58595B;
    font-size: 16px;
    line-height: 1.5;
}
.mg-feature-callout h3 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700;
    color: #35265F;
    margin: 16px 0 4px;
    margin-top: 8px;
    line-height: 1.375;
}

.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.checklist li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 4px;
    list-style: none;
    line-height: 1.65;
}
.checklist-outline li:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%2335265f'%3E%3Cpath d='M13.27 7.35a.73.73 0 00-.53.22L9 11.31 7.03 9.33a.8.8 0 00-.53-.22.76.76 0 00-.75.75c0 .21.08.39.22.53l2.5 2.5c.14.14.32.22.53.22s.39-.08.53-.22l4.27-4.27a.73.73 0 00.22-.53c0-.4-.34-.74-.75-.74z'/%3E%3Cpath d='M10 2a8 8 0 100 16 8 8 0 000-16zm0 14.5a6.5 6.5 0 110-13 6.5 6.5 0 010 13z'/%3E%3C/g%3E%3C/svg%3E");
}


.flip-container {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flip-item {
  width: 100%;
}

.flip-container p {
    color: #58595B;
    font-size: 16px;
    line-height: 1.5;
}
.flip-container h3 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700;
    color: #35265F;
    margin: 16px 0 4px;
    margin-top: 8px;
    line-height: 1.375;
}

@media screen and (max-width: 640px) {
  .flip-container {
    flex-flow: row;
  }
  .flip-container .flip-item:first-child {
    order: 2;
  }
}