@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;
}

a {
    text-decoration: none;
    color: #28b16d;
    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 0px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 12px;
}


/***** Font Files *****/

@font-face {
    font-family: 'theme-font-1';
    src: url(../font/MYRIADPRO-REGULAR.OTF);
    /* src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg"); */
    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: 9px 28px;
    border: unset;
    border-radius: 42px;
    color: #ffffff;
    z-index: 1;
    background: #1bab4b;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #212c3e;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #fff;
}

.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: 'theme-font-1';
    font-size: 89px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin: 0 0 17px;
}

h2 {
    font-family: 'theme-font-1';
    font-size: 60px;
    line-height: 1;
    color: #202b3d;
    font-weight: 600;
    margin: 0 0 10px;
}

h3 {
    font-family: 'theme-font-1';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'theme-font-1';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'theme-font-1';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'theme-font-1';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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;
    margin-bottom: 20px;
}

.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: #393939;
    padding: 12px 45px;
    font-size: 18px;
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

.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: #28b16d;
}

.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: 12px;
    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: 50%;
}

.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: 12px;
    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  */



ul.top-nav-icon {
    display: flex;
    gap: 64px;
}
ul.top-nav-icon li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}
ul.top-nav-icon li a:before {
    position: absolute;
    content: '';
    right: -29px;
    top: -1px;
    height: 28px;
    width: 2px;
    background: #fff;
}
ul.top-nav-icon li a p {
    margin: 0;
}

