@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/Poppins-Medium.eot"); /* IE9 */
    src: url("../fonts/Poppins-Medium?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Poppins-Medium.woff2") format("woff2"), /* Chrome, Firefox */
    url("../fonts/Poppins-Medium.woff") format("woff"), /* Chrome, Firefox */
    url("../fonts/Poppins-Medium.ttf") format("truetype"), /* Chrome, Firefox, Opera, Safari, Android, iOS */
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins-Bold.eot"); /* IE9 */
    src: url("../fonts/Poppins-Bold?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Poppins-Bold.woff2") format("woff2"), /* Chrome, Firefox */
    url("../fonts/Poppins-Bold.woff") format("woff"), /* Chrome, Firefox */
    url("../fonts/Poppins-Bold.ttf") format("truetype"), /* Chrome, Firefox, Opera, Safari, Android, iOS */
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg"); /* iOS 4.1- */
}



html,
body {
    margin: 0;
    /*    font-size: 100%;*/
   /* font-family: "Poppins-Medium";*/
    background: #fff;
   
}








.offending-wrapper {
    overflow-x: hidden;
}

/*html, body {
    overflow-x: hidden;
    max-width: 100%;
}*/

.container-fluid, .row, .section {
    max-width: 100%;
}


@media (max-width: 768px) {
    .body {
   
        overflow-x: hidden;
    }

    .container-fluid {
        overflow-x: hidden;
    }


}

html {
    scroll-behavior: smooth;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    /*	font-family: "Poppins-Medium";*/
}

body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.form-control {
    font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    /*font-family: "Poppins-Medium" !important;*/
}

h1,
h2 {
    font-weight: 700 !important;
}

h3, .h3 {
    font-size: 1.25rem;
}

h6 {
    margin: 0px !important;
}

p {
    margin: 0;
    line-height: 1.4em;
    color: #666;
    font-size: 13px;
 /*   font-family: "Poppins-Medium";*/

}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-inline li {
    display: inline-block;
}

hr {
    margin-top: 0px;
}

.dropdown.open .dropdown-menu {
    display: block;
}

::-webkit-input-placeholder { /* Edge */
    color: #666;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
}

::placeholder {
    color: #666;
}


/*-- header top--*/

ul.header-w3_pvt li span.fa {
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
}

ul.header-w3_pvt li, ul.header-w3_pvt li p, ul.header-w3_pvt li a {
    letter-spacing: 1px;
    color: #eee;
    text-transform: capitalize;
/*    font-family: "Poppins-Medium";*/
    font-size: 12px;
}

.header-top {
    padding: 0.5em 0;
}

.header-top {
    background: #115378;
}
/*-- //header top --*/


/* header */

/* CSS Document */
header {
    position: relative;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 1px 20px #999;
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
    float: right;
}

.clear {
    clear: both;
}

div#logo {
    float: left;
    max-width: 20%;
}

#logo a {
    float: left;
    font-size: .8em;
    text-transform: capitalize;
    display: initial;
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
    padding: 3px 0;
    font-weight: 600;
}

    #logo a span {
        color: #fff;
    }


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    /* Positioning the navigation items inline */
    nav ul li {
        margin: 0px;
        display: inline-block;
        float: left;
        padding-bottom: 10px;
        cursor: pointer;
    }

/* Styling the links */
nav a {
    color: #115378;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 15px;
    font-weight: 600;
    /*font-family: "Poppins-Medium";*/
}

nav li {
    color: #115378;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    /*	font-family: "Poppins-Medium";*/
    cursor: pointer;
}


nav ul li ul li:hover {
    background: #f8f9fa;
}

nav ul li ul li {
    padding-bottom: 0px;
}

/* Background color change on Hover */
nav a:hover {
    color: #009a9e;
}

nav ul.inner-ul li a:hover {
    color: #666;
}


/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 30px;
    background: #fff;
    padding: 10px;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

    nav ul ul li a {
        color: #666;
        padding: 5px 10px;
        display: block;
    }

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after {
    content: '';
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 991px) {
    nav {
        float: none;
    }

    div#logo {
        float: none;
    }

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    .login-icon {
        display: inline-block;
    }

    nav {
        margin: 0;
    }

        nav a, nav a:hover {
            color: #666;
        }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: inline-block;
        padding: 7px 15px;
        font-size: 17px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #fff;
        color: #009688;
        color: #00bcd5;
        letter-spacing: 1px;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 30%;
        padding: 5px;
        font-weight: normal;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .toggle:hover {
        color: #666;
        background-color: #fff;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        background: #fff;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #fff;
    }

    nav ul ul li a {
        font-size: 15px;
    }

    ul.inner-ul {
        padding: 0 !important;
    }
    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

        /* Hide menus on hover */
        nav ul ul li:hover > ul,
        nav ul li:hover > ul {
            display: none;
        }

        /* Fisrt Tier Dropdown */
        nav ul ul li {
            display: block;
            width: 100%;
            padding: 0;
        }

        nav ul ul ul li {
            position: static;
            /* has to be the same number as the "width" of "nav ul ul li" */
        }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }
}

.user span.fa {
}

.login-icon a {
    border-radius: 5px;
    padding: 0.4em 1.7em;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    display: block;
    font-size: 1em;
    background: #009a9e;
    box-shadow: 0 5px 16px rgb(0 154 158 / 52%);
}

    .login-icon a:hover {
        background: #115378;
        color: #fff;
    }

header .dropdown .dropdown-menu {
    top: 25px !important;
    border: 0px solid #e3e6f0;
    min-width: 14rem;
}
/*-- //header --*/

/*-- banner --*/
.banner {
    background: url('../images/banner-img.png');
}


.layer1 {
    background: rgba(0, 0, 0, 0.4);
}

.banner-text-agile {
    padding: 11vw 0 5vw;
    box-sizing: border-box;
    opacity: 1;
}

h1.b-w3ltxt span {
    text-shadow: none;
    letter-spacing: 1px;
    color: #009a9e;
}

h1.b-w3ltxt {
    font-size: 2.5em;
    color: #115278;
    font-weight: 800;
    line-height: 50px;
    padding-top: 1em;
}

.carousel-item p {
    color: #777;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
}

.btn-banner {
    background: #009a9e;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 25px;
    display: inline-block;
}

.btn-banner1 {
    background: #ed948e;
}

.btn-dark-blue {
    background: #122738;
}

.btn-white {
    background: #fff;
    color: #009a9e;
}

.btn-banner:hover, .btn-banner1:hover {
    color: #fff;
}

.carousel-indicators {
    position: absolute;
    bottom: -53px;
    margin-left: 0;
    justify-content: flex-start;
    z-index: 1;
}

    .carousel-indicators li.active {
        cursor: pointer;
        background: #00bcd4;
    }

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: #666;
        cursor: pointer;
    }

#home .item {
    max-height: 500px;
}
/*-- //banner --*/

/*-- Search Box --*/
.search-box {
    margin-top: -95px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.search-widget-container {
    webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    box-shadow: 0 9px 20px 0 rgba(165,165,165,0.5);
    border-radius: 10px;
    background: #fff;
}

    .search-widget-container .form-group {
        padding: 8px;
        margin-bottom: 0px;
    }

.header-search .form-group {
    margin-bottom: 0px;
}

.search-widget-container .form-group input {
    border: 2px solid #dad7d7;
}

.search-widget-container .btn {
    background: #115278;
    color: #fff;
    padding: 0.375rem 0.75rem;
}

.search-widget-container .jointeam {
    padding: 0 10px 0 20px;
    border-radius: 0 4px 4px 0;
    background: #115278;
}

    .search-widget-container .jointeam .dc-jointeamimg {
        margin: -18px 0 0 !important;
        float: left;
        width: auto;
    }

    .search-widget-container .jointeam .dc-jointeamcontent {
        overflow: hidden;
        padding: 16px 0 10px 10px;
    }

.dc-jointeamimg img {
    max-width: 75%;
}

.search-widget-container .jointeam .dc-jointeamcontent h3 {
    color: #fff;
    font-size: 26px;
    margin: 0 0 14px;
    line-height: 30px;
}

    .search-widget-container .jointeam .dc-jointeamcontent h3 span {
        font-size: 16px;
        display: block;
        line-height: 1rem;
        font-weight: 400;
        margin-top: 10px;
    }
/*-- Search Box --*/

/*-- about --*/
.about p {
    font-weight: normal;
    color: #666;
}

.about-grids h4 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    padding-top: 5px;
    color: #eee;
    border-top: 1px solid rgba(78, 75, 75, 0.2);
}

.about-img img {
    max-width: 100%;
    padding: 0 1em;
    width: 72%;
}

.grid p {
    color: #ddd;
    margin-top: 10px;
    line-height: 1.4em;
    font-size: 15px;
}

.grid span.fa {
    color: #eee;
}

.about-grids .grid {
    display: inline-block;
    padding: 20px 25px;
}

.about-box h4 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 1em 0;
    color: #353c4e;
    font-weight: 600;
}

h2.heading-right {
    font-size: 25px;
    color: #115278;
    text-transform: uppercase;
    position: relative;
}

    h2.heading-right span {
        color: #009a9e;
    }

    h2.heading-right:after {
        position: absolute;
        content: '';
        background: #115278;
        height: 2px;
        bottom: 0%;
        width: 30%;
        left: 0%;
    }

/*-- //about --*/

/*-- Top Rated Hospitals --*/
.top-hospitals {
    background: url('../images/procedure-bg.png') no-repeat bottom rgb(232 232 232);
}

#divTopRatedProviders .card .row {
    min-height: 170px;
}

.reviews.card-text::before {
    content: "\f10d";
    font-family: 'FontAwesome';
    float: left;
    margin-right: 10px;
}

.reviews.card-text::after {
    content: "\f10e";
    font-family: 'FontAwesome';
    float: right;
    margin-right: 10px;
}

.reviews.card-text {
    padding: 0px 20px;
}

.card-title {
    font-weight: 600;
    font-size: 22px;
    color: #3f4040;
}

