@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font-family: 'Manrope', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #27ade4;
    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;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    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;
}

.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 {
    font-family: 'Manrope', sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Manrope', sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    line-height: 23px;
    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;
}


/* 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;
    background: #212121;
    padding: 15px 3%;
}

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

.navigation {
    margin-top: 0px;
}

.navigation ul li a {
    color: #fff;
    padding: 0px 8px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.navigation ul li a:hover {
    color: gray;
}

.navigation ul li.active a {
    color: #3CF;
}

.navigation ul li {
    display: inline-block;
    padding: 0px 0px;
    color: #fff;
}

.dropdown p {
    color: #000;
}

.dropdown li {
    color: #000;
}


/* 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: 12px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: gray;
    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: #33ccff;
    width: 12px;
    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;
}

.login_header ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.f-1 {
    background: #365493;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-2 {
    background: #3CF;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.f-3 {
    background: #774430;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.login_header li {
    margin: 0 10px 0 0px;
}

ul.navbar-set {
    margin: 0;
}

.dropdown1 i {
    margin: 0 7px;
}

header {
    margin: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 297px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 12px 17px;
    z-index: 100;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown-content1 a {
    display: grid;
}

.dropdown-content a:hover {
    color: #33ccff !important;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 290px;
    padding: 12px 42px;
    z-index: 100;
    margin-left: 250px;
    margin-top: -32px;
}

.dropdown i {
    color: gray;
    font-size: 10px;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 150px;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.head-contact i {
    color: #fff;
    font-size: 20px;
}

.head-contact a {
    color: #fff;
    font-size: 20px;
}

a.commercial-btn {
    padding: 18px 20px;
    margin-left: 10px;
}

.dropdown-content li {
    color: yellowgreen;
}

.dropdown1:hover .dropdown-content1 {
    display: block;
}

ul.dropdown-menu a {
    color: #000 !important;
}

li.nav-item li {
    padding: 5px 0;
}

ul.dropdown-menu i {
    margin-left: 10px;
}

.login_header i {
    color: #fff;
    font-size: 18px;
}

.login_header {
    position: relative;
    margin-top: 30px;
}


/*.login_header:before {
    content: '0';
    position: absolute;
    top: 5px;
    right: 18%;
    width: 20px;
    height: 20px;
    background: #33ccff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.dropdown-content a {
    color: #000 !important;
    font-size: 13px !important;
    line-height: 40px;
}

.dropdown2 {
    position: relative;
    display: inline-block;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 290px;
    padding: 12px 42px;
    z-index: 100;
    margin-left: 199px;
    margin-top: -21px;
}

.dropdown-content2 a {
    display: grid;
}

.dropdown2:hover .dropdown-content2 {
    display: block;
}

.dropdown-menu-1 {
    position: absolute !important;
    z-index: 1000;
    display: grid;
    min-width: 10rem;
    padding: 20px 5px;
    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;
    background-color: #fff;
    opacity: 0;
    width: 210px;
    margin-top: 0px;
    margin-left: 202px;
}

.banner_text {
    margin-left: 90px;
    margin-top: 15%;
}

.banner_text h2 {
    color: #fff;
}

.banner_text a {
    background: #33ccff;
    color: #fff;
    padding: 15px 30px;
    border-radius: inherit;
    transition: 1.5s;
}

.banner_text h1 {
    font-weight: 300;
    font-size: 60px;
}

.banner_text a:hover {
    box-shadow: inset 0 0 0 50px #000;
    transition: 1.5s;
    color: #fff;
}

.bto-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.bto-top a i {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px;
}


/*banner end*/


/*inner start*/


/*Hvac Installation Start*/

.installation-text h2 {
    font-size: 26px;
    color: black;
    font-weight: 600;
    margin: 0;
}

.installation-text span {
    font-weight: bold;
}

.installation-text p {
    color: #0000008a;
}

.installation-text {
    box-shadow: 0px 0px 3px 0px;
    padding: 55px 35px;
    /* height: 520px; */
}

.installation-img.filt img {
    height: 380px;
}

.installation-number {
    text-align: center;
}

.installation-number h2 {
    margin-bottom: 2px;
    color: black;
    font-weight: bold;
}

.installation-number h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: black;
}

.installation-number h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: black;
}

.installation-number {
    text-align: center;
    margin-top: 51px;
    padding: 50px 0;
}

.installation-img img {
    width: 100%;
    height: 481px;
    object-fit: cover;
}

.footer-section {
    background-color: rgb(39, 173, 228);
    padding: 35px 0;
}

