
:root {
    --primary: #015FC9;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #15233C;
}

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


/*** Spinner ***/
#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;
}


/*** Button ***/
.btn {
    transition: .5s;
}

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

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

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

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

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

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}


.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link {
    display: block;
    padding: 0.4rem 0.4rem;
}.nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    
    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 821px) {
   
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

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

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

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

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

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

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


/*** Footer ***/
.footer {
    color: #A7A8B4;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #A7A8B4;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #A7A8B4;
    border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 2px solid white;
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

.headbtn{
    border-radius: 100px;
background: #FF7714;
color: white;
}
.headbtn:hover{
    color: rgb(4, 0, 77);
}

.navbar .navbar-nav .nav-link{
    color: #FFF;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navbar .navbar-nav .nav-link:hover,.navbar .navbar-nav .nav-link.active {
    color: #FF7714;
}

.logoimg{
    width: 178px;
    height: 64px;
}

.car_bgg{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.00) 100%);

}

.caros_hp h4{
    color: #FFF;
font-family: "Poppins";
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 175%;
}


.caros_hp p{
    color: #FFF;
    font-family: "Poppins";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 187%;
}
.navbar-toggler{
    color: #FF7714 !important;
    border-color: #FF7714 !important;
    border-radius: 4px;

}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.11rem;
}
.display-h4
{
    position: relative;
    color: #04004D;
font-family: "Poppins";
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 175%;
}
.display-h44
{
    position: relative;
    color: #04004D;
font-family: "Poppins";
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 175%;
}
.display-h44c
{
    position: relative;
    color: #04004D;
font-family: "Poppins";
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 175%;
}
.display-h4::after {
    position: absolute;
    content: "";
    width: 164px;
    height: 2px;
    bottom: 0px;
    right: 0;
    left: 42%;
    background: #FF7714;
    transition: all 0.5s ease 0s;
}

.display-h44c::after {
    position: absolute;
    content: "";
    width: 73px;
    height: 2px;
    bottom: 0px;
    right: 0;
    left: 46%;
    background: #FF7714;
    transition: all 0.5s ease 0s;
}
.display-h44::after {
    position: absolute;
    content: "";
    width: 146px;
    height: 2px;
    bottom: 0px;
    right: 0;
    left: 32%;
    background: #FF7714;
    transition: all 0.5s ease 0s;
}

.display-h444
{
    position: relative;
    color: #04004D;
font-family: "Poppins";
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 175%;
}

.display-h444::after {
    position: absolute;
    content: "";
    width: 146px;
    height: 2px;
    bottom: 0px;
    right: 0;
    left: 40%;
    background: #FF7714;
    transition: all 0.5s ease 0s;
}

@media (max-width: 1000px) {
    .head_img{
        height: 47vh;
    }
}
@media (max-width: 821px) {
    .head_img{
        height: 50vh;
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 551px;
    }
    .caros_hp h4{
     
    font-size: 30px;
  
    }
    .caros_hp p{
        font-size: 18px !important;
    }
    .display-h4::after {
       
        left: 34%;
      
    }
}
@media (max-width: 550px) {
    .caros_hp h4 {
        font-size: 27px;
    }
    .head_img{
        height: 75vh;
    }
}
@media (max-width:450px) {
    .head_img {
        height: 70vh;
    }
    .caros_hp p {
        font-size: 17px !important;
    }
    .nav.nav-tabs{
        justify-content: center;
    }
    .display-h44c::after {
        position: absolute;
        content: "";
        width: 73px;
        height: 2px;
        bottom: 0px;
        right: 0;
        left: 41%;
        background: #FF7714;
        transition: all 0.5s ease 0s;
    }
    .display-h444::after {
        
        left: 28%;
      
    }
    .display-h44::after {
       
        left: 31%;
       
    }
    #header-carousel .carousel-item {
        
        min-height: 649px;
    }
    .caros_hp h4 {
        font-size: 23px;
    }
    .display-h4::after {
       
        left: 32%;
      
    }
}

@media (max-width:410px) {
    .caros_hp p {
        font-size: 16px !important;
    }
    .caros_hp h4 {
        font-size: 21px;
    }
    .head_img {
        height: 75vh;
    }
    .display-h4::after {
        left: 30%;
    }
}

@media (max-width:380px) {
    .head_img {
        height: 86vh;
    }
    .caros_hp p {
        font-size: 16px !important;
    }
    .caros_hp h4 {
        font-size: 20px;
    }
}
.nav-tabs .nav-link{
    margin-bottom: 6px;
    border: 0px solid transparent;

    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 2px solid #FF7714;
}
.nav_a{
    color: black;
    font-family: "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.nav-tabs .nav-link.active{
    color: white;
    font-family: "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
   
    /* background-color: rgb(255, 255, 255); */
    border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255);
    border-radius: 2px;
    background: #FF7714;
    /* border-top: 2px solid #FF7714; */
    border-bottom: 2px solid #FF7714;
   
}

.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
   
    /* border: 0px solid transparent; */
}

.nav-tabs .nav-link:hover {
    color: #FF7714;
    border-bottom: 2px solid #FF7714;
}


