/*
 Theme Name:   FGL Child
 Theme URI:    http://localhost/fgl-child/
 Description:  FGL Child Theme
 Author:       John Doe
 Author URI:   http://localhost.com
 Template:     fgl
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  fgl-child

/**********************************Font Files Starts **************************************/

body{    
    font-family: 'Open Sans';
    font-size: 15px;    
    color: #000;
}
strong{
    font-weight: 800;
}
a {
    transition: color .6s ease;
}
a, a:active, a:focus, a:hover {
    color: #46b0d8;
    outline: 0;
    text-decoration: none;
}
p{
    line-height: 1.5;
}
.top-links{
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #888;
    font-family: 'Open Sans';
    font-size: 12px;
}
.top-links ul{
    margin: 0;
}
.top-links ul li {
    border:1px solid #888;
    border-top: 0;
    border-bottom: 0;
    padding: 18px;
}
.top-links ul li:first-child, .top-links ul li:last-child{
    border:0;
}
.top-links .book-btn{
    text-align: right;
    padding-top: 18px;
}
.top-links .book-btn a{ 
    background-color: #1f6c76; 
    padding: 18px;
    color: #fff;
    font-size: 13px;
}

.top-links .book-btn a:hover{ 
    background-color: #0fafb3; 
    padding: 18px;
    color: #fff;
    font-size: 13px;
     transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}
.text-height p{
	line-height: 2;
}

.top-links .book-btn a i{
    padding-right: 5px;
    color: #fff;
}
.top-links i{
    color: #00acb1;
    font-size: 14px;
    padding-right: 5px;
}
@media (min-width: 768px){
    .why-hurt .vc_col-sm-6{
        width: 30%;
    }
    .why-hurt .vc_tta-panel .vc_tta-panel-heading:hover{
        background-color: transparent; !important; 
        color: #fff !important;
    }
   
    .wpb-js-composer .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before{
        transform: rotate(360deg) translateY(25%) !important;
        -webkit-transform: rotate(360deg) translateY(25%) !important;
        -ms-transform: rotate(360deg) translateY(25%) !important;
    }
    .wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before{
        transform: rotate(270deg) translateY(25%) !important;
    }
    .wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::before, {
        border-color: #71a2a7 !important;
    }
    .wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #146d77;
    }
}
header.top{
    background: #ffffff;    
    padding-top: 15px;
    border-bottom: 1px solid #888888;
    padding-bottom: 15px;
}
.error404 .search-form{display:none;}
.error404 .site-content{padding: 40px 0;}
header.top a.site__logo {
    position: absolute;
    top: 15px;
    left: 30px;
    display: block;
    height: 36px;
    width: 87px;
}
header.top img{
    vertical-align: top;
}

div#n2-ss-2 .n2-font-e59b94399f65b87383f6d6711a2708ba-hover, div#n2-ss-2 .n2-font-1304-paragraph, div#n2-ss-2 .n2-font-1103-link a{
    font-family: 'Poppins' !important;
}
.spratort-width .vc_separator{
    width: 5% !important;
}
svg:not(:root) {
    overflow: hidden;
}
.clearfix{
    clear: both;
}
.rt{
    padding-top: 50px;
}
.list-inline{
    display: inline-flex;    
}
.list-inline li{
    padding-right: 15px;
}
.contact{
    text-align: right;
}