.heating-cooling h2 {
    font-size: 18px;
    color: white;
    font-weight: 500;
    margin: 0;
    border-top: 1px solid #ffffff52;
}

.heating-cooling p {
    color: white;
    margin-bottom: 32px;
}

.heating-cooling img {
    margin-bottom: 40px;
    width: 45%;
}

.recent-posts h2 {
    font-size: 20px;
    color: white;
    font-weight: 700;
    margin: 0;
}

.recent-posts ul {
    display: flex;
    align-items: center;
}

.recent-posts img {
    padding-right: 15px;
}

.recent-posts a {
    font-size: 15px;
    color: white;
    font-weight: bold;
}

.recent-posts p {
    color: white;
    font-size: 13px;
    font-weight: 300;
    padding-top: 10px;
}

ul.space:not(:last-child) {
    border-bottom: 1px solid #ffffff4f;
    padding-bottom: 17px;
}

.contact-info h2 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 3px;
}

.contact-info i {
    color: #ffffffe6;
    padding-right: 8px;
}

.contact-info a {
    color: #ffffff8c;
}

.contact-info span {
    color: #ffffffe6;
}

.copy-right p {
    font-size: 15px;
    color: white;
    padding: 20px 0;
}

.copy-right {
    border-top: 1px solid #ffffff40;
}


/*Hvac Installation End*/


/*Hvac Repair Start*/

.repair-text h2 {
    font-size: 26px;
    font-weight: bold;
    color: black;
    margin: 0;
}

.repair-text p {
    color: #0000008f;
    line-height: 27px;
}


/* Defines the width of the carousel and centers it on the page */

.slick-carousel {
    margin: 0 auto;
    width: 100%;
}


/* The width of each slide */

.slick-slide {
    width: 100%px;
}

.slick-carousel .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}

.slick-carousel .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}


/* Color of the arrows */

.slick-carousel .slick-next::before,
.slick-prev::before {
    color: blue;
}

.slick-carousel .slick-prev::before {
    color: black;
    font-size: 25px;
}

.slick-carousel .slick-next::before,
.slick-prev::before {
    color: black;
    font-size: 25px;
}

.slick-carousel .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-carousel .slick-dots li button:before {
    font-family: 'slick';
    font-size: 11px;
    opacity: .25;
    color: black;
    border: 1px solid;
    border-radius: 50px;
}

.slick-dots {
    bottom: -40px;
}

section.banner.pay-invoice {
    background-color: #0a0a0a;
    background-size: cover;
    background-position: center center;
    margin-top: 100px;
}

.bottom-banner span:before {
    content: "/";
    display: inline-block;
    padding: 0 8px;
}

.bottom-banner span {
    color: #fff;
}

.bottom-banner a {
    color: #fff;
}

.container.invoice {
    text-align: center;
    padding: 25px 0px;
}

.container.invoice h1 {
    font-size: 68px;
    line-height: 112px;
    font-weight: 700;
}

.installation-section {
    margin: 40px 0px;
}

.repair-section {
    padding: 100px 0;
}

.slick-carousel .slick-slide img {
    width: 100%;
    height: 400px;
}


/*Hvac Repair end*/


/*contact start*/

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

section.contact-wrap input {
    width: 100%;
    border: 1px solid #80808069;
    border-radius: 30px;
    margin: 14px 0;
    padding: 15px 25px;
}

section.contact-wrap textarea {
    width: 100%;
    height: 300px;
    border-radius: 25px;
    border: 1px solid #80808069;
    margin: 14px 0;
    padding: 15px 25px;
}

.contact-btn button {
    border: none;
    background: #27ade4;
    color: #fff;
    padding: 15px 30px;
}

.contact-btn {
    margin: 15px 0;
}

section.contact-wrap span {
    color: #c02b0a;
    font-size: 14px;
    font-weight: 600;
}

section.contact-wrap label {
    color: #000;
    font-weight: 500;
}

.contact-text {
    position: relative;
}

.contact-text:before {
    content: '';
    position: absolute;
    left: 229px;
    top: 13px;
    width: 70%;
    height: 1px;
    background: #80808057;
}

.contact-text p {
    font-size: 18px;
    color: #000;
}


/*contact end*/

section.banner.pay-invoice {
    background-color: #0a0a0a;
    background-size: cover;
    background-position: center center;
}

.bottom-banner span:before {
    content: "/";
    display: inline-block;
    padding: 0 8px;
}

.bottom-banner span {
    color: #fff;
}

.bottom-banner a {
    color: #fff;
}

.container.invoice {
    text-align: center;
    padding: 60px 0px;
}

