/*
 Theme Name:   Orthopedic Billing Consultants Child
 Theme URI:    https://orthopedicbillingconsultants.com
 Description:  
 Author:       Orthopedic Billing Consultants
 Author URI:   https://orthopedicbillingconsultants.com
 Template:     generatepress
 Version:      0.1
*/
html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

.page.separate-containers .site-main {
    margin: 0px;
}

.page.separate-containers .comments-area,
.page.separate-containers .inside-article,
.page.separate-containers .page-header,
.page.separate-containers .paging-navigation {
    padding: 0px 0px 0px;
}

.inside-header {
    padding: 0px 50px;
}

.main-navigation .main-nav ul li {
    padding-left: 20px;
    padding-right: 20px;
}

.main-navigation .main-nav ul li a {
    padding-left: 0px;
    padding-right: 0px;
    line-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all ease-in .4s;    
    position: relative;
}
.main-navigation .main-nav ul li a:before{
    content: '';
    width: 0%;
    height: 4px;
    background: #badc58;
    position: absolute;
    display: inline-block;
    top: -1px;
     transition: all ease-in .2s; 
}
.main-navigation .main-nav ul li a:hover:before{
    content: '';
    width: 100%;
    height: 4px;
    background: #badc58;
    position: absolute;
    display: inline-block;
    top: -1px;    
}
.site-logo {
    padding: 15px 0px;
}

.inside-footer-widgets .footer-widget-1 {}

.inside-footer-widgets .footer-widget-2 {}

.footer-widgets-container {
    padding: 50px 40px 70px 40px;
}

.inside-footer-widgets .footer-widget-3 {
    justify-content: flex-end;
    align-items: end;
    display: flex;
}

.copyright-bar {
    display: none;
}

.site-footer .inside-site-info {
    justify-content: left;
}

.site-info {
    background-color: #95afc0;
}

.site-info p {
    margin: 0px;
    font-weight: 600;
}

.footer-widgets {
    background-color: #c6d9e6;
}

.footer-widgets .widget {
    margin-bottom: 0px;
}

.footer-widgets .widget p {
    color: #30336b;
    font-weight: 500;
    line-height: 27px;
    font-size: 16px;
}

.footer-widgets .widget img {
    margin-bottom: 30px !important;
}

.footer-widgets .widget a {
    color: #30336b;
    font-weight: 500;
    line-height: 27px;
    font-size: 16px;
    text-decoration: none;
    transition: all ease-in .2s;
}

.footer-widgets .widget a:hover {
    color: #badc58;
}

.footer-widgets .widget .footer-btn {
    color: #0a3d62;
    background: #badc58;
    padding: 8px 25px;
    border-radius: 35px;
    transition: all ease-in .3s;
    font-size: 15px;
    margin-top: 40px;
    display: inline-block;
}

.footer-widgets .widget .footer-btn:hover {
    border-radius: 35px;
    box-shadow: inset 9em 0 0 0 #95afc0;
    color: #fff;
}

.home-top-banner {
    position: relative;
}

.footer-widgets .widget .menu a {
    transition: all ease-in .2s;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 0px 3px;
        display: inline-block;
    font-size: 15px;
    position: relative;
}
.footer-widgets .widget .menu a:before{
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    display: inline-block;
    bottom: 0px;
     transition: all ease-in .2s; 
}
.footer-widgets .widget .menu a:hover:before{
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    display: inline-block;   
}
.footer-widgets .widget .menu a:hover {
    color: #fff;
}

.wp-block-social-links .wp-social-link a {
    padding: 8px !important;
}

.wp-social-link svg {
    width: 22px !important;
    height: 22px !important;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #30336b !important;
    color: #c6d9e6 !important;
}

.home-blk-2 {}

.home-blk-divider {
    max-height: 72px;
    background: #c6d9e6;
    background: url('../images/about-top-bg.png');
    min-height: 72px;
    background-position: center center;
    margin-top: -72px;

}

