@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    white-space: initial;
    display: inline-block;
    font-size: 14px;
}

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 115px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 3.5vw;
    color: #ffffff;
    margin: 0 0 0px;
}

h2 {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 2.6vw;
    color: #000000;
    margin: 0 0 10px;
}

h3 {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #007c9b;
    margin: 0 0 10px;
}

h4 {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin: 0 0 0px;
}

h5 {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0 0 0px;
}

h6 {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin: 0 0 0px;
}

p {
    color: #7f7f7f;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: #ffffff;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.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: #00bae8;
}

.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;
    display: none;
}

.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;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.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;
}


/*header css start */


/*banner css start */

.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*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* Rate */


/* end search box css */


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/

/* thembtn1 */

.btn-text1 {
    text-align: center;
    padding: 17px 45px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    background-color: #00bae8;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    overflow: hidden;
    border: 1px solid #00bae8;
}

.btn-img1 {
    width: 65px;
    height: 60px;
    border: 1px solid #00bae8;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00bae8;
    transition: background-color 0.3s ease;
}

.themebtn1 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.btn-text1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
    transition: width 1s;
    z-index: -1;
}

.btn-text1:hover::before {
    width: 100%;
}

.btn-text1:hover {
    border: 1px solid #00bae8;
    color: #00bae8;
}

.btn-img1 img {
    height: 22px;
    width: 22px;
    object-fit: contain;
}

.themebtn1:hover .btn-img1 img {
    transform: rotate(360deg);
}

.themebtn1:hover .btn-img1 {
    border: 1px solid #00bae8;
    background-color: #00bae8;
}

/* thembtn1 */

/* thembtn2 */

.btn-text2 {
    padding: 17px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    background-color: #00bae8;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    overflow: hidden;
    border: 1px solid #00bae8;
    text-align: center;
}

.btn-img2 {
    width: 65px;
    height: 60px;
    border: 1px solid #00bae8;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00bae8;
    transition: background-color 0.3s ease;
}

.themebtn2 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.btn-text2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
    transition: width 1s;
    z-index: -1;
}

.btn-text2:hover::before {
    width: 100%;
}

.btn-text2:hover {
    border: 1px solid #00bae8;
    color: #00bae8;
}

.btn-img2 img {
    transition: transform 0.3s ease;
}

.themebtn2:hover .btn-img2 img {
    transform: rotate(360deg);
}

.themebtn2:hover .btn-img2 {
    border: 1px solid #00bae8;
    background-color: #00bae8;
}

/* thembtn2 */

.container-fluid {
    padding: 0 5%;
}

/* header */

.headerbtn {
    text-align: end;
}

.menuSection {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    border-bottom: 1px solid #459fb6;
}

/* header */

/* banner */

.paracolor {
    color: #81bece;
}

.bnr_bg img {
    width: 100%;
    height: 850px;
    object-fit: cover;
    object-position: top;
}

.main_slider {
    position: relative;
}

.banner_text span {
    font-size: 52px;
}

.d_block {
    display: block;
}

.banner_text p {
    width: 89%;
    margin: 20px 0;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner_img {
    position: absolute;
    bottom: 15%;
    right: 11%;
    height: 60vh;
    width: 50%;
}

.seagreen_bnr {
    position: absolute;
    background: #3390A4;
    background: linear-gradient(90deg, rgba(51, 144, 164, 1) 0%, rgba(55, 143, 163, 1) 10%, rgba(56, 150, 172, 1) 19%, rgba(59, 146, 165, 1) 29%, rgba(63, 149, 169, 1) 38%, rgba(64, 151, 171, 1) 47%, rgba(79, 156, 173, 1) 57%, rgba(80, 157, 174, 1) 67%, rgba(80, 158, 174, 1) 76%, rgba(81, 159, 175, 1) 82%, rgba(82, 162, 178, 1) 91%, rgba(81, 161, 177, 1) 100%, rgba(85, 165, 182, 1) 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    border-top: 1px solid #78b6c4;
    border-bottom: 1px solid #78b6c4;
}

.seagreen_bnr h2 {
    color: #ffffff;
    font-size: 22px;
}

.seagreen_bnr_txt {
    text-align: center;
    padding: 40px;
    border-right: 1px solid #7fb7c3;
}

.seagreen_bnr .col-lg-3:last-child .seagreen_bnr_txt {
    border-right: none;
}

.bnr_slid_left img {
    transform: rotate(180deg);
}

.bnr_btns button img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.bnr_btns button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: transparent;
}

.bnr_btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 25%;
    z-index: 99;
    right: 80px;
}

