/* @import url('https://fonts.googleapis.com/css2?family=Babylonica&family=Lato&family=Quicksand:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Babylonica&family=Dancing+Script:wght@600&family=Lato&display=swap'); */

@font-face { font-family: apple chancery; src: url('../fonts/apple_chancery.ttf'); }
@font-face { font-family: apple chancery; src: url('../fonts/Apple Chancery.ttf'); }

body{
    font-family: Arial;
/*    background: url(../images/clouds-1.jpg); */
/*    background-position: bottom;*/
.main-body {
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), var(--image-url) center center;

    /* Here's the same styles we applied to our content-div earlier */
/*    color: white;*/
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.main_wrapper{
        background: url(../images/clouds-1.jpg);
        background-position: bottom;
}*/

button {
    font-family: Arial;
    font-weight: 600;   
}

a {
    text-decoration: none;
    text-underline-position: unset;
}

p {
    font-size: 12pt;
    font-weight:500;
    margin-bottom:20px;
}

.custom_head{
    background-size: cover;
    padding: 1rem 0 0rem;
    color: #fff;
    background-position: bottom;
}

.custom_head h1 {
    font-family:  Arial !important;
    color: #000 !important;
    font-weight: 500;
}

.custom_head .nav-corner:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-right: 40px solid #fff;
    border-bottom: 23px solid transparent;
    position: absolute;
    left: -40px;
    top: -1px;
}

.custom_head .nav-corner:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-left: 40px solid #fff;
    border-bottom: 23px solid transparent;
    position: absolute;
    right: -40px;
    top: -1px;
}

.custom_head .nav-corner a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #006af3;
    right: 0;
    top: 14px;
}

.custom_head .nav-corner a {
    color: #006af3 !important;
    font-weight: 600 !important;
    position: relative;
    padding: 10px 20px !important;
    font-size: 11pt !important;
}

.custom_bg-left{ 
    /* background: url(../images/cloud-tb.png) no-repeat ; */
    background-size: cover;
    padding: 1rem;
    /* color: #fff; */
    background-position: center;
}

.info_box {
    background: #fff;
    text-align: center;
    padding: 0.5rem;
    max-width: 200px;
    margin: auto;
    display: block;
    border: 2px solid #000;
    color: #000;
    font-weight: 800;
}

.custom_bg-left p {
    font-weight: 500;
}

h4 {
    font-size: 12pt;
    font-weight: bold;
}

.info_box h4{
    font-weight: 800 !important;
    margin-bottom:0;
    font-size: 16px;  
    text-transform: uppercase;
}

.info_box a,.click_link {
    color: red;
    font-weight: 800;
    text-decoration: underline;
    letter-spacing: 1px;
}

.custom_head .nav-corner {
    background: #fff;
    overflow: visible;
}

img.user-img {
/*    max-height: 120px;*/
    width: 80%;
    margin-bottom: 1rem;
}

label.circle {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    margin: auto 6px;
}

.custom_bg-left label.circle {
    background: #000;
    width: 5px;
    height: 5px;
    position: relative;
    top: -3px;
}

.app-box {
    margin: 15px auto;
    background: rgb(91 151 235 / 11%);
    width: 75%;
}

.blog-footer p a{
    color: #13edd9;
}

ul.inline-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    margin: auto 1rem;
}

ul.inline-list {
    list-style-type: none;
}

.blog-footer {
    padding: 2.5rem 0;
    color: #727272;
    text-align: center;
    background-color: transparent;
/*    border-top: 0.05rem solid #e5e5e5;*/
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    background-position: center;
}

.text-primary, a {
    color: #031af3 !important;
}



.custom_head .nav-corner a.last::after {
    background: none;
}
.text_block-right {
    background: #fff;
    margin-top: 0px;
}
.scroller_block {
    max-height: 150vh !important;
    overflow: auto;
}
.quote-part p {
  font-style: italic;
/*  font-weight: 600;*/
  font-size: 12pt;
}
p.text-right {
  text-align: right;
  font-weight: 600;
}
/*label {
  font-weight: 600;
  color: #666;
}*/
/*.box8{*/
/*  box-shadow: 0px 0px 5px 1px #999;*/
/*}*/
.mx-t3{
  margin-top: -3rem;
}
.site-title, .para-title {
    font-family: Apple Chancery;
}
.para-title {
    font-size: 20pt;
}
p, .custom-indent {
  text-indent: 20px;
}
p.no-indent {
  text-indent: 0px !important;
}
p {
    text-align: justify;
}
small {
    font-size: 12px;
}
h4.fst-italic {
    font-style: initial !important;
}
.title-logo {
    width: 60%;
}
.body-logo {
    width: 60%;
}
.sarah-call a {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 70%;
}
.contant-body {
    margin-right: 10%!important;
    margin-left: 16% !important;
}
.contant-body-full {
    margin-right: 10%!important;
    margin-left: 16% !important;
}

.mx-0 {
    margin-top: 0!important;
}
.page-title {
    font-family: times new roman;
    font-weight: 800;
}
.mid-txt-title {
    padding-top: 20px;
    padding-bottom: 15px !important;
    font-size: 25px;
    font-family: times new roman;
    font-weight: 800;
}
/*.scroller_block::-webkit-scrollbar{
    display: none;
}*/
.scroller_block::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}

.scroller_block::-webkit-scrollbar-track {
/*    background: orange;*/
    border: 2px solid #9ebbff;
    border-radius: 20px;
}

