/***font include start***/
@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');
/***font include close***/




/**font
 font-family: 'Roboto', sans-serif;
**/


/* contact-us */
.contactus{
    padding: 50px 0;
    background: #ffff;
}
.contactus .contactheader h1{
    text-align: center ;
}
.contactus .conyact-us-content p{
    text-align: center;
}
.contact-section {
    display: flex;
    padding: 25px 0;
    max-width: 560px;
    margin: 0 auto;
    justify-content: center;
}
.contact-section .section1 {
    text-align: center;
    width: calc(100% / 3 - 60px);
    margin: 0 30px;
}
.contact-section .section1 .contact-logo{
    min-height: 38px;
}
.contact-section .section1 .contact-content p{
    font-weight: 500;
}
.contact-section .section1 .contact-btn a{
    margin-right: 0;
}
.call-icon{
    width: 38px; 
    height: 38px;
}
.mail-icon{
    width: 38px; 
    height: 28.5px;
}
.question-icon{
    width: 38px; 
    height: 38px;
}
.contact-content{
    padding-top: 13px;
}

.contact-detail{
    margin: 15px 0;
}
.contact-detail a{
    color: #A90016;
    font-weight: 500;
}
.gform_legacy_markup_wrapper .validation_message {
    color: #000 !important;
    background: #ffcccc;
    border-left: solid #cc0000;
    border-radius: 2px;
    padding: 6px 12px !important;
    margin-top: 3px;
    font-weight: normal !important;
}
.contact-detail a:hover{
    color: #262324;
}
.contact-form-cover .container{
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    padding: 50px 60px;
}
.have-question{
   width: 280px;
   padding-top: 0;
}
.inputWithIcon {
    position: relative;
    margin-top: 8px;
}
  
  .inputWithIcon i, .logo-img-cover {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 17px;
    color: #000;
    transition: 0.3s;
    text-align: center;
}
.contact-form-cover{
    margin-bottom: 80px;
}
.contact-form{
    width: calc(100% - 280px);
}
.contact-form .gform_confirmation_wrapper{
    text-align: center;
}
.contact-form .gform_confirmation_wrapper .gform_confirmation_message{
    color:green;
    font-weight: bold;
}
.form-section .left-sidebar-form{
      width: calc(100% / 2 - 30px);
      float: left;
      margin-left: 30px;
}
.left-sidebar-form textarea{
    border: 1px solid #C1C1C1;
        background: #FFFFFF;
        border-radius: 5px;
        box-shadow: none;
        width: 100%;
        height: 240px;

}
.form-section .form-btn{
      margin-top: 15px;
  }
  .form-section label{
      font-size: 14px;
      font-weight: 500;
  }
  .input-section{
      margin: 10px 0;
  }
.inputWithIcon input{
    padding: 8px 10px 8px 45px!important;
}

.login-section .login-detail .input-section label{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #262324;
}