.bnr_slider .slick-prev::before,
.bnr_slider .slick-next::before {
    display: none;
}

.bnr_btns button:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}

.bnr_btns button:hover {
    border: 1px solid #d9ecf0;
    background: #d9ecf0;
}

.bnr_slider .slick-slide {
    opacity: 1;
}

/* banner */

/* about */

.abt {
    /* margin-top: 60px; */
}


.abt_img img {
    height: 470px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.abt_img {
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 1;
}

.abt_img:hover::before {
    width: 100%;
    background: #007c9b;
}

.abt_img::before {
    content: '';
    position: absolute;
    background: #00bae8;
    border-radius: 5px;
    top: 0;
    left: 0;
    height: 100%;
    width: 430px;
    z-index: -1;
    transition: width ease-in .3s;
}

.abt_txt p {
    margin-bottom: 20px;
}

/* about */

/* .services */

.service_heading h2 {
    color: #ffffff;
}

.ser_card_txt h3 {
    font-size: 1.3vw;
    color: #000;
    transition: all 0.3s ease-in;
}

.service_card {
    text-align: start;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in;
}

.service_card:hover .ser_card_txt {
    background: #00bae8;
}

.service_card:hover p {
    color: #5ed3f0;
}

.service_card:hover .ser_card_txt h3 {
    color: #ffffff;
}

.ser_card_txt {
    padding: 30px 20px;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
    transition: all 0.3s ease-in;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 20px;
}

.ser_card_img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.ser_card_txt p {
    margin: 20px 0;
    transition: all 0.3s ease-in;
    height: 100px;
    max-height: 130px;
}

.service {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.service::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #027c9be8;
    z-index: -1;
    top: 0;
}

.service {
    padding: 80px 0;
    background: url(../images/ser_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.service_card:hover .btn-text1 {
    color: #000000;
    background-color: #ffffff;
}

.service_card:hover .btn-img1 {
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.service_card:hover .btn-img1 img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}

.service_slider .slick-slide {
    opacity: 1;
    margin: 0px 15px;
}

.service_slider .slick-track {
    margin: 20px 0px;
}

.service_slid_left img {
    transform: rotate(180deg);
}

.service_slider_btn img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.service_slider_btn button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: #0a819f;
}

.service_slider_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.service_slider .slick-prev::before,
.service_slider .slick-next::before {
    display: none;
}

.service_slider_btn button:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}

.service_slider_btn button:hover {
    border: 1px solid #cee6ec;
    background: #cee6ec;
}

/* services */

/* why choose us */

.whc p {
    margin-bottom: 20px;
}

.whc_left ul {
    column-count: 2;
    margin-bottom: 10px;
}

.whc_left ul li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    color: #7f7f7f;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.whc_left ul li::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(../images/check-list.png);
    height: 25px;
    width: 25px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat !important;
}

.whc_left_img {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.whc_left_img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease-in;
}

.whc_left_img:hover img {
    transform: scale(1.2);
}

.whc_left_img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #027c9b9d;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    z-index: 1;
}

.whc_left_img:hover::before {
    opacity: 1;
}

.whc_right_img {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.whc_right_img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease-in;
}

.whc_right_img:hover img {
    transform: scale(1.2);
}

.whc_right_img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #027c9b9d;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    z-index: 1;
}

.whc_right_img:hover::before {
    opacity: 1;
}

.whc_right h3 {
    font-size: 35px;
}

/* why choose us */

/* insurance and property */

.insurance_left h2 {
    color: #ffffff;
}

.insurance_left p {
    margin-bottom: 20px;
}

.insurance {
    padding: 90px 0;
    background: url(../images/insurance_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.insurance::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #027c9be8;
    z-index: -1;
    top: 0;
}

.insurance_left ul li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    color: #81bece;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.insurance_left ul {
    column-count: 2;
    margin-bottom: 10px;
}

.insurance_left ul li::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(../images/check-list.png);
    height: 25px;
    width: 25px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat !important;
}

.insurance_right {
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 1;
}

.insurance_right:hover::before {
    width: 100%;
    background: #ffffff;
}

