@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden;
    scroll-behavior: smooth;
}
body{
    width: 100%;
    position: relative;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    color:#696767;
    scroll-behavior: smooth;
    overflow-x:hidden;
    min-height: 100vh;
}
a{
    text-decoration: none;
    transition: all 0.3s ease;

}

a:not(.btn):hover{
    color:#0a58ca !important;
     transition: all 0.3s ease;
}
a:not(.btn):hover svg{
    color:#0a58ca;
     transition: all 0.3s ease;
}
.footer_social a:hover, .footer_social a:hover svg{
    color:#f10102;
    transition: all 0.3s ease;
}
.nav-header{
    width: 100%;
    height: auto;
    position: relative;
    background: white;
    z-index: 99;
}
.top-nav{
    padding: 10px;
    position: relative;
    display: grid;
    align-items: center;
    vertical-align: middle;
    border-bottom: 0.001rem solid darkgrey;
}

.top-nav-left{
    text-align: left;
}
.top-nav-right{
    text-align: right;
}
.top-nav ul{
    margin-bottom: 0px;
    padding:0px;
}
.top-nav-left ul li{
    display: inline-block;
    padding: 10px;
}
.top-nav-right ul li{
    display: inline-block;
    padding: 10px 5px;
}
.top-nav ul li a{
    color: black;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
}

.top-nav ul li a svg{
    color: #F10102;
    font-size: 17px;
    margin-right: 10px;
}
.navbar-brand{
    padding: 0px;
    margin-left: 30px;
}
.navbar-brand img{
    height: 80px;
    width: auto;
}

.navbar{
    width: 100%;
    margin: auto;
    background: black;
    box-sizing: border-box;
    box-shadow: 1px 2px 3px;
    padding: 10px 50px;
    transition: all 0.2s ease-in-out;
    z-index:199;
}
.navbar.fixed-top{
    transition: all 0.2s ease-in-out;
}

.navbar li{
    padding:0px 10px;
    transition: all 0.2s ease-in-out;
}
.navbar li a{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.navbar li a.active{
    color: #F9EA7B !important;
    transition: all 0.2s ease-in-out;
}
.navbar li:hover a{
    padding:0px 10px;
    color:#F9EA7B ;
    transition: all 0.2s ease-in-out;
}
.navbar li:hover a, .navbar li:hover a.active{
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.btn{
    background: #F10102;
    box-sizing: border-box;
    border-radius: 20px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    text-transform: capitalize;
    text-decoration: none;
    padding:8px 30px;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    border: 0px;

}
.btn:hover{
    background: white;
    color: #F10102;
    border: 1px solid #F10102;
    transition: all 0.2s ease-in-out;

}

.btn-navbar:hover, .btn-quote:hover{
    background: white;
    color: #F10102;
    border: 1px solid #F10102;
    transition: all 0.2s ease-in-out;
    font-weight:bold;
    box-shadow:1px 2px 2px #f10102;

}
.btn.store{
    background:#F9EA7B;
    color:black;
}
.btn.store:hover{
    background:#F10102;
    color:white;
}
.btn-navbar:hover svg{
    margin-left:5px;
    transition: all 0.2s ease-in-out;
}
.header-banner{
    padding: 0px;
    position: relative;
    background-image: url("/../images/banner1.png");
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    min-height: 550px;
    background-size: cover;
}
.header-banner-left{
    height: 100%;
    display: inline-grid;
    align-items: center;
    width: 80%;

}
.header-banner-left h2{
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    text-align: left;
    line-height: 52px;
    font-weight: 900;
    font-size: 48px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    font-family: 'circular';
    padding-bottom: 10px;
}


.header-banner-left h6{
    z-index: 7;
    font-family: 'circular';
    letter-spacing: 2px;
    height: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: normal;
    text-align: left;
    line-height: 31px;
    font-weight: 300;
    font-size: 20px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px;
}

.header-banner-right img{
    height: 100%;
    width: auto;

}
.experience {
    position: relative;
    display: block;
    border-bottom: 1px solid #1a3749;
    margin-top: -30px;
    z-index: 2;
    height: 250px;
}
.experience-left {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
.experience-left-content{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.experience-left-text {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #F9EA7B;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 43px;
    padding-bottom: 50px;
    z-index: 1;
}
.experience-left-image {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 100px 0 100px;
    background: url("/../images/experience.png") no-repeat center;
    background-size: cover;
    text-align: center;
}
.experience-video svg{
    font-size: 50px;
    color: black;
    background: #F9EA7B;
    border-radius: 50%;
    padding: 10px;
}
.experience-left-text h2 {
    font-weight: 800;
    font-size: 100px;
    line-height: 100px;
    color: black;
}
.experience-left-text h5 {
    font-size: 12px;
    color: #F10102;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    line-height: 14px;
    font-weight: bold;
}

.experience-left-text .text-box{
    position: relative;
    max-width: 210px;
    width: 100%;
    margin-left: 35px;
    top: 2px;
}
.experience-left-text .text-box p {
    font-size: 19px;
    color: black;
    font-weight: 500;
}

.experience-right {
    position: relative;
    float: none;
    height: 100%;
    z-index: 1;
    display: inline-grid;
    align-items: center;

}

.experience-right :before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: -1;
}

.experience-right-content{
    position: relative;
    display: block;
    max-width: 585px;
    width: 100%;
    float: left;
    padding-left: 70px;
}
.experience-right-text {
    position: relative;
    display: flex;
}
.experience-right-icon {
    position: relative;
    display: block;
}
.experience-right-text p {
    font-size: 23px;
    color: black;
    margin-left: 40px;
    font-weight: 600;
}
.section-margin{
    margin: 50px 0px;
    padding: 30px 0px;
}
.services_top {
    position: relative;
    display: block;
    margin-bottom: 69px;
}
.services_top-left {
    position: relative;
    display: block;
}

.services_top-left .section-title {
    margin-bottom: 0px;
}


.section-title {
    position: relative;
    display: block;
    margin-top: -12px;
    margin-bottom: 49px;
}
.services_top-left .section-title__tagline {
    color: #F10102;
}
.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-family: 'circular';

    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left: 30px;
    z-index: 1;
}
.section-title__tagline:before {
    position: absolute;
    left: -30px;
    top: 7px;
    width: 20px;
    height: 2px;
    background-color: #F10102;
    content: "";
}
.section-title__title {
    margin: 0;
    color: black;
    font-size: 45px;
    line-height: 54px;
    font-weight: 900;
    margin-top: 13px;
    font-family: 'circular';
}
.services_top-left .section-title__title {
    color: black;
}
.services_top-right {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 66px;
}
.services_top-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.services_top-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #F10102;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services_top-text {
    font-size: 20px;
    color: #F10102;
    margin-left: 25px;
}

.services_bottom {
    position: relative;
    display: block;
    z-index: 1;
}
.services_img {
    position: absolute;
    bottom: 1px;
    right: -120px;
    z-index: -1;
}
.services_img img {
    width: auto;
}
.services_list-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.services_list {
    position: relative;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    background: white;
}
.services_list:nth-child(1) .services_single {
    border-right: 0;
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
}
.services_single {
    position: relative;
    display: block;
    border: 1px solid #314a54;
    padding: 39px 40px 32px;
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
    max-height: 310px;
}
.services_icon {
    position: relative;
    display: inline-block;
}
.services_icon img{
    height: 80px;
}
.services_title-box {
    position: relative;
    display: block;
    margin-top: 45px;
    margin-bottom: 26px;
}
.services_title {
       font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 6px;
    color: #f10102;
}
.services_title a {
    color: black;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services_sub-title {
    font-size: 17px;
    color: black;
    line-height: 20px;
}
.services_read-more {
    position: relative;
    display: block;
}
.services_read-more a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    width: fit-content;
    color: #F10102;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    letter-spacing: 0.03rem;
}
.services_read-more a svg{
    font-size: 15px;
    margin-left: 7px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-5px);
}


