@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');

/*start common css for all theme*/ 
.headersection { 
    margin-left: 0px; 
    margin-right: 0px; 
    display: block !important; 
} 
body { 
    padding-top: 0px; 
    font-family: "Lato", sans-serif !important; 
} 
.footer-top, .footer-bottom { 
    margin-left: 0px; 
    margin-right: 0px; 
}  
.container2 { 
    margin-top: 0px; 
} 
.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 { 
    margin: 0; 
    padding: 0; 
} 
div.outsideframe > div.row.hidden-lg.hidden-md { 
    display: none !important; 
} 
footer{
	margin-top: 0px;
    float: none;
}
/*end common css for all theme*/ 


.theme_texaspsyc {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #2E2E2E;
    background-color: #fff;
    line-height: 1.7em;
}
.theme_texaspsyc .container {
    width: 100%;
    max-width: 1840px;
    padding: 0 20px;
}
.theme_texaspsyc header:after, .theme_texaspsyc .menudiv:after, .theme_texaspsyc footer:after, .theme_texaspsyc .top_section {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}
.theme_texaspsyc .menudiv:after {
    display: none;
}
.theme_texaspsyc header {
    transition: transform 0.5s ease-in-out;
}
.theme_texaspsyc header .row, .footermain .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footermain .row {
    align-items: flex-start;
}
.theme_texaspsyc nav.menudiv {
    margin-bottom: 0 !important;
    border: 0;
    min-height: auto;
    border-radius: 0;
    padding: 20px 0;
    background: #FFFFFF;
}
.theme_texaspsyc nav.menudiv .navbar-brand {
    height: auto;
    padding: 0;
    margin-left: 0;
}
.theme_texaspsyc nav.menudiv .navbar-brand .logo-main {
    max-height: 120px;
}
.theme_texaspsyc .navbar-nav {
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.theme_texaspsyc .navbar-nav>li {
    float: none;
    display: inline-block;
    margin: 0;
}
.theme_texaspsyc .navbar-nav>li a {
    color: #2e2e2e;
    padding: 14px 14px;
    font-size: 15px;
    position: relative;
    line-height: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
}
.theme_texaspsyc .navbar-nav>li:hover {
    background: rgba(0, 0, 0, 0.075);
    border-radius: 7px
}
.theme_texaspsyc .navbar-nav>li.dropdown:hover {
    border-radius: 7px 7px 0 0;
}
.theme_texaspsyc .navbar-nav>li.active a {
    color: #b18537;
}
.theme_texaspsyc .navbar-nav>li a:hover, .theme_texaspsyc .navbar-nav>li a:focus {
    background: none;
    color: #2e2e2e !important;
}
.theme_texaspsyc .menudiv span.phone-number {
    padding: 12px 0;
    display: block;
}
.theme_texaspsyc ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    padding: 14px 14px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 21px;
    white-space: break-spaces;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: block;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.theme_texaspsyc ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
    background-color: rgba(0, 0, 0, .075);
    opacity: 1;
    color: #FFFFFF;
}
.theme_texaspsyc .navbar-nav>li.open:focus {
    background: none;
}
.theme_texaspsyc .navbar-collapse.collapse {
    padding: 0 !important;
}
.theme_texaspsyc .header-bottom {
    background: #326778;
}
.theme_texaspsyc .header-bottom .links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.theme_texaspsyc .header-bottom .links a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
    background: #f2aa49;
    display: block;
}
.theme_texaspsyc .header-bottom .links li:hover {
    background: #f2aa49;
    border-radius: 50px;
}
.theme_texaspsyc .header-bottom .links a:hover {
    background: rgba(0, 0, 0, .075);
    text-decoration: none;
}

/* footer start css */

.theme_texaspsyc footer {
    border-top: 15px solid #4a4a4a;
    border-image: url(https://cdn.ce21.com/global/CE21_theme_texaspsyc_footer_border.png) 30 round;
    background-color: #326778;
    color: #FFFFFF;
    padding: 40px 0 12px;
}
.theme_texaspsyc .footer-top1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.theme_texaspsyc .footer-top1 .socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}
.theme_texaspsyc .footer-top1 .socials li img {
    width: 28px;
    height: 28px;
}
.theme_texaspsyc .footer-top1 .socials li a:hover {
    opacity: 0.8;
}
.theme_texaspsyc .footer-top1 h3 {
    font-weight: bold;
    font-size: calc(12px + .5vw);
    margin: 0;
}
.theme_texaspsyc .footer-info {
    margin-top: 15px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.theme_texaspsyc .footer-info p {
    font-size: 15px;
}
.theme_texaspsyc .footer-info p a {
    color: #FFFFFF;
    text-decoration: underline;
}
.theme_texaspsyc .footer-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 7px;
}
.theme_texaspsyc .footer-info ul li a {
    display: flex;
    margin: auto;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background-color: #f2aa49;
    color: #FFFFFF;
    border-radius: 50px;
    border: 1px solid #4096D6;
    line-height: normal;
}
.theme_texaspsyc .footer-info ul li:first-child a {
    background-color: #ffffff;
    color: #326778;
    border-color: #FFFFFF;
}
.theme_texaspsyc .footer-info ul li a:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
.theme_texaspsyc .footer-logo {
    text-align: center;
    margin-top: 20px;
}
.theme_texaspsyc .footer-logo img {
    max-width: 170px;
    margin: 0 auto;
}