.container.invoice h1 {
    font-size: 68px;
    line-height: 112px;
    font-weight: 700;
}

.label-1 span {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
    font-style: italic;
}

.label-1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}

input.input_1_1 {
    width: 98%;
    border: 1px solid #b7b7b7;
    border-radius: 23px;
    padding: 8px;
    margin-top: 11px;
}

.label-2 span {
    padding-right: 1%;
}

.label-2 input {
    width: 100%;
    border: 1px solid #b7b7b7;
    border-radius: 23px;
    padding: 8px;
    margin-top: 11px;
}

.label-2 label {
    color: #000;
}

.\33 rd-row {
    margin-top: 19px;
}

.label-2 input {
    margin-left: -12px;
}

button {
    /* margin-bottom: 58px; */
    background-color: #27ade4;
    border: none;
    padding: 9px 22px;
    /* margin-top: 24px; */
}

button a {
    color: #fff;
}

.invoice {
    padding: 90px 0px;
}


/*invoice end*/


/*about us css*/

.about-us h4 {
    color: #000;
    font-size: 25px;
}

.about-us p {
    font-size: 15px;
    line-height: 25px;
    color: #b7b7b7;
}

.about-us {
    margin: 62px 0px;
}


/*end about us*/


/*maintenance pakg*/

.maint-pkg-1 h4 {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    position: relative;
    text-align: center;
}

.maint-pkg-1 h4:before {
    content: "";
    display: block;
    flex: 1 1 auto;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    margin-right: 23px;
    width: 44%;
    position: absolute;
    top: 13px;
}

.maint-pkg-1 h4:after {
    content: "";
    display: block;
    flex: 1 1 auto;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
    margin-right: 23px;
    width: 42%;
    position: absolute;
    top: 13px;
    right: 0;
}

.tax {
    padding-top: 1vh !important;
    padding-bottom: 1vh !important;
    background-color: #27ade4 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 3px 5px 6px 0px rgb(0 0 0 / 43%);
}

.tax h6 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
    color: #000;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
}

.para p {
    margin-bottom: 0;
    border-bottom: 1px solid rgb(0 0 0 / 21%);
    font-size: 14px;
    margin-top: 30px;
}

.wpb_wrapper button {
    background: rgb(207, 41, 54);
    border-radius: 20px;
}

.wpb_wrapper {
    text-align: center;
    border: 1px solid rgb(39, 173, 228);
    padding: 10px;
    height: 500px;
    position: relative;
}

.wpb_wrapper h3 {
    font-size: 21px;
}

.maintanence-pkg {
    margin-top: 40px;
    margin-bottom: 35px;
}

.tax h6 span {
    font-weight: 600;
    margin-left: 6px;
}

.col-md-3.no-pd {
    padding: 5px;
}

button.bottom-button {
    position: absolute;
    left: 111px;
    bottom: 12px;
}

button.bottom-b-2 {
    /* margin-top: 154px; */
    position: absolute;
    left: 111px;
    bottom: 12px;
}

button.bottom-b-1 {
    /* margin-top: 234px; */
    position: absolute;
    left: 111px;
    bottom: 12px;
}


/*maintenence end*/


/*login page stat\rt*/

.right-side h6 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}


/*login page end*/

.right-side p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 3px;
}

.para-1 input {
    width: 100%;
    border: 1px solid #b7b7b7;
    padding: 10px;
    margin-bottom: 18px;
}

.para-2 input {
    width: 100%;
    border: 1px solid #b7b7b7;
    padding: 10px;
    margin-bottom: 18px;
}

.right-side span {
    color: #ff0018;
}

.right-side button {
    width: 100%;
    border-radius: 22px;
    background-color: #27ade4 !important;
}

.right-side ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.right-side li span {
    color: #000;
    padding: 0px 10px;
}

.right-side li p {
    color: #27ade4 !important;
}

.left-side h6 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.left-side p {
    color: #b7b7b7;
}

.left-side {
    text-align: center;
}

.left-side button {
    background: #b7b7b738;
    border-radius: 20px;
}

.left-side button a {
    color: #000;
}

.left-side {
    text-align: center;
    border-left: 1px solid #b7b7b7;
    height: 100%;
    padding: 10px;
}

.log-in {
    padding: 71px 0px;
}

section.pakkge {
    padding: 80px 0;
}


/*why choose us start*/

section.why-choose-us {
    background: #27ade4;
    padding: 30px 0;
}

.why-choose-box {
    text-align: center;
}

.why-choose-box img {
    width: 80px;
    margin: 0 auto;
    background: #dcf2fb;
    border-radius: 100%;
}