.offer-grids hr {
    margin-bottom: 0.5rem !important;
}

.user-img {
    float: right;
    width: 48px;
    height: 48px !important;
    margin-left: 7px;
    object-fit: cover;
}

.top-hospitals .card a.hospital-name {
    align-self: flex-end;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 6px;
    text-align: center;
    width: 100%;
}

    .top-hospitals .card a.hospital-name h6 {
        font-size: 0.6rem;
    }


/*-- //Top Rated Hospitals --*/

/*-- recent patient review --*/
.patient-review {
    background: url('../images/new-banner.jpg');
    background-size: cover;
    background-position: center;
}

    .patient-review h2.heading {
        color: #fff;
    }

    .patient-review .sub-heading {
        color: #fff;
    }

#mySlider .caption {
    background: #fff;
    padding: 0px 15px 30px !important;
}

.caption .post-author {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    margin: -52px auto 10px;
}

.caption h5 a {
    color: #009a9e;
    margin-bottom: 10px;
    font-size: 1.2rem;
    letter-spacing: 0px;
}

.patient-review .thumbnail img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.patient-review .caption p {
    margin: 0px 25px 15px 25px;
}

.patient-review .caption a {
    text-align: left !important;
    margin: 0px 25px 15px 25px;
}


/*-- //recent patient review --*/

/*-- review by tratment --*/
.review-treatment {
    background: url('../images/triangle-bg.png') no-repeat bottom rgb(232 232 232);
}

.column-treatment {
    border: 1px dashed;
    border-radius: 5px;
    min-height: 80px;
}

    .column-treatment img {
        height: 45px;
    }

/*-- review by tratment --*/

/*-- blog --*/
h2.heading {
    font-size: 25px;
    color: #115278;
    text-transform: uppercase;
    position: relative;
}

    h2.heading span {
        color: #009a9e;
    }

    h2.heading:after {
        position: absolute;
        content: '';
        background: #115278;
        width: 20%;
        height: 2px;
        bottom: 0%;
        left: 40%;
    }

p.subheading {
    font-size: 16px !important;
}

.home-blog {
    background: #efefef;
}

.home-news {
    background: #115278;
}

.home-blog h2 {
    font-size: 25px;
    color: #009a9e;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0.5rem;
}

.home-news h2 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0.5rem;
}

.blog-grids h5 {
    font-size: 14px;
    font-weight: 600;
    color: #115278;
    letter-spacing: 0.5px;
}

.blog-grids p {
    font-size: 13px;
    letter-spacing: .5px;
    color: #666;
    font-weight: normal;
    margin: 0px;
}

.blog-grids.head .home-news h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 2em;
}

.blog-grids .home-news h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}

.blog-grids .home-news p {
    font-size: 13px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: normal;
}

.blog-grids.head h5 {
    font-size: 13px;
    font-weight: 600;
    color: #115278;
    letter-spacing: 0.5px;
}

.blog-img1 img, .blog-img2 img {
    position: relative;
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
}

.blog-img1 img {
    height: 100px !important;
}

.blog-img2 img {
    height: 150px !important;
}

.btn-blog {
    font-size: 10px;
    padding: 2px 10px;
    background: #115278;
    ;
}

.home-news a.btn-banner.btn-blog {
    background: #ffffff;
    color: #115278;
}

.blog-card:not(:last-child) {
    border-bottom: 1px dashed #009a9e;
}

.blog .list-inline li {
    font-size: 10px;
}

.vertical-divider {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 99999;
    color: #ffffff;
    background: #115278;
    font-size: 48px;
    font-weight: 700;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 0px 10px;
    line-height: 1;
    transform: translateX(-89%);
    /* left: 50%; */
    top: 46%;
}



/*-- //blog --*/

/*-- footer --*/
footer, .copyright {
    background: #115278;
}

.copyright {
    border-top: 1px solid #fff;
}

.footer-grids h4 {
    color: #eee;
    font-size: 18px;
}

.footer-grids h5 {
    color: #666;
}

    .footer-grids h5 span {
        color: #00bcd5;
    }

.footer-grids p, .footer-grids p a, .copyright p, .copyright p a {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    letter-spacing: .5px;
    font-family: "Helvetica Neue Medium";
}

.footer-grids ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    letter-spacing: .5px;
    font-family: "Helvetica Neue Medium";
}

.footer-grids ul li {
    list-style-type: none;
}

.footer-grids input[type="email"] {
    background: #fff;
    box-shadow: none !important;
    padding: 12px 15px;
    color: #777;
    font-size: 13px;
    width: 67% !important;
    border: none;
    letter-spacing: 1px;
    outline: none;
}

.footer-grids button.btn {
    background: #00bcd5;
    color: #fff;
    font-size: 15px;
    width: 33% !important;
    letter-spacing: 1px;
    padding: 12px;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

    .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    background: #009a9e;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


/*-- //footer --*/

/*-- Login Page --*/
.login-box {
    border: 1px solid #efefef;
    box-shadow: 7px 7px 0px #656565;
}

.login-img {
    background: url('../images/loginbgnew.jpg');
    background-size: cover;
    background-position: center center;
}

.login-box h2 {
    color: rgb(0,188,213);
    /*font-size: 38px;*/
}

    .login-box h2.heading:after {
        position: absolute;
        content: '';
        background: rgb(0,188,213);
        width: 20%;
        height: 2px;
        bottom: 0%;
        left: 40%;
    }

.form-round input, .form-round button, .form-round select {
    padding: 5px 20px;
    border-radius: 40px;
}

.btn-gradient {
    background: rgb(17,82,120);
    background: linear-gradient(90deg, rgba(17,82,120,1) 0%, rgba(0,188,213,1) 100%);
    -webkit-transition: all 330ms;
    transition: all 330ms;
}

    .btn-gradient:hover {
        background: rgb(0,188,213);
        background: linear-gradient(90deg, rgba(0,188,213,1) 0%, rgba(17,82,120,1) 100%);
    }

.text-divider {
    margin: 2em 0;
    line-height: 0;
    text-align: center;
}

    .text-divider span {
        background-color: #fff;
        padding: 1em;
    }

    .text-divider:before {
        content: " ";
        display: block;
        border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #f7f7f7;
    }

.btn-round {
    border-radius: 40px;
    padding: 10px 20px;
    color: #fff;
}

.btn-facebook {
    background: #3b5998;
}

.btn-google {
    background: #dd4b39;
}

/*-- Login Page --*/

/*-- Registration Page --*/
.form-round.login input[type=file] {
    color: transparent;
    border: 0px;
    width: 140px;
    display: inline-block;
}

/*-- //Registration Page --*/

/*-- Hospital List page --*/
.header-search {
    background: #115278;
}

.left-side ul {
    padding-left: 0px;
}

.hospital-card {
    border: 1px solid #d6d6d6;
    border-radius: 6px;
}

    .hospital-card:hover {
        box-shadow: 3px 3px 10px #666;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 60%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-family: "Helvetica Neue Medium";
}

.label-default {
    background-color: rgb(214, 212, 212);
    color: #000;
}

.label-primary {
    background-color: #337ab7;
}

.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-danger {
    background-color: #d9534f;
}

.img-left {
    float: left;
}

.hospital-img {
    border-radius: 20px;
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.btn-outline {
    border: 1px solid #009a9e;
    color: #009a9e;
}

.hospital-action {
    border-left: 1px solid #d6d6d6;
}

.starrr {
    color: #ffc107;
}

.side-bar ul li {
    font-size: 13px;
}
/*-- //Hospital List page --*/

/*-- Hospital Page --*/
.grey-bg {
    background: #f1f1f1
}

.features .badge {
    font-size: 100% !important;
}

.white-bg {
    background: #fff;
}

.certified li img {
    width: 25px;
}

.title {
    font-weight: 600;
    color: #009a9e;
}

#ContentPlaceHolder1_imgHospital {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

#ContentPlaceHolder1_lblBlogHeader {
    font-weight: 600 !important;
    color: #009a9e !important;
    font-size: 1.25rem !important;
}

#ContentPlaceHolder1_lblNewsHeader {
    font-weight: 600 !important;
    color: #009a9e !important;
    font-size: 1.25rem !important;
}

img#ContentPlaceHolder1_imgBlog, img#ContentPlaceHolder1_imgBanner {
    width: 100%;
    height: 310px;
    object-fit: cover;
    margin-bottom: 20px;
}

#more {
    display: none;
}

#myBtn {
    font-size: 12px;
    background: transparent;
    color: #115278;
}

.btn#myBtn:focus, .btn#myBtn.focus {
    box-shadow: none;
}

.first {
    padding-left: 0px !important;
}

.last {
    padding-right: 0px !important;
}

ul.disc {
    list-style-type: disc;
    color: #666;
}

.tab .nav-tabs {
    border: none;
    border-bottom: 2px solid #009a9e;
    margin: 0;
    padding: 7px;
}

    .tab .nav-tabs li a {
        padding: 10px 20px;
        margin: 0 10px -1px 0;
        font-size: 17px;
        font-weight: 600;
        color: #293241;
        text-transform: uppercase;
        border: 2px solid #e6e5e1;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
    }

        .tab .nav-tabs li a:hover,
        .tab .nav-tabs li.active a {
            background: #fff;
            color: #009a9e;
            border: 2px solid #009a9e;
            border-bottom-color: transparent;
        }

        .tab .nav-tabs li a:before {
            content: "";
            display: block;
            height: 2px;
            background: #fff;
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0;
            transform: scaleX(0);
            transition: all 0.3s ease-in-out 0s;
        }

        .tab .nav-tabs li.active a:before,
        .tab .nav-tabs li a:hover:before {
            transform: scaleX(1);
        }

.tab .tab-content {
    padding: 10px;
    font-size: 17px;
    color: #6f6f6f;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
}

.hospital-right .tab-content {
    max-height: 1154px;
    overflow-y: auto;
}
/* width */
/*::-webkit-scrollbar {
    width: 5px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #009a9e;
    border-radius: 10px;
}*/

