/*
Theme Name: Reliancemedical Child
Description: This is a child theme for Reliancemedical Theme
Author: John Shrestha
Template: flatsome
Version: 3.0
*/



@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, h6{
    margin-bottom: 0.1em;
	font-family:Fredoka, sans-serif !important;
	/*font-family: "Jost", sans-serif !important;*/
}
p{margin-bottom: 0.5em;}

.icon-box-text h5{
	text-transform:capitalize;
}
.poppins-regular span{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size:14px;
}
#top-bar p {
    font-size: 20px;
}
#top-bar i {
    font-size: 18px;
}

#header-contact a {
    font-size: 1em;
    color: #fff;
}
#header-contact a i {
     color: #fff !important;
}

.social-icons i {
    color: #fff !important;
}
.social-icons .is-outline {
    color: #fff !important;
}

.nav-dropdown-default {
    padding: 5px;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: bold;
    color: #222;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 0px solid #ddd;
}

.nav-spacing-xlarge>li {
    margin: 0 24px;
}

.section-title span {
    text-transform: none;
}

.testimonial-box .is-italic {
    font-style: normal !important;
}
.testimonial-meta.pt-half {
    display: grid;
}
span.testimonial-name-divider {
    display: none;
}

@media only screen and (max-width: 67em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    #header-contact li a i {
        font-size: 18px !important;
        color: #fff !important
     }
     #header-contact a {
        font-size: 1em !important;
        color: #000 !important;
        font-weight: normal;
    }
    .social-icons {
        color: #52584D;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#header-contact a {
    font-size: 0.8em;
    color: #444;
    font-weight: normal;
}
#header-contact a i {
   font-size: 18px !important;
   color: #222 !important;
}
.social-icons {
    color: #52584D !important;
}
.off-canvas .nav-vertical>li>a {
    padding-bottom: 15px;
    padding-top: 15px;
    color: #222;
}
.html .social-icons {
    font-size: 1em;
    color: #222;
}
.nav-vertical>li>ul li a {
    color: #111;
    transition: color .2s;
    font-size: 13px;
    border-bottom: 1px dotted #999;
}

}

/*************** FOOTER CSS HERE  ***************/

#menu-cars-features li {
    width: 48%;
    display: inline-block;
    margin-right: 1%;
    border: none;
	color:#333;
}

.opening-hours span {
    width: auto;
    margin-right: 20px;
}
.footer-2 ul.menu>li:before, .widget>ul>li:before  {
	
	content: "" !important;
}



/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 20px; }
ul.menu>li:before, .widget>ul>li:before {
    font-family: "fl-icons";
    display: inline-block;
    opacity: .6;
    margin-right: 6px;
}

/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 20px;  color: #222;}

.icon-map-pin-fil:before {
    content: "\e009";
}

.icon-phone:before {
    content: "\e600";
}
.icon-envelop:before {
    content: "\e003";
}


.footer-2 .widget-title{
    /*font-family: Jost, sans-serif;
	text-transform: uppercase; */
	letter-spacing: 1px;
	padding-bottom: 10px;
    font-size: 1em;
    font-weight: 400;
	color:#333;
}
.footer-2 h3{
    left: 20px;
}
.footer-2 h3:after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: #EE5D41;
    left: 0px;
    position: absolute;
}
.footer ul li a {
    font-size: 14px;
	color:#333;
}
.footer-2 .widget {
    margin-bottom: 1em;
}

.footer-2 .dark .is-divider {
    background-color: #EE5D41 !important;
    display: none;
}
.footer-2 .textwidget.custom-html-widget {
    margin-top: 12px;
}
/*#custom_html-3, #custom_html-2 {
    padding: 5px 0;
}
div#nav_menu-3 {
    padding: 0 0;
}
#custom_html-4 {
    padding: 0 0;
}*/

.footer-2 p{
	font-size:15px;
}
.footer-2 .social-icons i{
	color:#222 !important;
}
.absolute-footer {
    color: #fff !important;
	font-size:14px;
	padding:10px 0 10px 0;
}


.footer-secondary {
    padding: 0;
}
#footer .back-to-top i{
    color: #fff !important;
}
#footer a#top-link {
    background: #EE5D41 !important;
    border: 2px solid #fff !important;
}

ul {
    margin: 0;
    list-style-type: none;
}

.widget-opening-hours li {
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 1px solid #3a5170;
    padding-bottom: 9px;
    margin-bottom: 9px;
    margin-left: 0 !important;
    line-height: 18px;
}

.widget-opening-hours li span {
    float: right;
}

.wpforms-form button[type=submit]{
    background-color: #333 !important;
    padding: 0 20px !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 5px !important;
   }


   .locations li {
    display: inline-block;
    color: #fff;
    padding: 0 9px 5px;
    position: relative;
}



.find_the_best .has-icon-bg .icon .icon-inner {
    border: 2px solid;
    border-radius: 100%;
    color: var(--fs-color-primary);
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
    background: var(--primary-color);
}

.nav-dropdown .nav-dropdown-col>a{display: none;}

.main-services ul.menu>li {
    list-style: none;
    margin: 0;
    text-align: left;
    margin-bottom: 7px;
	font-size:14px;
	font-weight:bold;
	border:0;
    
}
.main-services ul.menu>li a{
	width:100%;
	border-radius: 8px;
    padding: 7px 12px;
	color: #fff !important;
	background: #009AAF;
}


.main-services ul.menu>li a:hover{
	width:100%;
	border-radius: 8px;
    padding: 7px 12px;
	 background:#3D325D;
	color: #fff !important;
}
.main-services li a:before {
content: "" !important;
	margin-right:10px;
	 font-family: "fl-icons";
    display: inline-block;
    opacity: .6;
}
.book-appointment iframe {
    height: 100vh;
}

.services-bullet ul {
	margin:0 !important;
}
ul li> ul li.bullet-checkmark:before {
    content: "" !important;
	animation-fill-mode
}

ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-cross, ul li.bullet-star{
	border-bottom:0 !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}