*, body{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Lato',sans-serif;
}

.navbar-brand img {
  width: 50%;
}
.input_out_block
{
  width: 100%;
}
.spinner_button
{
  cursor: 'no-drop' !important;
}
.closebtn {
  width: 30px;
  height: 30px;
  padding-top: 8px;
  background-image: url('../images/icons/nav-2.png')  !important;
  background-size: contain;
  background-repeat: repeat-y;
  
}
#NewmobileScreenIcon{
  width: 30px;
  height: 30px;
  padding-top: 5px;
  background-image: url('../images/icons/nav-2.png')  !important;
  background-size: contain;
  background-repeat: repeat-y;
}
.navbar-light .navbar-toggler
{
     border-color: rgba(0, 0, 0, 0);
}
#main
{ 
  /* padding-bottom: 5%;  */
  
  padding-top: 5%; }
#LoginPage
{
  padding-top: 5%;
  padding-bottom: 5%;
}

.HeaderSection
{
  position: fixed;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
  z-index: 1020;
  background: linear-gradient(77deg, white 50%, #99BD3D 50%);

}
.card_outline_block
{
  width: 100%;
  /* border-right: 2px solid #0A2B0B; */
}
.card_breaker_block
{
  width: 2px !important;
  margin-right: 5%;
  margin-left: 5%;
   border-right: 2px solid #0A2B0B !important;
}


.card_outline_block_inner_OR_SEPRATOR_border {
  position: relative;
  width: 1%;
  height: 100%;
  border-right: 2px solid #0A2B0B !important;
  text-align: center;
}

.card_outline_block_inner_OR_SEPRATOR {
  color: #000;
  background: #FFFFFF;
  float: right;
  z-index: 999;
  margin-right: 0px;
  position: absolute;
  top: 42%;
  /* top: 50%; */
  right: -8px;
}
.Social_Links_card
{
  position: relative;
}
.Social_Links
{
  position: absolute;
  /* top: 10%; */
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.Social_Links_mobile
{
    display: none;
}
.Social_Links_mobile>a:nth-child(2)
{
   margin-left: 5%;
   margin-right: 5%;
}
.Social_Links_mobile>a>img
{
  width: 80%;
}

#LoginPage>.row{

  margin-left: calc(var(--bs-gutter-x)* -.0);
  
}
.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
  border-top-right-radius: 10px  !important;
}

.image_logo_block
{ margin-left: 5%; }

.clear_both
{ clear:both; }

.navbar{  background-color: none !important; }