.services_list.view-all .services_single {
    position: relative;
    display: grid;
    border: 1px solid #314a54;
    padding: 39px 40px 32px;
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
    max-height: 310px;
    height: 100%;
    text-align: center;
    align-items: center;
}

.services_list.view-all .services_single .services_title a {
    color: #f10102;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 18px;
}











/*.services_read-more a:after {*/
/*  content:"" ;*/
/*    margin-top: 14px;*/
/*    width: 90px;*/
/*    background: #F10102;*/
/*    height: 10px;*/
/*    float: left;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    right: 50%;*/

/*}*/
/*.services_read-more a::before {*/
/*    content:"" ;*/
/*    margin-top: 14px;*/
/*    background: #F10102;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    right: 50%;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-top: 20px solid transparent;*/
/*    border-bottom: 20px solid transparent;*/
/*    border-left: 30px solid blue;*/
/*    float: right;*/

/*}*/






#scroll_up {
    background: #3A54A5;
    border-radius: 50%;
    bottom: 10px;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    left: 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 337;
    visibility: hidden;
}

#scroll_up.show{
    visibility: visible;
}
#scroll_up:hover{
    background: #ED2224;
    color: #fff;
}

.home-about{
    position: relative;
    height: auto;
    background: url("/../images/about_bg.png") no-repeat center;
    background-position: left;
    background-size: cover;
    padding: 50px 0px;
}
.home-about .section-title__tagline{
    color: #F9EA7B;
}
.home-about .section-title__tagline:before{
    background-color: #F9EA7B;
}
.home-about .section-title__title{
    color: #F9EA7B;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0;
}
.home-about .home-about_text-1{
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 20px;
}
.home-about .home-about_text-2{
    color: white;
}
.home-about_points-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 36px;
}
.home-about_points-list {
    position: relative;
    display: block;
}
.home-about_points-box li {
    position: relative;
    display: flex;
    align-items: center;
}
.home-about_points-icon {
    position: relative;
    display: flex;
    align-items: center;
}
.home-about_points-icon svg {
    font-size: 20px;
    color: #F10102;
    margin-top: -15px;
}
.home-about_points-text {
    position: relative;
    display: block;
    margin-left: 15px;
}
.home-about_points-text p {
    font-weight: 700;
    color: white;
}
.home-about_points-list+.home-about_points-list {
    margin-left: 75px;
}
.service_area .section-title__tagline{
    color: #F10102;
}


