@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.eot');
    src: url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rubik-Regular.woff2') format('woff2'),
        url('../fonts/Rubik-Regular.woff') format('woff'),
        url('../fonts/Rubik-Regular.ttf') format('truetype'),
        url('../fonts/Rubik-Regular.svg#Rubik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-SemiBold.eot');
    src: url('../fonts/Rubik-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rubik-SemiBold.woff2') format('woff2'),
        url('../fonts/Rubik-SemiBold.woff') format('woff'),
        url('../fonts/Rubik-SemiBold.ttf') format('truetype'),
        url('../fonts/Rubik-SemiBold.svg#Rubik-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.eot');
    src: url('../fonts/Rubik-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rubik-Bold.woff2') format('woff2'),
        url('../fonts/Rubik-Bold.woff') format('woff'),
        url('../fonts/Rubik-Bold.ttf') format('truetype'),
        url('../fonts/Rubik-Bold.svg#Rubik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.eot');
    src: url('../fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rubik-Medium.woff2') format('woff2'),
        url('../fonts/Rubik-Medium.woff') format('woff'),
        url('../fonts/Rubik-Medium.ttf') format('truetype'),
        url('../fonts/Rubik-Medium.svg#Rubik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body{
    margin:0;
    padding:0;
    color: #000000;
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 400;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Rubik';
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    color: #0f3751;
    font-family: 'Rubik';
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3{
    font-size: 18px;
    color: #123753;
}
h4{
    font-size: 24px;
    color: #123753;
}
h5{
    font-size: 18px;
    color: #657905;
}
h6{
    font-size: 24px;
    color: #657905;
}
.page-section h1{
    font-size: 30px;
    color: #000000;
}
.page-section h2 {
    color: #440610;
    font-size: 24px;
}
a{
    color: #0f3751;
}
a:focus, a:hover{
	text-decoration:none;
}

.top-header ul{
    margin: 0px;
}
.top-header {
    background-color: #0f3751;
    padding: 10px 0px;
}
.top-contact-info ul li a {
    color: #ffffff;
}
.top-contact-info ul li a:hover{
    color: #c87736;
}
.top-contact-info ul li i {
    margin-right: 6px;
}
.top-contact-info ul li {
    padding: 0px 10px;
    color: #ffffff;
}
.header-contact-icons ul li a {
    color: #ffffff;
}
.header-contact-icons {
    float: right;
}
.del-space{
    display: none;
}
.header-contact-icons ul li a {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
    padding: 5px 9px;
    border-radius: 10px;
    display: inline-block;
    line-height: initial;
    transition: all 0.3s linear;
}
.header-contact-icons ul li a:hover{
    background-color: #c87736;
    border-color: #c87736;
    color: #ffffff;
}
.header-contact-icons ul li:nth-child(1) a {
    padding: 6px 9px 5px;
}
.header-contact-icons ul li:nth-child(2) a {
    padding: 6px 6px 5px;
}
.header-contact-icons ul li:nth-child(3) a {
    padding: 6px 7px 5px;
}
.top-contact-info {
    margin-top: 6px;
}
.logo{
    display: block;
    padding: 15px 0px;
}
.attr-nav > ul > li > a{
    color: #0f3751;
    padding: 10px;
}
.attr-nav {
    margin-top: 27px;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
}
nav.navbar.bootsnav .navbar-nav > li{
    display: inline-block;
    padding: 28px 0px;
}
nav.navbar.bootsnav .navbar-nav > li > a{
    color: #0f3751;
    padding: 10px 10px;
    font-family: 'Rubik';
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #c87736;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: #0f3751;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.2px;
    padding: 10px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #c87736;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border-color: #000732;
    border: none;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after{
    content: '\f054';
    color: #ffffff;
    transition: all .25s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.navbar-right {
    float: right !important;
    margin: 0px !important;
}
.carousel-indicators {
    display: none;
}
.carousel-control.left, .carousel-control.right{
    background-image: inherit;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*--carousel-end--*/
.helpline-info {
    padding: 20px;
    width: 100%;
}
.appoint-info{
    
    padding: 20px 20px 30px;
}
#owl-demo .owl-item:nth-child(even){
    background-color: #0f3751;
}
#owl-demo .owl-item:nth-child(odd){
    background-color: #c87736;
}
.hours-list li, .appoint-info {
    width: 100%;
    float: left;
}
.clinic-info .helpline-icon i {
    color: #ffffff;
    font-size: 42px;
}
.clinic-info h3{
    color: #ffffff;
    margin: 15px 0px;
    font-size: 22px;
}
.clinic-info p{
    color: #ffffff;
}
.clinic-info {
    width: 100%;
    float: left;
}
.clinic-block {
    margin-bottom: 65px;
}
#owl-demo .owl-pagination {
    display: none;
}
.clinic-col {
    padding: 40px 30px;
    height: 500px;
}
.clinic-info {
    position: relative;
}
.clinic-info .prev, .clinic-info .next {
    position: absolute;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    background: #667906;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
}
.clinic-info .prev {
    top: 50%;
    left: 0px;
}
.clinic-info .next{
    top: 50%;
    right: 0px;
}
.call-info .headset-icon {
    background: #ffffff;
    padding: 8px 10px;
    border-radius: 6px;
    color: #677a07;
    font-size:22px;
}
.call-info a {
    font-size: 22px;
    color: #ffffff;
    margin-left: 10px;
    font-weight: 600;
}
.get-info .btn-primary {
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 8px 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 250px;
    transition: all 0.3s linear;
}
.get-info .btn-primary:hover{
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #0f3751;
}
.get-info .fa-arrow-right {
    margin-left: 10px;
}
.helpline-text {
    margin-bottom: 25px;
}
.appoint-info .hours-list {
    width: 100%;
    float: left;
    line-height: 28px;
    color: #ffffff;
}
.about-content h5 {
    text-transform: uppercase;
    color: #c87736;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 600;
}
.about-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #0f3751;
}
.about-content h4 {
    font-size: 24px;
    color: #0f3751;
}
.about-block {
    margin-bottom: 40px;
}
.about-content ul li {
    margin-bottom: 10px;
}
.about-content .btn-primary {
    padding: 12px 25px 10px 25px;
    color: #fff;
    background-color: #c87736;
    border-color: #c87736;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.3s linear;
}
.about-content .btn-primary:hover{
    background-color: #0f3751;
    border-color: #0f3751;
    color: #ffffff;
}
.about-content .fa-arrow-right{
    margin-left: 10px;
}
.volunteer-block{
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
}
.volunteer-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(15 55 81 / 75%);
}
.volunt-content {
    text-align: center;
}
.volunt-content h2 {
    font-size: 48px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 20px;
}
.volunt-content p{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0px;
}
.volunt-btn {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.volunt-btn .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #ffffff;
    padding: 8px 25px;
    font-size: 16px;
    border-radius: 0px;
    transition: all 0.3s linear;
}
.volunt-btn .btn-primary:hover{
    background-color: #c87736;
    border-color: #c87736;
    color: #ffffff;
}
.volunt-btn .btn-success {
    color: #fff;
    background-color: #c87736;
    border-color: #c87736;
    padding: 8px 25px;
    border-radius: 2px;
    font-size: 16px;
    transition: all 0.3s linear;
}
.volunt-btn .btn-success:hover{
    background-color: #667903;
    border-color: #667903;
    color: #ffffff;
}
.volunt-btn a {
    margin: 0px 10px;
}
.services-block {
    margin: 50px 0px;
}
.service-heading {
    text-align: center;
    padding-bottom: 40px;
}
.service-heading h2 {
    margin-top: 0px;
    margin-bottom: 15px;
}
.service-heading p {
    font-size: 18px;
    margin: 15px 0px;
    line-height: 1.5;
}
.service-content {
    border: 2px solid #0f3751;
    padding: 20px 20px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.service-content:hover {
    background-color: #667905;
    border-color: #667905;
}
.service-content .service-icon {
    float: left;
    font-size: 36px;
    color: #c87736;
}
.service-content .service-right {
    display: table-cell;
    padding-left: 30px;
}
.service-content .service-right h3 {
    margin-top: 5px;
    font-size: 20px;
}
.service-content .service-right h3 a{
    color: #667903;
}
.service-content:hover .service-right h3 a, .service-content:hover .service-icon, .service-content:hover .service-list li a, .service-content:hover .service-list{
    color: #ffffff;
    transition: all 0.3s linear;
} 
.service-content .service-right .service-list {
    padding-left: 20px;
    padding-top: 15px;
}
.service-content .service-right .service-list li{
    margin-bottom: 5px;
}
.service-content .service-right .service-list li a:hover{
    color: #c97832;
}
.qsn-block {
    background-color: #efefef;
    padding: 50px 0px;
}
.qsn-block .qsn-heading {
    text-align: center;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 40px;
}
.qsn-content {
    text-align: center;
    border: 2px dashed #0f3751;
    padding: 30px;
}
.qsn-content .qsn-icon {
    margin-bottom: 15px;
}
.qsn-content .qsn-icon i{
    font-size: 32px;
    color: #c87736;
}
.qsn-content p {
    margin-bottom: 5px;
}
.qsn-content a {
    font-weight: 700;
    font-size: 18px;
    color: #0f3751;
}
.qsn-content a:hover{
    color: #667903;
}
footer {
    background-color: inherit;
    border-top: none;
}
.top-footer{
    background-color: #091d3e;
    padding: 50px 0px;
}
.contact-info p {
    color: #ffffff;
}
.footer-contact .address-text {
    display: table-cell;
}
.footer-contact  .fa-map-marker{
    float: left;
}
.footer-contact i {
    color: #ffffff;
    margin-right: 10px;
}
.footer-contact li{
    color: #ffffff;
    margin-bottom: 15px;
}
.footer-contact li a{
    color: #ffffff;
}
.footer-title {
    border: none;
}
.footer-hours .footer-hours-list li {
    color: #ffffff;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ffffff;
}
.footer-hours .footer-hours-list li {
    color: #ffffff;
    margin-bottom: 10px;
    border-bottom: 1px solid #1f304b;
    padding-bottom: 8px;
}
.footer-title {
    border: none;
    font-size: 22px;
    margin-bottom: 15px;
}
.footer-hours-list .perry-timings {
    text-align: right;
    float: right;
}
.shop-list a:hover, .footer-contact li a:hover{
    color: #fcae01;
}
.shop-list {
    margin-left: 35px;
}
.bottom-footer {
    text-align: left;
    padding: 15px 0 15px 0;
    background-color: #143853;
}
.bottom-footer p{
    margin: 0px;
}
.copy p, .power p{
    color: #ffffff;
}
.power a {
    color: #c87736;
}
.top-sch {
    background-color: inherit;
    box-shadow: none;
    border: none;
}
#scrolltoup:hover {
    background-color: #c87736;
    color: #ffffff;
}
.become-left img, .become-right img {
    width: 100%;
}
.become-left, .become-right {
    margin-bottom: 30px;
}
.service-heading .become-left p, .service-heading .become-right p {
    margin-top: 15px;
}
.donate_btns .btn-primary {
  padding: 5px 5px;
  width: 77px;
  border-radius: 3px;
  font-size: 16px;
  margin: 10px 5px;
  color: #fff;
  background-color: #545454;
  border-color: #545454;
}