.slick-active {
    opacity: unset;
}

.why-choose-head h4 {
    line-height: 50px;
    font-size: 40px;
    color: #ffffff;
    margin-left: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.why-choose-box {
    cursor: pointer;
}

.why-choose-box h4 {
    font-size: 28px;
    margin: 20px 0;
    font-weight: 400;
    color: #fff;
}

.why-choose-box p {
    font-size: 15px;
    font-weight: 400;
    /*   text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
    color: #fff;
}

.why-choose-box a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #ffffff8c;
}

.why-choose-box a:hover {
    border-bottom: 2px solid #fff;
    color: #fff;
}

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

.about-text h4 {
    font-size: 40px;
    color: inherit;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-text p {
    color: #878787;
    width: 80%;
    font-weight: 400;
    margin-bottom: 20px;
}

.about-text a:nth-child(4) {
    color: #fff;
    background-color: #cf2936;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.about-text a:nth-child(3) {
    color: #fff;
    background: #27ade4;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 600;
    margin-right: 10px;
}

.about-text {
    margin-top: 15px;
}

.about-text2 h4 {
    font-size: 40px;
    color: inherit;
    font-weight: 600;
    margin-bottom: 25px;
}

.about-text2 p {
    color: #878787;
    font-weight: 400;
}

.about-text2 a:nth-child(4) {
    color: #fff;
    background-color: #cf2936;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.about-text2 a:nth-child(3) {
    color: #fff;
    background: #27ade4;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 600;
    margin-right: 10px;
}


/*why choose us end*/


/*services start*/

section.our-services-sec {
    padding: 80px 0;
}

section.about-sec2 .row {
    align-items: center;
}

.our-services-head h4 {
    line-height: 50px;
    font-size: 40px;
    color: inherit;
    font-weight: 600;
    margin-bottom: 30px;
}

.services-box p {
    color: #878787;
    font-weight: 400;
}

.services-box h6 {
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.services-box a {
    color: #fff;
    background: #27ade4;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 600;
}


/*services end*/


/*gallery start*/

section.our-gallery-sec {
    padding: 30px 0;
    background-color: #27ade4;
}

section.our-gallery-sec .col-lg-4 {
    padding: 3px;
}

.gallery-head h4 {
    line-height: 50px;
    font-size: 40px;
    color: inherit;
    font-weight: 600;
    margin-bottom: 30px;
}

.gallery-box {
    height: 414px;
    overflow: hidden;
}

.gallery-box img {
    width: 100%;
    height: 414px;
    transition: 1.3s ease-in-out;
}

.gallery-box img:hover {
    transform: scale(1.5);
}


/*gallery end*/


/*articles start*/

section.new-articles-sec {
    padding: 50px 0;
}

.articles-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.articles-head h4 {
    line-height: 50px;
    font-size: 40px;
    color: inherit;
    font-weight: 600;
    margin-bottom: 30px;
}

.articles-head a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #27ade4;
    line-height: 19px;
}

.articles-head a:hover {
    opacity: .5;
}

.articles-head a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #27ade4;
    line-height: 19px;
}

.article-image {
    position: relative;
    height: 300px;
}

.article-image h6 span {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.article-image h6 {
    top: 2%;
    position: absolute;
    background: #fff;
    text-align: center;
    padding: 5px 14px;
    left: 3%;
    font-size: 22px;
    line-height: 21px;
}

.article-image h5 {
    position: absolute;
    left: 35%;
    background-color: #27ade4;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 7px;
    bottom: -10%;
}

.articles-box h4 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0px;
}

.icons ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 300;
    align-items: center;
    /*padding: 4px 0;*/
    margin-bottom: 3px;
}

.icons ul li a {
    color: #8d8d8d;
}

.icons ul li a:hover {
    color: #000;
}

.icons ul:nth-child(1) li:nth-child(5):hover .hover-icons {
    display: initial;
}

.icons ul:nth-child(1) li:nth-child(5) {
    padding: 10px 0;
}

.icons {
    position: relative;
}

.hover-icons {
    display: none;
    position: absolute;
    top: -33px;
    right: 24px;
}

.hover-icons ul li {
    background: #000;
    padding: 5px 6px;
}

.hover-icons ul li a i {
    padding: 0 5px;
    font-size: 15px;
}

.hover-icons ul li a:hover {
    color: #ffffffb3;
}

.hover-icons ul li a {
    color: #fff;
}