/* footer end css */

@media only screen and (min-width: 1141px) {
    .theme_texaspsyc header.headerfixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
        transform: translateY(-100%);
    }
    .theme_texaspsyc header.headerfixed.show {
        transform: translateY(0);
    }
    .theme_texaspsyc header.headerfixed .header-bottom {
        display: none;
    }
    .theme_texaspsyc header.headerfixed nav.menudiv .navbar-brand .logo-main {
        max-height: 32px;
    }
    .theme_texaspsyc .navbar-nav>li>a:hover {
        color: #2e2e2e;
    }
    .theme_texaspsyc ul.navbar-nav li.dropdown .dropdown-menu.dropdown-submenu {
        visibility: hidden;
        opacity: 0;
        left: 240px;
        top: -13px;
        margin-top: 0;
        display: none;
    }
    .theme_texaspsyc .navbar-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .theme_texaspsyc ul.navbar-nav li.dropdown:hover>ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }
    .theme_texaspsyc .navbar-nav>li>b.dropdown-toggle {
        position: static;
        right: inherit;
        top: inherit;
        transform: none;
        display: none;
    }
    .theme_texaspsyc .navbar-nav>li b.dropdown-toggle.dropdown-togglesub {
        right: 25px;
    }
    .theme_texaspsyc ul.navbar-nav li.dropdown ul.dropdown-menu {
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out 0s;
        z-index: 9999;
        width: 250px;
        background: #f2aa49;
        border-radius: 0;
        border: 0;
        left: 0;
        padding: 0px;
        box-shadow: none;
        top: 100%;
        z-index: 9;
        border-radius: 0 7px 7px;
    }
    .theme_texaspsyc ul.navbar-nav li.dropdown ul.dropdown-menu.dropdown-menu-right {
        left: inherit;
        right: 0;
        border-radius: 7px 0 7px 7px;
    }
    .theme_texaspsyc ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
        color: #FFFFFF !important;
    }
    .theme_texaspsyc ul.navbar-nav li:nth-child(7) ul.dropdown-menu {
        right: 0;
        left: inherit;
    }
    .hide-desktop {
        display: none
    }
}
@media only screen and (max-width: 1140px) {
    .theme_texaspsyc .navbar-header {
        float: none;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .theme_texaspsyc .header-bottom {
        display: none;
    }
    .theme_texaspsyc .navbar-collapse.collapse {
        display: none !important;
    }
    .theme_texaspsyc .navbar-toggle {
        display: block;
        margin-right: 0;
        padding-right: 0;
    }
    .theme_texaspsyc nav.menudiv .navbar-brand {
        margin-top: 0;
        float: none;
        margin-right: auto;
    }
    .theme_texaspsyc nav.menudiv .navbar-brand .logo-main {
        max-width: 250px;
    }
    .theme_texaspsyc .navbar-collapse.collapse.in {
        display: block !important;
    }
    .theme_texaspsyc nav {
        justify-content: space-between;
        display: block;
    }
    .theme_texaspsyc #navbarCollapse {
        background: #111111;
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: auto !important;
        z-index: 9;
    }
    .theme_texaspsyc .menu-open #navbarCollapse {
        display: block !important;
    }
    .theme_texaspsyc #navbarCollapse .nav {
        margin: 0;
        padding: 0;
        position: relative;
        border: 0;
        min-width: 100%;
        box-shadow: none;
        outline: none;
        border-radius: 0;
        flex-direction: column;
    }
    .theme_texaspsyc ul.navbar-nav li.dropdown ul.dropdown-menu {
        position: static;
        width: 100%;
        background: transparent;
        display: block;
        visibility: visible;
        opacity: 1;
        border: 0;
        box-shadow: none;
    }
    .theme_texaspsyc .navbar-nav>li {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .theme_texaspsyc ul.navbar-nav li.dropdown ul.dropdown-menu li {
        padding-left: 20px;
    }
    .theme_texaspsyc ul.navbar-nav li.dropdown ul.dropdown-menu li a {
        white-space: normal;
    }
    .theme_texaspsyc .nav .open>a, .theme_texaspsyc .nav .open>a:focus, .theme_texaspsyc .nav .open>a:hover {
        background: none;
    }
    .theme_texaspsyc ul.navbar-nav li.dropdown ul.dropdown-menu li a {
        border-top: 1px solid #1b1900;
        color: #FFFFFF;
        padding: 20px 30px;
        display: block;
        width: 100%;
        font-size: 19px;
        margin: 0;
    }
    .theme_texaspsyc ul.navbar-nav li.dropdown ul.dropdown-menu li a:before {
        content: "\f105";
        font-family: FontAwesome;
        display: inline-block;
        font-weight: 900;
        margin-right: 10px;
        font-size: 15px;
        color: #f2aa49;
        font-weight: 900;
        line-height: 4px;
        top: -1px;
        position: relative;
    }
    .theme_texaspsyc .navbar-nav>li>a {
        border-top: 1px solid #1b1900;
        padding: 20px 30px;
        display: block;
        font-size: 19px;
        color: #FFFFFF !important;
        border-bottom: 0;
    }
    .theme_texaspsyc .navbar-nav>li.join-link>a {
        background: #0072BC;
        color: #FFFFFF;
        display: block;
        border-radius: 3px;
        font-weight: 700;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }
    .theme_texaspsyc .navbar-nav li b.dropdown-toggle {
        position: absolute;
        right: 5px;
        top: 14px;
        color: #333;
        font-size: 2rem;
        cursor: pointer;
        min-width: 23px;
        text-align: center;
        z-index: 9;
    }
    .theme_texaspsyc .navbar-nav li b.dropdown-toggle:hover {
        color: #b18537;
    }
    .theme_texaspsyc .dropdown-submenu {
        margin-left: 15px !important;
    }
    .theme_texaspsyc .navbar-nav>li.dropdown .submenu {
        font-weight: 700;
    }
    .theme_texaspsyc header .top_section .right-links {
        display: none;
    }
    .theme_texaspsyc .mobilelink {
        display: block !important;
    }
    .theme_texaspsyc .search {
        display: none !important;
    }
    .theme_texaspsyc .heading {
        background-color: rgba(0, 0, 0, .03) !important;
    }
    .theme_texaspsyc nav.menudiv {
        padding: 30px 0;
    }
    .theme_texaspsyc .footer-col {
        width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }
    .theme_texaspsyc .menu-wraper {
        width: 100%;
        position: unset;
    }
    .theme_texaspsyc .navbar-nav li.open>b.dropdown-toggle i:before {
        content: "\f106";
    }
    .theme_texaspsyc .footermain {
        padding: 50px 0 30px;
    }
    .theme_texaspsyc #navbarCollapse ul .links {
        background: #2f2f2f;
        padding: 8px;
    }
    .theme_texaspsyc #navbarCollapse .links {
        background: #2f2f2f;
        padding: 8px;
        margin: 0;
        list-style: none;
    }
    .theme_texaspsyc #navbarCollapse .links a {
        flex: 1;
        display: flex;
        justify-content: center;
        height: 90px;
        line-height: 90px;
        font-size: 18px;
        box-sizing: border-box;
        background: #f2aa49;
        color: #FFFFFF;
        padding: 0 10px;
        border-radius: 3px;
    }
    .theme_texaspsyc #navbarCollapse .links li:last-child a {
        background: #326778;
        margin-top: 8px;
    }
    .theme_texaspsyc #navbarCollapse .links a:hover {
        text-decoration: none;
    }
    .theme_texaspsyc .menu-close {
        width: 44px;
        height: 44px;
        background: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        position: fixed;
        top: 65px;
        right: 37px;
        z-index: 99;
    }
    .theme_texaspsyc .menu-close svg {
        fill: #FFFFFF;
    }
    .theme_texaspsyc ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
        background-color: transparent;
        color: #FFF !important;
    }
    .theme_texaspsyc .navbar-nav>li a:hover, .theme_texaspsyc .navbar-nav>li a:focus {
        color: #FFF !important;
    }
}
@media only screen and (max-width:767px) {
    .theme_texaspsyc footer {
        white-space: normal;
        word-break: break-word;
    }
}
@media (max-width: 736px) {
    .theme_texaspsyc .footer-info {
        margin-top: 40px;
    }
    .theme_texaspsyc .footer-info ul {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }
}
@media only screen and (max-width: 640px) {
    .theme_texaspsyc nav.menudiv .navbar-brand .logo-main {
        max-height: 84px;
    }
}
@media (max-width: 500px) {
    .theme_texaspsyc .footer-top1 {
        flex-direction: column;
        gap: 20px;
    }
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }