/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}
*{
    font-family: "Quicksand", Sans-serif;
    /* font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Quicksand", Sans-serif;
    padding: 0 15px;
    font-size: 15px;
    color: #FFFFFF;
    outline: none;
    transition: .5s;
    font-weight: 500;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #11A1CE;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(9, 30, 62, .35); */
    z-index: 1;
}
.px-7{
    padding-left: 11.5rem;
    padding-right: 11.5rem;
}
@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .logo{
        width: 40%;
    }

    .fa-check{
        display: none;
    }

    .business-box{
        text-align: center;
    }
    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

img{
    max-width: 100%;
}
.heading{
    display: grid;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", Sans-serif;
    font-size: 1.875rem;
    color: #23282d;
    font-weight: bold;
}
.underline{
    height: 5px;
    background: #0c9fb8;
}
.mt-80 {
    margin-top: 20px;
}
.img img{
    max-width: 100%;
    border-radius: 15px;
}
.fa-check{
    color: #6ec1e4;
    font-size: 20px;
}
.text{
    font-family: "Quicksand", Sans-serif;
    color: #7a7a7a;
    font-size: 17.5px;
}
.business-box{
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}
.business-box:hover{
    box-shadow: 0px 5px 20px 0 #5f5f5f94;
}
.business-box img{
    border-radius: 10px;
}
.business-box span{
    font-size: 30px;
    color: #2b2b2b;
    font-weight: 600;
}
.icon{
    color: #6ec1e4;
    font-size: 3.5em;
}
.sub-head{
    font-family: "Quicksand", Sans-serif;
    font-size: 1.5rem;
    color: rgb(32, 32, 32);
    font-weight: 600;
}
.box{
    text-align: center;
    box-sizing: border-box;
}
.sub-detail{
    font-size: 18px;
    margin-top: 12px;
}
.sub-detail span a{
    color: black;
}
.heading-right{
    justify-content: center;
    text-align: center;
    margin: 20px 0 50px;
}
.label label{
    font-family: "Quicksand", Sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
}
.input{
    margin-top: 33px;
    margin-bottom: 20px;
}
.input input,textarea{
    border: 1px solid #dcdbdb;  
    outline: none;
    padding: 13px 10px;
    width: 100%;
    border-radius: 3px;
    transition: .3s;
}
.input input:focus,
.input textarea:focus{
    border-bottom: 2px solid #3516ff;
}
.button{
    display: flex;
    justify-content: center;
    text-align: center;
}
.button button{
    background-color: #3857F1;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    padding: 15px 50px;
    outline: none;
    transition: .3s;
    border-radius: 30px;
}
.button button:hover{
    background-color: #617af8;
}

.form{
    padding: 0 20px 0 60px;
}
.sub-nav{
    padding: 15px 0;
    color: #777;
}
@media (max-width: 576px) {
    .heading-right{
        text-align: center;
        justify-content: center;
    }

    .form {
        padding: 0 20px 0 20px;
    }
}
@media (max-width: 992px) {
    .mob{
        display: none;
    }
    .web{
        display: block;
    }
    .content{
        margin-top: 10px;
    }
    .gh{
        display: none;
    }
    .px-7{
        padding: 0 1.5rem;
    }
    .heading-right{
        text-align: center;
        justify-content: center;
    }

    .form {
        padding: 0 20px 0 20px;
    }

    .bx-dots-vertical{
        color: white;
        font-size: 25px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(255, 255, 255, 0.55);
        border-color: rgba(255, 255, 255, 0.882);
        border-radius: 50%;
        padding: 5px 6px;
    }

    .main-sidebar, .main-sidebar::before {
        box-shadow: none!important;
        margin-left: -250px;
    }

    .web{
        display : none;
    }
}