.service_area_single {
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 27px 35px 39px;
    padding-right: 28px;
    margin-bottom: 30px;
    background-size: cover !important;
    height: 240px;
}
.service_area_location {
    position: absolute;
    top: 0;
    right: 24px;
    height: 60px;
    width: 40px;
    text-align: center;
    display: grid;
    background-color: #F10102;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    align-items: center;
}
.service_area_view {
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 27px 35px 39px;
    padding-right: 28px;
    margin-bottom: 30px;
    background-size: cover !important;
    height: 100%;
    text-align: center;
    display: grid;
    align-items: center;
}
.service_area_view h4 a{
    color:#f10102;
    font-s-ze:24px
}
.service_area_location svg {
    font-size: 25px;
    color: white;
    align-items: center;
    margin: auto;
}
.service_area .service_area_title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(250,250,250,0.8);
    padding: 10px;
    width: 100%;
}
.service_area .service_area_title-box .service_area_title {
    font-size: 20px;
    font-weight: 600;
    color: black;
    line-height: 22px;
}
.service_area .service_area_title-box p {
    font-size: 14px;
    color: BLACK;
    FONT-WEIGHT: NORMAL;
    letter-spacing: .03rem;
    margin: 0px;
}
.contact-bar {
    position: relative;
    display: block;
    margin-top: -50px;
    z-index: 1;
}
.contact-bar__inne {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -30px;
    padding-left: 55px;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
}

