body{
    overflow-x: hidden;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #252525;
}
img {
    max-width: 100%;
}
h2 {
    font-size: 40px;
    color: var(--orange);
    margin-bottom: 40px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    letter-spacing: 1.2px;
}
:root {
    --pink: #f161a6;
    --orange: #f69663;
}
p {
    margin-bottom: 30px;
    letter-spacing: 1.3px;
    font-weight: 300;
}
a {
    text-decoration: unset !important;
}
.crew_btn {
    border-radius: 22px;
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.625;
    text-align: center;
    padding: 10px 25px;
    letter-spacing: 1.2px;
    display: inline-block;
    background-size: 100% 100% !important;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}
.crew_btn:hover {
    color: #fff;
    background-position: 00% 200% !important;
    background-size: 300% 100% !important;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}


.footer {
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    color: #fff;
    padding-top: 50px;
}
.footer ul {
    padding: 0;
}
.footer ul li {
    list-style: none;
}
.footer ul li a {
    color: #fff;
}
.footer1 {
    text-align: center;
}
.footer1 img {
    margin-bottom: 30px;
}
.footer1 ul li {
    display: inline-block;
    margin: 0 5px;
}
.footer1 ul li a {
    font-size: 18px;
}
.footer2 {
    padding-left: 20px;
}
.footer h5 {
    font-size: 18px;
    margin-bottom: 25px;
}
.footer2 ul li a {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.footer2 ul:nth-child(2) {
    float: left;
}
.footer2 ul:nth-child(3) {
    float: right;
    padding-right: 80px;
}
.footer3 p {
    font-size: 14px;
    margin-bottom: 15px;
}
.footer3 {
    width: 110%;
    margin-left: -10%;
}
.footer3 input[type="email"] {
    width: 95%;
    border: 0;
    height: 40px;
    font-weight: 600;
    padding-left: 10px;
    border-radius: 22px;
    font-size: 14px;
}
.footer3 input[type="submit"] {
    border: 0;
    color: #fff;
    height: 40px;
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    width: 60px;
    position: absolute;
    right: 0;
    border-radius: 22px;
    font-weight: 600;
}
.footer3 input[type="submit"] {
    border: 0;
    color: #fff;
    height: 40px;
    background-image: -moz-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    width: 60px;
    position: absolute;
    right: 0;
    border-radius: 22px;
    font-weight: 600;
    cursor: pointer;
}



.h_menu ul li {
    display: inline-block;
}
.h_menu {
    display: flex;
    flex-direction: column;
}
.header_upper_row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
}
.top_header_section::before {
    content: '';
    background-color: #fff;
    width: 29%;
    height: 110%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.top_header_section {
    position: relative;
}
.h_logo {
    position: relative;
    z-index: 99;
}
.top_header_section::after {
    content: '';
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    width: 71%;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.header_upper_row p a {
    color: #000;
    font-weight: 600;
}
.header_upper_row ul li a {
    color: #fff;
    padding: 0 5px;
    font-size: 13px;
}
.header_upper_row ul {
    padding-left: 0;
}
.header_upper_row i {
    background-color: #fff;
    color: var(--orange);
    padding: 4px;
    font-size: 11px;
    border-radius: 50%;
    width: 23px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header_social_icons li a {
    padding: 0 2px !important;
}
.header_lower_row ul li a {
    color: #000;
    font-weight: 600;
    padding: 0 12px;
}
.header_lower_row ul li a.crew_btn {
    color: #fff;
    margin-left: 69px;
}
.header_lower_row ul {
    padding: 0;
}
.header_lower_row ul li:first-child a {
    padding-left: 0;
}
.header_lower_row ul li a {
    color: #000;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
}
.header_lower_row ul li a:after {
    content: '';
    background-color: var(--orange);
    width: calc(100% - 1px);
    height: 2px;
    display: none;
}
.header_lower_row ul li a:hover {
    color: var(--orange);
}
.header_lower_row ul li a:hover:after {
    display: block;
}
.h_menu ul {
    margin: 0;
}

.header_upper_row p {
    margin-bottom: 14px;
}
.footer .row:nth-child(2) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid;
    padding-bottom: 20px;
    font-size: 14px;
}
.footer .row:nth-child(2) a {
    color: #fff;
}
.copyright_right {
    text-align: right;
}
.header_slider .slick-dots li button::before {
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
}
.header_slider .slick-dots li.slick-active button::before {
    border: 2px solid #fff;
}
.header_slider .slick-dots {
    position: absolute;
    bottom: unset;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    top: 43%;
    right: 20px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
}

/* Vendor Profile Page CSS */
.inner-banner-sec {
    height: 405px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.inner-banner-sec .page-title {
    width: 100%;
    text-align: center;
}

.inner-banner-sec .page-title h2 {
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 0px;
}
.inner-banner-sec .page-title h2:before {
    content: "";
    width: 124px;
    border-bottom: 3px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.vend-prof-row {
    margin-bottom: 0px;
}
.comp-detail-sec {
    background-color: #f5f5f5;
    border-radius: 8px !important;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.comp-detail-sec h3 {
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 
0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 400;
    padding: 16px 10px;
    border-radius: 8px 8px 0px 0px;
}
.prof-img img {
    width: 185px;
    height: 185px;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
}
.prof-img {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.cont-info-sec {
    padding: 0px 17px;
}
.prof-img:after {
    content: "";
    border-bottom: 1px solid #e3e3e3;
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cont-info-sec h5 {
    color: #f69663;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    position: relative;
    margin-bottom: 40px;
}

.cont-info-sec h5:after {
    content: "";
    width: 105px;
    border-bottom: 5px solid #e3e3e3;
    position: absolute;
    top: 7px;
    right: 15px;
}

.cont-info-sec ul {
    padding: 0;
    list-style: none;
}

.cont-info-sec ul li {
    display: flex;
    margin-bottom: 15px;
}

.cont-info-sec ul li span {
    width: 32%;
    font-size: 16px;
    color: #f69663;
}

.cont-info-sec ul li a {
    width: 65%;
    word-break: break-all;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.vend-prof-col {
    padding-left: 0px;
}
ul.comp-s-icons {
    display: flex;
    margin-top: 35px;
}
ul.comp-s-icons li a {
    width: 48px;
    height: 48px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #f69663;
    transition: all ease-in-out 0.3s;
}
ul.comp-s-icons li {
    margin-bottom: 0px;
    margin-right: 15px;
}

ul.comp-s-icons li a:hover {
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
  }
  .comp-map-sec iframe {
    border-radius: 8px;
}
.title-status h3 {
    font-size: 24px;
    color: #f69663;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-right: 15px;
}

.title-status span {
    background-color: rgb(0, 166, 81);
    font-size: 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 50px;
}

.title-status span i {
    font-size: 16px;
    margin-right: 5px;
}
.title-status {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rating-sec ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0px;
}
.rating-sec ul li {
    margin-right: 5px;
    color: #f7941d;
}
.rating-sec {
    display: flex;
    align-items: center;
}

.rating-sec strong {
    font-size: 14px;
    font-weight: 500;
    color: #7d7d7d;
    margin-left: 10px;
}

.hire-btn a {
    background-image: -moz-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -webkit-linear-gradient( 
0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
    font-weight: bold;
    color: #fff;
    padding: 10px 44px;
    display: table;
    border-radius: 22px;
    transition: all ease-in-out 0.3s;
}

.hire-btn a:hover {
    background-image: -moz-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(249,193,75) 0%, rgb(245,135,108) 50%, rgb(240,67,146) 100%);
}
.comp-title-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.comp-content-sec p {
    color: #252525;
    font-weight: 400;
}


.comp-services h4 {
    color: #f69663;
    font-size: 24px;
    text-transform: uppercase;
}

.comp-services ul li {
    border: 1px solid #d9d9d9;
    margin-right: 20px;
    padding: 6px 55px;
    color: #252525;
    border-radius: 20px;
}

.comp-services ul {
    padding: 25px 0px;
    list-style: none;
    display: flex;
    align-items: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 15px;
}
.comp-services {
    margin-top: 60px;
}


.top_rated_section {
    text-align: center;
    padding: 70px 0;
}
.single_technician h4 {
    font-size: 16px;
    color: var(--orange);
    font-weight: 600;
    margin-top: 25px;
}
.single_technician p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
.slick-arrow {
    font-size: 32px;
    color: #fff;
    background: -webkit-linear-gradient( 0deg, rgb(240,67,146) 0%, rgb(245,135,108) 50%, rgb(249,193,75) 100%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    cursor: pointer;
}
.fas.fa-arrow-alt-circle-right {
    right: -70px;
    top: 30%;
}
.fas.fa-arrow-alt-circle-left {
    left: -70px;
    top: 30%;
}
  
/* Vendor Profile Page CSS End*/






@media (min-width: 1200px) {
.container {
    max-width: 1170px;
}



}



@media (min-width: 1800px) {
.top_header_section::before {
    width: 31%;
}
.top_header_section::after {
    width: 69%;
}

}