/* Handle on hover */
/*  ::-webkit-scrollbar-thumb:hover {
        background: #009a9e;
    }*/

@media only screen and (max-width: 479px) {
    .tab .nav-tabs {
        border: none;
    }

        .tab .nav-tabs li {
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
        }

            .tab .nav-tabs li a {
                margin: 0;
                border-bottom: 2px solid transparent;
            }

                .tab .nav-tabs li a:before {
                    content: "";
                    width: 100%;
                    height: 2px;
                    background: #079fc9;
                    position: absolute;
                    bottom: -2px;
                    left: 0;
                }
}

#ContentPlaceHolder1_reviews .card img {
    border: 2px solid #115278;
    border-radius: 5px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

#ContentPlaceHolder1_dlReviews .card img {
    border: 2px solid #115278;
    border-radius: 5px;
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.card.card-inner {
    background: #d3d3d3;
}
/*-- //Hospital Page --*/

/*-- blog --*/
.blog h2.heading:after {
    left: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #999;
}

.bg-black {
    background: rgba(0, 0, 0, 0.65);
}

.white-text {
    color: #fff !important;
}

.news-banner {
    background: url('../images/blog-banner1.jpg');
    background-size: 100%;
}

.blog-banner {
    background: url('../images/primry-news-banner.jpg');
    background-size: 100%;
}

.well {
    border-radius: 6px;
    border: 1px solid #999;
}

    .well:hover {
        box-shadow: 3px 3px 10px #666;
    }

.widget-sidebar {
    background-color: #fff;
    padding: 10px 20px;
}

.title-widget-sidebar {
    font-size: 12pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}

    .title-widget-sidebar:after {
        border-bottom: 2px solid #115278;
        width: 150px;
        display: block;
        position: absolute;
        content: '';
        padding-bottom: 10px;
    }

.recent-post {
    width: 100%;
    height: 48px;
    list-style-type: none;
    margin-bottom: 6px;
}

.post-img img {
    width: 65px;
    height: auto;
    float: left;
    margin-right: 6px;
    border: 2px solid #009a9e;
    transition: 0.5s;
}

.sidebar-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #009a9e;
}

.recent-post a {
    text-decoration: none;
    color: #34495E;
    transition: 0.5s;
}

    .post-img, .recent-post a:hover {
        color: #115278;
    }

        .post-img img:hover {
            border: 5px solid #115278;
        }

/** Social Button CSS **/

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.1em 0.6em;
    outline: none;
    text-align: center;
    font-size: 0.9em;
    margin: 0 0.2em;
}

    .share-btn:focus,
    .share-btn:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    .share-btn:active {
        color: #e2e2e2;
    }

    .share-btn.twitter {
        background: #55acee;
    }

    .share-btn.google-plus {
        background: #dd4b39;
    }

    .share-btn.facebook {
        background: #3B5998;
    }

    .share-btn.stumbleupon {
        background: #EB4823;
    }

    .share-btn.reddit {
        background: #ff5700;
    }

    .share-btn.hackernews {
        background: #ff6600;
    }

    .share-btn.linkedin {
        background: #4875B4;
    }

    .share-btn.email {
        background: #444444;
    }

/*-- //blog --*/

/*-- discussion forum --*/
.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #ececec;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    border: 1px solid #115278;
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar > .search_input {
    padding: 0 10px;
    width: 80%;
    caret-color: #009a9e;
    transition: width 0.4s linear;
    color: #666;
}

.searchbar .search_icon {
    background: white;
    color: #009a9e;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

.ask-ques {
    border-radius: 6px;
    border: 1px solid #ececec;
}

    .ask-ques button {
        background: #009a9e;
        box-shadow: 0 5px 16px rgb(0 154 158 / 52%);
        color: #fff;
    }

.hos_radio input[type="radio"] {
    margin-right: 6px;
}

.borderleft {
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #f9f9f9;
}

    .borderleft:hover {
        border-left: 1px solid #087ccd;
        background: #f0ffff;
    }

.disc-img {
    width: 24px;
    height: 30px;
    margin-left: 10px;
}

.ques {
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #f9f9f9;
}

.btn-discussion {
    font-size: 12px;
    color: #337ab7;
    background: transparent;
    padding: 5px;
}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    #cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

    #closeCookieConsent:hover {
        color: #FFF;
    }

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

    #cookieConsent a.cookieConsentOK:hover {
        background-color: #E0C91F;
    }
/*Cookie Consent End*/



/** ====================
 * Lista de Comentarios
 =======================*/
.comments-container {
    width: 100%;
}

    .comments-container h1 {
        font-size: 36px;
        color: #283035;
        font-weight: 400;
    }

        .comments-container h1 a {
            font-size: 18px;
            font-weight: 700;
        }

.comments-list {
    margin-top: 30px;
    position: relative;
}

    /**
 * Lineas / Detalles
 -----------------------*/
    .comments-list:before {
        content: '';
        width: 2px;
        height: 100%;
        background: #c7cacb;
        position: absolute;
        left: 32px;
        top: 0;
    }

    .comments-list:after {
        content: '';
        position: absolute;
        background: #c7cacb;
        bottom: 0;
        left: 27px;
        width: 7px;
        height: 7px;
        border: 3px solid #dee1e3;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.reply-list:before, .reply-list:after {
    display: none;
}

.reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px;
}


.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

    .comments-list li:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        width: 0;
    }

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
}

    .comments-list .comment-avatar img {
        width: 100%;
        height: 100%;
    }

.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
    width: 680px;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

    .comments-list .comment-box:before, .comments-list .comment-box:after {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        display: block;
        border-width: 10px 12px 10px 0;
        border-style: solid;
        border-color: transparent #FCFCFC;
        top: 8px;
        left: -11px;
    }

    .comments-list .comment-box:before {
        border-width: 11px 13px 11px 0;
        border-color: transparent rgba(0,0,0,0.05);
        left: -12px;
    }

.reply-list .comment-box {
    width: 610px;
}

.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .comment-box .comment-head i {
        float: right;
        margin-left: 15px;
        position: relative;
        top: 2px;
        color: #A6A6A6;
        cursor: pointer;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        .comment-box .comment-head i:hover {
            color: #03658c;
        }

.comment-box .comment-name {
    color: #283035;
    font-size: 15px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

    .comment-box .comment-name a {
        color: #283035;
    }

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {
    color: #03658c;
}


/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
    .comments-container {
        width: 480px;
    }

    .comments-list .comment-box {
        width: 390px;
    }

    .reply-list .comment-box {
        width: 320px;
    }

    .vertical-divider {
        left: 43%;
        top: -2%;
        transform: none;
    }

    .search-box {
        margin-top: -32px;
    }

    .about-img img {
        width: 100%;
    }
}

/*-- discussion forum --*/

/*--User Dashboard--*/
.emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}

.profile-img {
    text-align: center;
}

    .profile-img img {
        width: 100%;
        height: 300px;
        object-fit: fill;
    }

    .profile-img .file {
        position: relative;
        overflow: hidden;
        margin-top: -20%;
        width: 100%;
        border: none;
        border-radius: 0;
        font-size: 15px;
        background: #212529b8;
    }

        .profile-img .file input {
            position: absolute;
            opacity: 0;
            right: 0;
            top: 0;
            z-index: 1;
            cursor: pointer;
        }

.profile-head h5 {
    color: #666;
}

.profile-head h6 {
    color: #0062cc;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}

    .proile-rating span {
        color: #495057;
        font-size: 15px;
        font-weight: 600;
    }

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

    .profile-head .nav-tabs .nav-link {
        font-weight: 600;
        border: none;
    }

    .profile-head .nav-tabs .nav-item.active .nav-link {
        border: none;
        border-bottom: 2px solid #0062cc;
    }

.profile-work {
    padding: 14%;
    margin-top: -15%;
}

    .profile-work a {
        text-decoration: none;
        color: #495057;
        font-weight: 600;
        font-size: 15px;
    }

    .profile-work ul {
        list-style: none;
    }

.profile-tab label {
    font-weight: 600;
}

table#ContentPlaceHolder1_dlDiscussion, table#ContentPlaceHolder1_dlReviews {
    width: 100%;
}

/*--//User Dashboard--*/



/*-- contact --*/
.mail {
    background: #efefef;
}

.col-left {
    background: #009a9e;
    padding: 4%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.contact-info {
    margin-top: 10%;
    color: #fff;
}

    .contact-info img {
        margin-bottom: 15%;
    }

    .contact-info h2 {
        margin-bottom: 10%;
    }

.col-right {
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.contact-form label {
    font-weight: 600;
}

.contact-form button {
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 25%;
}

    .contact-form button:focus {
        box-shadow: none;
    }

.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}

.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}

h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.mbr-bold {
    font-weight: 700;
}



/*-- map --*/

.map iframe {
    width: 100%;
    min-height: 400px;
    position: relative;
    display: inherit;
}

.map {
    position: relative;
}
/*-- //map --*/

/*-- //contact --*/

