@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');


@font-face {
    font-family: 'Goldenbook Black';
    src: url('../fonts/Goldenbook-Black.woff2') format('woff2'),
        url('../fonts/Goldenbook-Black.woff') format('woff'),
        url('../fonts/Goldenbook-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldenbook Bold';
    src: url('../fonts/GoldenbookBold.woff2') format('woff2'),
        url('../fonts/GoldenbookBold.woff') format('woff'),
        url('../fonts/GoldenbookBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldenbook Light';
    src: url('../fonts/GoldenbookLight.woff2') format('woff2'),
        url('../fonts/GoldenbookLight.woff') format('woff'),
        url('../fonts/GoldenbookLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GoldenbookOSF Light';
    src: url('../fonts/GoldenbookOSFLight.woff2') format('woff2'),
        url('../fonts/GoldenbookOSFLight.woff') format('woff'),
        url('../fonts/GoldenbookOSFLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Goldenbook';
    src: url('../fonts/Goldenbook.woff2') format('woff2'),
        url('../fonts/Goldenbook.woff') format('woff'),
        url('../fonts/Goldenbook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Global */

body {
    font-family: 'Goldenbook', 'Cairo';
    overflow-x: hidden;
}

h3 {
    font-family: 'Goldenbook Light';
    font-weight: 300;
}
main {
    min-height: 66vh;
}

/* Language Switcher */
  
[hreflang="en"].is-active {
    display: none;
  }

  [hreflang="ar"].is-active {
    display: none;
  }
  
  [dir="rtl"] .rtl {
    text-align: right;
  }
  
  .links {
    list-style-type: none;
    padding: 0px;
  }

  .links a {
    text-transform: uppercase;
    background-color: black;
    color: white;
    padding: 13px 30px;
    text-align: center;
  }

  @media (max-width: 768px) {

    main.fixed {
    margin-top: 183px;
    }
  }

  main.fixed {
    margin-top: 163px;
}

/* Header */

header {
    transition: ease height 1s;
    height: 15rem;
}

@media(max-width: 768px) {
    header {
        height: 19rem;
    }
}
#block-drfarah-page-title {
    text-align: center;
    padding: 20px;
  }
  
.pg-hed {
    background-color: #202020;
}

@media (min-width: 992px) {
    .pg-hed {
    height: 126px;
    }
}
@media (max-width: 992px){

  .pg-hed{
   height: 241px;
  }

}

#block-drfarah-sitebranding img {
    width: auto;
    height: auto;
}

@media (max-width: 992px) {
    #block-drfarah-sitebranding img {
        top: 29px;
    }

    .layout-sidebar-first {
        margin-top: 20px;
    }
}

/* Site Branding & Main Navigation */

[dir="ltr"] .translation {
    text-align: right;
}

[dir="rtl"] .translation {
    text-align: left;
}

#block-drfarah-socialmedia a {
    color: #000;
  }

.fixed-top #block-drfarah-mainnavigation-2 {
    transition: ease all 1s;
    height: 0px;
}
  #block-drfarah-mainnavigation-2 {
    transition: ease all 1s;
}

.fixed-top #block-drfarah-sitebranding {
    display: none;
    transition: ease all 1s;
    height: 0px;
}

#block-drfarah-mainnavigation-2 ul{
    display: flex;
    justify-content: center;
    font-size: 2rem;
    /* text-decoration: none; */
    list-style: none;
    float: none;
}

#block-drfarah-mainnavigation-2 ul li a{
    text-decoration: none;
    color: black;
    padding: 22px;
    font-size: 1.5rem;

}

#block-drfarah-sitebranding {
    display: flex;
    justify-content: center;
}

#block-drfarah-sitebranding a{
    color: #1d4c27;
    font-size: 4rem;
    padding: 4px;
    align-content: center;
}

#block-drfarah-site-branding {
    height: 97px;
}


