@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: ranua-font;
    src: url(../fonts/Ranua-Trials/RanuaTrials-Black.otf);
    font-weight: 800;
}

@font-face {
    font-family: ranua-font;
    src: url(../fonts/Ranua-Trials/RanuaTrials-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: ranua-font;
    src: url(../fonts/Ranua-Trials/RanuaTrials-Heavy.otf);
    font-weight: 600;
}

@font-face {
    font-family: ranua-font;
    src: url(../fonts/Ranua-Trials/RanuaTrials-Light.otf);
    font-weight: 200;
}

@font-face {
    font-family: ranua-font;
    src: url(../fonts/Ranua-Trials/RanuaTrials-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: ranua-font;
    src: url(../fonts/Ranua-Trials/RanuaTrials-Thin.otf);
    font-weight: 100;
}


/***** General CSS *****/
.testi-box a.btn-1.mt-5 {
    display: block;
    width: 15%;
    display: flex;
    margin: 0 auto;
}
html{
    overflow-x: hidden;
}
body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #000000;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #bce0e1;
    white-space: initial;
}

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;
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.theme-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
}

.theme-btn:hover {
    background-color: #fff;
    color: #28b16d;
    border-color: #28b16d;
}

.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,
h2,
h3,
h4,
h5,
h6 {
    font-family: ranua-font;
}

h1 {
    font-size: 93px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    margin: 0 0 17px;
}

h2 {
    font-size: 92px;
    line-height: 1;
    color: #3f9c9e;
    margin: 0 0 30px;
    font-weight: 400;
}
.tms h3{
    font-size: 50px;
    line-height: 1;
    color: #3f9c9e;
    margin: 0 0 30px;
    font-weight: 400;
}

h3 {
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-size: 18px;
    line-height: 23px;
    color: #3f9c9e;
    font-weight: 700;
    margin: 0 0 15px;
}

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;
}


/* BEGIN: HEADER SEC CSS */


/* sidenav-css start */

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -500px;
    background: #e47225;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 250px;
}


/* The navigation menu links */


/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.sidenav a:focus {
    color: #000;
    text-decoration: none;
    padding-left: 40px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.mobilecontainer span {
    color: #e47225;
    margin-right: 10px;
    margin: 0px 9px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.mobilecontainer img {
    width: 63px;
    margin: -19px 0;
    position: relative;
    z-index: 1;
}

.mobilecontainer {
    background-color: #fff;
    padding-left: 20px;
    width: 70px;
}


/* sidenav-css end */


/*navigation*/

header {
    margin: 0;
}

.main-navigate {
    margin: 0;
    padding: 20px 3%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.nav-flex {
    display: flex;
    align-items: center;
}

.navigation {
    margin-top: 0px;
    text-align: center;
}

.navigation>ul>li>a {
    color: #414141;
    padding: 0px 12px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.navigation>ul>li {
    display: inline-block;
    padding: 0px 0px;
}


/* END: HEADER SEC CSS */


/*banner css start */

.carousel-inner .carousel-item .slider-banner {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.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 {}

.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;
}


/*slick slider in tabs css start*/


/* Style the tab */

.tab_sec .tab {
    overflow: hidden;
    border: 0;
    background-color: #ffffff;
}


/* Style the buttons that are used to open the tab content */

.tab_sec .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab_sec .tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab_sec .tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tab_sec .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0;
}

.tabcontent.active {
    display: block;
}


/*slick slider in tabs css start*/

.nav-item {
    padding: 10px;
}

section.banner>img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}

.ban-home.banner>img {
    height: 100vh;
}

ul#menu {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
}

ul#menu>li>a {
    font-size: 13px;
    color: #fff;
    margin-left: 0;
    padding: 10px 5px;
    font-weight: 500;
}

.main-navigate:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #ffffff5c;
}

.banner-cont {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 105px;
}

section.banner {
    position: relative;
}

h1 span {
    color: #bce0e1;
}

.banner-cont p {
    font-size: 17px;
    color: #fff;
}

.btn-1 {
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    background: #bce0e1;
    border-radius: 99px;
    color: #498b8d;
    font-size: 16px;
    position: relative;
    z-index: 99;
}