/*-- Hospital Login --*/
.wizard-card {
    min-height: 410px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.nav-pills {
    background-color: rgba(200, 200, 200, 0.2);
}

    .nav-pills > li {
        padding: 10px 15px;
    }

        .nav-pills > li > a {
            border: 0 !important;
            border-radius: 0;
            line-height: 18px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 500;
            min-width: 100px;
            text-align: center;
            color: #555555 !important;
        }

form[novalidate=novalidate] .wizard-card[data-color="red"] .moving-tab {
    top: 18%;
}

.wizard-card .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.wizard-card .picture {
    width: 106px;
    height: 106px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

    .wizard-card .picture:hover {
        border-color: #2ca8ff;
    }

.wizard-card[data-color="purple"] .moving-tab {
    position: absolute;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #9c27b0;
    top: -4px;
    left: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 16px 26px -10px rgba(156, 39, 176, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}

.wizard-card[data-color="purple"] .picture:hover {
    border-color: #9c27b0;
}

.wizard-card[data-color="purple"] .choice:hover .icon, .wizard-card[data-color="purple"] .choice.active .icon {
    border-color: #9c27b0;
    color: #9c27b0;
}

.wizard-card[data-color="purple"] .form-group .form-control {
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
}

.wizard-card[data-color="purple"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background-color: #9c27b0;
}

.wizard-card[data-color="purple"] .radio input[type=radio]:checked ~ .check {
    background-color: #9c27b0;
}

.wizard-card[data-color="purple"] .radio input[type=radio]:checked ~ .circle {
    border-color: #9c27b0;
}

.wizard-card[data-color="green"] .moving-tab {
    position: absolute;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #4caf50;
    top: -4px;
    left: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 16px 26px -10px rgba(76, 175, 80, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}

.wizard-card[data-color="green"] .picture:hover {
    border-color: #4caf50;
}

.wizard-card[data-color="green"] .choice:hover .icon, .wizard-card[data-color="green"] .choice.active .icon {
    border-color: #4caf50;
    color: #4caf50;
}

.wizard-card[data-color="green"] .form-group .form-control {
    background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2);
}

.wizard-card[data-color="green"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background-color: #4caf50;
}

.wizard-card[data-color="green"] .radio input[type=radio]:checked ~ .check {
    background-color: #4caf50;
}

.wizard-card[data-color="green"] .radio input[type=radio]:checked ~ .circle {
    border-color: #4caf50;
}

.wizard-card[data-color="blue"] .moving-tab {
    position: absolute;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #00bcd4;
    top: -4px;
    left: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 16px 26px -10px rgba(0, 188, 212, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}

.wizard-card[data-color="blue"] .picture:hover {
    border-color: #00bcd4;
}

.wizard-card[data-color="blue"] .choice:hover .icon, .wizard-card[data-color="blue"] .choice.active .icon {
    border-color: #00bcd4;
    color: #00bcd4;
}

.wizard-card[data-color="blue"] .form-group .form-control {
    background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#D2D2D2, #D2D2D2);
}

.wizard-card[data-color="blue"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background-color: #00bcd4;
}

.wizard-card[data-color="blue"] .radio input[type=radio]:checked ~ .check {
    background-color: #00bcd4;
}

.wizard-card[data-color="blue"] .radio input[type=radio]:checked ~ .circle {
    border-color: #00bcd4;
}

.wizard-card[data-color="orange"] .moving-tab {
    position: absolute;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #ff9800;
    top: -4px;
    left: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 16px 26px -10px rgba(255, 152, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}

.wizard-card[data-color="orange"] .picture:hover {
    border-color: #ff9800;
}

.wizard-card[data-color="orange"] .choice:hover .icon, .wizard-card[data-color="orange"] .choice.active .icon {
    border-color: #ff9800;
    color: #ff9800;
}

.wizard-card[data-color="orange"] .form-group .form-control {
    background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#D2D2D2, #D2D2D2);
}

.wizard-card[data-color="orange"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background-color: #ff9800;
}

.wizard-card[data-color="orange"] .radio input[type=radio]:checked ~ .check {
    background-color: #ff9800;
}

.wizard-card[data-color="orange"] .radio input[type=radio]:checked ~ .circle {
    border-color: #ff9800;
}

.wizard-card[data-color="red"] .moving-tab {
    position: absolute;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #009a9e;
    top: 21%;
    left: 0px;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 16px 26px -10px rgba(0, 154, 158, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}

.btn-wd {
    border-radius: 5px;
    padding: 0.4em 1.7em;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    display: block;
    font-size: 1em;
    background: #009a9e;
    box-shadow: 0 5px 16px rgb(0 154 158 / 52%);
}

.wizard-card[data-color="red"] .picture:hover {
    border-color: #009a9e;
}

.wizard-card[data-color="red"] .choice:hover .icon, .wizard-card[data-color="red"] .choice.active .icon {
    border-color: #009a9e;
    color: #009a9e;
}

label#-error {
    color: red;
    font-size: 10px;
}

.wizard-card .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.wizard-card .picture-src {
    width: 100%;
}

.wizard-card .tab-content {
    min-height: 340px;
    padding: 20px 15px;
}

.wizard-card .wizard-footer {
    padding: 0 15px;
}

    .wizard-card .wizard-footer .checkbox {
        margin-top: 16px;
    }

.wizard-card .disabled {
    display: none;
}

.wizard-card .wizard-header {
    text-align: center;
    padding: 25px 0 35px;
}

    .wizard-card .wizard-header h5 {
        margin: 5px 0 0;
    }

.wizard-card .nav-pills > li {
    text-align: center;
}

.wizard-card .btn {
    text-transform: uppercase;
}

.wizard-card .info-text {
    text-align: center;
    font-weight: 300;
    margin: 10px 0 30px;
}

.wizard-card .choice {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

    .wizard-card .choice .icon {
        text-align: center;
        vertical-align: middle;
        height: 116px;
        width: 116px;
        border-radius: 50%;
        color: #999999;
        margin: 0 auto 20px;
        border: 4px solid #CCCCCC;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .wizard-card .choice i {
        font-size: 40px;
        line-height: 111px;
    }

    .wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
        border-color: #2ca8ff;
    }

    .wizard-card .choice input[type="radio"],
    .wizard-card .choice input[type="checkbox"] {
        position: absolute;
        left: -10000px;
        z-index: -1;
    }

.wizard-card .btn-finish {
    display: none;
}

.wizard-card .description {
    color: #999999;
    font-size: 15px;
}

.wizard-card .wizard-title {
    margin: 0;
}

legend {
    margin-bottom: 20px;
    font-size: 21px;
}

/*-- //Hospital Login --*/

/*-- Hospital Dashboard --*/
.dashboard {
    background: #ececec;
}

.dashaboard-discussion .borderleft {
    padding: 5px;
}

.sidebar-dark li.nav-item:hover {
    background: rgba(255,255,255,0.3);
}

#dataTable .doc-img {
    width: 35px;
}

.sidebar-brand-text {
    width: 5rem;
    height: 5rem;
    margin: 1rem auto;
}

img#HospitalLogo {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.hospital_reviews_card .card {
    width: 100%;
}

.list-ReviewImg {
    margin-top: 15px;
}

    .list-ReviewImg li {
        display: inline;
    }

        .list-ReviewImg li img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 1px solid;
            padding: 4px;
        }



/*-- about --*/
.about_us {
    background: url('../images/banner-img.png');
    background-size: cover;
}

.dental img {
    max-width: 100%;
    padding: 0 1em;
}

.grid p {
    color: #ddd;
    margin-top: 10px;
    line-height: 24px;
    font-size: 15px;
}

.grid span.fa {
    color: #eee;
}

.about-grids .grid {
    display: inline-block;
    padding: 20px 25px;
}

.about-box .icon, .ser_icon .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    line-height: 80px;
    text-align: center;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    background: #00bcd5;
}

    .about-box .icon span.fa {
        font-size: 2em;
        line-height: 80px;
        color: #ffffff;
    }

.about ul {
    list-style-type: circle;
    margin-left: 50px;
}

    .about ul li {
        margin: 0;
        line-height: 1.4em;
        color: #666;
        font-size: 13px;
        font-family: "Helvetica Neue Medium";
    }

/*-- //about --*/

/*-- appointment --*/

.appointment {
    background: #00bcd5;
}

.counter {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

    .counter .counter-value {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
        transition: all 0.3s;
    }

    .counter:hover .counter-value {
        text-shadow: 0 0 2px rgba(0,0,0,0.5);
    }

/*-- //appointment --*/



/*-- move top --*/
.move-top {
    position: relative;
}

a.move-top {
    text-align: center;
    position: absolute;
    right: 1%;
    bottom: 0%;
}

    a.move-top span {
        color: #fff;
        width: 36px;
        height: 36px;
        border: transparent;
        line-height: 2em;
        background: #666;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
    }

/*-- //move top --*/


/*-- responsive design --*/

@media(max-width:1280px) {
    .innerpage-banner, .inner-page-layer {
        min-height: 200px;
    }
}

@media(min-width:1201px) {
    .responsive-card {
        min-width: 820px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .responsive-card {
        min-width: 640px;
    }
}

@media(max-width:1080px) {
    h3.b-w3ltxt {
        font-size: 3.2em;
        line-height: 60px;
        padding-top: 0em;
    }

    .banner-text-agile {
        padding: 15vw 0 4vw;
    }

    .login-icon a, .login-icon a:hover {
        padding: 0.4em 1.2em;
    }

    .about-box h4 {
        font-size: .9em;
    }

    .bottom-grids h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .ser1, .ser2, .ser3, .ser4, .ser5, .ser6 {
        padding: 35px 25px;
    }

    .footer-grids .col-lg-3 {
        padding: 0 8px;
    }

    .footer-grids p span {
        margin-left: 0px;
    }

    .footer-grids h4 {
        font-size: 16px;
    }

    .desk p {
        font-size: 13px;
        letter-spacing: 0px;
    }

    .desk h4 {
        font-size: 1.4rem;
    }

    .create p {
        width: 80%;
    }

    .service-grids h4 {
        font-size: 22px;
    }

    .category_text_box p {
        width: 80%;
    }

    .blog-grids h4 {
        font-size: 23px;
    }

    .tech-btm h4 {
        font-size: 1.3em;
    }

    .about-grids h4 {
        font-size: 17px;
    }

    .offer-grids h4 {
        font-size: 20px;
    }

    .appointment h4 {
        font-size: 35px;
    }

    .footer-grids input[type="submit"] {
        width: 33% !important;
    }

    .footer-grids p, .footer-grids p a, .copyright p, .copyright p a {
        font-size: 15px;
    }

    .header-right-w3_pvt {
        padding: 0;
    }

    ul.header-w3_pvt li {
        font-size: 15px;
    }

    .join h4 {
        font-size: 29px;
    }
}

@media(max-width:991px) {
    .navbar-toggler {
        background-color: #00bcd5;
        border: 1px solid transparent;
        border-radius: 0rem;
    }

    .navbar-nav {
        padding: 1em 0 2em;
        position: relative;
        z-index: 1;
    }

    .responsive-card {
        min-width: 400px;
    }

    .bottom-grids h4 {
        font-size: 30px;
    }

    .blog-grids h4 {
        font-size: 23px;
    }

    .banner-text-agile {
        padding: 5vw 0vw 6vw;
    }

    .create h4 {
        font-size: 27px;
        letter-spacing: 6px;
        line-height: 40px;
    }

    .create p {
        width: 100%;
        font-size: 15px;
    }

    .map iframe {
        min-height: 350px;
    }

    .feedback-top p {
        font-size: 15px;
        letter-spacing: .5px;
    }

    .blog-img1 img, .blog-img2 img {
        width: 100%;
    }

    h4.about-left {
        font-size: 30px;
    }

    .team-img img {
        width: 100%;
    }

    .banner-text-agile {
        padding: 12vw 0vw 4vw;
    }

    .csslider > .navigation {
        bottom: 10%;
        left: 2%;
        margin-bottom: 0px;
    }

    .about img {
        margin-top: 1.5em;
        padding: 0 0em;
    }
}

@media(max-width:800px) {
    .about-grids h4 span {
        font-size: 18px;
    }

    .offer-grids h5 {
        font-size: 20px;
    }

    #logo a {
        font-size: .7em;
    }

    .banner-text-agile {
        padding: 15vw 0vw 4vw;
    }

    h3.b-w3ltxt {
        font-size: 3em;
    }

    .csslider > .navigation {
        bottom: -3%;
    }

    .appointment h4 {
        font-size: 30px;
    }

    .bottom-grids h4 {
        font-size: 26px;
    }

    h3.heading, h2.heading {
        font-size: 26px;
    }
}

@media(max-width:736px) {
    h3.b-w3ltxt {
        line-height: 55px;
        font-size: 2.8em;
    }

    .navbar-brand {
        font-size: 25px;
    }

    .appointment h4 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .bottom-grids h4 {
        font-size: 25px;
    }

    .social h4 {
        font-size: 25px;
    }

    a.button-footr i {
        font-size: 15px;
    }

    .innerpage-banner, .inner-page-layer {
        min-height: 180px;
    }

    .join h4 {
        font-size: 27px;
    }

    .map iframe {
        min-height: 300px;
    }

    .footer-grids input[type="email"], .footer-grids input[type="submit"] {
        font-size: 15px;
    }

    .login-icon a, .login-icon a:hover {
        padding: 0.5em 1.2em;
        font-size: .9em;
    }

    p {
        font-size: 15px !important;
    }
}

@media(max-width: 667px) {
    h3.b-w3ltxt {
        font-size: 2.5em;
    }

    .bottom-grids h4 {
        line-height: 32px;
    }

    h4.heading {
        font-size: 18px;
    }

    ul.header-w3_pvt li, ul.header-w3_pvt li p {
        padding: 2px 0;
    }

    .innerpage-banner, .inner-page-layer {
        min-height: 150px;
    }

    .banner-text-agile {
        padding: 18vw 0vw 4vw;
    }

    .blog-grids h4 {
        font-size: 21px;
    }

    a.button-footr span.fa {
        font-size: 15px;
    }

    .footer-grids button.btn {
        width: 38% !important;
    }
}

@media(max-width:640px) {
    h3.b-w3ltxt {
        line-height: 45px;
        font-size: 2.8em;
    }

    h4.about-left {
        font-size: 26px;
    }
}

@media(max-width:568px) {

    h3.b-w3ltxt {
        font-size: 2.3em;
    }

    .innerpage-banner, .inner-page-layer {
        min-height: 180px;
    }

    .team_grids {
        width: 63%;
        margin: auto;
    }

    .create h4 {
        font-size: 25px;
        letter-spacing: 2px;
    }

    h3.heading, h2.heading, .home-blog h2, .home-news h2 {
        font-size: 26px;
    }

    .view {
        min-height: auto;
        padding: 3em 0;
    }

        .view img {
            margin: 0em auto 0;
        }

    .ser_icon i {
        font-size: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .about-grids .col-md-4 {
        padding: 0;
    }

    .service-grids p {
        font-size: 15px;
    }

    .header-top {
        text-align: center;
    }

    .contact-info h4 {
        font-size: 20px;
    }

    #logo a {
        font-size: .65em;
    }

    .service-grids {
        text-align: center;
    }

    .padder-none {
        margin: 0 0px;
        padding: 0 5px;
    }

    .card-text-part {
        background: #fff;
    }
}

@media(max-width:480px) {
    .banner-text-agile {
        padding: 22vw 0vw 4vw;
    }

    .about-grids h4 span {
        font-size: 16px;
    }

    .team_grids {
        width: 75%;
    }

    .join h4 {
        font-size: 23px;
    }

    .join p {
        font-size: 14px;
    }

    .blog-grid-top h3 a, .two-blog2 h3 a, h5.card-title a {
        font-size: 20px;
    }

    .agileinfo_mail_grid_right input[type="text"], .agileinfo_mail_grid_right input[type="email"], .agileinfo_mail_grid_right textarea {
        font-size: 14px;
    }

    .agileinfo_mail_grid_right textarea {
        min-height: 150px;
    }

    h4.about-left {
        font-size: 25px;
    }

    .about p {
        font-size: 14px;
    }

    .bottom-grids p, .offer-grids p {
        font-size: 14px;
    }

    .footer-grids .col-lg-3 {
        padding: 0 15px;
    }

    .innerpage-banner, .inner-page-layer {
        min-height: 120px;
    }

    .appointment h4 {
        font-size: 25px;
    }

    .footer-grids h5 {
        font-size: 17px;
    }

    .footer-grids h4 {
        font-size: 16px;
    }

    h3.heading, h2.heading, .home-blog h2, .home-news h2 {
        font-size: 22px;
    }

    h2.heading-right {
        font-size: 22px;
    }

    .popup {
        margin: 5em 1em;
        padding: 3em 1em;
    }
}

@media(max-width:415px) {
    .blog-grids h4 {
        font-size: 20px;
    }

    .blog-grids h5 {
        font-size: 15px;
    }

    .footer-grids h4 {
        font-size: 15px;
    }

    .bottom-grids p, .about p, .blog-grids p {
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        font-size: 15px;
        letter-spacing: 1px;
    }

    h3.heading, h2.heading, .home-blog h2 {
        font-size: 22px;
    }

    h4.heading {
        font-size: 16px;
    }

    .innerpage-banner, .inner-page-layer {
        min-height: 150px;
    }

    .team-title h5 {
        font-size: 18px;
    }

    .ser_icon i {
        font-size: 16px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .category_text_box h3 {
        font-size: 16px;
    }

    .appointment h4 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    .appointment p {
        font-size: 14px;
    }

    #logo a {
        font-size: .6em;
    }

    .blog-grids h4 {
        font-size: 20px;
    }

    .banner-text-agile {
        padding: 27vw 1vw 4vw;
    }

    .about-box .icon, .ser_icon .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

        .about-box .icon span.fa {
            font-size: 1.5em;
            line-height: 70px;
        }

    .join h4 {
        font-size: 20px;
    }

    .dental img {
        width: 45%;
        padding: 0 0em;
    }
}

@media(max-width:384px) {
    .navbar-brand {
        font-size: 25px;
    }

    h4.about-left {
        font-size: 22px;
    }

    .bottom-grids h4 {
        font-size: 22px;
    }

    .blog-grids h4 {
        font-size: 18px;
    }

    .footer-grids h5 {
        font-size: 18px;
    }

    .about-grids h4 span, .carousel-item p {
        font-size: 14px;
    }

    .btn-banner {
        font-size: 16px;
        padding: 10px 25px;
    }

    h3.b-w3ltxt {
        font-size: 2em;
        line-height: 38px;
    }

    .about p {
        font-size: 13.6px;
    }

    .team_grids {
        width: 85%;
    }

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        letter-spacing: .5px;
    }

    header {
        padding: 0px 0;
    }

    .appointment h4 {
        font-size: 23px;
    }

    .banner-text-agile {
        padding: 30vw 0vw 4vw;
    }

    .btn-banner {
        font-size: 15px;
        padding: 10px 20px;
    }

    #logo a {
        letter-spacing: 0;
    }
}