@media (max-width: 768px) {

    #block-drfarah-sitebranding a {
        color: #1d4c27;
        font-size: 2rem;
    }

    #block-drfarah-sitebranding {
        flex-direction: column;
        text-align: center;
    }
    #block-drfarah-mainnavigation-2 ul {
        display: block;
        height: fit-content;
    }

    ul.sf-menu.sf-accordion, ul.sf-menu.sf-accordion ul, ul.sf-menu.sf-accordion li {
        display: flex;
        justify-content: center;
    }

    #block-drfarah-mainnavigation-2 a.is-active {
        width: 25%;
    }

    header.fixed-top {
        height: 145px !important;
    }

}


header.fixed-top {
    background-color: #fff;
    padding-bottom: 10px;
    transition: ease height 1s;
    height: 103px;
  }

  
.fixed-top .row.header.px-5 {
    transition: ease all 1s;
    height: 142px;
}
  .row.header.px-5 {
    transition: ease all 1s;
    height: 108px;
}

li {
    line-height: 24px;
}


/* Navbar */

.fixed-top{position: fixed;}

@media (max-width: 992px) {
    #superfish-main-toggle {
      display: block !important;
    }
    #superfish-main-accordion {
      text-align: center;
      position: fixed;
      left: 0 !important;
      top: 299px !important;
      background: #f4f4f4;
    }

  
    .fixed-top #superfish-main-accordion {height: fit-content; top: 144px !important;  }
    .fixed-top #superfish-main-toggle {top: 22px;}
  }
  

  #superfish-main-toggle {
    position: absolute;
    z-index: 1;
    top: 7px;
    color: transparent;
  }

  [dir="rtl"] #superfish-main-toggle {
    right: 25px;
  }

  #superfish-main-toggle span::after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
  }
  #superfish-main-toggle span::before, #superfish-main-toggle span::after {
    content: "";
  }
  #superfish-main-toggle span::before, #superfish-main-toggle span::after {
    background-color: #fff;
  }
  #superfish-main-toggle span::before, #superfish-main-toggle span::after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
  }
  #superfish-main-toggle span::before {-moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
  }
  #superfish-main-toggle span, #superfish-main-toggle span::before, #superfish-main-toggle span::after {
    background-color: #000;
  }
  #superfish-main-toggle span, #superfish-main-toggle span::before, #superfish-main-toggle span::after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #000;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
  }
  #superfish-main-toggle {
    cursor: pointer;
    text-indent: -9999em;
  }
  
  .nav-item:first-of-type span {
    margin: 0px !important;
  }

  

  /* User */


  #user-login-form, #user-pass, #user-register-form {
    margin-left: 14%;
    padding: 87px 0px;
    justify-content: center;
    display: grid;  
}

#user-login-form label, #user-pass label, #user-register-form label {
    color: #000;
    font-weight: 600;
    font-size: 22px;
}

#user-login-form input, #user-pass input, #user-register-form input,
#user-login-form textarea, #user-pass textarea, #user-register-form textarea{
    width: 100%;
    color: #000;
}

#user-login-form #edit-submit, #user-pass #edit-submit, #user-register-form #edit-submit {
    width: 20%;
}

#user-login-form .js-form-item, #user-pass .js-form-item, #user-register-form .js-form-item {
    margin-bottom: 24px;
    width: 66%;
}

article.contextual-region {
    text-align: center;
}

  
  
/* Primary Local Tasks */

#block-drfarah-primary-local-tasks {
    display: flex;
    justify-content: center;
    position: relative;
}
  

#block-drfarah-primary-local-tasks ul li { 
    line-height: 24px;
    display: inline-block;
    padding: 11px;
    border: solid 1px #DDD;
    border-radius: 5px;
    font-size: 19px;
}

#block-drfarah-primary-local-tasks a {
    color: #000;
}

@media (max-width: 992px){

    #block-drfarah-primary-local-tasks ul {
      top: 21% !important;
    }
    
}


/* Forms */

/* Global */

input, textarea {
    width: 82%;
    background-color: transparent;
    border-radius: 5px;
    color: #fff;
}