.nav-tabs .nav-link.active:hover {
    color: white;
  
}
@media (max-width:380px) {
    .nav_a {
       
        font-size: 15px;
     
    }
    .nav-tabs .nav-link.active {
        font-size: 15px;
    }
}
@media (max-width:362px) {
    .display-h444 {
        font-size: 34px;
    }
    .nav_a {
       
        font-size: 14px;
     
    }
    .nav-tabs .nav-link.active {
        font-size: 14px;
    }
}
@media (max-width:330px) {
    .shorttextmob{

        font-size: 17px;
    }
}

.nav_hp p{
    color: #626262;
/* font-family: "Poppins"; */
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 187%
}

.fot_hed{
    position: relative;
}
.fot_hed::after{
    position: absolute;
    content: "";
    width: 86px;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #FF7714;
    transition: all 0.5s ease 0s;
}
.btneas{
    transition: .3s;
    color: white;
}
.fotLin p
{
    color: #FFF;
    font-size: 15x;
    font-style: normal;

    line-height: normal;
}

.btneas:hover{
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}


.chos_p{
    color: #626262;
    /* font-family: "Poppins"; */
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 187%;

}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #04004D;
}
.display-h4c{
    color: #04004D;
font-family: "Poppins";
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 175%; 
}



/*Bootstrap Calendar*/
label {
    position: relative;
    display: block;
  }
  label > input {
    position: relative;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 45px;
    width: 100%;
    font-size: 16px;
    margin: 0 0 30px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all .3s;
  }
  label > input:valid + span {
    transform: translateY(-25px) scale(0.8);
    transform-origin: 0;
  }
  label > input:valid {
    border-bottom: 1px solid #3F51B5;
    box-shadow: 0 1px 0 0 #3F51B5;
  }
  label > span {
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    cursor: text;
    transition: .2s ease-out;
  }
  label > input:focus + span {
    transform: translateY(-25px) scale(0.8);
    transform-origin: 0;
    color: #3F51B5;
  }
  label > input:focus {
    border-bottom: 1px solid #3F51B5;
    box-shadow: 0 1px 0 0 #3F51B5;
  }
  
  



.datepicker {
    border-radius: 0;
    padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}
.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.active.active{
    background-color: #0044cc;
    color: white;
}

.form-floating>.form-control:focus ~ label{
    color: #04004D;
    /* font-family: Poppins; */
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%;
    opacity: 1;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating>.form-select:focus ~ label {
    color: #04004D;
 
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%;
    opacity: 1;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-control:focus {
    color: black;
    background-color: #fff;
    border-color: #04004D;
    outline: 0;
    box-shadow: 0 0 0 0.01rem #04004D;
}

.form-select:focus {
    color: black;
    background-color: #fff;
    border-color: #04004D;
    outline: 0;
    box-shadow: 0 0 0 0.01rem #04004D;
}

.chos_pp p{
    color: #626262;
/* font-family: Poppins; */
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 187%; /* 37.4px */
}


.pr_h{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
}
.pp_q h5{
    color: #1A1A1A;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
}

.pr_qa h5{
    color: #000;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 187%;
}

.pr_qa h6{
    color: #000;
font-family: Poppins;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 187%;
}


.accordion-item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    border: 0px;
}

.accordion-button:not(.collapsed) {
    color: #232323;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}
.accordion-button h4{
    color: #232323;
    font-size: 20px;

    font-style: normal;
    font-weight: 500;
    line-height: 252%;
}
.accordion-button:not(.collapsed) h4 {
    color: #000;
   
   
}


@media (max-width:450px) {
    .accordion-button h4{
        color: #232323;
        font-size: 20px;
    
        font-style: normal;
        font-weight: 500;
        line-height: 164%;
    }
}

.accordion-button {
    padding: 0.04rem
rem
 1.25rem;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
}
@media (max-width:377px){
    .display-h44 {
        font-size: 31px;
    }
    .chos_p {
        font-size: 20px;
    }
    .display-h4c {
        font-size: 29px;
    }
}
@media (max-width:300px){
    
    .logoimg {
        width: 148px;
        height: 58px;
    }
    .caros_hp h4 {
        font-size: 18px;
    }
    .caros_hp p {
        font-size: 14px !important;
    }
    #header-carousel .carousel-item {
        min-height: 557px;
    }
    .navbar .navbar-nav .nav-link {
        
        font-size: 16px;
       
    }
    .display-h4 {
       
        font-size: 29px;
    }
    .display-h4::after {
        left: 21%;
        width: 137px;
    }
    .nav-tabs .nav-link.active {
        font-size: 12px;
    }
    .nav_hp p {
       
        font-size: 17px;
        
    }
    .display-h44 {
        
        font-size: 29px;
     
    }
    .chos_p {
    
        font-size: 17px;
       
    }
    .chos_pp p {
     
        font-size: 17px;
      
    }
    .accordion-button h4 {
   
        font-size: 14px;
    
    }
    .pp_sm_sizp{
      font-size:15px ;    
    }
    .display-h444 {
        font-size: 29px;
    }
    .pr_h {

        font-size: 20px;
        
    }
    .pp_q h5 {
     
        font-size: 18px;
        
    }
    .pr_qa h5 {
      
        font-size: 18px;
        
    }
    .pr_qa h6 {
    
        font-size: 17px;
   
    }
.on_sm_h4{
    font-size: 26px;
}
}