@media(max-width:375px) {
    .contact-info p {
        font-size: 14px;
    }

    .appointment h4 {
        font-size: 21px;
    }

    .offer-grids h5 {
        font-size: 18px;
    }

    .social h4 {
        font-size: 22px;
    }

    a.button-footr i {
        font-size: 16px;
    }
}

@media(max-width:320px) {
}

/*--//responsive design --*/



/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:480px) and (max-width:599px) { /* smartphones, Android phones, landscape iPhone */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 800px;
        position: relative;
    }
}

@media (min-width:600px) and (max-width: 800px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 800px;
        position: relative;
    }
}

@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */

}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}

@media (min-width:1281px) { /* hi-res laptops and desktops */

}




@media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 450px;
        position: relative;
    }

    .footer-wave-svg {
        height: 50px;
    }

    .footer-content-column {
        width: 24.99%;
    }
}

@media (min-width: 568px) {
    /* .footer-content-column {
      width: 49.99%;
  } */
}


#logosliderbg {
    background-color: white; /* White background for the section */
    padding: 50px 0;
}

.logos {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.logos-slide {
    display: flex;
    align-items: center;
    animation: scroll 20s linear infinite;
}

    .logos-slide img {
        width: 150px; /* Adjust the size as needed */
        margin: 0 20px;
        transition: all 0.3s ease-in-out;
    }

        .logos-slide img:hover {
            transform: scale(1.1);
        }

.logos::before, .logos::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.8); /* Light gray background behind the logos */
    z-index: -1;
    border-radius: 10px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

    .service .service-item .service-inner .service-title {
        position: relative;
        margin-top: -30px;
        text-align: center;
        transition: 0.5s;
    }

        .service .service-item .service-inner .service-title .service-content {
            position: absolute;
            bottom: -100%;
            left: 0;
            margin-left: 30px;
            margin-right: 30px;
            text-align: center;
            border-radius: 10px;
            background: var(--bs-primary);
            opacity: 0;
            transition: 0.5s;
        }

    .service .service-item:hover .service-inner .service-title .service-content {
        bottom: 0;
        opacity: 1;
    }

    .service .service-item .service-inner .service-title .service-content a h4 {
        border-bottom: 1px solid rgba(256, 256, 256, .1);
    }

    .service .service-item .service-inner .service-title .service-title-name {
        transition: 0.5s;
    }

    .service .service-item:hover .service-inner .service-title .service-title-name {
        opacity: 0;
    }

    .service .service-item .service-inner .service-img {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

        .service .service-item .service-inner .service-img::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            border-radius: 10px;
            background: rgba(255, 255, 255, .5);
            transition: 0.5s;
            opacity: 0;
        }

    .service .service-item:hover .service-inner .service-img::after {
        height: 100%;
        opacity: 1;
    }

    .service .service-item .service-inner .service-img img {
        transition: 0.5s;
    }

    .service .service-item:hover .service-inner .service-img img {
        transform: scale(1.3);
    }