textarea, #edit-actions-submit--2 {
    border: 2px solid;
}
input:active, textarea:active {
    color: #f57a4e;
}


.js-form-item {
    margin-bottom: 24px;
}


.form-item .container-inline {
    margin: 2px 0;
}

.form--inline .form-item {
    float: left;
    margin-right: 0.5em;
}

select {
    color: #000;
    border: 2px solid #fff;
    border-radius: 7px;
    background-color: transparent;
    padding: 5px;
}

/* Contact Form*/

/* 
    Classes:
    contact-box (View)
*/

.contact-box {
    border-radius: 17px;
    color: #fff;
    padding: 76px;
    background: none;
    background-color: #ee541ed6;
    box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}
  
.contact-box a {
    color: #ffffff;
    padding: 0.4rem 0.8rem;
    border: 2px solid #ffffff;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.030em;
}

@media (max-width: 992px) {
    .contact-box {
    padding: 45px 30px;
    }
}
  label {
    display: block !important;
    font-size: 20px;
}

#block-contact label {
    color: #000;
}

#block-contact label {
    color: #fff;
    font-weight: 500;
}


#block-contact-us .js-form-item input {
    border: none;
      border-bottom-width: medium;
      border-bottom-style: none;
      border-bottom-color: currentcolor;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.iti__country-list {
    max-height: 113px;
    color: #000;
    border-radius: 6px;
    width: 247px;
}

#edit-name--2 {
    width: 100%;
}

#block-contact {
    width: 47%;
}

#block-contact h2 {
    font-size: 2.5rem !important;
    color: #fff !important;
}
      
@media (max-width: 768px) {
    .contact-container {
        display: block !important;
    }

    #block-contact {
        width: 100%;
    }

    #edit-container-01 div {
        display: flex;
        font-size: 15px;
    }
}

/* Slider Navigation */

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #f57a4e;
    width: 35px;
    margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 9px;
    margin: 5px 5px;
    background: #000;
      background-color: rgb(0, 0, 0);
    border: 0px solid #000;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 0px;
}


/* Buttons */

.btn {
    color: #fff;
    padding: .6rem .8rem;
    border: 2px solid #000;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.030em;
}

/* Footer */

footer {
    background-color: #0d0d0d;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 32px 0px 26px 0px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}


/* /////////////////////////////// */

/* service block */
.serviceBlock , .service2{
    display: flex;
    justify-content: space-around;
}

[dir="rtl"] .serviceBlock {
    text-align: right;
}
.service h2 {
    position: relative;
    top: -43px;
    left: 5px;
    font-size: 4.2rem;
    text-transform: uppercase;
}
[dir="rtl"] .service h2 {
    font-size: 3.2rem;
}

/* what we do block */
.what-we-do-block {
    text-align: center;
    width: 76%;
    margin: 50px auto;
}

.what_we_do{
    letter-spacing: 2px;
    font-size: 1.5rem;
}
.what_we_do h2{
    font-size: calc((2.4 - 1) * 1.2vw + 1rem);
}
[dir="rtl"] .what_we_do h2{
    font-size: calc((2 - 1) * 1.2vw + 1rem);
}

/* about block */
.about-us-block{
    background-image: url(../image/About-bg.png);
    background-size: cover;
    background-position: center;
}
[dir="rtl"] .about-us-block{
    background-image: url(../image/About-bg-rtl.png);
    background-size: cover;
    background-position: center;
}

.about_block{
    display: flex;
    margin: 150px 0;
}
.about_block .body{
    width: 50%;
    padding-left: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
}

[dir="rtl"] .about_block .body {

    padding-right: 20%;
    padding-left: 0;
    text-align: right;
}

.about_block .img img{
    height: 76%;
    position: relative;
    left: 40%;
    top: 10%;
    width: fit-content;
}
[dir="rtl"] .about_block .img img{
 
    right: 40%;
  
}
.body h2{
    color: black;
    text-transform: uppercase;
    font-size: calc((2.4 - 1) * 1.2vw + 1rem);
    margin-top: 100px;
    padding-bottom: 18px;
    letter-spacing: 2.5px;
}

.about_block .text h4 ,.service2 .text h4{
    text-transform: uppercase;
    background-color: black;
    color: white;
    padding: 10px;
    text-align: center;
    margin: 13px 0;
    max-width: 14rem;
    max-height: 8rem;
}

.about_block .body .text ,.service2 .body .text{
    font-size: 1.4rem;
    padding: 27px 0;
}

.about_block .text h4 a , .service2 .text h4 a{
    color: white;
}

@media(max-width: 992px) {
    
    .about_block {
        flex-direction: column-reverse;
    }
    
    .about_block .body {
        width: 21rem;
    }

    .about_block .img {
        display: flex;
    }

    .about_block .img img {
        margin: 0 auto;
        height: auto;
        width: 60%;
        position: static;
    }

    .serviceBlock , .service2{
        flex-direction: column;
    }

    .service2 .body {
        margin: auto;
    }
}


/* service 2 block */
.service2{
   width: 75%;
   margin: auto;
}
.service2 .body{
    margin: 0 107px;
}
[dir="rtl"] .service2 .body{
    text-align: right;
}

@media(max-width: 992px) {
    .clinic-block .img {
        margin: 0 auto 82px auto;
    }

    .img img {
        width: 100%;
        height: auto;
    }

    .clinic-block .body, .service2 .body {
        margin: auto;
    }
}



/* products block */
#products{
    background-color: black;
    color: white;
    text-align: center;
    margin: 100px 0 0 0;
    padding-bottom: 60px;
}