.dots:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 10px;
    height: 10px;
    top: 50%;
    border-radius: 12px;
    transition-delay: .20s;
    animation-delay: .20s;
    left: 15%;
    transition: 1.3s ease-in-out;
}

.dots span {
    content: '';
    position: absolute;
    background: #fff;
    width: 10px;
    height: 10px;
    top: 50%;
    border-radius: 12px;
    transition-delay: .10s;
    animation-delay: .10s;
    left: 20%;
    transition: 1.1s ease-in-out;
}

.dots:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 10px;
    height: 10px;
    top: 50%;
    border-radius: 12px;
    left: 25%;
    transition: .9s ease-in-out;
}

.dots {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.articles-box:hover .dots {
    opacity: 1;
}

.articles-box:hover .dots:after {
    left: 54%
}

.articles-box:hover .dots span {
    left: 50%
}

.articles-box:hover .dots:before {
    left: 46%
}

.articles-box p {
    color: #5a5a5a;
    font-weight: 400;
    font-size: 14px;
    padding: 0 10px;
}

.articles-box a.btn {
    color: #27ade4;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.articles-box {
    text-align: center;
    box-shadow: 0 0 4px 0 #9393939e;
    transition: .5s ease-in-out;
    margin-bottom: 20px;
    height: 550px;
}

.articles-box:hover {
    box-shadow: 0 0 12px 0 #9393939e;
}

.articles-box:hover .article-image img {
    filter: brightness(0.5);
}

.article-image img {
    transition: 1s ease-in-out;
    height: inherit;
}


/*Articles end*/


/*clients comments start*/

section.clients-comments {
    text-align: center;
    padding: 50px 0;
}

.clients-comments h3 {
    font-size: 40px;
    color: inherit;
}

.clients-comments p {
    color: #878787;
    font-weight: 400;
}

.clients-comments h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.clients-comments h4 span {
    color: #878787;
    font-weight: 400;
}


/*clients comments end*/

.slick-prev::before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
    opacity: 0;
    transition: 1s ease-in-out;
}

.slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
    opacity: 0;
    transition: 1s ease;
}

.clients-comments-slider:hover .slick-next:before {
    opacity: 1;
}

.clients-comments-slider:hover .slick-prev:before {
    opacity: 1;
}

.articles-slider:hover .slick-next:before {
    opacity: 1;
}

.articles-slider:hover .slick-prev:before {
    opacity: 1;
}


/*blog css*/

.home button {
    background-color: #27ade4;
    padding: 0px 8px;
}

.home button a {
    color: #fff;
}

.home h4 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 25px;
}

.home li:nth-child(1) {
    color: #b7b7b7;
}

.home imng {
    width: 100%;
}

.home {
    text-align: center;
}

.blog-1 p {
    color: #b7b7b7;
}

.icons-footer li a:nth-child(1) i {
    color: #fff;
    background-color: #365493;
    font-size: 19px;
    border: 1px solid #fff;
    align-items: center;
    border-radius: 21px;
    padding: 9px 13px;
    width: 40px;
    height: 40px;
}

.icons-footer ul li a:nth-child(2) i {
    background-color: #8ed1fc;
    font-size: 19px;
    border: 1px solid #fff;
    color: #fff;
    align-items: center;
    border-radius: 21px;
    padding: 9px 9px;
    width: 40px;
    height: 40px;
}

.icons-footer ul li a:nth-child(3) i {
    background-color: #cb2027;
    font-size: 19px;
    border: 1px solid #fff;
    color: #fff;
    align-items: center;
    border-radius: 21px;
    padding: 9px 12px;
    width: 40px;
    height: 40px;
}

.icons-footer ul li a:nth-child(4) i {
    background-color: #0274B3;
    border: 1px solid #fff;
    color: #fff;
    align-items: center;
    border-radius: 21px;
    padding: 12px 13px;
    width: 40px;
    height: 40px;
}

.icons-footer ul li a:nth-child(5) i {
    background-color: #37aee2;
    color: #fff;
    align-items: center;
    border-radius: 21px;
    padding: 11px 13px;
    width: 39px;
    height: 38px;
}

.icons-footer {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
}

ul.sec-ul li h6 {
    margin: 0;
    color: #000;
}

ul.sec-ul {
    display: flex;
    justify-content: space-between;
}

.icons-c {
    text-align: center;
}

.icons-footer {
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    padding: 20px;
}

.leave-in input {
    width: 100%;
    border: 1px solid #00000073;
    padding: 9px 10px;
    border-radius: 25px;
}

.leave-in textarea {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    border: 1px solid #00000059;
}

section.leave-reply {
    margin-bottom: 80px;
}