.btn-primary {
    color: #fff;
    background-color: #ee247c;
    border-color: #ee247c;
    font-family: 'Poppins';
    font-size: 13px;
    padding: 16px 16px;
}
.btn-primary i{
    font-size: 13px;
    padding-right: 5px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1ea6e0;
    border-color: #1ea6e0;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1px 2% 0 2%!important;
  z-index: 99;
  box-shadow: 0px 0px 5px 0px #a7a7a7;
  border: 0 !important;
}
.sticky #mega-menu-wrap-top #mega-menu-top{
        padding: 10px 0px 0px 0px;
}
.sticky .rt{
    padding-top: 15px;
}
.home.page:not(.page-template-template-homepage) .site-header{
    margin-bottom: 0;
}
.sticky {
    border-bottom-color: transparent;
}
header.top{
       -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sticky .site-logo img {
    height: auto;
    max-width: 150px;
    max-height: none;
 -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 5px 0;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover{
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}
.social_media li a{
    color: #009ea9;
}
.social_media li a:hover{
    color: #a0ca38;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link{
    font-family: 'Open Sans';
    font-weight: 500;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover{
    font-weight: 500;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
    font-weight: 500;
}
.heading-bold{
    font-family: 'Poppins';
    font-weight: 700;
}
.heading{
    font-family: 'Poppins';
    font-weight: 500;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    color: #fff;
}
ul li{
    list-style: none;
}
.services ul{
    padding: 0;
    line-height: 1.8;
    color: #fff;

}
.title h3{
    font-family: 'Raleway';
    padding-top: 50px;
    margin-bottom: 50px;
    border-bottom: 3px solid #0fafb3;
    display: inline-block;
    padding-bottom: 15px;
    padding-right: 10px;
    color: #146d77;
    font-size: 2rem;
}
.services ul li:before{
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    content: "\f058";
    font-family: FontAwesome;
}
.common .content ul li:before, .common .content ol li:before {
    padding-right: 10px;
    color: #1f6c76;
    font-weight: bold;
    content: "\f058";
    font-family: FontAwesome;
}
.packages p{
    font-size: 14px;
}
.packages ul li{
    font-size: 13px;
    line-height: 2.5;
    font-family: 
}
.packages ul li:before, .packages ol li:before {
    padding-right: 10px;
    color: #ed297b;
    font-weight: bold;
    content: "\f058";
    font-family: FontAwesome;
    left: 35px;
    position: absolute;
}
.packages .cf ul li:before, .packages .cf ol li:before {
    color: #1ea6e0;
}
.packages .sc ul li:before, .packages .sc ol li:before {
    color: #76d499;
}
.packages .mc ul li:before, .packages .mc ol li:before {
    color: #f0d76c;
}

.packages .st, .packages .cf, .packages .sc, .packages .mc{
    -webkit-box-shadow: 0px 0px 5px 0px #000;
    -moz-box-shadow: 0px 0px 5px 0px #000;
    box-shadow: 0px 0px 5px 0px #000;    
    background: #ffffff;
    margin-left: 13px;
    margin-right: 13px;
}
.packages .vc_col-sm-3, .what-we-do .vc_col-sm-3{
    width: 23%;
}
.p-line-height p{
    line-height: 2;
}

.what-we-do p{
    font-size: 14px;
}
.what-we-do .ba, .what-we-do .as, .what-we-do .ls, .what-we-do .fs{
    border: 1px solid #8d969d;
    margin-left: 13px;
    margin-right: 13px;
    border-radius: 5px;
}
.column-gap>.vc_column_container {
    padding: 25.5px !important;
}
.read-more button:hover{
    background: transparent;
    border: 1px solid #ed297b;
    color: #000;
}
.testimonial_rotator_author_info{
    font-family: 'Poppins';
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #465f6a;
}
.testimonial_rotator_quote{
    font-size: 15px;
}
.text-width{
    width: 65%;
    margin: auto;
}
.text-bold{
    font-weight: 700;
}
.text-color{
    color: #fff;
}
.wpcf7-submit {
    background: #009ea9;
    color: #fff;
    border: 1px solid #009ea9;
    font-size: 16px;
    height: 50px;
    padding-bottom: 2px;
    margin-top: 10px;
    font-family: 'Open Sans';
    padding: 0 30px;
    border-radius: 5px;
}
.wpcf7-submit:hover{
    background: transparent;
    color: #fff;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    border: 1px solid #fff;
}

.wpcf7 input:not([type=submit]) {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 16px;
    height: auto;
    padding: 10px 15px;
    width: 100%;
    color: #000;
    margin-top: 20px;    
    border-radius: 5px;
}
.wpcf7 textarea {
    border-color: #e5e5e5;
    font-size: 16px;
    height: auto;
    padding: 6px 15px;
    max-height: 110px;
    width: 100%;
    margin-bottom: 30px;
    color: #000;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
}
.wpcf7{
    padding-top: 0;
}


span.wpcf7-not-valid-tip{
    text-align: left;
}

footer.bottom {
    position: relative;
    width: 100%;
    background-color: #e4eeef;
    justify-content: center;
    padding-bottom: 30px;
    z-index: 9;
    height: auto;
    transition: padding .6s ease;
    line-height: 28px;
    border-top: 1px solid #acacac;
    color: #1c6c77;
    padding-top: 50px;
}
footer p{
    line-height: 2;
}
footer a{
    color: #1c6c77;
}
footer .td-footer p span{
    display: block;
    padding-top: 5px;
    padding-left: 10px;
}
footer .td-footer .phone{
    padding-top: 15px;
}
.footer_logo{
    position: absolute;
    right: 30px
}
footer .col-xl-9{
    position: inherit;
}
footer .menu{
    list-style: none;
    padding: 0;    
}
footer .menu ul{
    padding: 0;
}
footer .td-social a{
    padding-right: 15px;
    color: #46b0d8;
    font-size: 16px;

}
footer .td-social a:hover{
    color: #1c6c77;

}
footer h5{
    font-family: 'Poppins';
    font-size: 16px;
    padding-bottom: 32px;
    font-weight: 600;
}
footer .td-footer{
    font-size: 13px;
    padding-top: 30px;
}
footer .td-footer-feature-content i{
    padding-right: 10px;
    color: #46b0d8;
    position: absolute;
    left: 6px;
    padding-top: 8px;
}
footer .td-copyright{    
    font-size: 13px;
    border-top: 1px solid #146d77;
}

.td-footer-bottom{
    padding-top: 150px;
}
#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open+#mega-menu-top, .mega-menu-wrap{
	z-index: 999;
}
@media (min-width: 1200px){
    .container {
        max-width: 1300px;
    }
    .footer-menu{
        padding-left: 50px;
    }
}

@media (max-width: 767px){
     .top-links .list-inline{
        display: block;
        text-align: center;
    }
    .top-links ul li{
        border: none;
        padding: 0;
        padding-bottom: 10px;
        font-size: 14px;
    }
    .top-links ul li:first-child{
        padding-top: 10px;
    }
    .top-links ul li:last-child{
        padding-bottom: 10px;
    }
    .top-links .book-btn {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .top-links .book-btn a{
        padding: 14px;
    }
    .sticky{
        position: relative;
    }
    #mega-menu-wrap-top .mega-menu-toggle{
        padding-top: 6px;
    }

}
@media (max-width: 480px){
    .top-links .list-inline{
        display: block;
        text-align: center;
    }
    .top-links ul li{
        border: none;
        padding: 0;
        padding-bottom: 10px;
        font-size: 14px;
    }
    .top-links ul li:first-child{
        padding-top: 10px;
    }
    .top-links ul li:last-child{
        padding-bottom: 10px;
    }
    .top-links .book-btn {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .top-links .book-btn a{
        padding: 14px;
    }
    .sticky{
        position: relative;
    }
    .area-list-heading{
        font-size: 18px !important;
        margin-top: 20px !important;
        line-height: 1.5;
    }
    svg.fpi-images{
        width: 333px;
    }
	#foot-pain-identifier {
    	width: 100%;
    	height: auto;
    	margin-left: 22px;
    	padding-left: 28px;
	}
	#fpi-feet {
    	position: relative;
    	left: -15px;
    	height: 600px;
	}
	#fpi-links {
    	top: 514px;
    	left: 69px;
    	width: auto;
    	position: relative;
		display: contents;align-content
	}
	#fpi-header h2{
		display: none !important;
	}

}