#products h2 ,#courses h2{
    padding: 50px 0;
    font-size: 2.7rem;
}
.product_block , .course_block{
    width: 50%;
}
.product_block img , .course_block img{
    /* max-height:350px */
    height: fit-content;
}

/* .products-block .owl-stage-outer{padding: 0 80px;} */

.product_block a{
    color: white;
}

.product_block .product_block_title , .course_block .course_block_title {
    font-size: 2rem;
    text-transform: capitalize;
}

.product_block .product_block_view{
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 20px auto;
    border-bottom: 5px solid #fff;
    width: 19%;
}

@media(max-width: 992px) {
    .product_block .product_block_view {
        margin-top: 57px;
    }
}

.explore a {
    background-color: white;
    padding: 12px 29px;
    font-size: 1.3rem;
    text-transform: uppercase;
  color:#000;
}

.products-block .field-content ,.courses-block .field-content{
    display: flex;
    justify-content: center;
}


/* clinic block */

#clinic{
    background-color: #1F1F1F;
    color: white;
}

.clinic-block .service2{
    padding: 100px 20px ;
}

.clinic-block .body .title a{
    position: relative;
    top: -55px;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: white;
    
}

.clinic-block .body .text{
    font-size: 2.4rem;
    padding: 0 !important;
}

/* courses block */

#courses{
    /* background-color: black; */
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 100px 0 0 0;
    padding-bottom: 60px;
}

.course_block a{
    color: rgb(0, 0, 0);
}
.course_block_title {
    height: 100px;
}

.course_block .course_block_view{
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 20px auto;
    border-bottom: 5px solid #000000;
    width: 19%;
}
[dir="rtl"] .course_block .course_block_view{
    
    min-width: 40%;
}



.owl-theme .owl-nav {
    opacity: 1 !important;
}

.products-block .owl-nav , .courses-block .owl-nav{
    position: relative;

}