.shedule-flex {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 50px;
}

.shedule-box {
    color: #fff;
    font-size: 16px;
    width: 50%;
}

.shedule-box span {
    display: block;
    font-size: 20px;
    margin: 0 0 9px;
    color: #bce0e1;
    font-weight: 600;
}

div#tsparticles {
    position: absolute;
    right: -310px;
    top: -60px;
}

.btn-1:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    background: #3f9c9e;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s all;
    border-radius: 99px;
    margin: auto;
}

.btn-1:hover::before {
    width: 100%;
}

.btn-1:hover {
    color: #fff;
    background: transparent;
}

section.about-sec {
    padding: 100px 0;
}

.about-img>img {
    border-radius: 500px;
    border-top-left-radius: 0;
}

.spec-abt span {
    font-size: 100px;
    line-height: 1;
    color: #3f9c9e;
    font-family: 'ranua-font';
    font-weight: 100;
}

.spec-abt span+p {
    font-size: 20px;
    font-weight: 600;
}

.spec-abt {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.spec-abt>div {
    width: 50%;
}

.about-img {
    margin: 0 80px;
}

span.had-thin {
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'ranua-font';
    font-weight: 100;
    margin: 0 0 30px;
    display: block;
}

.slidr-btns {
    display: flex;
    align-items: center;
    justify-content: start;
}

.slidr-btns>a {
    height: 70px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px 1px #3f9c9e73;
    border-radius: 50%;
    margin: 0 40px 0 0;
    color: #3f9c9e;
    font-size: 20px;
}

.service-box>img {
    height: 53px;
    width: 53px;
    object-fit: contain;
    margin: 0 0 20px;
}

.service-box h4 {
    font-size: 24px;
    color: #000;
}

.service-box a {
    font-size: 17px;
    color: #3f9c9e;
    font-family: 'ranua-font';
    font-weight: 400;
    border-bottom: 1px solid;
}

.service-box {
    padding: 30px;
    opacity: 1;
    /*box-shadow: 0 0 20px 0px #0000001a;*/
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
    margin-bottom: 24px;
    height: 306px;
    /* height: 275px; */
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    border-radius: 19px;
}

li.page-item.active {
    padding-right: 6px;
}

li.page-item.disabled {
    padding-right: 10px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    border-radius: 20px;
    height: 36px;
    width: 35px;
}
.page-item:last-child .page-link {
    /* border-top-right-radius: 0.25rem; */
    /* border-bottom-right-radius: 0.25rem; */
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.service-box:hover,
.service-slidr .slick-current {
    background: #3f9c9e;
}

.service-box:hover img,
.service-slidr .slick-current img {
    filter: brightness(3.5);
}

.service-box:hover h4,
.service-slidr .slick-current h4 {
    color: #fff;
}

.service-box:hover p,
.service-slidr .slick-current p {
    color: #fff;
}

.service-box:hover a,
.service-slidr .slick-current a {
    color: #fff;
}

.service-slidr .slick-arrow {
    visibility: hidden;
}

.service-slidr .slick-current~.slick-slide,
.service-slidr .slick-current {
    visibility: visible !important;
}

.service-slidr .slick-slide {
    visibility: hidden;
}

.service-slidr .slick-list {
    overflow: visible;
    padding-right: 70px;
}

.srbe-bc {
        position: relative;
    z-index: 1;
    background: #fff;
    padding-bottom: 40px;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: -30px;
}

.srbe-bc:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    right: 100%;
}

section.video-sec {
    padding: 100px 0;
}

section.video-sec h2 {
    font-size: 75px;
}

.vid-img>img {
    border-radius: 200px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

section.video-sec h2+p {
    line-height: 2;
}

.vid-img {
    position: relative;
}

.vid-img:before {
    content: '';
    position: absolute;
    height: 100px;
    width: 300px;
    right: 80%;
    border-top: 1px solid #3f9c9e;
    top: -50px;
    border-right: 1px solid #3f9c9e;
    z-index: -1;
}

.play-btn {
    height: 100px;
    width: 100px;
    display: inline-flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    background: #98d7d9b5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    padding-left: 5px;
}

.play-btn:hover {
    background: #3f9c9e;
    color: #fff;
}

section.testimonal-sec {
    padding: 100px 0;
    background: url(../images/testi-bg2.jpeg);
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #314343;
}

section.testimonal-sec * {
    color: #fff;
}

section.testimonal-sec h2 {
    margin-bottom: 10px;
}

.testi-box {
    text-align: center;
    padding: 50px 0 0;
}

.testi-box>img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    object-fit: cover;
    margin: 0 auto 10px;
}

.rate-str i {
    font-size: 18px;
    margin: 0 5px;
}

.testi-box h4 {
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    margin: 10px 0;
}

.testi-box p {
    font-size: 26px;
    font-style: italic;
    line-height: 1.8;
}

.testi-slider .slick-arrow:before {
    font-family: 'Poppins';
    color: #fff;
    font-size: 50px;
}

.testi-slider .slick-arrow {
    margin: 0 -14px;
    top: 65%;
}

section.faqs-sec {
    padding: 100px 0;
}

section.faqs-sec h2 {
    font-size: 80px;
    margin: 0 0 10px;
}

.accordion-button {
    background: transparent !important;
    color: #3f9c9e;
    font-size: 25px;
    box-shadow: none;
    border-bottom: 1px solid #000;
    opacity: 0.5;
    justify-content: space-between;
}

.accordion-header {
    margin: 0 !important;
}

.accordion-item {
    background: transparent;
    border: 0;
}

.accordion-button:not(.collapsed) {
    color: #3f9c9e;
    opacity: 1;
}

.accordion-button:focus {
    border-bottom: 1px solid #000;
    box-shadow: none;
}

.accordion-button:after {
    display: none !important;
}

.accordion-button:not(.collapsed) .fa-minus {
    display: block;
}

.accordion-button .fa-minus {
    display: none;
}

.accordion-button:not(.collapsed) .fa-plus {
    display: none;
}

.accordion-body {
    text-align: left;
}

.accordion-button i {
    color: #000;
}

.gal-g img {
    width: 100%;
}

section.gallery-sec .row>* {
    padding: 0;
}

section.gallery-sec .row {
    margin: 0;
}

.gal-g.g2 img,
.gal-g.g1 img {
    height: 441px;
    object-fit: cover;
}

.gal-g.g5 img {
    height: 691px;
    object-fit: cover;
}

.gal-g.g4 img {
    height: 601px;
    object-fit: cover;
}

.gal-g.g3 img {
    height: 351px;
    object-fit: cover;
}

.gal-g {
    padding: 2px;
    position: relative;
    overflow: hidden;
}

.ths-cont {
    position: absolute;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    display: grid;
    align-content: center;
    padding: 70px;
    background: #055758cc;
    top: 0;
    left: 0;
    transform: translateY(101%);
    transition: 0.3s all;
}

.ths-cont * {
    color: #fff;
}

.ths-cont h3 {
    font-size: 37px;
    font-weight: 400;
    margin: 0 0 20px;
}

.gal-g:hover .ths-cont {
    transform: none;
}

.gal-g .play-btn {
    height: 140px;
    width: 140px;
    background: transparent;
    border: 2px solid;
    box-shadow: 0 0 0 1000px #00000061, inset 0 0 0 100px #00000061;
}

.gal-g .play-btn:hover {
    box-shadow: 0 0 0 1000px #00000061, inset 0 0 0 100px #0000;
}

.footerSec {
    padding-top: 70px;
    position: relative;
    border-top: 2px solid #cccccc;
}

.ft-logo img {
    width: 338px;
}

.chatting {
    position: absolute;
    height: 130px;
    width: 150px;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #3f9c9e;
    background: #bce0e1;
    border-bottom-left-radius: 60px;
    padding-left: 10px;
}

ul.ft-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    border-top: 2px solid #cccccc;
    padding: 20px 0;
    border-bottom: 2px solid #cccccc;
}