section.leave-reply h1 {
    color: #000;
    font-size: 30px;
}

.leave-in span {
    color: red;
}

.btn-l button {
    background: #27ade49c;
    color: #fff;
    border-radius: 25px;
}


/*blog end*/


/*categeroy start*/

section.category-wrap {
    padding: 100px 0;
    margin-top: 9%;
}

.category-text {
    text-align: center;
    margin-bottom: 20px;
}

.category-text h1 {
    color: #dd3333;
    font-weight: 600;
    font-size: 40px;
}

.category-text p {
    padding: 0 300px;
}

.category-box {
    background: #27ade4;
    text-align: center;
    padding: 70px 0;
    border-radius: 20px;
}

.category-box a {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
}


/*categeroy end*/


/*equipment start*/

section.equipment-wrap {
    padding: 100px 0;
    margin-top: 10%;
}

section.equipment-wrap {
    padding: 100px 0;
    margin-top: 10%;
}

.equipment-text {
    text-align: center;
    margin-bottom: 25px;
}

.equipment-text h2 {
    font-size: 40px;
    color: #dd3333;
    font-weight: 600;
    margin-bottom: 8px;
}

.equipment-text p {
    padding: 0 300px;
}

.equipment-box {
    background: #27ade4;
    text-align: center;
    padding: 50px 0;
    border-radius: 10px;
    margin-bottom: 25px;
    height: 300px;
}

.equipment-box img {
    width: 80px;
}

.equipment-box a {
    display: block;
    color: #fff;
    padding: 0 18px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 58px;
}


/*equipment end*/

section.estmate-wrap {
    background: #000000cf;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appointment-btn a {
    background-color: #27ade4;
    border: none;
    padding: 9px 22px;
    color: #fff;
    width: fit-content;
}

section.estmate-wrap p {
    color: #fff;
    /* padding: 0 500px; */
    width: 460px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}

section.estmate-wrap a {
    color: #0a58caeb;
}


/*ac ductless start*/

section.ac-ductless {
    padding: 50px 0;
    margin-top: 10%;
}

.section-head {
    text-align: center;
    padding-bottom: 50px;
}

.section-head h4 {
    color: #cf2936;
    font-weight: 500;
    font-size: 40px;
}

.section-head p {
    font-size: 15px;
    width: 50%;
    margin: 0 auto;
    font-weight: 400;
    color: #000;
}

.section-box form {
    margin-top: 35px;
}

.section-box {
    padding: 20px 15px 15px 15px;
    text-align: center;
    border: 1px solid #27ade4;
}

.section-box h5 {
    color: #cf2936;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

.section-box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.section-box p {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 2px;
}

.section-box label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.section-box input {
    width: 100%;
    padding: 10px;
    border: 1px solid #c7c7c7;
    margin-bottom: 15px;
}

.section-box input::placeholder {
    color: #000;
}

.section-box textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #c7c7c7;
}

.section-box a:nth-child(4) {
    color: #000;
    background-color: #edededcc;
    width: 35%;
    border-radius: 0;
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 5px;
    margin-top: 15px;
}

.section-box a {
    display: block;
}

.section-box a:nth-child(6) {
    background-color: #cf2936;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: 45%;
    font-weight: 600;
    border-radius: 20px;
    margin: 0 auto;
    /*margin-top: 35px;*/
    padding: 10px 0;
}

.section-box .border {
    margin: 25px 0 10px 0;
}


/*ac ductless end*/

.row.rel {
    margin-top: 20px;
}

.code-wrap input {
    width: 50%;
    border: 1px solid #80808080;
    padding: 15px 14px;
    border-radius: 25px;
}

.code-wrap p {
    margin: 0;
    font-size: 18px;
}

section.appointment {
    background: #dd3333;
    padding: 31px 0;
}

section.appointment h1 {
    font-size: 38px;
    text-transform: uppercase;
    margin: 0;
}

section.appointment .row {
    display: flex;
    align-items: center;
}

.appointment-btn button {
    margin: 0;
    color: #fff;
}


/*inner end*/


/* Step Form Start */

#msform {
    position: relative;
    background: #fff;
    z-index: 9;
    padding: 30px 30px 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 #00000045;
}

.book-row {
    position: relative;
    background: #fff;
    z-index: 9;
    padding: 30px 15px 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 #00000045;
    margin-bottom: 20px;
}

.book-row h4 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 19px;
}

.summary {
    margin-top: 15px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    width: 100px;
    background: #27ade4;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float: right;
    border-radius: 5px;
}

