@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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 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
}


@font-face {
  font-family: 'Proxima-Nova';
  src: url(../fonts/Proxima-Nova.ttf);
  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: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 20px;
    color: #fff;
    margin: 20px 0px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: capitalize;
    background: #ed1c24;
    border-radius: 0px;
    font-family: 'Proxima-Nova';
}

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


.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: 'Proxima-Nova';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Proxima-Nova';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

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

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

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

h6 {
  font-family: 'Proxima-Nova';
  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;
}


/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  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: 20px 21px;
    font-size: 13px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5288f5;
    font-family: "Roboto", sans-serif;
}


.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: #ec2129;
}
.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:hover a {}

.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;
}
.hd-logo {
    padding-right: 40px;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}




/*Top Sec Css STart*/
.btn-1 {
    font-family: "Josefin Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: #EC2129;
    color: #fff;
    padding: 9px 23px;
    border-radius: 4px;
}
.topSec {
    padding: 10px 0px;
    background-color: #5288F5;
}
.topSec .row {
    display: flex;
    justify-content: end;
}
.maindv-top-sec-btns {
    display: flex;
    gap: 54px;
    margin-left: 40px;
}
.hd-logo {
    margin-top: -49px;
}
/*Top Sec Css End*/


/*banner Css Start*/
.text-banner h4 {
    font-family: 'Roboto';
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    width: 87%;
    margin: 0 auto;
    line-height: 27px;
}
.banner {
    padding: 70px 0px;
    background: #5288f5;
    border-top: 2px solid #ec2129;
    border-bottom: 2px solid #ec2129;
    margin-top: -5px;
}



/*banner css End*/



/*Section Services For Businesses Start*/

.aboutus-box {
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 10px 0px 30px;
    margin-top: 40px;
    background: #fff;
}
.about-text h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 45px;
}
.about-text p {
    color: #2D2926;
    font-family: "Proxima Nova", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 21px;
}

.box-2 h2 {
    text-transform: capitalize;
}
.box-2 {
    height: 170px;
    padding: 10px 0px 17px;
}
.box-2 p {
    height: 47px;
}
.top-heading-ser-business h2 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 0px;
}
.top-heading-ser-business {
    background-color: #E5F7FB;
    margin-bottom: 40px;
}
.servic-business {
    background-color: #F3F7FF;
}
.servic-business {
    background-color: #F3F7FF;
    margin-top: 100px;
    padding-bottom: 40px;
}


/*Section Services For Businesses End*/



/*Section Constructor Start*/
.text-contractors {
    text-align: center;
}

.text-contractors h2 {
    color: #000000;
    font-family: "Proxima Nova", Sans-serif;
    font-size: 45px;
    font-weight: 400;
}

.text-contractors p {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 85%;
    margin: 0 auto;
}
.text-contractors p a {
    color: #5288f5;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.contractors {
    padding: 50px 0px;
}
/*Section Construtors End*/
/*Footer Start*/

.text-ft p {
    font-size: 18px;
    text-align: center;
    font-family: "Inter", sans-serif;
    color: #000;
    font-weight: 500;
}
footer {
    background-color: #eeeeee;
    padding: 30px 0px 70px;
}


/*Footer End*/



/*ionner banner Start*/
.text-banner {
    text-align: center;
}
.text-banner h2 {
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-family: "Proxima Nova", Sans-serif;
    font-size: 50px;
    font-weight: 600;
}
.innerbanner .banner {
    padding: 100px 0px;
    background: #5288f5;
    border-top: unset;
    border-bottom: unset;
    margin-top: -47px;
}
/*inner Banner End*/



/*About Us Page Start*/