/*** Counter Facts Start ***/
.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.8)), url(../img/breadcrumb.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

    .counter-facts .counter {
        position: relative;
        text-align: center;
        width: 200px;
        min-height: 215px;
        padding: 10px 15px;
        margin: 0 auto;
        border-radius: 100px;
        box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
        background: var(--bs-white);
    }

        .counter-facts .counter:before {
            content: "";
            position: absolute;
            height: 105px;
            width: 100%;
            left: 0;
            top: 0;
            border-radius: 10px 10px 0 0;
            background-color: var(--bs-primary);
        }

        .counter-facts .counter .counter-icon {
            position: relative;
            width: 120px;
            height: 100px;
            margin: 0 auto 10px;
            border-radius: 10px 10px 0 0;
            transform: translateY(-20px);
            font-size: 50px;
            line-height: 90px;
            color: var(--bs-secondary);
            background: rgba(1, 143, 252, 0.5);
            clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
        }

            .counter-facts .counter .counter-icon:before {
                content: "";
                position: absolute;
                width: 120px;
                height: 90px;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                border-radius: 10px 10px 0 0;
                background: rgba(0, 58, 102, 0.5);
                z-index: -1;
                clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
            }

        .counter-facts .counter:hover .counter-icon i {
            transform: rotate(360deg);
            transition: all 0.3s ease;
        }

        .counter-facts .counter h3 {
            color: var(--bs-primary);
            font-size: 17px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin: 0 0 5px 0;
        }

        .counter-facts .counter .counter-value {
            font-size: 30px;
            font-weight: 700;
            display: block;
            color: var(--bs-secondary);
        }

@media screen and (max-width: 1200px) {
    .counter-facts .counter {
        margin-bottom: 40px;
    }
}
/*** Counter Facts End ***/



.package-item {
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

    .package-item img {
        transition: .5s;
    }

    .package-item:hover img {
        transform: scale(1.1);
    }

#services-section .custom-card {
    border: 1px solid #dedede;
    transition: all 0.3s ease-in-out;
}

    #services-section .custom-card:hover {
        transform: scale(1.05);
        box-shadow: 0 0 45px rgb(0 0 0 / 26%);
    }

#services-section .small-card-body {
    padding: 15px;
    min-height: 120px;
}

#services-section .btn-stylish {
    background: linear-gradient(135deg, #289db9, #3f5965);
    color: #fff;
    border: none;
    padding: 8px 16px;
    transition: all 0.3s ease-in-out;
}

    #services-section .btn-stylish:hover {
        background: linear-gradient(135deg, #3f5965, #289db9);
        transform: scale(1.1);
    }



.text-left {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


#fh5co-destination {
    width: 100%;
    padding: 0;
    margin: 0;
}

#fh5co-destination-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

    #fh5co-destination-list li {
        display: table;
        padding: 0;
        margin: 0;
        list-style: none;
        min-height: 220px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        float: left;
        clear: left;
        position: relative;
    }

@media screen and (max-width: 480px) {
    #fh5co-destination-list li {
        margin-left: 0;
    }
}

#fh5co-destination-list li .title-bg {
    min-height: 220px;
    padding: 2em;
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    background: #00AD7C;
    z-index: 12;
}

    #fh5co-destination-list li .title-bg h2 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 40px;
    }

    #fh5co-destination-list li .title-bg span {
        text-transform: uppercase;
        letter-spacing: 2px;
    }

        #fh5co-destination-list li .title-bg span a {
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            border: 1px solid #fff;
            padding: 5px 7px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
        }

@media screen and (max-width: 768px) {
    #fh5co-destination-list li .title-bg h2 {
        font-size: 24px;
    }
}

#fh5co-destination-list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-destination-list li > a {
    min-height: 220px;
    padding: 2em;
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
}

    #fh5co-destination-list li > a:after {
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
        content: "";
        border: 2px solid rgba(255, 255, 255, 0.8);
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    #fh5co-destination-list li > a .case-studies-summary {
        width: auto;
    }

@media screen and (max-width: 768px) {
    #fh5co-destination-list li > a .case-studies-summary {
        bottom: 1em;
        left: 1em;
        right: 1em;
    }
}

#fh5co-destination-list li > a .case-studies-summary span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-destination-list li > a .case-studies-summary h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 400;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li > a .case-studies-summary h2 {
        font-size: 24px;
    }
}

#fh5co-destination-list li:hover:after {
    -webkit-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.3);
}

#fh5co-destination-list li:hover > a:after {
    opacity: 1;
}

#fh5co-destination-list li:hover > a .case-studies-summary h2 {
    margin-top: -5px;
}

#fh5co-destination-list li.two-third {
    width: 65.6%;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li.two-third {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.two-third {
        width: 100%;
    }
}

#fh5co-destination-list li.one-third {
    width: 32.3%;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li.one-third {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.one-third {
        width: 100%;
    }
}

#fh5co-destination-list li.one-forth {
    width: 25%;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li.one-forth {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.one-forth {
        width: 100%;
    }
}

#fh5co-destination-list li.one-half {
    width: 50%;
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.one-half {
        width: 100%;
    }
}


/* Section Styling */
.features {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    /*    background: linear-gradient(135deg, #f5f8fd, #e3ecf1), url('../images/pngcircle.png');*/
}

/* Scrolling Logos */
.logos {
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    padding: 20px 0;
}

.logos-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 200%;
    animation: scroll 40s linear infinite;
}

    .logos-slide img {
        height: 80px;
        margin: 0 30px;
        max-width: 100%;
        transition: transform 0.3s ease-in-out;
    }

        .logos-slide img:hover {
            transform: scale(1.1);
        }

/* Keyframes for Smooth Infinite Scroll */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* Section Title */
.section-title {
    position: relative;
}

.sub-style {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-left, .line-right {
    width: 50px;
    height: 3px;
    background: #37d8ff;
}

.sub-title {
}






/* Responsive Adjustments */
@media (max-width: 768px) {
    .logos-slide img {
        height: 60px;
        margin: 0 15px;
    }

    .sub-title {
        font-size: 18px;
    }
}





#countrybackground11 {
    position: relative;
    background: linear-gradient(135deg, #f5f8fd, #e3ecf1), url(../images/pngcircle.png);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
}




/* Improved layout spacing */
.about {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

/* Enhanced service boxes */
.service-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border: 2px solid #2799b7;
}

    .service-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    }