.navbar-light .navbar-nav .nav-link {
  color: #FFFFFF;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #FFFFFF !important;
}
.navbar-nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 5px 26px !important;
    text-decoration: none;
  }

  .HeaderSection #roundMenu
  { background: #FFFFFF;
    border-radius: 25px;
  } 
  #roundMenu
  {
    margin-left: 22px;
  }

  .HeaderSection #roundMenu a
  { 
    color: #99BD3D;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1PX;
    
  } 


  .dropdown-menu .dropdown-item
  {
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
  }
  .dropdown-menu .dropdown-item:hover
  {
    background: #99BD3D;
    color: #fff;
  }


    .navbar .navbar-collapse .navbar-nav .nav-item a {
      position: relative;
    }
    
    .navbar .navbar-collapse .navbar-nav .nav-item a::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: transparent;
      transition: width 0.3s;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
      border: none;
     
      margin: 0px;
      padding: 0px;
      width: 187px;
      margin-top: 30px;
      left: -82px;
   }

    .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li a{ 
      font-family: "Lato", sans-serif;
     font-weight: 700;
     font-size: 18px;
     color: #2F2F2F;
     text-align: left !important;
     padding: 0px 0px !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{ line-height: 44px;  background: #F5F5F5; border-radius: 8px; margin-top: 1px; }
    .HeaderSubDropDownMenu li a {padding-left: 0px !important; }
    .HeaderSubDropDownMenu li a img{ padding: 16px 10px 14px 15px; }

    .navbar-expand-lg .navbar-nav .dropdown-menu:nth-child(4)
    {
      line-height: 44px;
      background: #F5F5F5;
      border-radius: 8px;
      margin-bottom: 0px !important;

    }

    .submenu_display_block .HeaderSubDropDownMenu .dropdown-item 
    {
      color: #2F2F2F !important
    }
    .navbar .navbar-collapse .navbar-nav .nav-item a:hover::before {
      width: 100%;
      background-image: url('../images/header/border-bottom.png');
      background-repeat: no-repeat;
      background-position: center bottom 
      /* Replace border-image.png with your border image */
    }

    .navbar .navbar-collapse .navbar-nav .nav-item:nth-child(5) a:hover::before {
      width: 100%;
      background-image: url('../images/header/border-bottodm.png');
      background-repeat: no-repeat;
      background-position: center bottom 
      /* Replace border-image.png with your border image */
    }


  .navbar .navbar-collapse .navbar-nav .nav-item:hover a {  color: #FFFFFF; }

  #staticBackdrop,  #exampleModal
  {
    /* margin-top: 15%; */
  }
  .modal-open
  {
    padding-right: 0px !important;
  }
  body
  {
    padding-right: 0px !important;
  }
.profile_icon{
  width: 100%;
}
.submenu_display_none{ display: none; }
.submenu_display_block{ display: block; }
 /*****
 
 Login page css 
  
  *****/

 .login_image_block
 {
  
  padding-left:  5%;
  padding-right:  5%;
  height: 100%;

  
  /* margin-top: 5%; */
 }

 .error_text
 {
color: red !important;
 }
 .login_image_block img
 {
    border-radius:  5%;
    /* height: 850px; */
 }
 .login_image_block_backgoundImage {
  width: 100%;
  background-image: url('../images/login_page.jpg');
  background-image: url('../images/login_pagec.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 16px;
  padding-bottom: 20%;
  background-position: top;
  background-attachment: fixed;
}
 .login_right_form_block_top .hidden-mobile-screen
{
  padding-top: 5%;
  margin:  auto;
}

.login_right_form_block_top .img
{
  margin-top: 5%;
}

.login_right_form_block_top p
{
  font-family: "LatoWebMedium";
  /* font-style: normal; */
  font-size: 16px;
  width: 70%;
  text-align: center;
  margin: auto;
  margin-top: 2%;
}

/* .login_right_form_block_top .mobile_logo
{
  display: none;
} */
.hidden-mobile-screen{  display: block; }
.login_right_form_block { 
  margin-top: 10%; 
  padding-bottom: 10%;}
.login_right_form_block .card {  border: none !important; }
.login_right_form_block .card-header {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  padding: .0rem 0.0rem;
  margin-bottom: 0;
  background-color: #99BD3D;
  /* border-bottom: 1px solid rgba(0, 0, 0, .125); */
  border-radius: 10px;
}

.login_right_form_block .card-header ul
{
  margin: 0px;
  padding: 0px;
}

.login_right_form_block .card-body {
  padding: 2rem 0rem 0rem 0rem;
}
.login_right_form_block .nav-item
{
  width: 49%;
  color: #FFFFFF !important;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
}

.login_right_form_block .nav-item .nav-link
{
  color: #FFFFFF !important;
  /* letter-spacing: 1px; */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

.login_right_form_block .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-radius: 8px;
  /* margin-bottom: 6px; */
  text-align: center;

  color: #99BD3D !important;
}



.login_right_form_block .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #99BD3D #99BD3D #99BD3D;
  isolation: isolate;
 
}

.FieldSetOuterBox
{
  position: relative;
  border-radius: 10px;
  border: 2px solid #99BD3D;
  padding: 2% 3% 3% 3%;
  height: 51px;
  /* margin-bottom: 36px; */
}

.FieldSetOuterBox ::placeholder .FieldSetOuterBoxSignUp ::placeholder {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #D9D9D9;
}

.FieldSetOuterBox ::-ms-input-placeholder , .FieldSetOuterBoxSignUp ::-ms-input-placeholder { /* Edge 12 -18 */
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #D9D9D9;
}

.display_none{
  display: none;
}

.display_block{
  display: block;
}

.boxLable
{
  /* font-family: "Lato", sans-serif;
   */
   font-family: "LatoWebMedium"; 
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #0A2B0B;
  position: absolute;
  background-color: #FFFFFF;
  top: -23%;
  padding:0% 1%; 
}

.Verify_email_button
{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #99BD3D !important;
  position: absolute;
  top: -40%;
  padding:0% 1%; 
  right: 0px;
  cursor: pointer;
  text-decoration: none;

}

.Forgot_password_row
{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #0A2B0B;
  position:absolute;
  margin-top: 0%;
 
}
.Forgot_password_row  .nav-item
{
  width: 100% !important;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #0A2B0B !important;
  text-decoration: none;
  text-align: left;
}

.Forgot_password_row  .nav-item .nav-link
{
  color: #0A2B0B !important;
  padding: 0.0rem 0rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-top: 4px;
}


.FieldSetOuterBox .boxLableImage 
{
  margin-top: 1%;
  padding-left: 9px;
}
.FieldSetOuterBox .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: none !important;
  outline: 0;
  box-shadow: 0 0 0 0 ; 
}

.FieldSetOuterBox .form-control {
  border: 0px solid #ced4da;
  border-left: 1px solid #ced4da !important;
  border-top-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.FieldSetOuterBox .input-group input
{
  margin-left: 4% !important;
}
.ButtonBlock .btn-outline-primary
{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;

  border:2px solid #99BD3D;
  border-radius: 10px;
  height: 51px;
  color: #99BD3D;
  border-radius: 5px !important;
}

.ButtonBlock .btn-outline-primary:hover {
  color: #99BD3D;
  background-color: #FFFFFF;
  border-color: #99BD3D;
}

.FieldSetOuterBoxSignUp .form-control
{
  border: 0px solid #ced4da;
  border-left: 0px solid #ced4da !important;
  border-top-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.FieldSetOuterBoxSignUp .inputError ,.FieldSetOuterBox .inputError
{
  margin-top: 2%;
  color: red;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight:400;
  font-style: normal;
 
}


.FieldSetOuterBoxSignUp .inputErrorForgot ,.FieldSetOuterBox .inputErrorForgot
{
  margin-top: 2px;
  color: red;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight:400;
  font-style: normal;
}



.commanSuccessMessage
{
  margin-top: 2%;
  color: #212529;
  font-size: 14px;
  text-align: center;
  width: 95%;
  font-family: "Lato", sans-serif;
  font-weight:400;
  font-style: normal;
}

.commanErrorMessage
{
  margin-top: 2%;
  color: green;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight:400;
  font-style: normal;
}


.largeScreenFooter
{
  display: block;
}
.mobileScreenFooter
{
  display: none;
}
.Social_Links
{
  /* width: 65%; */
  width: 100%;
  /* margin-top:30%; */
}
.Single_Icon_block
{
  width: 70%;
  margin: 5% 0%;
 
}

.Social_Icon
{
  float: left;
  padding: 5%;
  width: 16%;
  height: 51px;
}

.Social_name
{

  /* font-family: "Lato", sans-serif; */
  font-family: "LatoWebMedium";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  width: 60%;
  float: left;
  color: #5B5B5B;
  padding: 5%;
  border-top: 2px solid #D9D9D9 !important;
  border-right: 2px solid #D9D9D9 !important;
  border-bottom: 2px solid #D9D9D9 !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  height: 51px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 35px;
}


.Concat_frist_Last_Name_BLock 
{
  width: 100%;
}

.Concat_frist_Last_Name_BLock>.validatationOuter .lastName
{
  float: right !important;
}


.Concat_frist_Last_Name_BLock .FieldSetOuterBoxSignUp
{
  width: 96%;
}

.TopHeader .nav-link
{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;

}
/* Footer Section Css */

.FooterSection
{
  background: #99BD3D;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;

}


.Footer_Left_Block
{
  /* width: 200px; */
}
.Footer_Left_Block button:hover , .Footer_Left_Block button:focus
{
  background: none;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

.Footer_Left_Block button
{
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 10% 0%;
  color:  #FFFFFF;
  height: 51px;
}
/* 
.Footer_Left_Block a
{
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 10% 0%;
  color:  #FFFFFF;
  height: 51px;
  text-decoration: none;
  line-height: 38px;
} */

.Footer_Middle_Block  ul li a
{
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
}




.FooterContact
{
  width: 50%;
  margin: auto;
}

.Footer_Right_Block
{
  margin-top: 8%;
}

.Contact_font_family
{
  font-family: 'Lato',sans-serif;
  font-weight: 400 !important;
}
.footer_copy_wirte_block
{ padding: 2%;
  font-family: 'Lato',sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.FooterMenu
{
  width: 75%;
  margin: auto;
}

/* My Profile Page Css Start Here */
.MyProfileSection
{
  padding: 5%;

}
.Profile_Header
{
  padding: 1% 2%;
  background: #99BD3D;
  font-family: 'Lato',sans-serif;
  font-size: 24px;
  font-weight: 700;
  color:#FFFFFF;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom: 2px solid #0A2B0B;
}
.Profile_Header button
{
  padding: 6px 6px;
  background: #FFFFFF;
  font-size: 18px;
  font-family: 'Lato',sans-serif;
  font-weight: 400;
  color: #2F2F2F;

}
.Profile_Body 
{
  padding-top: 3%;
  background: #F9F9F9;
  padding-bottom: 5%;
  margin-bottom: 2%;
}

 .ProjectDetailBody
{
  padding-top: 3%;
  background: #F9F9F9;
  padding-bottom: 5%;
  margin-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
}


.Profile_image_upload
{
  width: 100%;
  height: 382px;
  text-align: center;
}


.Concat_frist_Last_Name_BLock 
{
  width: 100%;
}

.BorderChangeInputField
{
  /* margin-bottom: 2% */
}
.Concat_frist_Last_Name_BLock .BorderChangeInputField
{
  width: 49%;
  float: left;
}

.BorderChangeInputField input , .BorderChangeInputField select 
{
    border-radius: 5px;
    border: 2px solid #99BD3D;
    padding: 2% 0% 2% 3%;
    height: 51px;
    /* margin-bottom: 2%; */
    font-family: 'Lato',sans-serif;
}

 .BorderChangeInputField input[type="radio"]
{
    /* border-radius: 5px; */
    height: 16px !important;
    border: 1px solid #99BD3D;
    font-family: 'Lato',sans-serif;
    accent-color: #99BD3D !important;
}


.SingleRadioButtonBlock .form-check-input:checked ~ .form-check-label::before {
  background-color: #99BD3D; /* Change to the color you prefer */
  border-color: #99BD3D; /* Change to the color you prefer */
}

.SingleRadioButtonBlock .form-check-input:focus ~ .form-check-label::before {
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); /* Change to the color you prefer */
}

.radioGroupBlock
{
  border-radius: 5px;
  border: 2px solid #99BD3D;
  padding: 2.5% 0% 2% 3%;
  height: 51px;
  /* margin-bottom: 2%; */
  font-family: 'Lato',sans-serif;
}
.SingleRadioButtonBlock
{
  width: 49%;
  float: left;
}
.BorderChangeInputField select>option:hover
{
   background: #99BD3D;
}

.BorderChangeInputField>.form-control:focus
{
  border-color: transparent;
  box-shadow: 0 0 0 .1rem  #99BD3D
}

.BorderChangeInputField label
{
    color: #2F2F2F;
    /* font-family: 'Lato',sans-serif;
    font-weight: 700; */
    font-family: "LatoWebMedium";
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}
.text-center
{
  font-family: 'Lato',sans-serif;
    font-weight:700;
}
.BorderChangeInputField .input-group-text
{
  height: 51px;
  background: none;
  border-top: 2px solid #99BD3D;
  border-left: 2px solid #99BD3D;
  border-bottom: 2px solid #99BD3D;
}

.BorderChangeInputField>.input-group>.form-control:focus
{
  border-color: transparent;
  box-shadow: 0 0 0 .1rem  #99BD3D
}

.BorderChangeInputField>.form-select:focus
{
  border-color: transparent;
  box-shadow: 0 0 0 .1rem  #99BD3D
}

/* .BorderChangeInputField ::placeholder , .BorderChangeInputField ::-moz-placeholder .BorderChangeInputField ::-webkit-input-placeholder , .BorderChangeInputField select option
{
   font-family: 'Lato',sans-serif;
    color: #D9D9D9 !important;
    font-size: 20px;
} */

::placeholder {
   color: #D9D9D9 !important;
   font-family: 'Lato',sans-serif;
  /* font-weight: 700; */
}

::-ms-input-placeholder { /* Edge 12 -18 */
   color: #D9D9D9 !important;
   /* font-weight: 700; */
}

.requireSign
{
  color: red;
}
.addressBlock
{
  background: #FFFFFF;
  margin-left: 3%;
  margin-right: 3%;
  padding: 2%;
}

.addressBlock h4
{
  font-family: 'Lato',sans-serif;
  font-weight: 700;
}

.MyProfileSection .MyProfileInputBlock
{
  padding-right: 6%;
}

.addressBlock .BorderChangeInputField
{
  /* margin-bottom: 5%; */
}

#mobileNumber
{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.MYProfile_ButtonBlock
{
  margin-right: 16%;
  margin-top: 6%;
}

.project_ButtonBlock
{
  margin-bottom: 15%;
}
.project_ButtonBlock .btn-outline-primary
{
  border-radius: 2px;
}

.BorderChangeInputField .inputError
{
  font-family: 'Lato',sans-serif;
  font-weight: 400;
  margin-top: 0%;
  color: red;
  font-size: 14px;
  margin-left: 1%;
}

/* .Project Details Page Css Start */
.ProjectDetailsPage
{
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  font-size: 24px;

}
.Concat_zipCode_City_Block .BorderChangeInputField:nth-child(1)
{ 
  width: 48%;
  float: left;
  margin-right: 4%;
}
.Concat_zipCode_City_Block .BorderChangeInputField:nth-child(2)
{ 
  width: 48%;
  float: right;
}


/* Customer Pages Css */
.CustomerDetailSection
{
  padding-top: 10%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 10%;
  
}

.CustomerDetailBody 
{
  padding: 3%;
  background: #F9F9F9;
  padding-bottom: 5%;
  margin-bottom: 2%;
 
}

.CustomerDetailBody .MYProfile_ButtonBlock
{
  margin-right: 0%;
}


/* Profile Image Uploade Preview Code Css */

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 10px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 250px;
  height: 250px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.divider_footer_image {width: 100% !important; }
/* Profile Image Uploade Preview Code Css */


/* NEW MOBIE MENU CSS */
/* .new_mobile_menu
{  display: none; } */
.new_mobile_menu .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(82deg, rgba(0, 0, 0, 0) 55%, #99BD3D 55%);
}

.new_mobile_menu .overlay-content {
  /* position: relative; */
  /* top: 10%; */
  width: 93%;
  text-align: right;
  margin-top: 8%;
  margin-right: 30px;
  padding-right: 37px;
}

.new_mobile_menu .overlay .overlay-content a {
  font-family: 'Lato',sans-serif;
  font-weight: 400;
  padding: 2px;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  display: block;
  transition: 0.3s;
  line-height: 40px;
 
}

.new_mobile_menu .overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.new_mobile_menu .overlay .closebtn {
  position: absolute;
  top: 16px;
  right: 27px;
  font-size: 60px;
}

/* NEW MOBILE CSS CODE */



/* Remove number input type appearance */
input[type=number] {
  -moz-appearance: none; /* Firefox */
}

/* Remove spinner arrows for webkit browsers */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Optional: You can remove the margin to make it even cleaner */
}

.inputError
{
  min-height: 36px;
  padding-bottom: 14px;
}


.validatationOuter .inputError
{
    color: red;
    font-size: 14px;
    margin-left: 3%;
    text-align: justify;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.ForgotvalidatationOuter .inputError
{
    padding-top: 4%;
    color: red;
    font-size: 14px;
    margin-left: 3%;
    text-align: justify;
}


.ButtonBlock .btn-outline-primary:hover
{
  background-color: #99BD3D;
  color: #FFFFFF;
}



.filed_require{  color: red;}

.rounded-circle
{ width: 30px;  height: 30px; }


.row {
  margin-right: calc(var(--bs-gutter-x)* -.0) !important;
}


.comman_breadCump
{width: 100%;
  background-image: url('../images/img/Rectangle 61.jpg');
  background-position: right center;
  background-repeat:no-repeat;
  background-size: 100%;
  height: 410px;

}
.comman_breadCump_tranparent
{ width: 100%;
  height: 410px;
  background: linear-gradient(75deg, white 14%, rgba(0,0,0,0)  50%);
  padding-top: 8%
}


.comman_breadCump_tranparent .content_block
{ padding-left: 5%;} 


.comman_breadCump_tranparent .content_block .logo_name .logo_name_color
{
  font-family: "Krub", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  color: #99BD3D;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comman_breadCump_tranparent .content_block .logo_name
{
  font-family: "Krub", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  color: #0A2B0B;
  text-transform: uppercase;
}
.comman_breadCump_tranparent .content_block .logo_name_subtitle
{
  font-family: "Krub", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  color: #2F2F2F;
}
.peregraphp
{
  width: 40%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2F2F2F;
}

.form-check-input[type=radio] {
  border-radius: 36%;
}

.form-check-input:checked {
  background-color: #99bd3d;
  border-color: #99bd3d;
}

.form-check-input:focus {
  border-color: #99bd3d;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0);
}

.Footer_Middle_Block ul li a{
  font-size: 16px;
}
.FooterContact{
  width: 80%;
}
.Footer_Right_Block_Mobile_menu{
  right: 0px;
}
.white_color{
  /* margin-right: 30px; */
  color: #99BD3D !important;
}
.LogOutButtonMobileMenu{
  color: #99BD3D !important;
}

.LogOutButtonMobileMenu img{
  padding-right: 10px;
}

#loginForm .ButtonBlock .btn-outline-primary , #FormSignup .ButtonBlock .btn-outline-primary , #ForgotForm .ButtonBlock .btn-outline-primary, #OTPForm .ButtonBlock .btn-outline-primary , #ChangePasswordForm .ButtonBlock .btn-outline-primary  {
   
    border-radius: 10px !important;
}

/* @media (min-width: 768px) and (max-width: 1200px) {
    .FooterSection
  {
    position: absolute;
    bottom: 0px;
    
  }
} */
#mobileNumber
{
  padding-left: 2% !important;
}

.select_color
{
  /* color: #D9D9D9 !important; */
  color:#2F2F2F !important
}


/* desgin page css */
.area_of_sqft
{
  width: 50%;
}
.area_of_sqft  .card{
  border:none;
  /* background-color: #99BD3D; */
  /* font-family: Lato; */
  /* font-size: 14px; */
}
.area_of_sqft
{
  width:50%;
  margin: auto;
  color: #fff;
}

#editpavingAreaDisplay .inputBOx
{
  border: 2px solid #99BD3D;
}

.editAreaBox
{
  width: 65%;
  float: left;
}

.editAreaButtonbox
{
  width: 30%;
  float: left;
  margin-left: 4%;
}
#editpavingAreaDisplay .updatebutton
{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    height: 36px;
    color: #FFFFFF;
    background: #99BD3D;
    border-radius: 5px !important;
    /* margin-top: 43%; */
}
.qouteImageBlock
{
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}

.qouteTextTitleBlock
{
  margin: auto;
  width: 80%;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.07em;
  text-align: center;
}


.formBlock
{
  width: 80%;
  margin: auto;
  margin-top: 5%;;
}

.formBlockSelect
{
  width: 70%;
  float:left
}

.formBlockButton
{
  width: 30%;
  float:left;
}

.formBlockSelect select
{
  width: 100% !important;
  border:  2px solid #99BD3D !important;
  border-radius: 5px;
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #2F2F2F;
  background: transparent;
  padding: 5px;
}


.formBlockButton button
{
  width: 80% !important;
  border:  2px solid #99BD3D;
  font-family: 'Lato',sans-serif;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #99BD3D;
  background: transparent;
  padding: 12px 5px 14px 5px;
  float: right;
}


.formBlockAnchor button
{
  margin-top: 5%;
  width: 100% !important;
  border:  none;
  font-family: 'Lato',sans-serif;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #2F2F2F !important;
  background: transparent;
  padding: 7px 5px 7px 5px;
  float: right;
  text-decoration-line: underline;
}


#desginInnerHtml .selectQuoteDropdown {
  position: relative;
  display: inline-block;

  width: 100% !important;
}

#desginInnerHtml .dropdown-button {
  background-color: transparent; /* Remove background color */
  color: #2F2F2F; /* Button text color */
  padding: 10px;
  font-size: 16px;
  border: 2px solid #99BD3D; /* Add border */
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#desginInnerHtml .dropdown-button .icon {
  margin-left: 10px; /* Add some spacing between text and icon */
}

#desginInnerHtml .dropdown-button:focus {
  outline: none;
}

#desginInnerHtml .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  /* padding: 12px 16px; */
  z-index: 1;
  border: 2px solid #99BD3D; /* Add border */
  border-radius: 5px;
  width: 100%;
}

#desginInnerHtml .dropdown-content label {
  display: block;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  background-color: white; /* Default background color */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition */
}

/* Hide the checkboxes */
#desginInnerHtml .dropdown-content input[type="checkbox"] {
  display: none;
}