ul.ft-links a {
    color: #000;
    font-size: 16px;
    margin: 0 20px;
    font-weight: 500;
}


.tabs_sectionn .nav-link{
    color:#3f9c9e;
}

.tabs_sectionn .nav-pills .nav-link.active, .tabs_sectionn .nav-pills .show > .nav-link{
    background-color:#bce0e1;
    color:#3f9c9e;
    
}

.copy-rihgt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 6.5%;
    border-top: 2px solid #ccc;
    margin-top: 30px;
}

.copy-rihgt p {
    margin: 0;
}

.socail-links a {
    font-size: 30px;
    margin-left: 17px;
    color: #bce0e1;
}

.socail-links a:hover {
    color: #3f9c9e;
}

a.watsapp-btn {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 2;
}

section.banner>img {
    height: auto;
}

.service-box-det h4 {
    font-size: 30px;
    color: #000;
    margin: 0px 0 20px;
}

.det-img {
    width: 100%;
    margin: 0 0 30px;
}

.det-img img {
    width: 100%;
    height:500px;
    object-fit:cover;
}
.desc h2 {
    font-size: 30px;
    margin: 40px 0 10px;
}
.desc h3 {
    font-size: 30px;
    margin: 40px 0 10px;
}

/*contact-sec*/

.contact-left {
    background-image: url("../images/blur-img.jpg");
    background-position: center;
    background-size: cover;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
}

