@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: #fefaf1;
}

a {
    text-decoration: none;
    color: #f00;
    white-space: initial;
    font-weight: bold;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'montserrat-medium';
    color: #7f7f7f;
}


/***** Font Files *****/

@font-face {
    font-family: 'montserrat-medium';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-semibold';
    src: url(../font/Montserrat-SemiBold.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'passenger-heading';
    src: url(../font/PassengerSans-Semibold.otf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 6px 6px 6px 18px;
    border: 1px solid #5e697f;
    border-radius: 55px;
    color: #ffffff;
    z-index: 1;
    background: #5e697f;
    position: relative;
    font-size: 14px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'montserrat-semibold';
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    z-index: -1;
    transition: all 250ms;
    /* background: linear-gradient(90deg, rgba(200, 243, 255, 1) 0%, rgba(215, 246, 255, 1) 35%, rgba(190, 242, 255, 1) 100%); */
    background: #D3D3D3;
}

.theme_btn:hover {
    color: #000000;
}
.theme_btn:hover .btn-img {
    background: #5e697f;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'passenger-heading';
    font-size: 65px;
    line-height: 1.2;
    color: #475065;
    font-weight: 500;
    margin: 0 0 7px;
    text-transform: uppercase;
}

h2 {
    font-family: 'passenger-heading';
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
    text-transform: uppercase;
}

h3 {
    font-family: 'passenger-heading';
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0 0 8px;
    text-transform: uppercase;
}

h4 {
    font-family: 'passenger-heading';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'montserrat-semibold';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'montserrat-semibold';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 8px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
    /* background: linear-gradient(90deg,rgba(200, 243, 255, 1) 0%, rgba(215, 246, 255, 1) 35%, rgba(190, 242, 255, 1) 100%); */
    padding: 10px 0px;
    /* border-bottom: 1px solid #00000059; */
    position: absolute;
    width: 100%;
    z-index: 2;
    transition: 0.3s ease-in-out;
}
header.fixed {
    background: #fefaf1;
    z-index: 999;
    transition: 0.3s ease-in-out;
}

header.fixed .menuSec {
    position: relative;
    transition: 0.3s ease-in-out;
}

header.fixed img {
    position: relative;
    width: 50%;
    transition: 0.3s ease-in-out;
}

header {
    transition: 0.3s ease-in-out;
}
.header-logo img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0px;
    /* transition: 0.3s ease-in-out; */
}

.menuSec img {
    margin: 0;
    
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 10px 12px;
    font-size: 12px;
    font-family: 'montserrat-semibold';
    text-transform: uppercase;
}
.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #5e697f;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */
.container-fluid {
    padding: 0px 60px;
}
.color-gray{
    color: #5e697f;
    margin-left: 12px;
}
.dis-block{
    display: block;
}


/* Header Banner Css Start */



.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.theme-btn-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-img {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.banner-sec {
    padding-top: 110px;
    /* background: linear-gradient(90deg, rgba(200, 243, 255, 1) 0%, rgba(215, 246, 255, 1) 35%, rgba(190, 242, 255, 1) 100%); */
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #D3D3D3;
}

.banner-top-text {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.banner-top-text h3 {
    font-size: 30px;
    color: #1c1919;
}

.banner-top-text h3 span {
    font-size: 30px;
}

.banner-number-img {
    position: absolute;
    z-index: 1;
    bottom: 330px;
    left: 80px;
}

.banner-text-box {
    position: absolute;
    z-index: 2;
    bottom: 280px;
    right: 100px;
}

.banner-img {
    position: relative;
    text-align: center;
    z-index: 1;
}

.banner-img img {
    margin-bottom: -70px;
}

.banner-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80%;
    width: 80%;
    background-image: url(../images/banner-circle-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.banner-number-img-heading {
    display: flex;
    gap: 10px;
    background: #fff;
    border-radius: 50px;
    padding: 7px 15px 5px 6px;
    align-items: center;
}

.banner-number-img-heading-text p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000;
    font-family: 'montserrat-semibold';
}

.banner-number-img-icon {
    position: absolute;
    top: -100px;
    right: -70px;
}

.banner-number-img-heading-text h6 {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    font-family: 'montserrat-semibold';
}

.banner-text-box ul li {
    background: #fff;
    margin: 0px 0px 40px 0px;
    padding: 10px 18px 10px 35px;
    border-radius: 50px;
    position: relative;
    font-family: 'passenger-heading';
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-text-box ul li:before {
    position: absolute;
    content: '';
    top: 20px;
    left: 15px;
    height: 8px;
    width: 8px;
    background: #5c6b81;
    border-radius: 50%;
}

.banner-text-box ul li.color-bg-ch:before {
    /* background: #00d2fa; */
    background: #D3D3D3;
}
.banner-text-box li.margin-sd {
    margin-left: -100px;
    margin-bottom: 60px;
}

/* Header Banner Css End */

/* About Css Start */

.about-img {
    position: relative;
}

.about-img > img {
    width: 100%;
}

.about-img-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 14px 20px;
    border-radius: 14px;
}

.about-img-text h6 {
    color: #000;
    text-transform: uppercase;
    font-family: 'montserrat-semibold';
    margin-bottom: 0px;
}

.about-img-text p {
    color: #000;
    text-transform: uppercase;
    font-family: 'montserrat-semibold';
    margin-bottom: 1px;
}

.about-img-text ul {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0px;
}

section.about-sec {
    margin: 100px 0px;
    position: relative;
    padding-bottom: 0px;
}
.about-icon {
    position: absolute;
    bottom: 0px;
    right: 50px;
}

.about-text h2 span {
    margin-left: 5px;
}
/* About Css End */

/* Our Services Css Start */
section.our-services-sec {
    padding: 70px 0px;
    margin-bottom: 100px;
    /* background: linear-gradient(90deg, rgb(197 243 255) 0%, rgb(215 246 255) 35%, rgb(177 240 254) 100%); */
    background: #D3D3D3;
}

.our-services-box > img {
    width: 100%;
}

.our-services-box {
    position: relative;
}

.our-services-box-text h3 {
    color: #fff;
    font-size: 24px;
    border-bottom: 1px solid #ffffff75;
    padding-bottom: 8px;
}

.our-services-box-text p {
    color: #fff;
    opacity: 50%;
}

.our-services-box-text {
    position: absolute;
    bottom: 16px;
    background: #565859;
    padding: 18px 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 92%;
    border-radius: 10px;
}

.our-services-box-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    /* background: #00d2fa; */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    position: absolute;
    right: 20px;
    bottom: -33px;
    background: #D3D3D3;
}
.our-services-box:hover .our-services-box-text {
    /* background: #00d2fa; */
    background: #D3D3D3;
}

.our-services-box:hover .our-services-box-text a {
    background: transparent;
    border: 1px solid #fff;
}
.our-services-text {
    width: 80%;
    float: right;
}
.our-services-text p {
    font-weight: 600;
}





/* Our Services Css End */

/* Why Choose Css Start */


.why-choose-img > img {
    width: 100%;
}

.why-choose-img {
    position: relative;
}

.why-choose-img-box {
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: #00d2fa; */
    padding: 30px 36px;
    border-radius: 20px;
    background: #D3D3D3;
}

.why-choose-img-box ul {
    display: flex;
    margin-bottom: 0;
    gap: 20px;
}

.why-choose-img-box ul li p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.why-choose-text ul {
    column-count: 2;
    margin: 30px 0px;
}

.why-choose-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-family: 'montserrat-medium';
}
section.why-choose-sec {
    margin-bottom: 100px;
}

/* Why Choose Css End */

/* Specialist Services Css Start */
.specialist-services-top-heading {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.specialist-services-top-heading-iconone {
    position: absolute;
    top: 20px;
    left: 0;
}

.specialist-services-top-heading-icontwo {
    position: absolute;
    top: 20px;
    right: 100px;
}
.specialist-services-box-img > img {
    width: 100% !important;
}
.specialist-services-slider .slick-slide img {
    width: auto;
}
.specialist-services-slider .slick-active {
    opacity: 1;
}
.specialist-services-box-img {
    position: relative;
    margin-bottom: 20px;
}

.specialist-services-box-icon {
    position: absolute;
    bottom: -8px;
    right: 30px;
    height: 53px;
    width: 53px;
    /* background: #00d2fa; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5e697f;
}

.specialist-services-box {
    border: 1px solid #0000003d;
    border-radius: 10px;
    margin-bottom: 20px;
}

.specialist-services-box-text {
    padding: 0px 12px 12px 12px;
}

.specialist-services-box-text h4 {
    font-family: 'passenger-heading';
    text-transform: uppercase;
}

.specialist-services-box:hover {
    /* background: #00d2fa; */
    background: #5e697f;
}

.specialist-services-box:hover .specialist-services-box-icon {
    /* background: #5e697f; */
    background: #D3D3D3;
}

.specialist-services-box:hover h4 {
    color: #fff;
    font-size: 23px;
}

.specialist-services-box:hover p {
    color: #fff;
}

.specialist-services-box:hover a {
    background: transparent;
    border: 1px solid #fff;
}

section.specialist-services-sec {
    /* background: linear-gradient(90deg, rgb(197 243 255) 0%, rgb(215 246 255) 35%, rgb(177 240 254) 100%); */
    padding: 60px 0px;
    margin-bottom: 100px;
    background: #D3D3D3;
}
.specialist-services-slider {
    margin-right: -13vw;
}
.specialist-services-box-text h4 {
    font-size: 22px;
}


/* Specialist Services Css Start */

/* Work Team Css Start */


section.work-team-sec {
    margin-bottom: 100px;
    padding: 100px 0px;
    background-image: url(../images/work-team-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}
.work-team-text h2 {
    font-size: 44px;
}

.work-team-text h2 span {
    font-size: 61px;
}

.work-team-text p {
    width: 54%;
}

/* Work Team Css End */
/* Footer Css Start */
.footerSec {
    /* background: #012759; */
    padding: 40px 0 0 0;
    /* background: linear-gradient(90deg, rgb(205 244 255) 0%, rgb(215 246 255) 35%, rgb(215 246 255) 100%); */
    position: relative;
    background: #D3D3D3;
}

.footerSec .top_ftr_left ul {
    display: flex;
    gap: 30px;
    margin: 0;
}

.footerSec .top_ftr_left ul li h5 {
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}





.footerSec .top_ftr_right form input {
    width: 100%;
    border: 2px solid #000000;
    padding: 5px 20px;
    height: 50px;
    border-radius: 50px;
    background: #000;
    color: #fff;
}

.footerSec .top_ftr_right form button {
    width: 50px;
    height: 40px;
    border: unset;
    border-radius: 50px;
    background: #5e697f;
    position: absolute;
    top: 5px;
    right: 10px;
}

.topfutr {
    padding: 30px 0 0px 0;
    border-bottom: 1px solid #9bb2b8;
    margin: 0px 0 0px 0;
}

.fotr_detail img {
    margin: 0 0 20px 0;
}

.fotr_detail h5 {
    color: #fff;
    font-family: 'Timeless-Bold';
    font-size: 24px;
    margin: 0 0 15px 0;
}

.fotr_detail ul {
    display: flex;
    margin: 0;
    gap: 20px;
}

.fotr_detail ul li a i {
    color: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fff; */
    border-radius: 6px;
    background: #5e697f;
}

.fotr_detail ul li a i:hover {
    /* background: #00d2fa; */
    background: #000;
}

.fotr_detail_1 h5 {
    color: #000000;
    font-family: 'passenger-heading';
    font-size: 24px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.fotr_detail_1 ul {
    margin: 0;
    column-count: 1;
}

.fotr_detail_1 ul li {
    padding: 0 0 15px 0;
}

.fotr_detail_1 ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
.btm_aker p {
    margin: 0;
    color: #000;
}
.top_ftr_left ul li h3 {
    font-size: 35px;
}

.top_ftr_right form {
    position: relative;
    width: 70%;
    float: right;
}

.footerSec .top_ftr_right form input::placeholder {
    color: #fff;
    text-transform: uppercase;
}

.fotr_detail p {
    width: 100%;
    color: #000;
}

.fotr_detail_1 {
    padding-top: 40px;
    padding-left: 80px;
    border-left: 1px solid #bcbcbc;
    margin: 0px 20px 0px 70px;
    padding-right: 70px;
    padding-bottom: 20px;
    border-right: 1px solid #bcbcbc;
}

.fotr_detail {
    padding-top: 50px;
}

.btm_aker {
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0px;
    border-top: 1px solid #bcbcbc;
}
.gooter-ul-inline {
    display: flex;
    justify-content: space-between;
}
.fotr_detail_location h5 {
    color: #000000;
    font-family: 'passenger-heading';
    font-size: 24px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}
.fotr_detail_location ul li a{
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}
.fotr_detail_location ul li a i{
    color: #5e697f;
    margin-right: 4px;
    font-size: 18px;
}
.fotr_detail_location ul li {
    margin-bottom: 20px;
}
.fotr_detail_location {
    padding-top: 40px;
}

/* Footer Css End */
.contact_Sec {
    background: url(../images/bg-form.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 20px;
}

.contact_Sec .contact_detail {
    /* background: #fff; */
    padding: 40px 40px;
    /* height: auto; */
    border-radius: 5px 0 0 5px;
}

.contact_Sec .contact_detail .d-flex {
    gap: 20px;
}

.contact_Sec .contact_detail .grp {
    margin: 15px 0;
    width: 100%;
}

.contact_Sec .contact_detail .grp input {
    border: 2px solid #D3D3D3;
    width: 100%;
    padding: 5px 20px;
    height: 50px;
    border-radius: 50px;
    /* background: #34d9f8; */
    color: #fff;
    background: #5e697f59;
}
.contact_Sec .contact_detail .grp select {
    border: 2px solid #aaaeb5;
    width: 100%;
    padding: 5px 20px;
    height: 50px;
    border-radius: 50px;
    color: #ffffff;
    /* background: #34d9f8; */
    text-transform: uppercase;
    background: #aaaeb5;
}

.contact_Sec .contact_detail .grp textarea {
    width: 100%;
    padding: 10px 20px;
    resize: none;
    border-radius: 20px;
    height: 160px;
    border: unset;
    /* background: #34d9f8; */
    color: #fff;
    background: #aaaeb5;
}

.contact-us-img img {
    width: 100%;
    height: 730px;
    object-fit: cover;
    border-radius: 10px;
}

.contact_Sec .contact_detail .grp button img {
    height: auto;
}

.contact_Sec .row {
    /* background: #00d2fa; */
    border-radius: 15px;
    background: #D3D3D3;
}
.contact_Sec .contact_detail .grp textarea::placeholder {
    color: #fff;
}

.contact_Sec .contact_detail .grp input::placeholder {
    color: #fff;
}

.contact_detail h2 {
    color: #fff;
}
.contact_Sec .contact_detail .grp input::placeholder {
    text-transform: uppercase;
}

.contact_Sec .contact_detail .grp textarea::placeholder {
    text-transform: uppercase;
}


/* review-sec */

.review-sec {
    padding: 0px 0px 100px;
}

.review-img {
    width: 100%;
    height: 400px;
    min-height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-text h2 {
    color: #fff;
    font-size: 50px;
}

.reviewSlider {
    margin-top: 15px;
}

.reviewSlider .slick-next {
    top: unset;
    right: 50px;
    bottom: 40px;
}

.reviewSlider .slick-prev {
    top: unset;
    left: unset;
    right: 100px;
    bottom: 40px;
}

.reviewSlider .slick-prev,
.reviewSlider .slick-next {
    z-index: 1;
    /* width: 50px; */
    /* height: 50px; */
    border-radius: 50%;
    /* background-color: #fff; */
    /* border: #fff; */
}





.review-slider-box img.quote-img {
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.review-slider-box ul {
    gap: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review-slider-box ul li i {
    font-size: 22px;
    color: #ffffff;
}

.review-slider-box ul li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.review-slider-box ul li h5 {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    color: #fff;
    margin-bottom: 3px;
}

.review-slider-box ul li h6 {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
}


.review-slider-box-text::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.review-slider-box-text::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: var(--themeColor);
    outline: 1px solid var(--themeColor);
}

.review-slider-box-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgb(0 0 0 / 55%);
}
.review-text {
    padding: 20px;
    background: #54748c;
    border-radius: 10px;
}

.review-text h3 {
    color: #fff;
}

.review-slider-box-text p {
    color: #fff;
}

.reviewSlider .slick-next::before {
    content: '';
    position: absolute;
    background-image: url(../images/testi-right-icon.png);
    height: 19px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.reviewSlider .slick-prev::before {
    content: '';
    position: absolute;
    background-image: url(../images/testi-left-icon.png);
    height: 19px;
    width: 26px;
    background-repeat: no-repeat;
    background-size: cover;
}


/* review-sec */

.faqs-img-ul {
    display: flex;
    gap: 20px;
}

.faqs-img-ul-img img {
    width: 320px;
    height: 112px;
    object-fit: cover;
    border-radius: 10px;
}
ul.faq-ul-icons li {
    display: flex;
    align-items: center;
    gap: 6px;
}

ul.faq-ul-icons li p {
    margin-bottom: 10px;
    font-size: 13px;
}

ul.faq-ul-icons {
    margin-bottom: 2px;
}
/*Faq Start*/

.menuSec.chg {
    background: #000;
}

.frequently-asked-questions {
    background: #172572;
    text-align: center;
    padding: 100px 0 180px;
}

.frequently-asked-questions-box h2 {
    font-size: 25px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.frequently-asked-questions-box h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 16px;
    margin-top: 10px;
}

.frequently-asked-questions-box p {
    color: #fff;
    width: 60%;
    margin: 0 auto;
}

.frequently-asked-questions-box ul {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.frequently-asked-questions-box ul li a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #29292d;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.buzzing-universe-overview-sec .row {
    justify-content: center;
}

.buzzing-universe-overview-faqs-box {
    background: #fff;
    padding: 40px 0;
}

.buzzing-universe-overview-sec {
    margin-top: 0;
}

.buzzing-universe-overview-faqs-box h2 {
    text-align: center;
    color: #2e58a6 !important;
    font-size: 35px;
    font-weight: 600;
}

.buzzing-universe-overview-sec .accordion-item {
    padding: 0px 0 0px;
    border: none;
    border: unset;
    margin-bottom: 20px;
    border-radius: 10px !important;
}

.buzzing-universe-overview-sec .accordion-button:not(.collapsed) {
    color: #ffffff;
    border: none;
    background-color: #5e697f;
    border: 1px solid #dddddd;
    border-radius: 10px 10px 0px 0px;
    padding: 0px 10px 0px 0px !important;
}

.buzzing-universe-overview-sec .accordion-button {
    font-size: 14px;
    color: black;
    border: none;
    font-family: 'montserrat-medium';
    padding: 0px 10px 0px 0px;
    border: 1px solid #d9d9d9;
    border-radius: 60px;
}

.buzzing-universe-overview-sec .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.buzzing-universe-overview-sec .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(9%) hue-rotate(88deg) brightness(98%) contrast(102%);
}

.buzzing-universe-overview-sec .accordion-body p {
    margin: 0;
    color: #6f787e;
    font-size: 15px;
}

.banner-text.faqtxt h1 {
    font-size: 60px;
}

span.faq-num {
    display: flex;
    /* background-color: #00d2fa; */
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    margin: 0 9px 0 0;
    background: #D3D3D3;
}
.buzzing-universe-overview-sec .accordion-button:not(.collapsed) span.faq-num {
    background: #5e697f;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
}
section.faqs-sec {
    margin-bottom: 100px;
}


.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-radius: 60px !important;
}
.buzzing-universe-overview-sec .accordion-body {
    border: 1px solid #0000004a;
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
}

.buzzing-universe-overview-sec .accordion-button:not(.collapsed) {
    border: 1px solid #b5b5b5;
}
.buzzing-universe-overview-sec .accordion-body {
    border: 1px solid #0000004a;
    border-radius: 0px 0px 10px 10px;
    border-top: 0px;
    margin-top: -22px;
    padding-top: 40px;
}

/*Faq End*/

section.banner-sec.inner-banner {
    background-image: url(../images/inner-banner-img.png);
    height: 80vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0;
}
.banner-top-text.inner-banner-text {
    width: unset;
    text-align: start;
    margin-bottom: 0;
    margin-top: 20px;
}

.banner-top-text.inner-banner-text h1 {
    color: #000;
    font-size: 45px;
}
section.services-sec-inner {
    margin: 100px 0px;
}
.services-detail-img img {
    width: 100%;
}
ul.ul-li-borderbox li {
    margin-bottom: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 14px;
}

ul.ul-li-borderbox li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    height: 6px;
    width: 6px;
    background: #5e697f;
    border-radius: 50%;
}

section.specialist-services-inner .container-fluid {
    padding-right: 0;
    width: 102%;
}
section.specialist-services-inner {
    margin: 100px 0px;
}
.specialist-services-detail-img img {
    width: 100%;
}
.specialist-services-box.specialist-services-inner-detail {
    border: unset;
}

.specialist-services-box.specialist-services-inner-detail .specialist-services-box-icon {
    right: 36px;
}
ul.review-star {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

ul.review-star li i {
    color: #ffb20d;
}

ul.review-img-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    height: auto;
    margin-bottom: 0;
}

.review-ul-img {
    padding: 7px 0px 0px 7px;
    position: relative;
}

.review-ul-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: #9198a8;
}

.review-ul-img:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 60px;
    width: 1px;
    background: #9198a8;
}

ul.review-img-inner li h5 {
    margin-bottom: 2px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.review-ul-img img {
    width: auto;
    height: auto;
}

ul.review-img-inner li h6 {
    margin-bottom: 0;
    /* color: #00d2fa; */
    font-size: 14px;
    text-transform: uppercase;
    color: #D3D3D3;
}

.review-box {
    padding: 40px 26px;
    box-shadow: 0px 0px 10px 0px #0000001f;
    margin-bottom: 20px;
    border-radius: 8px;
}

section.review-inner-sec {
    margin: 100px 0px;
}
.review-box:hover {
    /* background: #00dafc; */
    background: #D3D3D3;
}

.review-box:hover i {
    color: #fff;
}

.review-box:hover p {
    color: #fff;
}

.review-box:hover h5 {
    color: #fff;
}

.review-box:hover h6 {
    color: #fff;
}
.review-box:hover .review-ul-img:before{
    border: 1px solid #fff;
}
.review-box:hover .review-ul-img:after{
    border: 1px solid #fff;
}
.review-inner-number-ul ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 0;
}

.review-inner-number-ul ul li {
    padding: 10px;
    font-size: 28px;
    color: #000;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}

.review-inner-number-ul ul li:hover {
    background: #5e697f;
    color: #fff;
}

/* FAQ Page Start */

.accordion-body.gorrila-page-txt {
  padding: 0px 20px 20px;
  background: #f4f9fe;
  /* border: 2px solid #1b72d6; */
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.gorilla-content .accordion-item {
  border: unset;
  margin: 20px 0;
  background: transparent;
}

.gorilla-content .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4b494b;
  background: #f4f9fe;
  font-size: 30px;
  font-weight: 600;
  border: 2px solid #5e697f !important;
  border-bottom: 0 !important;
  font-family: 'passenger-heading';
  height: 60px;
  border-radius: unset !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  padding-top: 27px;
  text-transform: uppercase;
}

.faqs-main .accordion-collapse.collapse {
  border: 2px solid #5e697f !important;
  border-top: 0 !important;
  border-radius: 0 0 5px 5px !important;
  /* margin-bottom: 30px; */
  /* border-radius: 0 !important; */
}

.gorilla-content button:focus:not(:focus-visible) {
  box-shadow: none;
}

.gorilla-content .accordion-button::after {
  content: "\f067";
  font-weight: 600;
  font-family: "Font Awesome 5 free";
  background-image: none;
  position: absolute;
  top: 30px;
  right: 28px;
  color: #000000;
  /* border: 1px solid; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  font-size: 20px;
}

.faqs-main .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  color: #5e697f;
  top: 20px;
}

.address {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.contact-main h2 {
  font-size: 45px;
  color: #000;
  line-height: 45px;
  padding-bottom: 15px;
  font-weight: 400;
}

section.faqs-main p {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.faqs-main {
  background-color: #f3f9fe;
  padding: 100px 0;
}

.faqs-main button.accordion-button.collapsed {
  font-size: 30px;
  border: 1px solid #c7cbcf;
  /* background: #00d2fa; */
  color: #000000;
  padding: 40px 30px;
  height: 60px;
  border-radius: 40px !important;
  font-family: 'passenger-heading';
  text-transform: uppercase;
  background: #D3D3D3;
}

/* FAQ Page End */



/*CONTACT US CSS*/

.contact-us .mg-40{
  margin-top: 40px;
}
.contact-us .mg-40 iframe{
  height: 450px;
  width: 100%;
  margin: 40px 0 0;
}
.contact-us .theme-h2 {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
}

.contact-form input {
    width: 100%;
    border: 1px solid #111111;
    padding: 12px 20px;
    margin-bottom: 25px;
    border-radius: 25px;
    background: transparent;
}

.contact-form textarea {
    width: 100%;
    padding: 5px 20px;
}

.contact-form input::placeholder {
    color: #000000;
    font-size: 16px;
}

.contact-form textarea {
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #111111;
    border-radius: 14px;
    margin-bottom: 24px;
    background: transparent;
}

.contact-form textarea::placeholder {
    color: #000000;
    font-size: 16px;
}

.contact-form a {
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background-color: #5e697f;
    padding: 15px;
    border-radius: 25px;
    font-family: 'montserrat-medium';
}

.contact-links ul li i {
    font-size: 28px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 85px;
    width: 85px;
    /* background: #00d2fa; */
    background: #D3D3D3;
}

.contact-links ul li p {
    margin: 0;
    font-family: 'montserrat-medium';
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.contact-links ul li a {
    color: #000;
    /* font-family: 'Roboto'; */
    font-size: 15px;
    font-weight: 500;
    font-family: 'montserrat-medium';
    color: #000;
}

.contact-links ul li {
    margin-left: 0px;
    margin-right: 20px;
}

.contact-links ul {
    display: flex;
    margin-bottom: 30px;
    align-items: anchor-center;
}

.contact-links ul li h3 {
    margin-bottom: 5px;
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section.contact-us {
    padding: 60px;
}

section.neonatal-sec h3 a {
    color: #000;
    margin: 0;
    font-size: 30px;
}


/*CONTACT US END*/




/* -------------------------------------- Enroll Enroll ------------------------------- */

.enroll-sec {
  /* background: #fff; */
}

.enroll-form {
  max-width: 1120px;
  margin: 0 auto;
}

/* form field wrapper */
.form-field {
  position: relative;
  margin-bottom: 22px;
}

/* inputs & selects */
.form-field input,
.form-field select {
  width: 100%;
  height: 52px;
  padding: 0 48px 0 18px;
  border: 1px solid #000;
  border-radius: 30px;
  outline: none;
  background: transparent;
  font-size: 13px;
  color: #8d8989;
  font-weight: 600;
  text-transform: uppercase;
}

/* textarea */
.form-field textarea {
  width: 100%;
  height: 160px;
  padding: 16px 18px;
  border: 1px solid #000;
  border-radius: 20px;
  resize: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #8d8989;
  background: transparent;
}

/* icons inside fields */
.form-field i {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  pointer-events: none;
  color: #000000;
}

/* select arrow alignment fix */
.form-field select {
  appearance: none;
  cursor: pointer;
}

/* textarea no icon spacing issue */
.form-field textarea + i {
  display: none;
}

/* checkbox area */
.enroll-label {
  margin-top: 10px;
}

.enroll-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.enroll-check label {
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.form-field input::placeholder {
  color: #8d8989;
}

.form-field textarea::placeholder {
  color: #8d8989;
}

.enroll-check {
  display: flex;
  align-items: center;
  gap: 14px;
}

.enroll-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 40px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.enroll-check input[type="checkbox"]::after {
  content: "âœ“";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 21px;
  font-weight: 700;
  color: #000;
  opacity: 0;
}

.enroll-check input[type="checkbox"]:checked::after {
  opacity: 1;
}

.enroll-check label {
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  cursor: pointer;
}

.form-field select option {
  font-weight: 600;
  color: #000;
  font-size: 13px;
  line-height: 22px;
}
section.enroll-sec {
    margin: 100px 0px;
}

.get-quote-btn {
    text-align: center;
}

/* -------------------------------------- Enroll Enroll ------------------------------- */

section.recruitment-sec {
    margin: 100px 0px;
}

.donate_form {
    border: 1px solid #aeaeae;
    padding-bottom: 20px;
    margin-bottom: 50px;
}


.donate_form form {
    padding: 40px 40px 0px;
}

.box-recruitment-heading {
    padding: 20px 28px;
    background: #5e697f;
}

.box-recruitment-heading h4 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.cont-pg-input input {
    width: 100%;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 10px;
    margin-bottom: 30px;
}

.cont-pg-input label {
    margin-bottom: 10px;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    font-family: 'montserrat-medium';
}

.cont-pg-input select {
    width: 100%;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 14px 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.cont-pg-input {
    position: relative;
}

.cont-pg-input i {
    position: absolute;
    right: 10px;
    bottom: 46px;
    font-size: 18px;
}
.cont-pg-input.edu-select input {
    border-radius: 8px;
}

.cont-pg-input.edu-select select {
    border-radius: 10px;
    text-transform: uppercase;
}

.cont-pg-input.edu-select::placeholder {
    text-transform: uppercase;
}
.recruitment-file-box {
    padding-left: 110px;
}

.recruitment-file-box h4 {
    text-transform: uppercase;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.fotr_detail img {
    width: 48%;
}


ul.about_list li {
    position: relative;
    padding-left: 20px;
    color: #7f7f7f;
    font-family: 'montserrat-medium';
}

ul.about_list li::before {
    content: '\f00c';
    position: absolute;
    /* width: 7px; */
    /* height: 7px; */
    /* background: red; */
    /* border-radius: 10px; */
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    left: 0;
}

.about_tabs ul#pills-tab {
    justify-content: space-between;
    background: #5e697f;
    width: 60%;
    padding: 10px 10px;
    border-radius: 60px;
    margin: 0 auto;
}

.about_tabs .nav-link {
    padding: 14px 40px;
    border-radius: 40px;
    font-size: 18px;
    font-family: 'montserrat-medium';
    background: transparent;
    color: #fff;
}

.about_tabs .nav-link.active {
    background: #D3D3D3;
    color: #000;
}
.tab-content > .tab-pane .about-text {
    text-align: center;
}

.tab-content > .tab-pane li {
    padding: 0;
}

.tab-content > .tab-pane li::before {
    display: none;
}
.website-top-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.website-top-icon a i {
    height: 65px;
    width: 110px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

/* Booking Page Css Start */

.get-book-form {
    border: 1px solid #D3D3D3;
    padding: 60px 10px 40px;
    border-radius: 8px;
}

.get-book-form-top-heading {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D3D3D3;
}

.get-book-top-heading {
    text-align: center;
    margin-bottom: 40px;
}

.get-book-form-boxone {
    border-bottom: 1px solid #D3D3D3;
    padding: 0px 30px 30px;
    margin-bottom: 50px;
}

.get-book-form-boxone h4 {
    margin-bottom: 6px;
}

.get-book-form-boxone p {
    margin-bottom: 24px;
}

.get-book-form-boxone-input input {
    width: 100%;
    background: transparent;
    padding: 10px 18px;
    margin-bottom: 14px;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    color: #000;
}
.booking-text-edit {
    margin-bottom: 10px !important;
}

.booking-text-edit b {
    color: #000;
}

.get-book-form-boxone ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
}

.get-book-form-boxone ul li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    height: 6px;
    width: 6px;
    background: #5e697f;
    border-radius: 50%;
}
.get-book-form-boxone-input select {
    width: 100%;
    background: transparent;
    padding: 10px 18px;
    margin-bottom: 14px;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    color: #000;
}
.get-book-form-boxone-input {
    position: relative;
}
.get-book-form-boxone-input i {
    position: absolute;
    top: 25%;
    right: 10px;
}
.get-book-boxone-function-img {
    height: 100px;
    background: #5e697f;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
}

.get-book-boxone-function {
    text-align: center;
}
.booking-summary-box {
    border: 1px solid #d3d3d3;
    padding: 20px 20px;
    border-radius: 10px;
}

.booking-summary-box-top-heading {
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 40px;
    padding-bottom: 18px;
}



ul.booking-summary-ulone li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

ul.booking-summary-ulone li i {
    color: #000;
    font-size: 20px;
}

ul.booking-summary-ultwo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.booking-summary-ultwo li p {
    margin-bottom: 0px;
    color: #000;
    font-weight: 800;
    font-size: 17px;
}

ul.booking-summary-ulone {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
}

ul.booking-summary-ultwo li {
    color: #5e697f;
    font-size: 30px;
}
.get-book-form-boxone-input button {
    width: 100%;
    padding: 10px;
    background: #5e697f;
    border: unset;
    border-radius: 50px;
    color: #fff;
}
ul.get-tab-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

ul.get-tab-ul li {
    padding: 10px 0px;
    border: 1px solid #d3d3d3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

ul.get-tab-ul li:before {
    content: unset;
}
.get-book-form-boxone-input textarea {
    width: 100%;
    background: transparent;
    padding: 10px 18px;
    margin-bottom: 14px;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    color: #000;
    height: 140px;
}
.get-book-form-boxone-input.add-label i {
    top: 40px;
}
.get-book-form-boxone-input.btn-link ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.get-book-form-boxone-input.btn-link ul li {
    border: 1px solid #5c677c;
    padding: 10px 30px !important;
    border-radius: 7px;
    padding-left: unset;
}

.get-book-form-boxone-input.btn-link ul li:before {
    content: unset;
}

.get-book-form-boxone-input.btn-link ul li a {
    font-weight: 400;
    color: #363636;
}

.get-book-form-boxone-input.btn-link {
    text-decoration: unset;
}
.box-booking-rightone {
    border: 1px solid #d3d3d3;
    padding: 40px 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.box-booking-rightone-box {
    text-align: center;
    margin-bottom: 30px;
}

.box-booking-rightone-box i {
    color: #5e697f;
    font-size: 30px;
    margin-bottom: 20px;
}
/* **************************************************** */

.booking-summary-box {
  position: sticky;
  top: 140px;
}

li.generalist {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start !important;
}

li.generalist.m-0 ul li {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

li.generalist.m-0 ul {
  width: 100%;
}

li.generalist.m-0 ul li {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
}

/* =================================== */

.get-book-boxone-function {
  border: 1px solid #d3d3d3;
  cursor: pointer;
  transition: 0.2s;
}

.get-book-boxone-function.active .get-book-boxone-function-img {
  background: #d6a12a;
}

.qty-control {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.qty-control button {
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

li.generalist.m-0 ul li {
  margin: 6px 0 !important;
}

/* ======== */

.get-tab-ul li {
  border: 1px solid #d3d3d3;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.2s;
}

.get-tab-ul li.active {
  background: #d6a12a;
  color: #fff;
  border-color: #d6a12a;
}


/* **************************************************** */



/* Booking Page Css End */
section.modern-slavery-sec {
    margin: 100px 0px;
}
li.modern-slavery-ul-signature canvas {
    border-bottom: 1px solid #5e697f;
    margin-bottom: 10px;
    height: 90px;
    width: 300px;
}

li.modern-slavery-ul-signature button {
    padding: 10px 40px;
    border: unset;
    background: #5e697f;
    color: #fff;
    border-radius: 6px;
}
li.modern-slavery-ul-date input {
    border: unset;
    background: transparent;
    border-bottom: 1px solid #5e697f;
    width: 100%;
}

ul.modern-slavery-ul {
    display: flex;
    align-items: center;
    gap: 80px;
}

ul.modern-slavery-ul li {
    /* width: 100%; */
    /* text-align: center; */
}
.pricing-text {
    /* text-align: center; */
}

.pricing-text-box {padding: 30px 30px;border: 1px solid #5e697f5e;border-radius: 10px;margin-bottom: 30px;box-shadow: 0px 0px 12px 0px #00000054;}

ul.pricing-box-sd li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-text-box h4 {
    text-align: center;
    font-size: 30px;
}

.pricing-top-heading {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.banner-top-text p {
    color: #000;
}