.products-block .owl-nav .owl-prev, .courses-block .owl-nav .owl-prev{
    position: absolute;
    /* top: -122%; */
    font-size: 49px !important;
    /* background-color: black; */
    color: rgb(255, 255, 255);
    /* border: 1px solid black; */
    /* border-radius: 50%; */
    width: 4%;
    left: 40px;
    bottom: 275px;
}
[dir="rtl"] .products-block .owl-nav .owl-prev, [dir="rtl"] .courses-block .owl-nav .owl-prev{
    right: 40px !important;
}
/* .courses-block .owl-nav .owl-next {

} */
.products-block .owl-nav .owl-next , .courses-block .owl-nav .owl-next{
    position: absolute;
    font-size: 49px !important;
    color: rgb(255, 255, 255);
    width: 4%;
    right: 40px;
    bottom: 275px;
}


[dir="rtl"] .products-block .owl-nav .owl-next , [dir="rtl"] .courses-block .owl-nav .owl-next{
    left: 40px !important;
    right: 93%;
    
}
.products-block .owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
}

/* .course_block .owl-theme .owl-nav [class*='owl-']:hover {
    background: rgba(102, 102, 102, 0.562);
    border-radius: 50%;
} */

a:hover{
    text-decoration: none;
}

/* product page */

.group-left{
    text-align: center;
}

.group-left .image{
    padding: 35px 0;
 
}

@media (max-width: 992px) {
    .left.group-left {
        width: 100%;
    }
    .Right.group-right {
        width: 100%;
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

.group-middle{
    padding-top: 30px;
}
.group-left .image img{
    /* width: 63%; */
    width: 78%;
    height: fit-content;
}

/* product */

.product_details{
    background: #0d0d0d;
    color: #CECECE;
}

.product_details form #edit-payment{
    width: 71%;
    border-top: 1px solid #3B3B3B;
    padding: 10px 0;
    color: #cecece;
}

[dir="rtl"] .product_details form #edit-payment{
    text-align: right;
}

[dir="rtl"] .product_size {
    text-align: right;
}
.product_size {
    color: #CECECE;
    
}

.product_details h2{
    font-weight: 300 !important;
}

.product_details .body{
    border-top: 1px solid #3B3B3B;
    padding-top: 15px;
    margin-top: 15px;
    width: 70%;
}

.product_details .body p{
    color: #747474;
    border-bottom: 1px solid #3B3B3B;
    padding-bottom: 15px;
}
.group-right{
    padding-top: 30px;
    font-size: 1.3rem;

}

[dir="rtl"] .product_details h2{
text-align: right;
}
.product_details form {
    background-color: #0d0d0d;
    border: 1px solid #0d0d0d;
    color: #CECECE;
    font-size: 24p;
    width: 100%;
}
[dir="rtl"] .product_details form{
    text-align: right;
}

.product_details form input{
    padding: 8px;
    border: 1px solid #3b3b3b;
    border-radius: 0;
    
}

.product_details form .form-item-full-name-first input ,.product_details form #edit-location , .form-item-your-name-first input, .form-item-location input{
width: 100%;
}



/* .group-right .body{
    font-size: 1.3rem;
} */

.group-right .body h4 {
    color: #CECECE;
    font-size: 24px;
 
}

[dir="rtl"] .group-right .body{
    text-align: right;
}
.size{
    border-bottom: 1px solid #3b3b3b;
    width: 70%;
}
.size div:first-child  {
    color: #CECECE;
   
}
.size div:nth-child(2) {
color:#747474;
}
.product_block_title {
    height: 100px;
}

[dir="rtl"] .size ,[dir="rtl"] .product{
text-align: right;
}

/* course page */

/* .form {
    width: 50%;
    margin: auto;
    background-color: #f0ebe1;
    padding: 33px;
    border: 1px solid white;
    border-radius: 15px;
    color: green;
    margin: 31px auto;
} */
.form .webform-button--submit ,.form-submit{
    width: 20%;
    padding: 10px;
    border-radius: 0;
    border: 1px soid ;
   
    
    /* border-color: rgb(0, 0, 0); */
    /* border: 2px solid; */
}

.doctor_name{
    font-size: 2rem;
    padding: 31px 0 0 0;
}
/* form{

    background-color: #f0ebe1;
    padding: 33px;
    border: 1px solid white;
    border-radius: 15px;
    color: green;
    width: 64%;
    margin: auto;

} */
.owl-carousel .owl-stage-outer{
    direction: ltr;
}