.dull-overlay {
    position: absolute;
    background: #12121287;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact-sec h4 {
    font-size: 49px;
    line-height: 55px;
}

.contact-right {
    background: #f5fafd;
    border-radius: 10px;
    position: relative;
}

.circle-contact i {
    font-size: 30px;
}

.circle-contact {
    background: #3f9c9e;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 20px;
}

.contact-list {
    display: flex;
    align-items: center;
    margin: 30px 0;
    color: white;
}

.contact-list:hover {
    color: #359eda;
}

.contact-list div h5 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    color: white;
    font-weight: 300;
}

.contact-social-icon a {
    color: white;
    margin: 0 10px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    animation-name: myanimation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes myanimation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.contact-right::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 10%;
    background-color: #3f9c9e;
    top: 10%;
    left: 0;
}

.contact-right input,
.contact-right select {
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    text-indent: 10px;
    padding: 0;
    border: 1px solid #c5c9cc;
    border-radius: 5px;
}

.contact-right h4 {
    margin-bottom: 30px;
}

.contact-right button {
    width: 150px;
    height: 50px;
    border-radius: 10px;
    border: 0;
    background: #3f9c9e;
    color: #fff;
    margin-top: 20px;
}

section.contact-sec.ptb-100 {
    padding: 100px 0;
}


/*contact-sec*/



/* Login */

form.login-form {
    text-align: center;
    padding: 30px 70px;
    border: 1px solid #e8e8e8;
    background: #fdfdfd;
    box-shadow: 0 0 20px 2px #0000002b;
}

form.login-form input::placeholder {
    opacity: 0.3;
}

form.login-form input:not(input[type=checkbox]) {
    width: 100%;
    height: 55px;
    margin: 0 0 25px;
    padding: 0 10px;
    border: 1px solid #c8c8c8;
    float: none;
    background: white;
    border-radius: 1px;
}

form.login-form h2 {
    margin: 0 0 30px;
    font-size: 34px;
    color: #3f9c9e;
    font-weight: 400;
    text-transform: capitalize;
}

input.btn-1 {
    background: #bce0e1 !important;
    border: none !important;
    text-transform: uppercase;
    color: #fff !important;
}

.form-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    width: 100%;
}

.reg-frombtm span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.reg-frombtm {
    margin: 0 0 20px;
}

section.ls-fold1 {
    padding: 100px 0;
}
.faq-fold {
    text-align: center;
    margin-bottom: 30px;
}
button.accordion-button.collapsed {
    font-size: 16px;
}
.services-text {
    /* text-align: center; */
    /* width: 80%; */
    margin: 0 auto;
}
section.services-wrap {
    padding: 100px 0;
}
.services-text1 h2 {text-align: center;font-size: 52px;}

.services-text1 {
    background: #E8F1FA;
    margin-top: 40px;
    padding: 40px;
}
.services-img {
    text-align: center;
}
.services-text2.text-center h2 {
    font-size: 52px;
    margin-top: 5%;
}
section.services-wrap .row {
    align-items: center;
}
section.insurance-fess {
    padding: 100px 0;
}