.donate_btns p {
  padding-left: 15px;
}
.donate_btns .form-control {
  width: 150px;
  padding: 8px 10px 8px;
  text-align: center;
  border-radius: 3px;
  font-style: normal;
  height: auto;
  margin-left: 15px;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 600;
  color: #000000;
}
.bios-content h5 {
    margin-top: 0px;
}
.bios-block {
    margin-top: 25px;
}
.bios-row {
    margin-bottom: 40px;
}
.bios-block .bios-row:nth-child(odd) {
    background: #fff1d3;
    padding: 25px 10px;
    border-radius: 10px;
}
.bios-block .bios-row:nth-child(even) {
    background: #e6f3ff;
    padding: 25px 10px;
    border-radius: 10px;
}

/*-----media-screens-----*/
@media (min-width:1300px){
    .clinic-info .prev {
        left: -30px;
    }
    .clinic-info .next{
        right: -30px;
    }
}
@media (min-width:991px){
    .clinic-info{
        margin-top: -85px;
    }
    .volunt-content p, .service-heading p{
        margin: 0px 10%;
    }
    .service-content{
        height: 330px;
    }
}
@media (min-width:768px){
    .navbar-header .attr-nav{
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 7px;
        font-size: 14px;
    }
    .logo img{
        width: 250px;
    }
    nav.navbar.bootsnav .navbar-nav > li{
        padding: 22px 0px;
    }
    .attr-nav{
        margin-top: 20px;
    }
    .get-info .btn-primary{
        padding: 8px 15px;
    }
    .call-info a{
        font-size: 18px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    nav.navbar.bootsnav .navbar-nav > li{
        padding: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 8px;
        font-size: 14px;
    }
    .attr-nav {
        margin-top: 0px;
    }
    .logo{
        padding: 10px 0px;
    }
    .logo img {
        display: block;
        margin: 0px auto;
    }
    .navbar-header, .about-image img {
        width: 100%;
    }
    .about-content{
        padding-top: 30px;
    }
    .qsn-col {
        display: none;
    }
    .helpline-info, .appoint-info{
        height: 310px;
    }
    .clinic-col{
        height: 600px;
    }
}
@media (max-width: 767px) and (min-width: 320px){
    .logo img {
        display: block;
        margin: 0px auto;
    }
    .navbar-header, .about-image img {
        width: 100%;
    }
    nav.navbar.bootsnav .navbar-nav .attr-nav {
        display: none;
    }
    nav.navbar.bootsnav .navbar-nav > li{
        padding: 0px;
        display: block;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
        background-color: #667905;
        color: #fff;
        padding: 6px 10px 3px;
    }
    .attr-nav {
        top: 25px;
        margin-top: 0px;
    }
    .top-contact-info {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 6px;
    }
    .header-contact-icons {
        float: none;
        text-align: center;
        margin: 5px 0px;
    }
    .top-contact-info ul li {
        margin-bottom: 5px;
    }
    .about-content {
        padding-top: 30px;
    }
    .shop-list{
        margin-left: 0px;
    }
    .footer-title {
        margin-top: 15px;
    }
    .qsn-col {
        display: none;
    }
    .qsn-content{
        margin-bottom: 30px;
    }
}
@media (max-width: 480px) and (min-width: 320px){
    .logo img{
        width: 170px;
    }
    .attr-nav{
        top: 15px;
    }
    .clinic-block{
        margin-bottom: 40px;
    }
    .about-content h2, .qsn-block .qsn-heading{
        font-size: 30px;
    }
    .volunt-content h2{
        font-size: 36px;
    }
    .volunt-btn .btn-primary {
        margin-bottom: 25px;
    }
    .services-block, .top-footer{
        margin: 30px 0px;
    }
    .clinic-col{
        height: auto;
    }
    .qsn-content a{
        font-size: 14px;
    }
}