/* ----- */
.contact-form .gform_footer.top_label{
    padding-left: 30px;
}
.contact-form li.gfmc-column ul {
    padding-left: 30px;
}
/* ----- */
  /* partner-section-start-here */
  .partner-section{
    background: linear-gradient(270deg, #E0E0E0 9.62%, #EBEBEB 88.82%);
    height: 400px;
    position: relative;
  }
  .partner-section-background{
    position: absolute;
    top: 0;
    right: 0;
  }
  .partner-section-header {
    height: 400px;
    width: 360px;
    display: flex;
    align-items: center;
}
.images-section-cover .images-section{
    display: flex;
    align-items: center;
   flex-flow: wrap;
   padding: 50px 0;
}
.partner-section-background:after {
    content: "";
    position: absolute;
    background: url(https://dddemo.net/wordpress/2021/nltec/wp-content/uploads/2021/11/Ellipse-12.png);
    left: 0px;
    bottom: 0px;
    width: 140px;
    height: 162px;
    background-repeat: no-repeat;
}
.partner-section-background:before {
    content: "";
    position: absolute;
    background: url(https://dddemo.net/wordpress/2021/nltec/wp-content/uploads/2021/11/Ellipse-13.png);
    left: 92px;
    bottom: 70px;
    width:40px;
    height: 40px;
    background-repeat: no-repeat;
}
.partner-section::before {
    content: "";
    position: absolute;
    background: url(https://dddemo.net/wordpress/2021/nltec/wp-content/uploads/2021/11/Ellipse-7.png);
    right: 0;
    top:31%;
    width: 67px;
    height: 162px;
    background-repeat: no-repeat;
    z-index: 11;
}
.images-section-cover .images-section .images1{
    width: calc(100% / 5 - 20px );
    margin: 30px 10px;
    text-align: center;
}
    /* partner-section-end-here */

    /* login-page-start-here */
.login-section-cover{
    width: 100%;
   
    background: url('https://dddemo.net/wordpress/2021/nltec/wp-content/uploads/2021/11/Frame-119.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 70px 0;
}

.login-section .login-detail{
    width: 500px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 50px 60px;
    margin: 0 auto;
}
.forgot-password{
    float: right;
    padding: 10px 0 20px 0;
}
.forgot-password a{
    color: #A90016;
    font-weight: 500;
}
.forgot-password a:hover{
    color: #262324;
}
.login-section .login-btn{
    margin: 10px 0;
}
.login-btn button{
    width: 100%;
    border: none;
    color: #ffffff;
    padding: 10px 0;
    background: #A90016;
    border-radius: 5px;
    font-weight: 500;
}
.creat-account a{
    width: 100%;
    background: transparent;
    border: solid 1.5px #A90016;
    color: #000;
    text-align: center;
}
.creat-account a:hover{
    border:solid 1.5px #262324;
}
/* register-page */
.forgot-password.terms-of-use{
    text-align: center;
}
/* terms-&-condition-page */
.term-condition-content, .privacy-policy-content{
    padding: 50px 0;
}
.alphabets-list ol{
    list-style: lower-alpha !important;
}
.alphabets-list ol li::before {
    content: counter(alphabeticList, lower-alpha)") ";  
    position: absolute;
    left: 0;
    top: 0;
}
.alphabets-list ol{
    counter-reset: alphabeticList !important;
}
.alphabets-list ol li{
    counter-increment: alphabeticList !important;
}
/* privacy-policy-page */
.p-contact .p-address span{
color: #A90016;
font-weight: 400;

}
.p-contact a{
   color: #A90016;
   font-weight: 400;
}
.p-contact a:hover{
   color: #262324;
}

.woocommerce div.product div.images img {max-height: 500px; object-fit:contain;}
.slick-track.woocommerce-product-gallery__image.single-product-main-image {display: flex; align-items: center;}


  @media only screen and (max-width:992px){
      /* contact-page-start */
    .contact-form-cover .container {
      display: block;
    }
    .have-question, .have-question, .contact-form {
        width: 100%;
    }
    .left-sidebar-form:first-child {
        margin-left: 0;
    }
    .form-section .left-sidebar-form {
        width: calc(100% / 2 - 15px);

    }
      /* partner-section-start-here */
      .partner-section{
          height: auto;
      }
      .partner-section-header{
          height: auto;
      }
      .partner-section-header h1 {
        margin: 10px 0;
    }
      .partner-section-background{
          position: relative;
          padding-bottom: 15px;
      }
      .partner-section-background img{
          width: 100%;
          object-fit: cover;
      }
    .images-section-cover .images-section .images1 {
        width: calc(100% / 3 - 20px);

    }
    .login-section-cover {
      margin: 40px 0;
    }
    /* terms-&-condition page */
    .partner-section-header {
        width: auto;
    }
    .partner-section::before {
        right: 15px;
    }
  }
  @media only screen and (max-width:768px){
    .contact-section {
        display: block;
    }
    .contact-section .section1 {
        margin: 0;
        width: 100%;
    }
    .form-section .left-sidebar-form {
        width: 100%;
        margin-left: 0;
    }
    .contactus { padding: 25px 0;
    }
    .contact-section {
      padding: 0;
    }
    .contact-section .section1 {
        margin: 20px 0;
    }
    .have-question {
      padding-top: 0;
    }
    .contact-form-cover {
        margin-bottom: 50px;
    }
    /* login-page */
    .login-section .login-detail {
        width: 440px;
    }
    .login-section .login-detail {
        padding: 25px;
    }
     /* terms-&-condition page */
    .partner-section::before {
      display: none;
    }
	  
.woocommerce div.product div.images img {max-height: 340px;}

  }
    @media only screen and (max-width:767px){
    /*.slick-track.woocommerce-product-gallery__image.single-product-main-image{display: block;}*/
    body.single-product div.product .wpgis-slider-nav{width: 100%;}
    .woocommerce div.product div.images .wpgis-slider-nav .attachment-thumbnail {
        max-height: auto !important;
        height:100px!important;
        object-fit: contain !important;
    }

  }
  @media only screen and (max-width:600px){
      /* ----- */
.contact-form .gform_footer.top_label{
    padding-left: 0;
}
.contact-form li.gfmc-column ul {
    padding-left: 0;
}
/* ----- */
  }
  @media only screen and (max-width:480px){
    .contact-form-cover .container {
        padding: 25px;
    }
    /* partner-section-start-here */
    .images-section-cover .images-section .images1 {
        width: calc(100%);
        margin: 20px 0;
    }
     /* login-page */
     .login-section .login-detail {
        width: 100%;
    }
  }