.contact-bar__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: lighten;
    opacity: 1;
    z-index: -1;
}
.contact-bar__left {
    position: relative;
    display: flex;
}
.contact-bar__left-icon {
    position: relative;
    display: block;
}
.contact-bar__left-content {
    margin-left: 40px;
    position: relative;
    top: -9px;
}
.contact-bar__title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 10px;
    color: white;
}
.contact-bar__text {
    font-size: 20px;
    color: white;
}
.contact-bar__right {
    position: relative;
    display: block;
}
.contact-bar__call {
    position: relative;
    display: flex;
    align-items: center;
}
.contact-bar__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
    width: 95px;
    border-radius: 50%;
}
.contact-bar__call-icon img {
    width: auto;
}
.contact-bar__call-content {
    margin-left: 30px;
}
.contact-bar__call-number {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 6px;
}
.contact-bar__call-number a {
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-bar__call-time {
    font-size: 20px;
    color: white;
}
.team_home {
    position: relative;
    display: block;
    background-color: rgba(0,0,0,.1);
    padding: 215px 50px 90px;
    margin-top: -150px;
}
.team_home .section-title__tagline{
    color: #F10102;
}
.team_home_single {
    position: relative;
    display: block;
    box-shadow: 1px 2px 4px rgba(0,0,0,.5);
    border-radius: 10px;
    background: white;
    overflow: hidden;
    width: 100%;
    height: auto;
    align-items: center;
    margin-bottom:30px;
}
.team_home_single img{
       max-width: 180px;
    float: left;
    margin-right: 20px;
    margin: 20px;
}


.team_home_img-box {
        position: relative;
    display: block;
   
}
.team_home_img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.team_home_img>img {
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: auto;
}
.team_home_content {
       position: relative;
    padding: 20px;
    display: block;
  
}
.team_home_content p.team_home_text{
    margin-bottom: 0px;
    font-size: 15px;
}
.team_home_name {
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    color: black;
}
.team_home_name a {
    color: black;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team_home_subtitle {
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: black;
    letter-spacing: 0.1em;
}
.appointment_book{
    position: relative;
    padding: 50px 0px;
    background: url("../images/appointment_bg.png") no-repeat center;
    background-size: cover;
}

.appointment-form{
    padding: 20px;
    background:white;
}
.appointment-form .form-group{
    position: relative;
    margin-bottom: 20px;
}
.appointment-form .form-group .form-control::placeholder{
    color: #F10102;
}
.appointment-form .form-group .form-control, .appointment-form .form-group .form-select{
    padding: 15px;
    padding-left: 25px;
    color: #F10102;
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    outline: none;
    box-shadow: none;
    line-height: 20px;
    border: 1px solid grey;
    font-weight: bold;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    background: rgba(250,250,250,1);
}
.appointment_book .section-title__title {
    margin: 0;
    color: white;
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    margin-top: 5px;
    font-family: 'circular';
}
.appointment-form .section-title__tagline{
    color: #F10102;
}
.appointment_book .faq-content .accordion-item {
    margin-bottom: 10px;
    border-radius: 0px;
    background: white;
    width: 100%;
}
.appointment_book .faq-content .accordion-item .accordion-button {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: black;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: white;
    width: 100%;
    box-shadow: none;
    outline: none;
    padding-right: 35px;
}
.appointment_book .faq-content .accordion-content p {
    margin: 0;
    color: #494949;
    font-size: 18px;
    line-height: 26px;
}
.appointment_book .faq-content .accordion {
    position: relative;
    display: block;
    border-radius: 0;
    margin-top: 20px;
}
.appointment_book .faq-content .accordion-header {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0px;
    padding-left: 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background: white;
}
.appointment_book .faq-content .accordion-button::after {
    content: "+";
    font-weight: 600;
    font-size: 25px;
    color: #F10102;
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    height: 30px;
    width: 30px;
    background-image: none;
}
.appointment_book .faq-content .accordion-button:not(.collapsed)::after {
    content: " ";
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 4px solid #F10102;
    border-radius: 0px;
    width: 20px;
    height: 5px;
    right: 16px;
}
.blog-one {
    position: relative;
    display: block;
    background-color: #f0f2f6;
    padding: 120px 0 90px;
}
.blog_home_top {
    position: relative;
    display: block;
    margin-bottom: 49px;
}
.blog_home_top-left {
    position: relative;
    display: block;
}
.blog_home_top-left .section-title {
    margin-bottom: 0;
}
.blog_home_top-right {
    position: relative;
    display: block;
}
.blog_home_top-text-1 {
    font-size: 20px;
    color: #F10102;
    margin-left: 25px;
}
.blog_home_bottom {
    position: relative;
    display: block;
}
.blog_home_single {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.blog_home_img-box {
    position: relative;
    display: block;
}
.blog_home_img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.blog_home_img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;

    z-index: 1;
}
.blog_home_img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog_home_content-box {
    position: relative;
    display: block;
    background-color: #f0f2f6;
    transform: translateY(-40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
    padding: 15px 20px;
}
.blog_home_date {
    position: relative;
    display: block;
    margin-left: 40px;
}
.blog_home_date p {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;

    letter-spacing: 0.1em;
    color: #6e6e6e;
}
.blog_home_date p span {
    position: relative;
    display: inline-block;
    color: #F10102;
    margin-right: 25px;
}
.blog_home_date p span::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -40px;
    height: 2px;
    width: 30px;
    background-color: #F10102;
}
.blog_home_date p span::after {
    position: absolute;
    top: 6px;
    right: -12px;
    bottom: 6px;
    width: 2px;
    background-color: #F10102;
    content: "";
}
.blog_home_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 9px;
}
.blog_home_title a {
    color: #242424;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer_top {
    position: relative;
    display: block;
    padding-top: 63px;
    padding-bottom: 41px;
}
.footer-widget__about {
    position: relative;
    display: block;
    margin-top: 4px;
}
.footer-widget__logo {
    position: relative;
    display: block;
}
.footer-widget__logo img {
    max-height: 100px;
}
.footer_text {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #696d77;
    margin-top: 25px;
}
.footer-widget__useful-links {
    position: relative;
    display: block;
    margin-left: 40px;
}
.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 17px;
}
.footer-widget__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: white;
}
.footer-widget__useful-links-list {
    position: relative;
    display: block;
}
.footer-widget__services {
    position: relative;
    display: block;
    margin-left: 60px;
}
.footer-widget__newsletter {
    position: relative;
    display: block;
}
.footer-widget__newsletter .footer-widget__title-box {
    margin-bottom: 21px;
}
.footer-widget__newsletter-text {
    font-size: 17px;
    line-height: 22px;
    color: #696d77;
}
.footer-widget__subscribe-box {
    position: relative;
    display: block;
    margin-top: 17px;
    margin-bottom: 30px;
}
.footer-widget__subscribe-input-box {
    position: relative;
    display: block;
}
.footer-widget__subscribe-input-box input[type="email"] {
    height: 47px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #2e3034;
    outline: none;
    font-size: 17px;
    font-weight: 400;
    color: #696d77;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 3px;
}
.footer-widget__subscribe-btn {
    position: absolute;
    top: 1px;
    right: 0;
    width: 54px;
    bottom: 1px;
    border: none;
    background-color: #F10102;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 10px;
    color: white;
    padding: 0;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget__subscribe-btn img {
    width: auto;
}
.footer_social {
    position: relative;
    display: flex;
    align-items: center;
}
.footer_social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 17px;
    border: 1px solid #9da2ae;
    border-radius: 50%;
    color: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 10px;
}
.footer_bottom {
    position: relative;
    display: block;
}
.footer_bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(250,250,250, .10);
    padding: 20px 0 29px;
}
.footer_bottom-text {
    color: #696d77;
}
.footer_bottom-text a {
    color: #696d77;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer_bottom-text-two {
    position: relative;
    display: flex;
}
.footer_bottom-text-two p {
    font-size: 17px;
    line-height: 27px;
    color: #696d77;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
footer {
    position: relative;
    display: block;
    background-color: #000000;
    z-index: 1;
}
.footer-widget__useful-links-list li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: #696d77;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    padding: 5px 0px;
}
.footer-widget__useful-links-list li a:hover {
    color: white;
    transition: all 500ms ease;
}