.insurance-box {
    background: #fff;
    box-shadow: 0 0 10px #0000002b;
    padding: 30px;
    height: 270px;
    width: 85%;
    margin: 0 auto;
}

.insurance-box ul li {
    line-height: 29px;
    color: #000;
    font-weight: 500;
}
.pagination {
    text-align: center;
}

.pagination {
    justify-content: center;
}

.pagination a {
    margin-right: 10px;
    border: 1px solid;
    color: #3f9c9e;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.pagination a:hover {
    background: #3f9c9e;
    color: #fff;
}

/* abc start */
.main-navigate ul li:nth-child(5) {
    position: relative;
}

.main-navigate ul li:nth-child(5) ul {
    position: absolute;
    background: #bce0e1;
    width: 200px;
    padding: 10px;
    left: 0;
    display: none;
    transition: .3s ease-in-out;

}
.main-navigate ul li:nth-child(5) ul li a {
    color: #000 !important;
    font-size: 14px !important;
}

.main-navigate ul li:nth-child(5):hover ul {
    display: block;
}
.main-navigate ul li:nth-child(5) ul li:hover {
    /* background: #faebd79e; */
}

.main-navigate ul li:nth-child(5) ul li:hover a {
    /* color: #000; */
    border-bottom: 1px solid #fff;
}

.main-navigate ul li:nth-child(5) ul li a {
    color: #fff;
    text-transform: capitalize;
}





/*new css*/
li.fertrements {
    position: relative;
}
li.fertrements ul li a {
    color: #000 !important;
    font-size: 14px !important;
}
li.fertrements ul {
    position: absolute;
    background: #bce0e1;
    width: 242px;
    padding: 10px;
    left: 0;
     display: none; 
    transition: .3s ease-in-out;
}
li.fertrements:hover ul {
    display: block; 
}

.tetibx {
    height:400px;
    box-shadow: 0 0 10px 0 #c7c2c2;
    padding: 10px 20px 30px 20px;
    position:relative;
}
#testimonial_video {
    display: flex;
    position: absolute;
    bottom: 15px;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
}
.tetibx img.rounded-circle {
    margin-bottom: 12px;
}
section.trt-sec {
    padding: 90px 0;
}


.insurance-box-txt h4 {
    font-size: 30px;
    color: #000;
    line-height: 1.2;
    font-family: 'ranua-font';
    font-weight: 500;
}

.insurance-box-txt ul li p {
    font-size: 18px;
}

.mar-top-5 {
    margin-top: 50px;
    position: relative;
}

.mar-top-5:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 3px;
    border-top: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 40%;
    top: -30px;
}



.pricing_from_bx h2 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.2;
    font-family: 'Poppins';
    font-weight: 600;
    min-height: 70px;
    margin: 0 0 20px 0;
}

section.pricing_from {
    padding: 80px 0px;
}

.pricing_from_bx {
    text-align: center;
    padding: 30px 27px;
    box-shadow: rgb(0 0 0 / 24%) -15px 14px 16px;
    width: 94%;
    height: 580px;
}
.insuranceSlider .slick-track {
    margin: 50px 20px;
}

.insuranceSlider .slick-prev, .insuranceSlider .slick-next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bce0e1;
    border-radius: 100px;
    z-index: 3;
}

.insuranceSlider .slick-prev::before {
    content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    font-size: 20px;
    color: #144142;
    opacity: 1;
}

.insuranceSlider .slick-next::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    font-size: 20px;
    color: #144142;
    opacity: 1;
}

.pricing_bx_dec {
    text-align: left;
}

.pricing_bx_dec label {
    display: block;
    cursor: pointer;
    background: #3f9c9e;
    padding: 16px 13px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
}
.pricing_bx_dec .btn-1 {
    border: none;
    padding: 12px 37px;
    height: unset;
    margin-top: 13px;
}
label.active_pkg {
    background: #144142;
}
.pricing_bx_dec input {
    display: none;
}

.text-center.pricing_from_heading {
    margin-bottom: 60px;
}

.text-center.pricing_from_heading h2 {
    font-size: 80px;
    margin-bottom: 20px;
}