@media (max-width: 1700px) {
    .form{
        padding: 0 5px 0 20px;
    }
}
@media (max-width: 768px) {
    .form{
        padding: 20px;
    }
    .gh{
        display: none;
    }
    .product-action{
        display: flex;
        justify-content: center;
    }
}
.text-footer{
    color: #494949;
    font-family: "Quicksand", Sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
}
.custclr-reds {
    color: red;
    font-weight: 600;
    cursor: pointer;
}
.customModal{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(4px);
    height: 100%;
    background: #0000004d;
    z-index: 5;
    margin: inherit;
}
.modalBody {
    position: relative;
    width: auto;
    margin: 15rem 0.5rem;
    pointer-events: none;
}
.modal-lg{
    position: relative;
    width: auto;
    pointer-events: none;
    margin: 4.75rem 10px;

}
@media (min-width: 576px){
.modalBody {
    max-width: 300px;
    margin: 3.75rem auto;
}
.modal-lg{
    width:100%;
    margin: 3.75rem auto;
}
}

.header-top{
    display: flex;
    gap: 45px;
}
.header-top .search input{
    outline: none;
    border: 2px solid #8a8a8a;
    padding: 3px 7px;
    border-radius: 4px;
    width: 100%;
    background: transparent;
}
.header-top .search {
    position: relative;
}
.header-top .search .bx-search{
    position: absolute;
    top: 8px;
    color: #2f75ab;
    right: 7px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.errorMsg{
    text-align: center;
    font-size: 25px;
}
.loader-container {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #000000ab;
    z-index: 1;
    backdrop-filter: blur(4px);
}

.spinner {
    border: 4px solid rgb(255 255 255);
    border-left: 4px solid #34aacf;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.webLoader{
    display: flex;
    justify-content: center;
    margin: auto 0;
    align-items: center;
}
.loader1 {
    position: relative;
    width: 85px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#000000 50px, transparent 0),
                      linear-gradient(#000000 50px, transparent 0),
                      linear-gradient(#000000 50px, transparent 0),
                      linear-gradient(#000000 50px, transparent 0),
                      linear-gradient(#000000 50px, transparent 0),
                      linear-gradient(#000000 50px, transparent 0);
    background-position: 0px center, 15px center, 30px center, 45px center, 60px center, 75px center, 90px center;
    animation: rikSpikeRoll 0.65s linear infinite alternate;
  }
@keyframes rikSpikeRoll {
  0% { background-size: 10px 3px;}
  16% { background-size: 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px, 10px 3px}
  33% { background-size: 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px}
  50% { background-size: 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px}
  66% { background-size: 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px}
  83% { background-size: 10px 3px, 10px 3px,  10px 10px, 10px 30px, 10px 50px, 10px 3px}
  100% { background-size: 10px 3px, 10px 3px, 10px 3px,  10px 10px, 10px 30px, 10px 50px}
}
.blurLoader{
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1100;
    top:0;
    left: 0;
    margin: auto;
    backdrop-filter: blur(4px);
}
.blurLoader1{
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 1100;
    top:0;
    left: 0;
    backdrop-filter: blur(4px);
}
.categoryShortcut{
    list-style: none;
    /* background: grey; */
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    transition: .3s;
}
.categoryShortcut:hover{
    box-shadow: 0 0 10px 0px #c6c6c6;
    font-weight: bold;
}
.loader3 {
    width: 30px;
    height: 30px;
    border: 3px solid #042058;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotationnn 1s linear infinite;
    }

    @keyframes rotationnn {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

    .ngx-pagination {
        display: flex;
        justify-content: center;
    }
    .cursor-pointer{
        cursor: pointer;
    }
    .select {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #6B6A75;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        appearance: none;
        border-radius: 2px;
        outline: none;
        transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
    }
    .mob{
        line-height: 32px;
    }
    .p0{
        padding: 0 1.25rem;
    }
    .text-overflow{
        display: flex;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .tab-view{
        width: 400px;
    }
    .text-view{
        width: 94%;
    }
    .aboutText{
        background: #104c8d;
        margin: 5px 0;
        border-radius: 4px;
        color: white;
        position: relative;
    }
    .aboutText i{
        position: absolute;
        font-size: 15px;
        top: 5px;
        cursor: pointer;
        right: 5px;
    }