/*===============testimonials==========*/
.testimonials{
    position: relative;
    width: 100%;

}
.testimonials .testimonial-image {
    height: 100%;
    margin-top: -75px;
}
.review-box{
    padding: 30px 50px;
    width: 90%;
    margin: auto;
    text-align: left;
    position: relative;
    height: 320px;
}
.review-box svg.border-icon {
    font-size: 40px;
    color: #F10102;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
    position: absolute;
}
.review-box svg.border-icon.left-icon {
    top: 0px;
    left: 0px;
    transform: rotate(180deg);
}
.review-box svg.border-icon.right-icon {
    bottom: 0px;
    right: 0px;
    transform: rotate(0deg);
}
.review-box:after{
    content: "";
    width: 90%;
    height: 80%;
    position: absolute;
    top: 15px;
    right: 14px;
    border-top: 4px solid #f10102;
    border-right: 4px solid #f10102;

}
.review-box:before{
    content: "";
    width: 90%;
    height: 80%;
    position: absolute;
    bottom: 15px;
    left: 14px;
    border-bottom: 4px solid #f10102;
    border-left: 4px solid #f10102;

}
.review-box p{
    font-size: 18px;
    color: black;
    margin: 20px 0px;
}
.review-box h5{
    font-size: 20px;
    font-weight: 600;
    color: black;
}
.review-box img{
    width: 130px !important;
    height: 130px;
    box-shadow: 1px 2px 4px;
    background: linear-gradient(#1537a1, #ED2224);
    padding: 10px;
    border-radius: 50%;
    margin: 20px auto;
}
.testimonials .owl-dots {
    width: auto;
    position: absolute;
    left: 45%;
    bottom: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #F10102 !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}
.testimonial-rating {
    width: 100px;
    height: 100px;
    background: whitesmoke;
    border-radius: 50%;
    text-align: center;
    display: grid;
    align-items: center;
    position: relative;
    border: 3px solid #F10102;
}
.testimonial-rating-content h2{
    font-size: 31px;
    font-weight: bold;
    color: #f10102;
    margin: 0px 0px;
    letter-spacing: 2px;
    line-height: 18px;

}
.testimonial-rating-content p{
    font-size: 13px;
    margin: 0px;
    font-weight: bold;
    color: black;
}
.testimonial-rating-content {
    /* height: auto; */
    display: inline-grid;
    /* font-size: 16px; */
    align-items: center;
    position: absolute;
    margin: auto;
    text-align: center;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.testimonial-user-box{
    display: flex;
    align-items: center;
    position: relative;
}
.testimonial-rating-star{
    width: 100%;
    text-align: center;
}
.testimonial-rating-star svg{
font-size: 10px;
    color: black;
}
.testimonial-rating-star svg.checked{
    color: orange;
}
.testimonial-user-box .user_name{
    margin-left: 20px;
    position: relative;
}
.testimonial-user-box .user_name h5{
    font-size: 24px;
    margin-left: 20px;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
}
.testimonial-user-box .user_name h6{
    font-size: 18px;
    margin-left: 35px;
    font-weight: bold;
    color: #F10102;
}


/*==========PAGE HEADER=========*/

.page-header {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 100px;
    z-index: 10;
    background: url("../images/contact_bg.png") no-repeat center;
    background-size: cover;
}


.page-header-inner {
    position: relative;
    display: block;
    text-align: center;
}
.page-header-inner h3 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 70px;
}
.page-header-inner .breadcrumb {
     position: relative;
    display: block;
    text-align: center;
    padding: 0px;
    margin-top: 10px;
}
.page-header-inner .breadcrumb li{
    display: inline-block;

}
.page-header-inner .breadcrumb li a{
    font-size: 18px;
    color: #F10102;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.page-header-inner .breadcrumb li.active a{
    color: #FFFFFF;
}
.breadcrumb-item.active {
    color: white;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}


/*=========ABOUT PAGE==========*/


.about-page-top .section-title__tagline{
color: #F10102;
}
.about-page-top .about-page-top-left{
    padding: 10px 30px ;
    position: relative;
    display: block;
}
.about-page-top .about-page-top-left .section-title {
    position: relative;
    display: block;
    margin-top: -12px;
    margin-bottom: 20px;
}
.about-page-top .about-page-top-left .section-title .section-title__title {
    margin: 0;
    color: black;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    margin-top: 13px;
    font-family: 'circular';
}
.about-page-top .about-page-top-left .home-about_text-1{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 18px;
    line-height: 28px;
}
.about-page-top .about-page-top-left .home-about_text-2{
    color: black;
}
.about-page-top .about-page-top-left .home-about_points-text p {
    font-weight: 700;
    color: black;
}

.about-page-top .about_image {
    height: 100%;
    display: grid;
    align-items: center;
}
/*=========counter===========*/

.counter{
    padding: 100px 50px;
    position: relative;
    display: block;
    background: url("../images/appointment_bg.png") center no-repeat;
    background-size: cover;
}
.counter-inner{
    padding: 0px 100px;
    position: relative;
    display: block;
}
.counter .counter-box{
    padding: 30px;
    background: rgba(250,250,250,.1);
    box-shadow: 1px 1px 4px 1px inset rgba(250,250,250,.5);
    border-radius: 10px;
    text-align: center;
    display: grid;
    align-items: center;
}
.counter .counter-box .counter-icon {
    width: 120px;
    height: 120px;
    background: rgba(250,250,2500,1);
    border-radius: 50%;
    border: 3px solid #f10102;
    padding: 20px;
    margin: auto;
}
.counter .counter-box .counter-icon img{
    width: 100%;
    display: block;
}
.counter .counter-box .counter-number {
    font-size: 41px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    color: white;
}
.counter .counter-box .counter-text {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
}


/*==========MISSION VISION============*/
.mission-vision .section-title__tagline{
    color: #F10102;
}
.mission-vision{
    position: relative;
    display: block;
    padding: 50px 0 40px;
}
.mission-vision .section-title__title {
    font-size: 38px;
    line-height: 50px;
}
.mission-vision .section-title {
    margin-bottom: 30px;
}
.mission-left {
    position: relative;
    padding: 30px;
}
.mission-right {
    position: relative;
    padding: 30px;
}
.vision-value-content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    --webkit-transform: translateX(-50%);
}
.vision-value-image{
    position: relative;
   width: 100%;
}
.vision-value-image img{
   display: block;
    width: 100%;
}
.vision-box{
    padding: 40px 15px 20px;
    background: white;
    box-sizing: border-box;
    box-shadow: 1px 2px 5px rgba(0,0,0,.5);
    display: grid;
    align-items: center;
    height: 200px;
}
.vision-box p{
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;

}
.mission-vision .vision-value-content .section-title {
    margin-bottom: 15px;
}
.team_home.about-page-team {
    position: relative;
    display: block;
    background-color: rgba(0,0,0,.1);
    padding: 100px 50px 90px;
    margin-top: 0px;
}


/*==================Contact page===============*/

.contact-us .section-title__tagline{
    color: #F10102;
}
.contact-us .contact-us-inner{
    position: relative;
    padding: 30px;
    display: block;
}
.contact-form .form-group{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-form .form-group input.form-control{
    height: 45px;
    width: 100%;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: #000000;
    display: block;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: none;

}
.contact-form .form-group textarea {
    font-size: 18px;
    color: #000000;
    width: 100%;
    background-color: transparent;
    padding: 18px 30px 30px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    outline: none;
    margin-bottom: 0px;
    box-shadow: none;
}
.contact-form .form-group input.form-control::placeholder, .contact-form .form-group textarea::placeholder{
    color: #797979;
}
.contact-form .btn-submit {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: auto;
    float: right;
}
.contact-us .contact-us-inner .contact-inner-right {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-left: 0px;
}
.contact-us .contact-us-inner .contact-box {
    position: relative;
    display: block;
}
.contact-us .contact-us-inner .contact-box .contact-title{
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #F10102;
}
.contact-us .contact-us-inner .contact-box .contact-title:before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: #F10102;
}
.contact-us .contact-us-inner .contact-box .contact-box-detail a {
    font-size: 17px;
    color: black;
    margin-bottom: 10px;
    line-height: 27px;
    /* padding-bottom: 10px; */
    margin-top: 20px;
}
.contact-us .contact-us-inner .contact-box .contact-box-detail svg{
    font-size: 17px;
    color: #F10102;
   margin-right: 10px;
}
.contact-us .contact-us-inner .contact-box .contact-box-detail p {
    font-size: 17px;
    margin-top: 10px;
}
.contact-us .contact-us-inner .contact-box .contact-box-detail ul {
    padding: 0;
    list-style-type: none;
    position: relative;
    display: block;
}
.contact-us .contact-us-inner .contact-box .contact-box-detail ul li{
    font-size: 16px;
    color: black;
    margin-bottom: 8px;
}


/*======gallery page===========*/
.gallery-page{
    position: relative;
    display: block;
}
.gallery-page .nav-link{
    background: #ffffff;
    padding: 6px 25px;
    border: 2px solid #f10102;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.01rem;
    color: #F10102;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;

}
.gallery-page .nav-link.active{
    background: #f10102;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
}
.gallery-page .nav-item{

    margin-right: 20px;
    position: relative;
    display: block;

}

.gallery-page .gallery-content{
    padding: 50px;
    position: relative;
    display: block;
}
.gallery-content .gallery-item{
    width: 100%;
    height: auto;
    margin: 10px 0px;
    border: 4px solid #f10102;
    transition: all 0.3s ease-in-out;
}
.gallery-content .gallery-item img{
    width: 100%;
    object-fit: cover;
}
.gallery-content .gallery-item:hover{
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}

.section-title__tagline{
    color: #F10102;
}

/*=============Service page==============*/
.service-page .page-header-inner h3 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 64px;
}
.service-page .section-title__title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.service-page .section-title p{
    margin-top: 10px;
    width: 90%;
    font-size: 17px;
    letter-spacing: 0.5px;
}
.service-inner-right{
    position: relative;
    display: block;
    padding: 30px 0px;
}
.service-inner-right .service-card {
    width: 100%;
    height: auto;
   min-height: 320px;
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(241, 1, 1,.5);
    overflow: hidden;
    margin-bottom: 25px;
}
.service-inner-right .service-card .card-img-top {
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: block;
    position: relative;
}
.service-inner-right .service-card .card-img-top img{
    width: 100%;
    height: 100%;
   object-fit: cover;
    object-position: center;
}
.service-inner-right .service-card .service_name {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    font-family: 'circular';
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left: 0;
    z-index: 1;
    color: #f10102;
}
.service-inner-right .service-card .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.service-inner-right .service-card .service-card_title {
    margin: 5px 0px;
    color: black;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    /* font-family: 'circular'; */
}
.service-inner-right .service-card .service-card-link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #f10102;
    float: right;
    bottom: 10px;
    position: absolute;
    right: 15px;
}

 .brand-card{
       padding: 10px;
    position: relative;
    display: grid;
    align-items: center;
    overflow: hidden;
    height: 100%;
    border: 0px;
    width: 94%;
    margin: auto;
    box-shadow: 1px 2px 3px rgba(0,0,0,.5);
}
.brand-card .image-overlay{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;

}
 .brand-card .image-overlay img{
    width: 100%;
    display: block;
    position: relative;

}
.brand-card-body{
    position: absolute;
    bottom: 0;
    left: 0;
    display: grid;
    background: rgba(250,250,250,1);
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 10px 10px;
    align-items: center;
}
.brand-card-body h2{
    font-size: 18px;
    font-weight: 600;
    color: #F10102;
    line-height: normal;
    margin-bottom: 0px;
}
 .brand-card:hover{
    box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    transition: all 0.3s ease-in-out;
}
 .brand-card:hover .brand-card-body{
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
.service-inner-right .section-title__title {
    font-size: 28px;
    line-height: 50px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.service-page .service-inner-left{
    padding: 100px 50px;
    border-right: 1px solid #F10102;
    background: #ffffff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: start;
}
.service-options-list{
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
}
.service-page .service-inner-left ul{
    list-style-type: none;
}
.service-page .service-inner-left ul li{
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #f10102;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.service-page .service-inner-left ul li a{
    color: #f10102;
    transition: all 0.3s ease-in-out;
}
.service-page .service-inner-left ul li:before{
    position: absolute;
    left: -30px;
    top: 45%;
    width: 20px;
    height: 2px;
    background-color: #F10102;
    content: "";
    transition: all 0.3s ease-in-out;
}
.service-page .service-inner-left ul li:hover a{
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.service-page .service-inner-left ul li:hover:before{
    position: absolute;
    left: -15px;
    background-color: #F10102;
    content: "";
    width: 120%;
    height: 100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.service-page .service-inner{
    position: relative;
    display: flex;
    align-items: start;
}


/*===========modal form===============*/
.form-select {
    text-align: left;
}
.appointment-booking-form .form-group .form-control, .appointment-booking-form .form-group .form-select {
    padding: 12px;
    padding-left: 15px;
    color: gray;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    outline: none;
    box-shadow: none;
    line-height: 20px;
    border: 1px solid grey;
    font-weight: normal;
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);

}
.appointment-booking-form .form-group{
    position: relative;
    margin-bottom: 20px;
}
.appointment-booking-form .btn-secondary {
    background: rgba(0,0,0,.5) !important;
}
.appointment-booking-form{
    position: relative;
    padding: 30px 15px;
    border: 2px solid #f10102;
    box-shadow: 2px 1px 5px 3px rgba(0,0,0,.5);
}
.appointment-booking-form-content{
      position: relative;
    padding: 15px 15px;
    max-height: 400px;
    overflow-y: scroll;
}
#appointmentBooking .modal-body{
    padding: 50px 25px;
    border: 3px solid #f10102;
}
#appointmentBooking .modal-body .btn-close{
    position: absolute;
    top: 15px;
    right: 20px;
}
#appointmentBooking  .section-title__title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 5px;
    font-family: 'circular';
}
#appointmentBooking .section-title {
    position: relative;
    display: block;
    margin-top: -12px;
    margin-bottom: 10px;
}
#appointmentBooking form .footer-btns {
    bottom: -20px;
    width: 100%;
    text-align: right;
    padding-right: 70px;
    position: absolute;
}
#appointmentBooking form .btn-secondary {
   background: rgba(0,0,0,.8);
}
.swal-text {
    text-align: center !important;

}
#appointmentBooking .form-title{
    color: #f10102;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-family: 'circular';
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left: 30px;
    z-index: 1;
}
#appointmentBooking .form-title:before{
    position: absolute;
    left: -30px;
    top: 7px;
    width: 20px;
    height: 2px;
    background-color: #F10102;
    content: "";
}
#appointmentBooking .card-service-small{
    width: 100%;
    height: 150px;
    position: relative;
    display: block;
    border-radius: 0;
    background: white;
    box-shadow: 1px 2px 3px -2px rgba(0,0,0,.5);
    margin-bottom: 20px;
    padding: 15px;

}
#appointmentBooking .card-service-small .icon {
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%;
    position: relative;
    float: left;
}
#appointmentBooking .card-service-small h2 {
    font-size: 16px;
    font-weight: bold;
    color: #f10102;
    margin-bottom: 0px;
}
#appointmentBooking .card-service-small p {
    font-size: 15px;
}
#appointmentBooking .card-service-small .btn-group{
    width: 100%;
    position: relative;

}
#appointmentBooking .card-service-small .btn{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
    /* display: grid; */
    font-size: 18px;
    padding: 6px 10px;
    flex: initial;
    line-height: inherit;
    text-align: center;
    align-items: center;
    margin: 5px;
}
#appointmentBooking .card-service-small .service-detail {
    width: 70%;
    float: right;
    flex: 0 0 70%;
    padding-left: 14px;
}
#appointmentBooking .card-service-small .form-check {
    display: none;
    visibility: hidden;
    opacity: 0;
}
#appointmentBooking .card-service-small  .btn-remove{
    visibility: hidden;
    opacity: 0;
}
#appointmentBooking .card-service-small .btn-div {
    width: 100%;
    height: auto;
    background: white;
    position: absolute;
    bottom: 5px;
    left: 0;
    display: inline-flex;
    flex-wrap: wrap;
}
#appointmentBooking .card-service-small .btn-div .btn-add{
    margin-left: 10px;

}
/*#appointmentBooking .card-service-small .btn-div .btn-remove{*/
/*    margin-right: auto;*/
/*}*/
#appointmentBooking .card-service-small .btn-div  input{
    flex: 0 60% 0;
    max-width: 50%;
    background: transparent;
    border: 0px;
    outline: none;
    box-shadow: none;
    text-align: center;
    color: #F10102;
    font-size: 26px;
    font-weight: bold;
    display: grid;
    align-items: center;
}
#appointmentBooking .card-service-small .btn-div .btns1 {
    text-align: center;
    flex: 20% 0 0;
}
#appointmentBooking .card-service-small .btn-div .btns2 {
    text-align: center;
    flex:  0 0 20%;
}
/*#appointmentBooking .nav-tab-div{*/
/*    width: fit-content;*/
/*    float: left;*/
/*    position: relative;*/
/*    display: block;*/
/*    margin-top: 20px;*/
/*}*/
/*#appointmentBooking .nav-tab-div .nav-link{*/
/*    background: transparent;*/
/*    color: #797979;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    opacity: .8;*/
/*    padding: 0px;*/
/*    text-align: center;*/
/*    width: fit-content;*/
/*    position: relative;*/
/*    margin: 10px 15px;*/
/*}*/
/*#appointmentBooking .nav-tab-div .nav-link.active{*/
/*    color: #F10102;*/
/*}*/
/*#appointmentBooking .nav-tab-div .nav-link:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 26%;*/
/*    left: 112%;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background: transparent;*/
/*    border-top: 2px solid #F10102;*/
/*    border-right: 2px solid #F10102;*/
/*    transform: rotate(45deg);*/
/*}*/
div#calendar_266 {
    display: block !important;
    left: 978px !important;
    top: 1724px !important;
}