/* Style the checked state of the labels */
#desginInnerHtml .dropdown-content input[type="checkbox"]:checked + label {
  background-color: #000; /* Background color for checked option */
  color: white; /* Text color for checked option */
}

/* Show the dropdown content when the button is clicked */
#desginInnerHtml  .show {
  display: block;
}

#ReferenceLineError
{
  font-family: 'Lato',sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #b33d3d !important;
}


#width
{
  border: 2px solid #C7C7C7;
  border-radius: 5px;
}
#length
{
  border: 2px solid #2F2F2F;
  border-radius: 5px;
}
#inp
{
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #99BD3D;
  border: 2px solid #99BD3D;
  border-radius: 5px;
}
#addref
{
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #99BD3D;
  border: 2px solid #99BD3D;
  border-radius: 5px;
}

.Reference_heading
{
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0A2B0B;
  text-align: center;
}




/* The switch - adapted from https://www.w3schools.com/howto/howto_css_switch.asp */
 

.customToogle .ergebnis {
  font-size: 2rem;
  font-family: sans-serif;
  padding: 2rem 0 2rem 2rem;
}

.customToogle .toggle {
  margin:0 0 0 2rem;
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 3.4rem;
}

.customToogle .toggle input {
  display: none;
}

.customToogle .roundbutton {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #33455e;
  display: block;
  transition: all 0.3s;
  border-radius: 3.4rem;
  cursor: pointer;
}