.text-aboutus h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.text-aboutus h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 48px;
}
.text-aboutus p {
    font-size: 15px;
    font-family: 'Proxima-Nova';
    font-weight: 300;
    color: #000;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 29px;
}
.aboutus-img img {
    width: 100%;
    height: 704px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.aboutus .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutus {
    padding: 50px 0px;
}
.aboutus-img {
    padding: 10px 10px 40px;
}
/*About Us Page End*/


/*Resources Page Start*/
.text-resources h2 {
    font-size: 48px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    color: #000;
}
.text-resources p {
    font-size: 18px;
    font-family: 'Roboto';
    color: #7A7A7A;
    font-weight: 400;
}
.resources .row {
    display: flex;
    justify-content: center;
}
.text-resources {
    margin-left: 65px;
}
.resources {
    padding: 80px 0px 100px;
}
/*Resources Page End*/



/*Login Page Start*/
.top-text-login h3 {
    font-family: "Plus Jakarta Sans";
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: 500;
}
.login-fields label {
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Inter", sans-serif;
}
.login-fields input {
    width: 100%;
    border: 1px solid #5288f5;
    height: 43px;
    padding: 0px 10px;
}
.login-fields {
    margin-bottom: 30px;
}
.login-check-field label {
  color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Inter", sans-serif;
}
.login-check-field {
   margin-bottom: 50px;
}
.login-check-field {
    margin-bottom: 10px;
}
.reset-login-text a {
    color: #5288f5;
    font-size: 18px;
    text-decoration: underline;
    font-family: "Inter", sans-serif;
}
.reset-login-text {
    color: #000;
    display: flex;
    gap: 10px;
}
.login {
    padding: 30px 0px 110px;
}
.login .row {
    display: flex;
    justify-content: center;
}
/*Login Page End*/

/*Lost password Page Start*/

.import-text-lost p {
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    color: #8a6d3b;
}
.import-text-lost {
    background: #fcf8e3;
    border: 1px solid #faebcc;
    padding: 16px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.btn-loss-pass .theme-btn{
  margin: 0px 0px 20px 0;
}
.lost-password .login {
    padding: 30px 0px 100px;
}


/*Lost password Page End*/



/*sign Up Page Start*/

.register-fields label {
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
}
.register-fields input {
    width: 100%;
    border: 1px solid #5288f5;
    height: 43px;
    padding: 0px 10px;
}
.register-fields label span {
    color: #ff0000;
}
.register-fields input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    padding: 12px 7px;
    color: #00000070;
}
.register .row {
    display: flex;
    justify-content: center;
}
.register-nofield {
    margin-right: 100px;
}
.register-password-main {
    margin-top: 40px;
}

.register-password-main .register-fields {
    margin-bottom: 20px;
}
.strength-text h5 {
    background-color: #eee;
    border-color: #ddd;
    font-size: 18px;
    color: #000;
    font-family: "Inter", sans-serif;
    width: 18%;
    padding: 10px 30px;
}
.strength-text {
    margin-top: 50px;
}

.register-btn {
    padding: 24px 0px;
}
.register {
    padding: 30px 0px 100px;
}
.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 10%;
    min-width: 0;
    padding-left: 4px !important;
    margin-top: 10px;
}
.input-group {
    position: relative;
    display: block;
    width: 100%;
}
.btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #fafafa;
    border-color: #ccc;
    box-shadow: unset;
}
/*sign Up Page End*/
input.input-file {
    display: none;
}
.cobtractor-warning-ft {
    margin-top: 20%;
}
.btn-success {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fafafa;
    color: #23282d;
    box-shadow: 0 1px 0 #ccc;
    font-size: 15px;
    font-family: 'Inter';
}
.form-control:disabled, .form-control:read-only {
    opacity: 1;
    border: unset;
    padding: unset;
    background: unset;
}




/*image Selector Start*/

.form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-area .form-inner {
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
.intl-tel-input,
.iti{
  width: 100%;
}
.btn-success:hover {
    color: #000;
    background-color: #fafafa;
    border-color: #ccc;
}

/*image Selector End*/





/*contractors Equipments Start*/

.filter-equipment-main a {
    border: 1px solid #000;
    color: #000;
    padding: 10px 14px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    border-radius: 5px;
}

.equipment-filter p {
    font-size: 15px;
    color: #585A6A;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 0px;
}
.equipment-filter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.equipment-fil-select select {
    background: #fff url(../images/arrow.png) no-repeat right;
    padding: 0 40px 0 30px;
    appearance: auto;
    padding: 10px 10px;
    border-radius: 7px;
        text-decoration: underline;
}
.filter-equipment-main {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #e3e6ef;
    padding: 20px 25px;
}
.equipment-fil-select {
    display: flex;
    gap: 10px;
}
.equipment .row {
    display: flex;
    justify-content: center;
}
.register-fields select {
    width: 100%;
    border: 1px solid #5288f5;
    height: 43px;
    padding: 0px 10px;
    appearance: auto;
    color: #00000070;
    font-size: 16px;
    font-weight: 500;
}
.filter-fields-maindv {
    padding-bottom: 30px;
    border-bottom: 1px solid #eff1f6;
}


.btn-group .select {
  position: relative;
}
.btn-group .select input:checked + label {
  background-color: #ffc107;
}
.btn-group .select input:checked + label:hover, .btn-group .select input:checked + label:focus, .btn-group .select input:checked + label:active {
  background-color: #ffc107;
}
.btn-group .select input {
  opacity: 0;
  position: absolute;
}
.btn-group .select .button_select {
  margin: 0 10px 10px 0;
  display: flex;
  background-color: transparent;
}
.btn-group .select .button_select:hover, .btn-group .select .button_select:focus, .btn-group .select .button_select:active {
  background-color: transparent;
}

.option {
  position: relative;
}
.option input {
  opacity: 0;
  position: absolute;
}
.option input:checked + span {
  background-color: #000;
  color: #fff;
  border: 1px solid #5288f5;
}
.option input:checked + span:hover, .option input:checked + span:focus, .option input:checked + span:active {
  background-color: #000;
}
.option .btn-option {
  margin: 0 0px 0px 0;
  display: flex;
  background-color: transparent;
  border-radius: 0rem;
  padding: 8px 10px;
}
.option .btn-option:hover, .option .btn-option:focus, .option .btn-option:active {
  background-color: transparent;
}
.btn-warning {
    border-color: #5288f5;
}
.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #5288f5;
}
.min-mac-field {
    padding: 30px 0pc;
    border-bottom: 1px solid #eff1f6;
}
.review-select {
    padding: 30px 0px;
    border-bottom: 1px solid #eff1f6;
}
.equip-innerfields {
    padding: 17px 0px;
    border-bottom: 1px solid #eff1f6;
}
.filterbtns a {
    border: 1px solid #444752 !important;
    border-radius: 3px;
    font-family: 'Inter';
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: underline;
    color: #000;
}
a.filter-btn1 {
    background: #444752;
    color: #fff;
    text-decoration: auto;
}
.filterbtns {
    margin-bottom: 30px;
    float: inline-end;
    margin-top: 20px;
}