div#cid_266 {
    height: 387px !important;
}
.datepicker-inline {
    width: 100% !important;
}
.datepicker table {
    width: 90% !important;
}
.datepicker td, .datepicker th {
    color: black;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #f10102 !important;
    background-image: none;
}
#appointmentBooking .time-select .form-group {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 2px;
    border-radius: 30px;
}
#appointmentBooking .time-select .form-group .btn-secondary {
    background: rgba(0,0,0,.8);
    padding: 8px 10px;
    font-size: 13px;
    width: 100%;
}
input[type=radio]:checked + label{
    background: #F10102 !important;
}

.step {
    display: none;
}

.active {
    display: block;
}
#appointmentBooking .form-footer{
    text-align: right;
    margin-top: 30px;
}
.btn-primary{
    background: #0a53be;
}
.btn:disabled{
    background: grey;
    color: black;
}
.progress{
    margin-bottom: 2px;
}
.datepicker td, .datepicker th {
   padding-top: 4px !important;
    width: 50px !important;
    height: 30px !important;

}
.right-box{
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0,.5);
    box-shadow: 1px 1px rgba(0,0,0,.5);
    margin-bottom: 10px;
}
.right-box h6{
       margin: 0px;
    margin-top: 5px;
    color: #F10102;
    font-size: 15px;
    font-weight: bold;
}
.right-box p{
    margin: 0px;
}