/* More creative buttons */
.btn-prominent {
    /*    background: linear-gradient(135deg, #2799b7, #415d66);*/
    color: black;
    border: none;
    padding: 18px;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.4s;
    font-size: 12px;
    letter-spacing: 1px;
}

    .btn-prominent:hover {
        background: linear-gradient(135deg, #415d66, #2799b7);
        transform: scale(1.1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }


.service-boxs {
    background: linear-gradient(135deg, #415d66, #2799b7);
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}


.highlight-text {
    background: linear-gradient(90deg, #289db9, #3f5965);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* Service Box Styling */
.servicebox2 {
    background: linear-gradient(135deg, #3f5965, #289db9);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 15px;
    min-width: 300px;
    min-height: 200px;
    transition: transform 0.3s ease-in-out;
    margin: 10px; /* Adds space around each .servicebox2 */
}


    .servicebox2:hover {
        transform: translateY(-5px);
    }

/* Stylish Button */
.btn-stylish {
    background: linear-gradient(135deg, #01fdf4, #289db9);
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    min-width: 120px;
}

    .btn-stylish::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.2);
        transition: 0.4s ease-in-out;
        transform: translate(-50%, -50%) scale(0);
        border-radius: 50%;
    }

    .btn-stylish:hover::before {
        transform: translate(-50%, -50%) scale(1);
    }

    .btn-stylish:hover {
        background: linear-gradient(135deg, #289db9, #01fdf4);
        box-shadow: 0 4px 15px rgba(1, 253, 244, 0.3);
    }

/* Responsive Adjustments */
@media (max-width: 992px) {
    .d-flex {
        flex-direction: column;
        align-items: center;
        /* gap: 20px;  Increased gap between buttons */
    }
}





.new-features-section {
    background-image: url(../images/banner78789.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 0;
}

.feature-item {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 5px solid #415d66;
}

    .feature-item:hover {
        transform: translateY(-5px);
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    }

.feature-img {
    width: 60px;
    height: 60px;
}



#custom-footer {
    background-color: #2b3e44;
    color: #ffffff;
}

.footer-logo {
    max-width: 150px;
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

* {
    box-sizing: border-box;
}

.footer-content h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li a {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s ease-in-out;
    }

        .footer-links li a:hover {
            color: #37d8ff;
        }

.footer-social {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .footer-social li a {
        color: #ffffff;
        font-size: 1.5rem;
        transition: color 0.3s ease-in-out;
    }

        .footer-social li a:hover {
            color: #37d8ff;
        }

.footer-disclaimer {
    font-size: 0.85rem;
    opacity: 0.8;
}



a {
    color: #fff;
    text-decoration: none;
}

.pg-footer {
    font-family: 'Roboto', sans-serif;
}


.footer {
    background-color: #004658;
    color: #fff;
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-wave-path {
    fill: #ffff;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

    .footer-content-column ul li a {
        color: #fff;
        text-decoration: none;
    }

.footer-logo-link {
    display: inline-block;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

    .footer-menu-list li {
        margin-top: 5px;
    }

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}

.button:last-of-type {
    margin-right: 0;
}

.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}

.footer-call-to-action {
    margin-top: 30px;
}

.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}

    .footer-call-to-action-link-wrapper a {
        color: #fff;
        text-decoration: none;
    }





.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: #027b9a;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}



*** Features Start ***/
.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 58, 102, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}

.features .feature-item .feature-icon {
    /*   width: 120px;
    height: 120px;*/
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.features .feature-item .feature-icon i {
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
    color: var(--bs-secondary) !important;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.feature-item h6 {
    padding-top: 5px;
    font-size: 15px;
}



/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    /*	text-align: center;*/
    margin: 0 auto;
}

    .section-title .sub-style {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        color: var(--bs-primary);
    }

        .section-title .sub-style::before {
            content: "";
            width: 100px;
            position: absolute;
            bottom: 50%;
            left: 0;
            transform: translateY(-50%);
            margin-bottom: -6px;
            margin-left: -100px;
            border: 1px solid var(--bs-secondary) !important;
        }

        .section-title .sub-style::after {
            content: "";
            width: 50px;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            margin-top: -8px;
            margin-left: -50px;
            border: 1px solid var(--bs-primary) !important;
        }

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

    .sub-title::before {
        content: "";
        width: 100px;
        position: absolute;
        bottom: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-bottom: -8px;
        margin-right: -100px;
        border: 1px solid var(--bs-secondary) !important;
    }

    .sub-title::after {
        content: "";
        width: 50px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-top: -6px;
        margin-right: -50px;
        border: 1px solid var(--bs-primary) !important;
    }



.testimonials {
    background-color: #f33f02;
    position: relative;
    padding-top: 80px;
}

    .testimonials::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 30%;
        background-color: #ddd;
    }

#customers-testimonials .item-details {
    background-color: #333333;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
}

    #customers-testimonials .item-details h5 {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 18px;
    }

        #customers-testimonials .item-details h5 span {
            color: red;
            float: right;
            padding-right: 20px;
        }

    #customers-testimonials .item-details p {
        font-size: 14px;
    }

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
}

.owl-carousel .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

    .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-next,
    .owl-carousel .owl-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        position: absolute;
        top: 30%;
        font-size: 20px;
        color: #fff;
        border: 1px solid #ddd;
        text-align: center;
    }

    .owl-carousel .owl-prev {
        left: -70px;
    }

    .owl-carousel .owl-next {
        right: -70px;
    }


.country-flag {
    position: absolute;
    bottom: 100px; /* Moves the flag down to keep it within the country image */
    left: 50%;
    transform: translateX(-50%);
    width: 60px; /* Adjust the size as needed */
    height: 60px;
    border: 3px solid white; /* Optional: Adds a border for better visibility */
    background-color: white; /* Prevents blending issues */
}

    .country-flag img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }




.country-item {
    margin-top: 49px;
}



.highlight-text {
    background: linear-gradient(135deg, #2e313f, #2e3135);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; /* Makes the gradient visible */
    font-weight: bold;
    /*    padding: 5px 10px;*/
    border-radius: 5px; /* Optional for rounded edges */
    /*	display: inline-block;*/
}



.services-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Hover Effects */
.service-box {
    width: 300px;
    background: white;
    border: 1px solid #dedede;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .service-box:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

.btn-light-red {
    background: linear-gradient(135deg, #2799b7, #415d66);
    color: white;
    transition: background 0.3s ease-in-out, transform 0.2s;
}

    .btn-light-red:hover {
        background: linear-gradient(135deg, #2799b7, #415d66);
        transform: scale(1.05);
    }


.country {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Country Card Hover Effect */
.country-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /*    box-shadow: 0 0 45px rgb(0 0 0 / 26%);*/
}

    .country-item:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }


#insurance-box, #selfpay-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    min-width: 200px; /* Ensures they have the same height */
}


/*#191882*/
/*--//We provide services  start--*/
.services-section {
    position: relative;
    background: linear-gradient(135deg, #f5f8fd, #e3ecf1), url('../images/pngcircle.png');
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
}

.service-box {
    /*	background: rgba(255, 255, 255, 0.1);*/
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-light-red {
    /*	background-color: #191882;*/
    background: linear-gradient(135deg, #2799b7, #415d66);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

    .btn-light-red:hover {
        background-color: #e65c5c;
    }


/*--//We provide services  end--*/


/*--//countries start --*/


/*--//countries end --*/



#nav-text {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.fa-chevron-down {
    font-size: 12px;
}



/*** Country Start ***/
.country .country-item {
    position: relative;
}

    .country .country-item::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 58, 102, 0.7);
        border-radius: 10px;
        transition: 0.5s;
        z-index: 1;
    }

    .country .country-item:hover::after {
        height: 100%;
    }

    .country .country-item .country-flag {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        position: absolute;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        transition: 0.5s;
        z-index: 2;
    }

        .country .country-item .country-flag img {
            border: 5px solid var(--bs-white);
            transition: 0.5s;
        }

    .country .country-item:hover .country-flag img {
        border: 5px solid var(--bs-white);
        transform: rotate(360deg);
        transition: all 0.5s ease;
    }

    .country .country-item .country-name {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        opacity: 0;
        z-index: 3;
        font-size: 35px;
        font-weight: 800;
    }

    .country .country-item:hover .country-name {
        opacity: 1;
    }

    .country .country-item img {
        transition: 0.5s;
    }

    .country .country-item:hover img {
        transform: scale(1);
    }

    .country .country-item .country-name a.fs-4 {
        transition: 0.5s;
    }

        .country .country-item .country-name a.fs-4:hover {
            color: var(--bs-secondary) !important;
        }


/* Form Container */
#new-quote-form {
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    padding: 35px;
    max-width: 570px;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    animation: slideIn 1s ease-in-out forwards;
}

/* Slide-in Animation */
@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

/* Input Fields */
.new-form-control {
    margin-bottom: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px;
    width: 100%;
    font-size: 16px;
}

/* Button */
.new-btn-quote {
    background: linear-gradient(135deg, #2799b7, #415d66);
    color: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

    .new-btn-quote:hover {
        background: darkred;
    }

/* Responsive Styles */
@media (max-width: 992px) {
    .new-banner {
        min-height: auto;
        background-size: cover;
        justify-content: center;
        text-align: center;
        padding: 50px 20px;
    }

    #new-quote-form {
        max-width: 90%;
        transform: translateX(0);
    }
}

/* Extra Small Devices */
@media (max-width: 576px) {
    .new-banner {
        padding: 30px 10px;
    }

    #new-quote-form {
        padding: 20px;
    }

    .new-form-control {
        font-size: 14px;
        padding: 10px;
    }

    .new-btn-quote {
        font-size: 16px;
        padding: 10px;
    }
}


/* Banner Background */
/* Banner Background */
#banner-slider {
    position: relative;
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    /* Default background */
    background: url(../images/slider556.jpg) no-repeat center center / cover;
    /* Smooth transition */
    transition: background-image 2.5s ease-in-out;
}

.new-banner {
    position: relative;
    width: 100%;
    min-height: auto; /* Remove fixed height */
    background: url(../images/slider556.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;

}


/* Background Overlay */
.new-layer {
    /*    background: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



/* Background Overlay */
.new-layer {
    /*    background: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* Form Container */
#new-quote-form {
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    padding: 35px;
    max-width: 450px;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    animation: slideIn 1s ease-in-out forwards;
}

/* Slide-in Animation */
@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

/* Input Fields */
.new-form-control {
    margin-bottom: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px;
    width: 100%;
    font-size: 16px;
}

/* Button */
.new-btn-quote {
    background: linear-gradient(135deg, #2799b7, #415d66);
    color: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

    .new-btn-quote:hover {
        background: darkred;
    }

/* Responsive Styles */
@media (max-width: 992px) {
    .new-banner {
        min-height: auto;
        background-size: cover;
        justify-content: center;
        text-align: center;
        padding: 50px 20px;
    }

    #new-quote-form {
        max-width: 90%;
        transform: translateX(0);
    }
}

/* Extra Small Devices */
@media (max-width: 576px) {
    .new-banner {
        padding: 30px 10px;
    }

    #new-quote-form {
        padding: 20px;
    }

    .new-form-control {
        font-size: 14px;
        padding: 10px;
    }

    .new-btn-quote {
        font-size: 16px;
        padding: 10px;
    }
}



.pg-footer {
    font-family: 'Roboto', sans-serif;
}


.footer {
    background-color: #004658;
    color: #fff;
}

.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}

.footer-wave-path {
    fill: #ffff;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

    .footer-content-column ul li a {
        color: #fff;
        text-decoration: none;
    }

.footer-logo-link {
    display: inline-block;
}

.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}

    .footer-menu-list li {
        margin-top: 5px;
    }

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}

.button:last-of-type {
    margin-right: 0;
}

.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}

.footer-call-to-action {
    margin-top: 30px;
}

.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}

    .footer-call-to-action-link-wrapper a {
        color: #fff;
        text-decoration: none;
    }





.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: #027b9a;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}







/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 1050px;
        position: relative;
    }
}

@media (min-width:480px) and (max-width:599px) { /* smartphones, Android phones, landscape iPhone */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 800px;
        position: relative;
    }
}

@media (min-width:600px) and (max-width: 800px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 800px;
        position: relative;
    }
}

@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */

}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}