.insurance_right::before {
    content: '';
    position: absolute;
    background: #00bae8;
    border-radius: 5px;
    top: 0;
    right: 0;
    height: 100%;
    width: 430px;
    z-index: -1;
    transition: width ease-in .3s;
}

.insurance_right img {
    height: 440px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* insurance and property */

/* gallery */

.gallery_heading {
    text-align: center;
    margin-bottom: 30px;
}

.gallery_heading p {
    margin: 0 auto;
    width: 54%;
}

img.small_height {
    height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

img.ngbheight {
    height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

img.long_height {
    height: 760px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.galler_flx1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.galler_flx2 {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.project_main>a {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: all ease .3s;
    width: 100%;
}

.project_main>a::after {
    position: absolute;
    content: "+";
    background: #027c9b9d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    font-size: 40px;
    border-radius: 5px;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_main>a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    border-radius: 5px;
}

/* gallery */

/* testimonials */

.test_Sec .test_wrp {
    background: #00bae8;
    padding: 40px 30px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.test_Sec .test_wrp div {
    margin: 0 0 0 0;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.test_Sec .test_wrp span {
    margin: 0 0 0 10px;
}

.test_Sec .test_wrp p {
    color: #99e3f6;
    font-weight: 500;
    margin: 20px 0 20px 0;
}

.test_Sec .test_wrp .d-flex {
    gap: 20px;
    align-items: center;
}

.test_Sec .test_wrp .d-flex .i_right h5 {
    margin: 0 0 5px 0;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.test_Sec .test_wrp .d-flex .i_right h6 {
    margin: 0 0 5px 0;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.test_Sec .slick-slide {
    opacity: 1 !important;
}

.test_Sec .test_wrp .client-image .testi-1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.test_Sec .slick-current.slick-active.slick-center .test_wrp .client-image .testi-1 {
    opacity: 0;
    z-index: -1;
}

.i_left img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 80px;
    object-position: top;
}

.test_Sec .test_wrp:hover .client-image .testi-1 {
    opacity: 0;
    z-index: -1;
}

.test_Sec {
    padding: 80px 0;
    background: url(../images/test_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.test_Sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #027c9be8;
    z-index: -1;
    top: 0;
}

.testi .slick-slide {
    margin: 0px 10px;
}

.testi_slider_controls button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
    border-radius: 50%;
    border: 1px solid #e2f0f3;
    background: transparent;
}

.testi_slider_controls button img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.testi_slid_left img {
    transform: rotate(180deg);
}

.testi_slider_controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.testi .slick-prev::before,
.testi .slick-next::before {
    display: none;
}

.testi_slider_controls button:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}

.testi_slider_controls button:hover {
    border: 1px solid #ffffff;
    background: #ffffff;
}

.test_progressbar {
    width: 20%;
    height: 1px;
    background: #3d98b0;
    position: relative;
    overflow: hidden;
}

.test_progressbar_fill {
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 50%;
    transition: width 0.4s ease-in-out;
}

/* testimonials */

/* contact */

.contact_img img {
    height: 560px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.contact_img {
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 1;
}

.contact_img:hover::before {
    width: 100%;
    background: #007c9b;
}

.contact_img::before {
    content: '';
    position: absolute;
    background: #00bae8;
    border-radius: 5px;
    top: 0;
    left: 0;
    height: 100%;
    width: 430px;
    z-index: -1;
    transition: width ease-in .3s;
}

.contact_txt form input,
.contact_txt form textarea {
    border-radius: 5px;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #cccccc;
    font-size: 14px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
}

.contact_txt form input::placeholder,
.contact_txt form textarea::placeholder {
    color: #000000;
    text-transform: uppercase;
}

.contact_txt form textarea {
    resize: none;
    height: 160px;
    border-radius: 5px;
}

.contact_txt form button {
    border: none;
    background-color: unset;
}

.contact_txt p {
    margin-bottom: 20px;
}

/* contact */

/* footer start */

.footerSec {
    background: #007c9b;
}

ul.ftr_contact li {
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px !important;
}

.ftr_left p {
    color: #ffffff;
    margin-bottom: 40px;
}

ul.ftr_socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

ul.ftr_socials li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #e0eff3;
    color: #e0eff3;
    font-size: 14px;
    transition: all ease-in .3s;
}

ul.ftr_socials li a:hover {
    border: 1px solid #00b2df;
    color: #ffffff;
    background: #00b2df;
}

.footerSec h5 {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 0px;
    border-bottom: 1px solid #80becd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 70px;
}

.footerSec h5::before {
    content: '';
    position: absolute;
    background: #ffffff;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 1px;
    z-index: 1;
}

.ftr_left {
    padding-top: 60px;
    padding-right: 70px;
    border-right: 1px solid #8dc0cb;
    height: 100%;
}

.ftr_flx {
    display: flex;
    justify-content: space-between;
}

.footer-btm {
    padding: 15px 0;
    border-top: 1px solid #87bfcc;
}

.copy-txt p {
    color: #ffffff;
    text-align: center;
}

.quick_links {
    padding: 0 40px 0 40px;
}

.sevice_links {
    padding: 0 0 0 40px;
}

.useful_links {
    padding: 0 40px 0 40px;
}

.footerSec ul li {
    margin-bottom: 5px;
}

.subscribe_sec h4 {
    height: 100%;
    color: #ffffff;
    font-size: 20px;
    background: #218da8;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 5px 0px 0px 5px;
    text-transform: uppercase;
}

.subscribe_sec {
    height: 55px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 40px 60px;
    flex-wrap: wrap;
}

.subscribe_sec input {
    height: 100%;
    background: #eeeeee;
    border: none;
    padding: 0 15px;
    width: 30%;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.subscribe_sec input::placeholder {
    text-transform: uppercase;
}

.subscribe_sec button {
    height: 100%;
    text-transform: uppercase;
    background: #00bae8;
    font-size: 14px;
    border: none;
    padding: 0 20px;
    width: 20%;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.ftr_logo {
    border-bottom: 1px solid #80becd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.ftr_logo::before {
    content: '';
    position: absolute;
    background: #ffffff;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 1px;
    z-index: 1;
}

/* footer end */

/* inner pages */

/* about page */

/* inner banner */

.inr_bnr_bg img {
    width: 100%;
    object-fit: cover;
    height: 410px;
    object-position: 0 40%;
}

.inr_bnr_shadow {
    position: relative;
}

.inr_bnr_shadow::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(16, 131, 159, 1) 0%, rgb(2 125 155 / 95%) 30%, rgb(2 125 155 / 0%) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.inr_bnr_shadow h1 {
    position: relative;
    z-index: 2;
    margin-top: 70px;
    font-size: 46px;
}

/* inner banner */

/* our team */

.team {
    background: #007c9b;
}

.team_img img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 5px;
}

.team_txt {
    transition: all ease-in .3s;
    border-radius: 0px 0 5px 5px;
    padding: 20px 20px 20px 0px;
}

.team_main {
    transition: all ease-in .3s;
    border-radius: 5px;
}

.team_txt h4 {
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
}

.team_txt h5 {
    margin: 10px 0;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
}

.team_txt p {
    transition: all ease-in .3s;
    opacity: 0;
    color: #b8e5f6;
}

.team_txt a {
    transition: all ease-in .3s;
    opacity: 0;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 17px;
    text-decoration: underline;
}

.team_main:hover {
    background: #00bae8;
}

.team_main:hover .team_txt {
    padding: 20px;
}

.team_main:hover .team_txt p,
.team_main:hover .team_txt a {
    opacity: 1;
}

.team_heading {
    text-align: center;
    margin-bottom: 30px;
}

.team_heading h2 {
    color: #ffffff;
}

.team_heading p {
    margin: 0 auto;
    width: 54%;
}

/* our team */

/* about page */

/* sevice detail page */

.sd_para_margin p {
    margin-bottom: 20px;
}

.sd_img img {
    height: 280px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.sd_img>a {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: all ease .3s;
    width: 100%;
}

.sd_img>a::after {
    position: absolute;
    content: "+";
    background: #027c9b9d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    font-size: 40px;
    border-radius: 5px;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sd_img>a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    border-radius: 5px;
}

/* sevice detail page*/

/* Insurance & Payments page */

/* pricing */

.pricing {
    position: relative;
    z-index: 1;
    padding: 90px 0;
    background: url(../images/ser_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.pricing::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #027c9bf8;
    z-index: -1;
    top: 0;
}

.pricing_top {
    text-align: center;
    margin-bottom: 10px;
}

.pricing_top p {
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    font-family: "Dela Gothic One", sans-serif;
    font-size: 35px;
}

.pricing_top h3 {
    font-size: 40px;
    color: #00bae8;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 0;
}

.pricing_top h3 span {
    font-size: 18px;
    color: #3abce6;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
}

.pricing_btm ul li {
    color: #464141;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
    margin-left: 20px;
}

.pricing_btm ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../images/checkpoint-price.png);
    height: 20px;
    z-index: 1;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease-in .3s;
}

.pricing_card:hover .pricing_btm ul li::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.pricing_btm p {
    margin-bottom: 20px;
    text-align: center;
}

.pricing_card {
    transition: all ease-in .3s;
    padding: 50px 40px;
    background: #ffffff;
    border-radius: 5px;
}

.pricing_card:hover {
    transition: all ease-in-out .3s;
    background: #00bae8;
}

.pricing_card:hover .pricing_top p,
.pricing_card:hover .pricing_top h3,
.pricing_card:hover .pricing_top span,
.pricing_card:hover .pricing_btm ul li,
.pricing_card:hover .pricing_btm ul li::before {
    color: #ffffff;
}

.pricing_card:hover .pricing_btm p {
    color: #80ddf4;
}

.pricing_card:hover .btn-text1 {
    color: #000000;
    background-color: #ffffff;
}

.pricing_card:hover .btn-img1 {
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.pricing_card:hover .btn-img1 img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}

.pricing_btn {
    text-align: center;
    margin: 30px auto 0;
}

/* pricing */

/* Insurance & Payments page */

/* new patient pag */

.new_patient_img {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.new_patient_img img {
    width: 100%;
    height: 670px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease-in;
}

.new_patient_img:hover img {
    transform: scale(1.2);
}

.new_patient_img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #027c9b9d;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    z-index: 1;
}

.new_patient_img:hover::before {
    opacity: 1;
}

.new_patient_right p {
    margin-bottom: 20px;
}

/* new patient pag */

/* Emergency Care page */

.whc_right form input {
    border-radius: 5px;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #000000;
    font-size: 14px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    border-radius: 5px;
}

.whc_right form input::placeholder {
    color: #888888;
}

.whc_right form button {
    border: none;
    background-color: unset;
}

/* Emergency Care page */

/* patient resources page */

/* FAQ Page Start */

.faqs-main {
    padding-bottom: 100px;
}

.accordion-body.gorrila-page-txt {
    padding: 0px 40px 40px;
    background: #ffffff;
    /* border: 2px solid #1b72d6; */
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gorilla-content .accordion-item {
    border: unset;
    margin: 0px 0 30px;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: unset;
    color: #000000;
    background: #ffffff;
    padding: 40px;
    font-size: 27px;
    text-transform: capitalize;
    font-weight: 400;
    border: 2px solid #00bae8 !important;
    border-bottom: 0 !important;
    font-family: "Dela Gothic One", sans-serif;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    height: 70px;
}

.faqs-main .accordion-collapse.collapse {
    border: 2px solid #00bae8 !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: 25px;
    right: 20px;
    color: #00bae8;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 20px;
}

.faqs-main .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    color: #00bae8;
    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;
    font-family: 'Montserrat';
    font-weight: 500;
}

.faqs-main button.accordion-button.collapsed {
    font-size: 27px;
    text-transform: capitalize;
    border: 1px solid #c7cbcf;
    background: #ffffff;
    color: #000000;
    padding: 40px 40px;
    font-family: "Dela Gothic One", sans-serif;
    border-radius: 5px;
    height: 60px;
}

/* FAQ Page End */

/* patient resources page */

/* Privacy Policy page */

.privacy_policy p {
    margin-bottom: 20px;
}

/* Privacy Policy page */

/* booking page */

.booking_form form input,
.booking_form form textarea,
.booking_form form select {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-family: 'Montserrat';
}

.booking_form form input::placeholder,
.booking_form form textarea::placeholder,
.booking_form form select {
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}

.booking_form form textarea {
    height: 290px;
    resize: none;
}

.booking_form button {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #00bae8;
    background-color: #00bae8;
    color: #ffff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    transition: all ease-in .3s;
}

.booking_form button:hover {
    color: #00bae8;
    background-color: #ffffff;
    border: 2px solid #00bae8;
}

.booking_form form select {
    background: #fff url(../images/selectarrow.png) no-repeat 98%;
}

/* booking page */

/* Contact Us page */

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    background: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    border-radius: 5px;
    border: 1px solid #000000;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    text-transform: capitalize;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact2 ul li p {
    color: #000;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
}

.contact1 button {
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 70px;
}

.contact2 .icon i {
    font-size: 40px;
    color: #fff;
    height: 90px;
    width: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007c9b;
}

section.contact_us {
    padding: 80px 0;
}

.map {
    margin-top: 50px;
}

.contact1 textarea {
    resize: none;
    height: 230px;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.contact1 {
    position: relative;
    width: 95%;
}

i.far.fa-phone-alt {
    transform: rotate(98deg);
}

.map iframe {
    border-radius: 5px;
}

.contact1 form button {
    background: none;
}

.contact1 form button .btn-text2 {
    width: 100%;
}

/* Contact Us page */

/* inner pages */

.pagination {
    border-top: 1px solid #000;
    margin-top: 50px;
    padding-top: 20px;
}

.page-link {
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    font-weight: 600;
    border: 1px solid #ffffff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 16px;
}

.page-link:hover {
    z-index: 2;
    color: #22c3eb;
    background-color: #ffffff;
    border-color: #ffffff;
}

.page-item:last-child .page-link {
    color: #22c3eb;
}

.page-item:first-child .page-link {
    color: #22c3eb;
}



/* our resources */

.res_flx {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.resources_txt ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}

.res_flx_txt span {
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    color: #7f7f7f;
    font-size: 13px;
}

.resources_img img {
    border-radius: 5px;
    height: 320px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.resources_txt h4 {
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.resources_txt p {
    color: #7f7f7f;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.resources_txt {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 40px 20px;
    width: 90%;
    border-radius: 5px;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}

.res_flx_img i {
    color: #3abce6;
    font-size: 14px;
}

.resources_card {
    margin-bottom: 60px;
}

.pagination_btns {
    text-align: center;
    margin-top: 50px;
}

.custom-pagination {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 10px;
}

.custom-pagination li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    height: 70px;
    width: 70px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s ease;
    border: 1px solid #ebebeb;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-pagination li a:hover {
    background-color: #007c9b;
    color: rgb(255, 255, 255);
    border-color: #007c9b;
}

.custom-pagination li a.active {
    background-color: #007c9b;
    color: rgb(255, 255, 255);
    border-color: #007c9b;
}

/* our resources *


/* Resources detail page */

.rdp_txt {
    padding-left: 10px;
}

.rdp_img img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.rdp_flx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.ic_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.ic_inr {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 15px;
    width: 150px;
    border-right: 1px solid #cccccc;
}

.rdp_txt h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000;
}

.rdp_flx_txt h4 {
    font-size: 22px;
    text-transform: unset;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.ic_main_txt h5 {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.br {
    border-right: 1px solid #ffffff;
}

.rd_btm_flx {
    width: 60%;
}

.rd_btm h2 {
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rd_btm p {
    margin: 20px 0;
}

.rdp_flx_img img {
    height: 200px;
    width: 230px;
    object-fit: cover;
    border-radius: 5px;
}

.ic_main_img img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

/* Resources detail page */

/* testimonial page */

.review_card {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 40px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    font-size: 17px;
    margin-bottom: 20px;
    color: #ffcb5b;
}

.avatar {
    margin-top: 30px;
}

.avatar ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.avatar ul li img {
    border-radius: 5px;
    height: 90px;
    width: 90px;
    object-fit: cover;
    transition: border 0.3s ease-in;
}

.avatar ul li h3 {
    transition: all ease .3s;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px;
}

.avatar ul li h4 {
    transition: all ease .3s;
    font-family: 'Montserrat';
    font-size: 17px;
    color: #00bae8;
    font-weight: 500;
    text-transform: uppercase;
}

.review_card:hover .avatar ul li h3,
.review_card:hover .avatar ul li h4 {
    color: #ffffff;
}

.review_card:hover p {
    color: #80ddf4;
}

.review_card p {
    transition: all ease .3s;
}

.review_card:hover {
    transition: all ease .3s;
    background-color: #00bae8;
}

.custom-pagination-testi {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 10px;
}

.custom-pagination-testi li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s ease;
    border: 1px solid #ebebeb;
    font-size: 20px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    align-items: center;
}

.custom-pagination-testi li a:hover {
    background-color: #00bae8;
    color: rgb(255, 255, 255);
    border-color: #00bae8;
}

.custom-pagination-testi li a.active {
    background-color: #00bae8;
    color: rgb(255, 255, 255);
    border-color: #00bae8;
}

/* testimonial page */