#whatsapp {
    background: green;
    border-radius: 30px;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    width: auto;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 337;

}
#whatsapp svg{
     font-size: 35px;
     margin-right:10px;
     margin-bottom:-5px;

}
.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
    right: 0;
}
.floating-wpp-button{
        width: 50px !important;
    height: 50px !important;
    background-image: linear-gradient(45deg, #41a122, #12488f);
}
.brand-slider-item{
    margin:15px 0px;
    height:100%;
}

.slick-slide>div{
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px !important;
    height: 35px !important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: white;
    border: 4px solid #F10102 !important;
    outline: none;
    background: #F10102 !important;
    border-radius: 50% !important;
    z-index:10;
}
.slick-next {
    right: 0px !important;
}
.slick-prev {
    left: 0px !important;
}
.slick-prev:before {
    content: "" !important;
    width: 10px;
    height: 10px;
    display: block;
    border: solid white;
    margin: auto;
    border-width: 3px 0 0 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 10px;
}
.slick-next:before {
    content: "" !important;
    width: 10px;
    height: 10px;
    display: block;
    border: solid white;
    margin: auto;
    border-width: 3px 0 0 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: 10px;
}
.brand-slider .brand-slider-item  {
    display: none;
}

/*.brand-slider .brand-slider-item:first-child  {*/
/*    display: none;*/
/*}*/

.brand-slider .slick-initialized .brand-slider-item {
    display: block;
} 