.top-nav-icon-right ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}
/* .topSec {
    position: relative;
    display: flex;
    padding: 14px 0px;
} */
.topSec {
    position: relative;
    display: flex;
    padding: 10px 0px;
}
.topSec:before {
    position: absolute;
    content: '';
    width: 1910px;
    height: 50px;
    background: #212c3e;
    z-index: -1;
    top: 0px;
    right: 0px;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 52% 100%);
}
.top-nav-icon-right ul li {
  
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.top-nav-icon-right ul li:hover {
    background: #1bab4b;
    color: #fff;
}
.top-nav-icon-right ul li a:hover {
    color: #fff;
}
.top-nav-icon-right ul li a {
    color: #212c3e;
}
.banner_text {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.span-color{
    color: #1bab4b;
}
.btn-mr-set {
    margin-top: 30px;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 7rem;
    margin-left: 15%;
    list-style: none;
}
.block-color-set{
    display: block;
    color: #1bab4b;

}
section.about-sec {
    margin-top: 110px;
}   
.abour-img-set {
   
    box-shadow: 0px 0px 20px 1px #474747ab;
    /* border: 6px solid #474747; */
    /* border-radius: 16px; */
}
.abour-text-set h2 {
    line-height: 1.2;
}

.about-img-be{
    position: relative;
}
.abuot-before-2nd {
    position: absolute;
    left: -94px;
    bottom: -97px;
    z-index: -1;
}
.abour-text-set h3 {
    color: #1bab4b;
    margin-bottom: 0;
}
.services-text h3 {
    font-size: 35px;
    margin: 0;
    margin-bottom: 8px;
}
a.btn-line {
    font-size: 24px;
    border-bottom: 2px solid;
}
section.service-sec {
    margin-top: 134px;
    background-image: url(../images/services-bg-set.png);
    width: 100%;
    height: 100%;
    padding: 110px 0px 80px;
}
.services-text-main {
    text-align: center;
    margin-bottom: 60px;
}
.services-text-main h3 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
}
.services-text-main h2 {
    font-size: 60px;
    color: #fff;
}
.services-box {
    background: #fff;
}
.services-img-1 img {
    height: 90px;
    width: 80px;
    object-fit: cover;
    margin-top: -50px;
    margin-bottom: 18px;
}
.white-box-set {
    background: #fff;
    text-align: center;
    padding: 0px 42px 30px;
    box-shadow: 0px 0px 16px 0px #0000002b;
}
.services-img-1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-slider .slick-active {
    opacity: 1;
}


.services-slider .slick-prev {
    left: -50px;
}
.services-slider .slick-prev.slick-disabled:before {
    opacity: 1;
}
.services-slider .slick-prev:before, .services-slider .slick-next:before {
    font-family: 'slick';
    font-size: 52px;
    line-height: 1;
    opacity: 1;
    /* color: white; */
}
.emergency-sec {
    background-image: url(../images/emergency-bg-img.png);
    height: 500px;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.emergency-text-set {
    width: 48%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    float: right;
    /* height: 100%; */
    padding: 60px 79px 0px 0px;
}
.emergency-text-set h2{
    color: #fff;
    font-size: 56px;
}
ul.why-choose-icon li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 28px;
}
ul.why-choose-icon li i {
    color: #1bab4b;
    font-size: 20px;
}
ul.why-choose-icon li p {
    margin: 0;
}
.right-sid-img {
    position: absolute;
    right: -100px;
    bottom: -127px;
    z-index: -1;
}
ul.why-choose-icon {
    column-count: 2;
}
.para-bd {
    margin-bottom: 40px;
}
.abour-img-set img {
    height: 524px;
    width: 100%;
    object-fit: cover;
}
section.gallery-sec {
    margin-top: 120px;
    background-image: url(../images/gallery-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.gallery-text {
    width: 38%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 40px;
}
.gallery-text h2{
    color: #fff;
}
.contact-sec {
    background-image: url(../images/coontact-bg-set.png);
    height: 487px;
    width: 100%;
    padding: 110px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 120px 0px 300px;
}

.leave-your-input {
    display: flex;
    align-items: center;
    padding-right: 0px;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    background: #fff;
    border: 0;
    border-radius: 55px;
    padding: 0 22px;
    margin-bottom: 20px;
    color: #333333;
    border: 1px solid #989898;
}

.leave-your-input input {
    /* width: 100%;
    height: 60px;
    background: #fff;
    border: 0;
    border-radius: 55px;
    padding: 0 25px;
    margin-bottom: 20px;
    color: #333333;
    border: 1px solid #989898; */
    border: none;
}

.leave-your-textarea textarea {
    width: 100%;
    height: 190px;
    border: 0;
    border-radius: 24px;
    padding: 25px;
    margin-bottom: 12px;
    background: #ffff;
    color: #333;
    resize: none;
    border: 1px solid #919191;
}
.leave-your-button button {
    width: 100%;
    border-radius: 50px;
    padding: 0 30px;
    font-size: 23px;
    /* font-family: 'Montserrat'; */
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #212c3e;
    color: #fff;
}
.leave-your-message {
    width: 78%;
    margin: 0 auto;
    background: #fff;
    padding: 48px 50px 48px;
    /* margin: 82px 0px; */
    margin-top: 0px;
    margin-bottom: 60px;
    box-shadow: 0px 0px 6px 1px #00000063;
}
/* section.contact-sec {
    padding: 140px 0px;
} */



.footer-logo {
    text-align: center;
}
.footer-logo img {
    margin-bottom: 24px;
}
ul.footer-icon-li {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

ul.footer-icon-li li {
    height: 30px;
    width: 30px;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 2px 1px #00000078;
}
ul.footer-icon-li li a {
   
    color: #000;
}
/* section.footer-set {
    padding-bottom: 80px;
} */
/* .hadinf-footer {
    padding-left: 70px;
} */
ul.footer-ul li a {
    color: #000;
}
ul.footer-ul li {
    margin-bottom: 12px;
}
ul.footer-ul.location-set li {
    margin-bottom: 36px;
}
.hadinf-footer {
   
    padding-top: 30px;
}
.hadinf-footer.some-pd{
    padding-left: 70px;
}
ul.footer-ul.location-set li a {
    display: flex;
    align-items: center;
    gap: 11px;
}

ul.footer-ul.location-set li a p{
    margin: 0;
}
.footer-btn {
    display: flex;
    align-items: center;
    /* border: 1px solid #000; */
    box-shadow: 0px 0px 4px 1px #0000004f;
    height: 42px;
    padding: 0px 20px;
    gap: 11px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.footer-btn input {
    border: none;
    background: none;
}
.footer-btn i {
    color: #1bab4b;
}
.footer-btn-2 .btn-2 {
    height: 43px;
    padding: 0px 70px;
    gap: 11px;
    border-radius: 50px;
    /* margin-bottom: 20px; */
    background-color: #1bab4b;
    border: none;
    font-size: 20px;
    color: #fff;
}
.bootem-footer {
    margin-top: 60px;
    background: #212b3d;
    text-align: center;
    padding: 20px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 30px;
}
ul.footer-ul.location-set li a i {
    color: #1bab4b;
    font-size: 20px;
}
.bootem-footer p {
    margin: auto;
}
.teste {
    text-align: center;
}
.teste h3 {
    margin-bottom: 7px;
    color: #1bab4b;
}
section.testimonial-sec {
    margin-top: 80px;
}

.hot_deal_big_img {
    text-align: center;
    padding: 51px 298px;
    box-shadow: 0px 0px 5px 1px #00000036;
    /* margin: 83px 0px; */
    margin-top: 70px;
    margin-bottom: 20px;
}
.hot_deal_big_img h2 {
    font-size: 40px;
    color: #1bab4b;
}

.hot_deal_big .slick-prev:before  {
    font-family: '';
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #212c3e;
    padding: 0px 18px;
    color: #fff;
}

.hot_deal_small {
    margin-top: 50px;
}


.hot_deal_small_img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.hot_deal_big .slick-next:before{
    font-family: '';
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #212c3e;
    padding: 0px 18px;
    color: #fff;
}
.leave-your-input i {
    color: #1bab4b;
    font-size: 20px;
}
.hot_deal_big .slick-prev {
    left: -60px;
}
.hot_deal_small .slick-active {
    opacity: 1;
   
}
.head-contact {
    text-align: center;
    margin-bottom: 40px;
   
}

.carousel-item.innner-page img {
    height: 508px;
    width: 100%;
    object-fit: cover;
}
.about-para {
    margin-top: 80px;
    margin-bottom: 80px;
}
section.footer-set {
    background: #e2e7ed;
    padding-top: 60px;
    margin-top: 80px;
}
section.service-inner-sec {
    margin-top: 80px;
}
.services-detail-img img {
    height: 436px;
    width: 100%;
    object-fit: cover;
}
section.services-detal {
    margin-top: 80px;
}
/* FAq PAge STart */

section.faq-sec.faq-page {
    padding: 120px 0 80px;
    /* background: #0690de; */
    background-image: url(../images/watch-bg-sec.png);
    margin-top: 60px;
}

.faq-head-sec {
    padding-top: 200px;
    width: 40%;
    margin: 0 auto;
}

.faq-head-sec p {
    font-weight: 600;
}
.faq-txt button.accordion-button {
    border-radius: unset !important;
    box-shadow: unset;
    color: #000;
    border: 0 !important;
    font-size: 20px;
    background: #fff;
    border-radius: 90px !important;
    padding: 20px 30px;
    border-radius: 52px;
}
.faq-txt button.accordion-button::after {
    position: absolute;
    content: '\f078';
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: #212c3e;
    font-size: 18px;
    border-radius: 40px;
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    right: 20px;
    top: 20px;
    background-image: none;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 18px;
    /* border-radius: 40px; */
    /* border-top-left-radius: 2.25rem; */
    /* border-top-right-radius: 14.25rem; */
    border-top-right-radius: 33px !important;
    border-top-left-radius: 33px !important;
    border-bottom-right-radius: 34px !important;
    border-bottom-left-radius: 34px !important;
}
.faq-txt .accordion-button:not(.collapsed) {
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #212c3e;
    padding: 30px;
    /* margin: 0; */
    /* border-radius: 126px; */
    height: 50px;
    width: 100%;
    color: #fff;
}
.faq-text-heding {
    text-align: center;
    width: 53%;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 50px;
}
.faq-text-heding h2 {
    color: #fff;
}
.faq-box {
    width: 80%;
    margin: 0 auto;
}
/* FAq PAge End */
/*Contact Start*/

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 54px;
    padding: 20px;
    background: #fff;
    border: 1px solid #777675;
    color: #000;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-family: "Nunito";
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact1 textarea {
    height: 200px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    font-size: 30px;
    color: #333333;
    font-weight: 600;
}

.contact2 ul li p {
    color: #000;
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0;
}

.contact2 .icon i {
    height: 85px;
    width: 85px;
    border: 0;
    border-radius: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background: #272262;
}

section.contact_us {
    padding: 150px 0 80px;
    width: 100%;
    height: 100%;
    margin-top: -6%;
    background-image: url(../images/page-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.map {
    margin-top: 50px;
}

.contact1 input {
    border-radius: 40px;
}

.contact1 textarea {
    border-radius: 10px;
    resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.contact1 button {
    font-size: 24px;
    width: 100%;
    height: 52px;
    text-align: center;
    border: none;
    transition: 1.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b75bb;
    color: #fff;
    border-radius: 80px;
}

.contact1 {
    position: relative;
    width: 95%;
}

i.far.fa-phone-alt {
    transform: rotate(98deg);
}

.map iframe {
    box-shadow: 0 0 20px 0 #0000003d;
}


/*Contact End*/







section.schedule-sec {
    margin-top: 60px;
}
.schedule-heading h2 {
    font-size: 52px;
}

.input-icon-calan input.form-control {
    margin-top: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    /* margin-bottom: 15px; */
    padding: 9px;
    border-radius: 80px;
}
.input-icon-calan {
    display: flex;
    align-items: center;
    gap: 20px;
    /* margin-bottom: 10px; */
}
.input-icon-calan i {
    font-size: 30px;
}
.map iframe {
    width: 100%;
}
.input-1 {
    margin-bottom: 20px;
}
.input-icon-calan p {
    margin: 0;
}
.input-select {
    display: flex;
    gap: 31px;
    /* justify-content: center; */
    margin-left: 50px;
    margin-bottom: 20px;
}
.input-icon-calan select {
    /* background: #fff url(../images/arrow.png) no-repeat right; */
    padding: 8px 120px 8px 14px;
    border-radius: 15px;
    appearance: auto;
}
.row.select-in-mb {
    margin-bottom: 20px;
}
.row.pad-bb {
    margin-bottom: 20px;
}
.input-textarea textarea#w3review {
    width: 100%;
    height: 190px;
    border-radius: 28px;
    /* margin-top: 50px; */
}
.row.text-areapd {
    margin-top: 50px;
}
.row.text-areapd {
    margin-top: 12px;
}
.footer-btn-2.btn-sch {
    margin-top: 32px;
}



button.btn-2.btn-sch-inn {
    height: 52px;
    padding: 0px 36px;
    gap: 11px;
    border-radius: 50px;
    /* margin-bottom: 20px; */
    background-color: #1bab4b;
    border: none;
    font-size: 20px;
    color: #fff;
}
.gallery-img-2 img {
    width: 100%;
    height: 304px;
    object-fit: cover;
    object-position: top;
}
.gallery-img-1 img {
    width: 100%;
    height: 302px;
    object-fit: cover;
}
.services-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.head-logo a img {
    height: 112px;
    width: 100%;
    object-fit: cover;
}










@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){}

@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){

}