@media (min-width:1281px) { /* hi-res laptops and desktops */

}




@media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 450px;
        position: relative;
    }

    .footer-wave-svg {
        height: 50px;
    }

    .footer-content-column {
        width: 24.99%;
    }
}

#main-header {
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}


/* entire css for navbar*/
/* Navbar Styling */
#main-header {
 
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff; /* Set a background so it doesn't look transparent on scroll */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* optional: adds a nice subtle shadow */
    transition: all 0.3s ease;
}

#site-logo img {
    max-height: 60px;
}

/* Search Bar */
#containernavbar1 {
}

.search-container {
    display: flex;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.search-field {
    flex: 1;
    padding: 8px;
    border: none;
    outline: none;
}

.search-button {
    background: linear-gradient(135deg, #2799b7, #415d66);
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

    .search-button:hover {
        background-color: darkred;
    }

/* Navigation Menu */
#main-nav {
    text-align: center;
    position: relative;
}

.menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    width: 100%;
}

    .menu li {
        position: relative;
    }

    .menu a {
        text-decoration: none;
        color: #333;
        font-size: 16px;
        padding: 8px 12px;
        transition: color 0.3s ease;
    }

        .menu a:hover {
            color: #289db9;
        }

/* Dropdown */
.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    min-width: 180px;
    padding: 10px 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    padding: 5px 15px;
}

.dropdown-menu a {
    color: #333;
    display: block;
    width: 100%;
}

    .dropdown-menu a:hover {
        background: #289db9;
        color: #fff;
    }

/* Action Buttons */
#action-buttons {
    display: flex;
    gap: 15px;
}

#assistance-btn {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #007bff;
    color: #fff;
    border: none;
    white-space: nowrap;
}

    #assistance-btn:hover {
        background: #0056b3;
        color: #fff;
    }

/* Responsive Navbar */
@media (max-width: 992px) {
    .container-fluid {
        flex-direction: column;
        text-align: center;
    }

    #main-nav {
        width: 100%;
        position: absolute;
        right: 0;
    }

    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 100%;
        padding: 10px 0;
        z-index: 999;
    }

        .menu li {
            width: 100%;
            text-align: center;
        }

    .toggle {
        display: block;
        font-size: 24px;
        cursor: pointer;
        margin: 10px;
    }

    #nav-toggle {
        display: none;
    }



        #nav-toggle:checked ~ .menu {
            display: flex;
        }

    #action-buttons {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    #assistance-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 12px;
    }
}




#get-quote-btn {
    position: relative;
    padding: 12px 48px;
    color: white; /* Text color white */
    background: linear-gradient(135deg, #289db9, #3f5965); /* Gradient background */
    border: none; /* Remove default border */
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    transition: all 0.3s ease; /* Smooth transition */
    border-radius: 4px; /* Rounded corners for the button */
}

    #get-quote-btn:hover {
        transform: scale(1.0); /* Slight zoom effect on hover */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect on hover */
    }

@keyframes shine {
    0% {
        background-position: 0;
    }

    60% {
        background-position: 110px;
    }

    100% {
        background-position: 180px;
    }
}

#get-quote-btn {
    animation: shine 3s infinite linear; /* Shiny animation */
}




@media (min-width: 768px) {
    .booking {
        position: relative;
        margin-top: -60px !important;
        z-index: 1;
    }
}



.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }




/*.btn-primary:hover {
        background: linear-gradient(135deg, #289db9, #37d8ff);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transform: translateY(-2px);
    }*/

/* Apply shine effect to inputs and select */
/*.form-control, .custom-select {
        transition: box-shadow 0.3s ease;
    }
    .form-control:focus, .custom-select:focus {
        box-shadow: 0 0 5px rgba(56, 145, 255, 0.8);
    }*/


.search-btn:hover {
    background-color: $04a3d3;
    transform: scale(1.05);
}

.search-btn:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(231, 76, 60, 0.8);
}



#main-nav ul.menu li a {
    position: relative;
    text-decoration: none;
    color: #000; /* Default text color */
    padding: 5px 0;
    transition: color 0.3s ease-in-out;
}

    #main-nav ul.menu li a::before,
    #main-nav ul.menu li a::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #328095;
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out;
    }

    #main-nav ul.menu li a::before {
        top: 0; /* Top line */
    }

    #main-nav ul.menu li a::after {
        bottom: 0; /* Bottom line */
    }

    #main-nav ul.menu li a:hover::before,
    #main-nav ul.menu li a:hover::after,
    #main-nav ul.menu li.active a::before,
    #main-nav ul.menu li.active a::after {
        transform: scaleX(1);
    }

    #main-nav ul.menu li a:hover,
    #main-nav ul.menu li.active a {
        color: #04a3d3; /* Optional: Change text color on hover and active */
    }

.justify-text {
    text-align: justify;
}

#main-nav .menu li a {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    color: #000; /* Default text color */
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

    #main-nav .menu li a::before,
    #main-nav .menu li a::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    #main-nav .menu li a::before {
        top: 0;
        transform: scaleX(0);
    }

    #main-nav .menu li a::after {
        bottom: 0;
        transform: scaleX(0);
    }

    #main-nav .menu li a:hover::before,
    #main-nav .menu li a:hover::after,
    #main-nav .menu li.active a::before,
    #main-nav .menu li.active a::after {
        background-color: #328095; /* Blue color */
        transform: scaleX(1);
    }





.new-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

    .banner-overlay.active {
        opacity: 1;
    }

.new-banner {
    background: url('img/back.png') no-repeat center center/cover;
    /*  min-height: 100vh;*/
    position: relative;
    opacity: 0;
    animation: fadeInBg 2s ease-in-out forwards;
}

@keyframes fadeInBg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }



    button.wh-ap-btn {
        outline: none;
        width: 60px;
        height: 60px;
        border: 0;
        background-color: #2ecc71;
        padding: 0;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        cursor: pointer;
        transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
    }

    button.wh-ap-btn::after {
        content: "";
        background-image: url("//i.imgur.com/cAS6qqn.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 60%;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 1;
    }

    button.wh-ap-btn:hover {
        opacity: 1;
        background-color: #20bf6b;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .wh-api {
        position: fixed;
        bottom: 0;
        right: 0;
    }

    .wh-fixed {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .wh-fixed > a {
        display: block;
        text-decoration: none;
    }

    button.wh-ap-btn::before {
        content: "Chat with me";
        display: block;
        position: absolute;
        margin-left: -130px;
        margin-top: 16px;
        height: 25px;
        background: #49654e;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        border-radius: 3px;
        width: 0;
        opacity: 0;
        padding: 0;
        transition: opacity 0.4s, width 0.4s, padding 0.5s;
        padding-top: 7px;
        border-radius: 30px;
        box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    }

    .wh-fixed > a:hover button.wh-ap-btn::before {
        opacity: 1;
        width: auto;
        padding-top: 7px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100px;
    }
    /* animacion pulse */

    .whatsapp-pulse {
        width: 60px;
        height: 60px;
        right: 10px;
        bottom: 10px;
        background: #10b418;
        position: fixed;
        text-align: center;
        color: #ffffff;
        cursor: pointer;
        border-radius: 50%;
        z-index: 99;
        display: inline-block;
        line-height: 65px;
    }

    .whatsapp-pulse:before {
        position: absolute;
        content: " ";
        z-index: -1;
        bottom: -15px;
        right: -15px;
        background-color: #10b418;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        opacity: 0.6;
        -webkit-animation: pulse 1s ease-out;
        animation: pulse 1.8s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    @-webkit-keyframes pulse {
        0%

{
    -webkit-transform: scale(0);
    opacity: 0;
}

25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
}

50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
}

75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}

}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

    .blog .blog-item .blog-img {
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: 0.5s;
    }

        .blog .blog-item .blog-img img {
            transition: 0.5s;
        }

    .blog .blog-item:hover .blog-img img {
        transform: scale(1.2);
    }

    .blog .blog-item .blog-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: rgba(0, 0, 0, .3);
        z-index: 1;
    }

    .blog .blog-item .blog-img .blog-category {
        position: absolute;
        top: 25px;
        left: 25px;
        border-radius: 10px;
        color: var(--bs-white);
        background: var(--bs-primary);
        z-index: 5;
    }

    .blog .blog-item .blog-img .blog-date {
        position: absolute;
        bottom: 25px;
        left: 25px;
        color: var(--bs-white);
        z-index: 5;
    }

    .blog .blog-item .blog-content {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: var(--bs-light);
    }
/*** Blog End ***/

.arabic-text {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif; /* Optional: Use Arabic-supporting font */
}




/*** About us start ***/
.doDoes-faqs {
    overflow: hidden;
}

.doDoes-faq-item {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 30px 0 20px;
}

    .doDoes-faq-item:hover,
    .doDoes-faq-item.active {
        background: white;
        background-image: linear-gradient(90deg, #289db9 0%, #3f5965 8px, transparent 8px, transparent 100%);
    }

.doDoes-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 25px 25px 25px 0px;
    font-weight: 700;
    font-size: 20px;
}

    .doDoes-question:before {
        position: absolute;
        content: "+";
        color: #808080;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 28px;
        font-weight: 700;
        transition: all .5s;
    }

.doDoes-faq-item.active .doDoes-question:before {
    transform: translateY(-50%) rotate(45deg) scale(1.3);
}

.doDoes-answer {
    display: none;
    padding-bottom: 20px;
}

#doDoes-image-box {
    width: 100%;
    height: auto;
    display: block;
}

.doDoes-button {
    background: linear-gradient(135deg, #289db9, #3f5965);
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 12px 28px;
    display: inline-block;
}

    .doDoes-button:hover {
        background: linear-gradient(135deg, #3f5965, #289db9);
        transform: scale(1.05);
    }

/*** About us end ***/


@media (max-width: 768px) {
    #loginTextContainer

{
    text-align: center; /* Center the text on mobile */
}

.list-inline-item {
    display: inline-block;
    margin: 0 10px; /* Optional: Adjust the space between the items */
}

}