.elementor-widget-wrap .top-arrow {
    background: #badc58;
    border-radius: 120px;
    width: 115px;
    height: 115px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: -130px;
    right: 165px;

}
.top-arrow img{
    position: relative;
    z-index: 99;
}
.elementor-widget-wrap .top-arrow:before {
content: '';
    border-radius: 130px;
    width: 125px;
    height: 125px;
    animation: pulse 1.2s ease infinite;
    position: absolute;
    background: #badc58;
    z-index: 9;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.home-blk-2-heading {
    background: #badc58;
    border-radius: 200px;
    height: 170px;
    width: 170px !important;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: -25px auto 0px;
    transition: all ease-in .2s;
}
.home-blk-2-heading:hover{
    transform: scale(1.1);
}
.home-blk-2-heading h4 {
    font-size: 21px;
}
.zoom-img img{
     transition: all ease-in .2s;
}
.zoom-img img:hover{
  transform: scale(1.1);   
}
.team-btn{
   cursor: pointer;
}
.team-name-info{
    margin-bottom: 25px;
}
.team-name-info .elementor-column{
     align-items: end;
    justify-content: flex-end;   
}
.team-text{
  opacity: 0;
    transition: all ease-in .1s;
    height: 0px;
}
.team-btn:hover{
    color: #fff !important;
}
.team-name-info:hover+.team-text{
    opacity: 1;
    height: auto;
}
.cus-form{
    
}
.cus-form .row{
    display: flex;
    margin-bottom: 20px;
}
.cus-form .row .col-md-12{
    flex: 1 1 0;
    width: 100%;
    margin: 0px 8px;
}
.cus-form .row .col-md-6{
     flex: 1 1 0;
    width: 50%;
    margin: 0px 8px;
}
.col-md-6 p{
     margin: 10px 0px 10px;
    color: #95afc0;
}
.cus-form input[type="text"],.cus-form input[type="email"],.cus-form input[type="url"],.cus-form input[type="password"],.cus-form input[type="search"],.cus-form input[type="tel"],.cus-form input[type="number"], textarea,.cus-form select {
    border-radius: 50px;
    padding: 15px 30px;
    background: #fff;
    color: #333;
    font-size: 14px;
    border-color: #e1e1e1;
    width: 98%;
}
.cus-form input:focus-visible{
outline: none;
}
.cus-form input::placeholder{
 font-size: 14px;   
}
.time-cnt{
    display: flex;
    flex-wrap: wrap;    
}
.time-select{
      margin-right: 8px;  
}
.wpcf7-not-valid-tip{
font-size: 13px;    
}
.cus-form input[type="submit"]{
background: #badc58;
    color: #0a3d62;
    border-radius: 35px;
    padding: 10px 35px;
    font-size: 15px;
    display: inline-block;
    margin: 15px 0px 0px 10px;    
}
.cus-form input[type="submit"]:hover{
background: #0a3d62;
    color: #fff;  
}
.contact-info a{
  color: #badc58;
    text-decoration: underline;
}
/*--------------------------------Responsive goto---------------------------------------------*/
@media only screen and (max-width: 768px) {
.home-blk-divider {
    max-height: 52px;
    background: url(../images/mobile-top-bg.png);
    min-height: 52px;
    background-position: right center;
    margin-top: -52px;
}

    .elementor-widget-wrap .top-arrow {
        background: #badc58;
        border-radius: 120px;
        width: 75px;
        height: 75px;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        bottom: -80px;
        right: 70px;
    }

    .elementor-widget-wrap .top-arrow img {
        width: 30px;
    }

    .home-blk-2-heading {
        margin: 0px 0px 20px;
    }

    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle:hover,
    .mobile-menu-control-wrapper .menu-toggle:focus {
        background-color: #badc58;
        border-radius: 5px;
    }

    .main-navigation .main-nav ul li a {
        line-height: 20px;
    }
    .cus-form .row .col-md-6, .cus-form .row .col-md-12{
    margin: 0px 8px 20px;
        width: 100%;
}
.cus-form .row {
    display: block;
    margin-bottom: 0px;
}    
}