#msform .action-button-previous {
    width: 100px;
    background: #27ade4;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 30px 0;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: calc(100% / 5 - 5px);
    float: left;
    position: relative;
    margin-right: 5px;
}

#progressbar li span {
    font-size: 18px;
    position: relative;
    top: -20px;
    color: #5B5A60;
}

#progressbar li:before {
    content: "";
}

#progressbar li:before {
    width: 0;
    height: 0;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    background: #fff;
}

#progressbar li.active:before {
    background: #fff !important;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 15px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li:first-child:after {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#progressbar li:last-child:after {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #27ade4;
}

#progressbar .active span {
    color: #27ade4;
    font-weight: bold;
}


/* Step Form End */

.form__Box {
    flex: 1;
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    overflow: auto;
}

.form__Box .logo {
    text-align: center;
    padding: 50px 15px 20px;
    max-width: 240px;
    margin: auto;
    width: 100%;
}

h3.formHeading {
    padding: 20px 15px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.form__Box form {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    max-width: 468px;
}

.form__Box form input {
    border: 0;
    height: 40px;
}

.form__submited {
    color: #fff;
    background: #ff3b02;
    border-radius: 4px;
    margin: 30px 0;
    height: 40px;
    border: none;
}

span.newForm__ContainerSectiton {
    display: flex;
    width: 100%;
    max-width: 468px;
    justify-content: space-between;
    padding-bottom: 50px;
}

span.newForm__ContainerSectiton a.newForm {
    color: #000;
}

span.newForm__ContainerSectiton label.have__an__account {
    color: #C4C8D0;
}

p.formPara {
    max-width: 350px;
    text-align: center;
    color: #939BA1;
}

span.borderBottom {
    height: 1px;
    display: block;
    background: #EBEBEB;
    max-width: 170px;
    margin: 40px auto 0;
}

.logoContainer p.para {
    color: #939BA1;
    max-width: 440px;
    padding: 15px 15px 30px;
    position: relative;
}

.logoContainer p.para:before {
    content: "";
    height: 2px;
    max-width: 230px;
    background: #EBEBEB;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
}

.logo_Container {
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    background: url('../../storage/images/login-bg.jpg');
    background-size: cover;
    background-position: center;
}

section.Banner__Section.myAcount {
    background: url(../images/cartbanner.png);
    background-repeat: no-repeat;
}

section.Banner__Section.myAcount .BannerDetail {
    padding: 134px 15px;
}

h3.acountHeading {
    font-weight: 700;
    padding: 60px 0 20px;
    position: relative;
    display: block;
    max-width: 500px;
    border-bottom: 2px solid #E2E2E2;
    margin-bottom: 20px;
}

h3.acountHeading:before {
    position: absolute;
    content: "";
    display: block;
    height: 4px;
    width: 70px;
    background: #ff3b02;
    bottom: -3px;
}

a.Acount__actionButton {
    color: #fff;
    background: #ff3b02;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 5px;
    margin: 50px 0;
}

#msform .select2-selection.select2-selection--multiple:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    width: 20px;
    height: 20px;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    top: 0%;
    right: 0;
}


/* Cart */

.cart_sidebar ul {
    list-style: none;
    padding: 0px;
}

.cart_table_main tbody td {
    height: 170px;
    vertical-align: middle !important;
}

.cart_table_main thead th {
    font-size: 17px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(219, 219, 219) !important;
}

.cart_table_main tbody td .image_cart_prod {
    display: flex;
    align-items: center;
}

.cart_table_main tbody td .image_cart_prod .cart-img {
    margin-right: 30px;
    position: relative;
}

.cart_table_main tbody td .image_cart_prod .cart-img a {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgb(255, 255, 255);
    width: 25px;
    height: 25px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_table_main tbody td {
    color: rgb(135, 135, 135);
    font-size: 16px;
    font-weight: 400;
}

.cart_table_main tbody td .image_cart_prod .cart-product-name p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-family: Roboto, sans-serif;
    margin: 0px;
}

.cart_table_main tbody tr {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.continue_btn a {
    padding: 12px 50px;
    color: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
    font-size: 15px;
    border: none;
    border-radius: 0px;
    background: #27ade4;
}

.clear_carT_list ul {
    text-align: right;
}

.clear_carT_list ul li {
    display: inline-block;
}

.clear_carT_list ul li a {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-family: Poppins, sans-serif;
    padding: 10px 30px;
    background-color: rgb(235, 235, 235);
    border: 2px solid rgb(235, 235, 235);
}

.clear_carT_list ul li a:hover {
    background-color: transparent;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 2px solid rgb(183, 183, 183);
    border-radius: 0px;
}

.cart_sidebar h3 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
}