.scroller_block::-webkit-scrollbar-thumb {
    background-color: #9ebbff;
    border-radius: 20px;
    border: 3px solid #0000ff;
}
p.tstimony-text {
    padding-left: 15%;
    text-indent: 0px;
    padding-right: 15%;
}
ul {
    list-style: none;
}
.extra-tab {
    text-indent: 70px !important;
}
p.taged-text {
    font-size: 12px;
    text-transform: initial;
}
.ul-tab {
    text-indent: 50px !important;
}
.li-tab {
    padding-left: 50px !important;
}
.li-tab {
    padding-left: 50px !important;
}

.center-quoat {
    font-size: 20px;
}
.footer-note {
    line-height: 13px !important;
    display: block;
}
.quimbys-listblock ol {
    width: 480px;
    margin-left: 30px;
}
span.devider {
    font-weight: 800;
    line-height: 40px;
}
.brake-space {
    margin: 12px 0;
    width: 100%;
}
.para-head {
    padding-top: 20px;
}
.later-part {
    margin: 20px 150px;
}
.later-height {
    line-height: 20px;
}
.later-part p {
    text-indent: 0px;
}
.testmoni-head {    
    text-indent: 120px;
    margin-bottom: 20px;
}
.specific-text {
    font-style: italic;
    text-decoration: underline;
}
.Addi-serv {
    text-indent: 45px;
}
.addi-tab {
    margin: 0 17px;
}
.less-para-head, h4 {
    margin-bottom: 0rem !important;
}
h2.text-center.page-title-2 {
    font-family: times new roman;
    font-size: 2.3em;
    font-weight: 800;
}
p.page-subtitle {
    font-size: 17px;
    font-weight: 500;
    line-height: 0px;
    padding-bottom: 25px;
}
.img-mid-text {
    width: 100%;
}

.row {
    --bs-gutter-x: 0rem !important;
}
.inner-pad {
    padding: 1.5rem 0.5rem 1.5rem 1.5rem!important;
}
.scroller_block article {
    margin-right: 15px;
}


.blog-post img.img-fluid {
    width: 70% !important;
}
.main-body {
    padding: 10px 10%;
}
.outer-border {
    border: 2px solid #000;
}
.container-body {
    border: 10px solid #FFF;
    background-image: url(../images/clouds-1.jpg);
    background-size: cover;
    background-position: inherit;
}
#main_top {
    width: 88%;
    margin: 0 6%;
}
.sarah.pb-2.rounded.text-center, .jessica.mb-3.rounded.text-center, .sidebar.text-center {
    color: #fff;
    font-style: normal;
}
.sarah .circle {
    background: #fff !important;
}
.fee a {
    color: red !important;
}
.contact.text-center {
    padding: 1.5rem 0 !important;
}
.contact .sarah-call a {
    padding: 1rem 0 !important;
}
.timing.p-1.text-center span {
    font-size: 14px;
}
.news-text-left p {
    padding-right: 10px;
    margin-bottom: 10px;
}
.news-text-right p {
    padding-left: 10px;
    margin-bottom: 10px;
}
p.no-indent.no-margin {
    margin: 0px !important;
}
.Addi-food li {
    width: 90%;
    padding-left: 45px;
}
p.extra-indent {
    text-indent: 50px;
}
p.extra--indent {
    text-indent: 40px;
    line-height: 0px;
    margin-top: -10px;
}
.center-text-in-letter {
    text-align: center;
    line-height: 12px;
}
p.text-indent {
    text-indent: 12%;
}
p.margin-set {
    margin-top: -20px;
}
p.text-margin-set {
    padding-left: 15%;
    text-indent: 0px;
    padding-right: 2%;
}


/*   Back to top button   */

.go-top {
    position:fixed;
    bottom: 15%;
    right: 5%;
    padding:20px;
    display:none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
.go-top:after {
    font-family: FontAwesome;
    content: "\f106";
    background-color: #fff;
    padding: 0px 15px;
    color: #0318e4;
    position: absolute;
    bottom: 10px;
    font-size: 35px;
}

.go-top-text {
    position: absolute;
    width: 150px;
    text-align: center;
    font-family: 'Questrial';
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 15px;
    margin: 20px 0 0 -60px;
    font-weight: 800;
    color: #031af2;
}

.go-top:hover {
    transition: all .4s linear;
    transform: scale(1.1);
}

.download-text {
    position: fixed;
    bottom: 50%;
    right: 5%;
}

.download-btn {
    position: absolute;
    width: 150px;
    text-align: center;
    font-family: 'Questrial';
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0px 0 0 -95px;
    font-weight: 800;
    color: #fff !important;
}

@media screen and (max-width: 760px) {
    .col-md-3.mx-0.custom_bg-left, nav.nav.d-flex.justify-content-center {
        display: none !important;
    }
    nav.navigation {
        display: block !important;
        display: flex !important;
    }
    .custom_head .nav-corner a {
        color: #ffffff!important;
        font-weight: 600 !important;
        position: relative;
        padding: 0px 0px !important;
        font-size: 12pt !important;
    }
    .quimbys-listblock ol {
        width: 230px;
        margin-left: 10px;
    }
    .later-part {
        margin: 20px 25px;
    }
    .col-time, .radio-btn {
        width: 30% !important;
    }
    .navigation__logo {
        width: 80%;
    }
    .navigation__wrapper {
        width: 20%;
    }
    .col-seiz, .col-zone {
        width: 100% !important;
    }
    p.page-subtitle {
        line-height: 20px;
    }
    .download-text {
        display: none;
    }
    .main-body {
        display: contents;
    }
    .navigation__logo p {
        margin-bottom: 0px;
    }
    #main_top {
        width: 100%;
        margin: 0 0%;
    }
}
