/**
Theme Name: Double Check Healthcare
Theme URI: https://www.shihabiiuc.com/
Author: Shihab
Author URI: https://www.shihabiiuc.com/profile/shihab
Description: This is a Child Theme of Astra and the Child Theme has been created for doublecheckhealthcare.com. Double Check Healthcare is Medical tourism facilitator for your healthcare abroad.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doublecheckhealthcare
Template: astra
*/

/**
* GLOBAL
*/
.dropdown-toggle a{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.max-width-narrow{
    max-width: 600px;
}
.max-width-normal{
    max-width: 800px;
}

.max-width-narrow--center{
    max-width: 600px;
    margin: 0 auto;
}
.text-muted a {
    margin-bottom: 14px;
    color: #abaeaf !important;
    font-size: 14px;
}
.text-muted a:hover{
    color: #abaeaf !important;
}

/**
* NAVIGATION MENU
*/
nav#site-navigation {
    position: absolute;
}
@media (min-width: 768px) {
    nav#site-navigation {
        position: static;
    }
}

/**
* Get Quote
*/
#wpforms-785-field_2 .wpforms-image-choices-item .wpforms-image-choices-image img{
    max-width: 60px;
}

/**
* FOR PATIENTS SECTION -HOME PAGE
*/
#icon_bg_circle{
    background: #BE959F;
    width: 140px;
    height: 140px;
    border-radius: 100%;
}
#icon_bg_circle i.far, #icon_bg_circle i.fas{
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
}

/**
* BOOTSTRAP COMPONENTS
*/
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/**
* LIST
*/
#dchealthcare_list{
    box-shadow: 14px 14px 50px -20px rgba(0,0,0,.1);
}

#dchealthcare_list .fas.fa-check-circle{
    color: #8797C1;
}
#dchealthcare_list li{
    line-height: 24px;
    padding: 23px 30px 23px 30px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: #2d2a2b;
}
.small-cta-title{
    display: inline-block;
    color: #53565a;
    font-size: 23px;
    font-weight: 700;
    margin-right: 55px;
}
.small-cta-button{
    display: inline-block;
    padding: 10px 25px 11px;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.11) !important;
    transition: color .2s ease,background-color .2s ease,box-shadow .2s ease,filter .2s ease,-webkit-filter .2s ease;
    color: #fff;
    font-size: 16px;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    
    margin-top: 0;
    padding-right: 50px;
    padding-left: 35px;
    border-radius: 40px;
    background-color: #8797c1;
    text-align: center;
}

.small-cta-button:hover{
    color: #FFF;
}