.cart_sidebar .h-sub {
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(219, 219, 219);
    margin-bottom: 20px;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
}

.cart_sidebar ul li input {
    padding: 0px;
    height: initial;
    width: initial;
    margin-bottom: 0px;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: rgb(183, 183, 183);
}

.cart_sidebar ul li label::before {
    content: "";
    appearance: none;
    background-color: transparent;
    border: 1px solid rgb(183, 183, 183);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px, rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border-style: solid;
    border-color: rgb(216, 29, 168);
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(183, 183, 183);
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: rgb(183, 183, 183);
    font-family: Roboto, sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0px;
    border: 1px solid rgb(183, 183, 183);
    margin-bottom: 20px;
    appearance: auto;
    color: rgb(183, 183, 183);
}

.cart_sidebar form select option {
    color: rgb(0, 0, 0);
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0px;
    border: 1px solid rgb(183, 183, 183);
    margin-bottom: 20px;
    appearance: auto;
    color: rgb(183, 183, 183);
}

.cart_sidebar form input::placeholder {
    color: rgb(183, 183, 183);
}

.cart_sidebar form button {
    color: rgb(0, 0, 0);
    font-size: 15px;
    border-radius: 0px;
    font-family: Poppins, sans-serif;
    padding: 10px 40px;
    background-color: rgb(235, 235, 235);
    border: 2px solid rgb(235, 235, 235);
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
    font-size: 15px;
    border: none;
    border-radius: 0px;
    background: #27ade4;
}

.skin-2 .num-in {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px;
    border-radius: 25px;
    height: 40px;
    width: 110px;
    float: left;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span::before,
.skin-2 .num-in span::after {
    content: "";
    position: absolute;
    background-color: rgb(102, 119, 128);
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus::after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
}

.fonr-wrapper {
    display: flex;
    align-items: self-start;
    justify-content: center;
}

.fonr-wrapper input {
    width: 250px;
    height: 50px;
    background: rgb(238, 238, 238);
    border: none;
    padding: 0px 10px;
}

.fonr-wrapper button {
    height: 50px;
    border: none;
    background: rgb(255, 153, 0);
    color: rgb(255, 255, 255);
    padding: 0px 20px;
}

section.cart_page.all-section {
    padding: 200px 0 100px;
}

.star-rate {
    text-align: left;
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin: 0 10px;
}

*BOOKING DETAIL PAGE STRT*/
.pkg_bok_list h3 {
    margin: 0;
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
}

.pkg_bok_list h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 800;
    line-height: 40px;
    color: #d2232b;
}

.pkg_bok_list {
    padding: 50px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.pkg_bok_list ul li {
    position: relative;   
}
.pkg_bok_list ul li:after {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translate(-50%, 0);
    background-color: #28ade2;
    width: 10px;
    height: 3px;
}

.pkg_bok_list ul {
    padding-left: 23px;
}












.billing_sidebar {
  padding: 30px 20px;
  border: 1px solid #000;
  border-radius: 0px;
}



.billing_sidebar h3{
  font-size: 22px;
  color: #000;
  margin-top: 0px;
  line-height: 25px;
  margin-bottom: 20px;
  font-family: 'Manrope';
  font-weight: 800;
}



.billing_sidebar .h-sub {
  font-weight: 800;
  color: #000;
  font-size: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  font-family: 'Manrope';
  text-transform: uppercase;
}

.billing_sidebar h5 span{
  float: right;
}
.billing_sidebar h4{
  font-size: 17px;
  font-weight: 500;
  color: #000;
  font-family: 'Manrope';
}


.billing_sidebar ul li:not(:last-child){
  margin-bottom: 15px;
}


.checkout_btn{
   padding: 14px 50px;
   display: block;
   width: 100%;
   text-align: center;
   color: #fff;
   font-size: 17px;
   font-weight: 500;
   background-color: #cf2936;
   text-transform: uppercase;
   border-radius: 100px;
}

.checkout_btn:hover{
   color: #fff;
}


h6.payment-h {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin-bottom: 30px;
  font-family: 'Manrope';
}

.billing_sidebar .cart_lst li span {
    float: right;
}

.billing_sidebar form label {
    display: block;
}

.billing_sidebar form input {
    width: 100%;
    height: 50px;
    margin: 10px 0 0px 0;
    border: 1px solid #000;
}
 
.error {
    color: #f00;
    font-weight: 500;
    padding: 10px 0px;
}


/*BOOKING DETAIL PAGE END*/