[dir="rtl"] .form #edit-container{
    text-align: right;
}

[dir="rtl"] .form #edit-container{
    text-align: right;
}

[dir="rtl"] .form label {
    text-align: right;
}

[dir="rtl"] .form #edit-actions{
    text-align: right
}


/* product page */
.products-page{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.products .product_image img{
    width: 100%;
    height: fit-content;

}

.products .product_title{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
    font-size: large;
    padding: 18px 0;
}

.products .product_title a{
    color: black;
}

.products{
    text-align: center;
}

.product_image {
    text-align: center;
    margin: auto;
    width: 70%;
}


.products .link a{
    color: black;
    FONT-SIZE: 1.7rem;
    border: 1px solid;
    padding: 5px 39px;
    border-radius: 1px;
}



/* contact us */

.contact-us .views-row {
    display: flex;
    justify-content: space-around;
}
.contact-us .views-row  .views-field{
    width: 50%;
    padding: 0 50px;
}

.contact-us .views-row  .views-field-field-image img{
    width: 100%;
    height: 600px;
    margin-bottom: 50px;
    
    }
    
@media(max-width:768px) {
    .contact-us .views-row {
        flex-direction: column;
    }
    .contact-us .views-row .views-field {
        width: 100%;
    }

    .contact-us .views-row .views-field-field-image img {
        height: auto;
    }
}

[dir="rtl"] form#webform-submission-contact-us-node-23-add-form {
    text-align: right;
}

form#webform-submission-contact-us-node-23-add-form{
    background-color: #000000;
    padding: 20px;
    border: 1px solid white;
    border-radius: 15px;
    color: rgb(255, 255, 255);
    width: 90%;
    margin: auto;
}

.contact-us input {
    padding: 10px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0;
}

.contact-us textarea {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0;
}

.contact-us #edit-submit{
    color: rgb(255, 255, 255);
    font-size: 1.4rem;
    padding: 0px;
}

.contact-us input#edit-your-name-first{
    width: 82% !important;
}

.views-field-field-image .field-content{
    padding-top: 42px;
}
form label{
    font-size: 1.5rem;
}


#block-drfarah-mainnavigation-2 a.is-active {
    border-bottom: 5px solid #1b4d28;
    color: #1b4d28;
    /* border-width: 5px; */
}

.fixed-top ul#superfish-main {
    margin-top: 16px;
}

.sf-accordion-toggle.sf-style-none {
    position: relative;
}

/* Head title */

.page_hed {
    margin-top: 3rem;
}

.page_hed hr {
    border-top-color: #000;
}

.page_hed .fa-circle {
    font-size: 0.2rem;
  }

p.line1, p.line2 {
    letter-spacing: .02em;
    line-height: 1.3em;
    font-size: calc((1.3 - 1) * 1.2vw + 1.4rem);
}

.page_hed h2 {
    font-family: 'GoldenBook Light';
    font-size: calc((4.3 - 1) * 1.2vw + 1rem);
}

tr:nth-child(2n-1) {
    background-color: #ddd;
}

tr {
    font-size: 1.6rem;
}

td {
    padding: 12px;
}

/* Edit Button */

.edit a{
    border: 1px solid #1d4c27;
    padding: 4px;
    border-radius: 6px;
    font-weight: 800;
    background-color: #fff;
    text-align: center;
    color: #1d4c27;
    font-size: 1.5rem;
}

  /* Floating Buttons */
  .float-box {
    position: fixed;
    top: 74%;
    right: 0;
    width: 150px;
    overflow: hidden;
    z-index: 999;
  }
  
  .whats-float {
    transform:translate(108px,0px);
    background-color: #1f1f1f;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    margin-top: 12px;
  }
  
  .whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
  }
  
  .whats-float svg {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;
  
  }
  
  .whats-float:hover svg  {
    transform:rotate(360deg);
  }