.filter-equipment-fieldsmaindv {
    border: 1px solid #e3e6ef;
    background: #fff;
    padding: 20px 30px;
    height: 1083px;
}
.no-list-text p {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 500;
    padding: 30px 0px;
}
/*contract0ors Equipments End*/
option {
    color: #000;
}


.form-area {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
  padding: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-area .form-inner {
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 19px;
  font-size: 1rem;
  line-height: 1.4;
  color: #475f7b;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #475f7b;
  background-color: #fff;
  border-color: #5a8dee;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
.intl-tel-input,
.iti {
  width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 20px;
    color: #fff;
    margin: 60px 0px 0px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: capitalize;
    background: #ed1c24;
    border-radius: 0px;
    font-family: 'Proxima-Nova';
} 

.moddal-textarea textarea {
    border: 1px solid #000;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.moddal-textarea input {
    border: 1px solid #000;
    width: 100%;

}
.modal-dialog {
    max-width: 630px;
    margin: 1.75rem auto;
    margin-top: 290px;
}
.modal-content {
    background-color: #0956a2;
}
.btn-close {
    box-sizing: content-box;
    width: 96%;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    display: flex;
    margin-top: 12px;
        background-position: right;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px 10px 70px 20px;
}
.moddal-textarea button {
    display: flex;
    justify-content: center;
    border: 1px solid #0d6efd;
    padding: 10px 0px;
        width: 100%;
    color: #fff;
    font-size: 20px;
    background: #ed1c24;
}
.btn-primary:hover {
    color: #fff;
    background-color: #010101;
    border-color: #010101;
}

.equipment {
    min-height: 62vh;
}



/*Equipment Form page  Start*/


.equip-form .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.equip-form-field-textarea textarea {
    width: 100%;
    border: 1px solid #5288f5;
    height: 190px;
    padding: 10px 10px;
} 
.equip-form-field-textarea label {
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
}

.equip-form-field input {
    width: 100%;
    border: 1px solid #5288f5;
    height: 43px;
    padding: 0px 10px;
}
.equip-form-field label {
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "Inter", sans-serif;
}
.equip-form-field {
    margin-bottom: 35px;
}
.equip-form-field-textarea p {
    font-style: italic;
    font-size: 10px;
}
.equip-form-field-textarea {
    margin-bottom: 40px;
}
.top-text-equip {
    margin-bottom: 40px;
}
.equip-form {
    padding: 90px 0px;
}
/*Equipment Form page End*/


.images-product img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product-mainbox {
    margin-top: 30px;
}
.top-text-equipments {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.images-product img {
    width: 100%;
    height: 340px;
    object-fit: contain;
}
.text-product h3 {
    margin-bottom: 10px;
}
.text-product {
    margin-top: 20px;
    padding: 0px 14px;
}
.product-mainbox {
    margin-bottom: 60px;
}

/* Equipment Sec Starts */

  .equipment-txt ul {
  column-count: 2;
  }

  .equipment-txt {
    padding: 30px 50px 5px 50px;
    box-shadow: 0 0 20px 0 #0000002e;
    border-radius: 20px;
    margin: 0 0 30px 0;
}

.equipment-txt ul li .equipment-list-txt {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin: 0 0 20px 0;
}

.equipment-list-txt h4 {
  font-size: 20px;
  margin: 0;
}

.equipment-list-txt p {
  font-size: 14px;
  margin: 0;
}

.equipment-txt h2 {
  font-size: 40px;
  line-height: 45px;
  margin: 0;
  padding: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.equipment-txt h2 span.service-tag {
  font-size: 20px;
}

.equipment-txt h2 .service-color-green {
  color: #32CD32;
}

.service-color-red {
  color: #DF0A26;
}

.equipment-txt h2 span.service-tag img {
  width: 15px;
  height: 15px;
}

/* Equipment Sec Ends */



.listing-box {
    margin-top: 20px;
    border: 1px solid #00000026;
    position: relative;
}

.listing-test {
    padding: 20px 10px 0;
}

ul.rating {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

ul.rating a {
    color: orange;
}

ul.contact-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 35px;
    color: #00000091;
}

ul.contact-list {
    margin: 0;
}

.listing-test h4 {
    font-weight: 500;
    color: #000;
    font-size: 20px;
}
.listing-Popular {
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    align-items: center;
}

.listing-Popular span {
    background: #f51957;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.listing-Popular a {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.listing-Popular a i {
    font-size: 12px;
}
span.new-tag {
    background: #122069;
    position: absolute;
    color: #fff;
    bottom: 20px;
    left: 10px;
    border-radius: 5px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 10px;
}
.listing-img {
    position: relative;
}
.list-profile-img {
    text-align: end;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

.list-profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.equip-box ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    border-top: 1px solid #0000002e;
}

.equip-box a {
    color: #00000091;
    display: flex;
    align-items: center;
    gap: 10px;
}
.equip-box a span {
    background: #F3F3F3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equip-box a span img {
    width: 20px;
    filter: opacity(0.2);
}
.equ-dtl-box {
    border: 1px solid #ececec;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px #00000017;
    padding: 20px 30px;
    margin-top: 20px;
}

.equ-dtl-box h2 {
    font-weight: 500;
    color: #000;
    font-size: 35px;
    margin: 0;
}

.equ-dtl-img img {
    width: 60%;
}

.equ-dtl-img {
    text-align: center;
    margin: 30px 0;
}

.equ-dtl-rew ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.equ-dtl-rew ul h5 {
    margin: 0;
    color: #000;
}


span.new-tag-dtl {
    background: #122069;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 10px;
}
  

.equ-dtl-rew ul a {
    color: #00000091;
}

.Tag-heading h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding-bottom: 20px; */
    color: #000;
    font-weight: 600;
    margin: 0;
}


span.round-img-dtl {
    background: #F3F3F3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.tag-main-box-contant a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #00000073;
    font-size: 20px;
}
.tag-main-box-contant i {
    font-size: 15px;
}
.video-box {
    width: 100%;
    height: 400px;
}

.Tag-heading h4 i {
    color: #00000061;
    font-size: 18px;
}


.directorist-single-info .directorist-single-info__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 350px;
    color: #7a82a6;
    margin-right: 15px;
    gap: 10px;
}
.directorist-single-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.directorist-single-info__label i {
    background: #F3F3F3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

.directorist-single-info__value a {
    color: #7a82a6;
}
.directorist-single-info__value {
    color: #7a82a6;
    font-size: 20px;
}

span.directorist-single-info__label--text {
    font-size: 20px;
}
ul.Author-profile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

ul.Author-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

ul.Author-profile h5 {
    margin: 0;
    color: #000;
    font-weight: 500;
}

ul.Author-profile p {
    color: #000;
    font-size: 12px;
    margin: 0;
}

.equ-dtl-box a.theme-btn {
    width: auto;
    display: inline-block;
    color: #fff;
    border: unset;
}
.equipment-dtl-form form input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #0000002b;
    margin-bottom: 20px;
}

.equipment-dtl-form form textarea {
    width: 100%;
    height: 150px;
    padding: 10px 10px;
    border: 1px solid #0000002b;
    margin-bottom: 20px;
    resize: none;
}
section.equipment-detail-wrap {
    padding: 100px 0;
}
.equipment-dtl-form button {
    width: 13%;
    font-size: 20px;
    text-transform: capitalize;
    height: 50px;
}
.Tag-heading {
    border-bottom: 1px solid #0000001c;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    justify-content: space-between;
}

a.login-star-btn {
    background: #ed1c24;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 16px;
}
.review-form.equipment-dtl-form h4 {
    border-top: 1px solid #00000036;
    border-bottom: 1px solid #00000036;
    padding: 20px 0;
}

.review-form.equipment-dtl-form ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px 0;
}

.review-form.equipment-dtl-form ul li {
    display: flex;
    gap: 4px;
}

.review-form.equipment-dtl-form ul li a {
    color: orange;
}

.review-form.equipment-dtl-form button {
    width: 20%;
}
ul.ftl-tag-main {
    display: flex;
    gap: 20px;
    margin: 0;
}

ul.ftl-tag-main a {
    background: #F3F3F3;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00000061;
}