.customToogle .roundbutton:before {
  position: absolute;
  content: "";
  height: 2.4rem;
  width: 2.5rem;
  border-radius: 100%;
  display: block;
  left: 0.5rem;
  bottom: 0.5rem;
  background-color: white;
  transition: all 0.3s;
}

.customToogle input:checked + .roundbutton {
  background-color: #FF6E48;
}

.customToogle input:checked + .roundbutton:before  {
  transform: translate(2.6rem, 0);
}
.btn:focus{
  box-shadow: none !important;
}

@media (min-width:320px) and (max-width: 991px){
  .btn-outline-primary{
    background: #99BD3D;
    color: #ffffff !important;
  }
}

#mobileMenuSlider
{
  display: none;
}

/* end desgin page */
.scroll-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  /* border: 1px solid #ccc; */
  /* margin: 20px auto; */
  margin-left:2.7%;
  background: #F5F5F5;
  border-radius:10px;
  padding-left:2%;
}

.arrow {
  cursor: pointer;
  /* padding: 10px; */
  height:60px;
  width: 40px;
  /* background: #99BD3D; */
  /* border: 1px solid #ccc; */
  user-select: none;
  font-size:36px;
  line-height:50px;
  color:#99BD3D;
 
  /* border-radius:50px */
}

.scroll-content {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
}

.scroll-content::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.scroll-content .item {
  min-width: 60px;
  padding: 12px 0px 5px 5px;
  background: #F5F5F5;
  text-align: center;
}

.closeMetrialButtonBLock
{
    float: right;
    padding: 5px;
    position: absolute;
    right: 7%;
    border: 2px solid #99BD3D;
    font-size: 15px;
    color: #99BD3D !important;
    border-radius: 21px;
    font-weight:700;
}