@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family:"poppins",sans-serif ;
    transition: all 0.3s ease-in 0s;
}
body{
    background-color: #0e0c0c;
}
.coldchaincasesection1{
    width: 100%;
    height: 100vh;
    background-image: url("/assets/coldchain/casestudy/Banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative !important;
}
.coldchaincasesection1 .heading1{
    font-weight: 500;
    font-size: 45px;
    color: #fefefe;
    transition: all 0.3s ease-in 0s;
    padding-bottom: 40px;
}
.coldchaincasesection1 .textbox{
    padding-top: 100px;
}
.coldchaincasesection1 .bottomtab{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    background-color: #0000ffc8;
    border-top-left-radius: 30px;
    height: 120px;
}
.coldchaincasesection1 .btn{
    background-color: #0000ff !important;
    color: #fefefe !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    padding: 10px 25px !important;
}
.coldchaincasesection1 .icon{
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
}
.coldchaincasesection1 .heading2{
    font-weight: 500;
    font-size: 18px;
    color: #fefefe;
    transition: all 0.3s ease-in 0s;
    /* padding-left: 20px; */
}
.coldchaincasesection1 .device{
    color: #fefefe;
    font-weight: 600;
    font-size: 30px;
    height: 55px;
}
@media(max-width:1200px){
    .coldchaincasesection1 .bottomtab{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60%;
        background-color: #0000ffc8;
        border-top-left-radius: 30px;
        height: 120px;
    }
}
@media (max-width:1025px){
    .coldchaincasesection1 .bottomtab{
        width: 70%;
    }
    .coldchaincasesection1 .heading1{
        font-weight: 500;
        font-size: 35px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
        padding-bottom: 40px;
    }
    .coldchaincasesection1 .heading2{
        font-weight: 500;
        font-size: 16px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
    }
}
@media (max-width:769px){
    .coldchaincasesection1 .bottomtab{
        width: 80%;
    }
    .coldchaincasesection1 .heading2{
        font-weight: 500;
        font-size: 14px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
    }
    .coldchaincasesection1 .icon{
        width: 30px;
        height: 30px;
    }
    .coldchaincasesection1 .device{
        height: 45px;
        font-size: 25px;
    }
}
@media (max-width:426px){
    .coldchaincasesection1 .device{
        height: 35px;
        font-size: 20px;
    }
    .coldchaincasesection1{
        width: 100%;
        height: 80vh;
        background-image: url("/assets/coldchain/casestudy/Banner.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative !important;
    }
    .coldchaincasesection1 .bottomtab{
        width: 100%;
        height: 120px;
        border-top-left-radius: 0px;
    }
    .coldchaincasesection1 .heading2{
        font-weight: 500;
        font-size: 12px;
        color: #FFFAED;
        transition: all 0.3s ease-in 0s;
        text-align: center;
        padding-left: 0px;
    }
    .coldchaincasesection1 .icon{
        width: 30px;
        height: 30px;
    }
    .coldchaincasesection1 .heading1{
        font-weight: 500;
        font-size: 25px;
        color: #FFFAED;
        transition: all 0.3s ease-in 0s;
        padding-bottom: 40px;
    }
    .coldchaincasesection1 .btn{
        background-color: #0000ff !important;
        color: #FFFAED !important;
        font-weight: 500 !important;
        border-radius: 10px !important;
        padding: 10px 20px !important;
    }
}
@media(max-height:500px){
    .coldchaincasesection1{
        width: 100%;
        height: 600px;
        background-image: url("/assets/coldchain/casestudy/Banner.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative !important;
    }
}
.coldchaincasesection2{
    height: 100%;
    background-image: url("/assets/coldchain/casestudy/coldsec1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.coldchaincasesection2 .heading1{
    font-size: 40px;
    color: #0000ff;
    transition: all 0.3s ease-in 0s;
    font-weight: 500;
}
.coldchaincasesection2 .heading2{
    font-size: 22px;
    color: #fefefe;
    transition: all 0.3s ease-in 0s;
    font-weight: 400;
}
.coldchaincasesection2 .icon{
    width: 75px;
    height: 75px;
}
.coldchaincasesection2 .cardcont{
    border: 2px solid #0000ff;
    border-radius: 20px;
    background-color: #0000ff10;
    padding: 40px 30px;
    vertical-align: middle;
}
.coldchaincasesection2 .cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.75rem;
    row-gap: 1.563rem;
    column-gap: 1.875rem;
}
.coldchaincasesection2 .cardone{
    transition: all .3s;
    /* background-color: #fffaed; */
    box-shadow: 0 0 .313rem 0 #0000ff;
    border-radius: .625rem;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    display: flex;
    &:hover{
        border: 1px solid #0000ff;
        transform: translateY(-10px);
    }
}
.coldchaincasesection2 .text1{
    font-size: 23px;
    color: #0000ff;
    font-weight: 500;
}
.coldchaincasesection2 .text2{
    font-size: 18px;
    color: #fefefe;
    font-weight: 400;
    /* text-align: justify; */
}
@media (max-width:768px){
    .coldchaincasesection2 .icon{
        width: 60px;
        height: 60px;
        margin-bottom: 20px !important;
    }
    .coldchaincasesection2 .text1{
        font-size: 14px;
        color: #0000ff;
        font-weight: 600;
    }
    .coldchaincasesection2 .text2{
        font-size: 14px;
        color: #fefefe;
    }
    .coldchaincasesection2 .cardcont{
       width: 350px;
    }
    .coldchaincasesection2 .heading2{
        font-size: 16px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
        font-weight: 400;
    }
    .coldchaincasesection2 .cards{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 0.75rem;
        row-gap: 1.563rem;
        column-gap: 1.875rem;
    }
    .coldchaincasesection2 .txt{
        padding-left: 0 !important;
    }

}
@media (max-width:577px){
    .coldchaincasesection2 .cards{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0.75rem;
        row-gap: 1.563rem;
        column-gap: 1.875rem;
    }
}
@media(max-width:426px){
    .coldchaincasesection2 .container{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .coldchaincasesection2 .heading2{
        font-size: 16px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
        font-weight: 400;
    }
    .coldchaincasesection2 .txt{
        padding-left: 10px !important;
    }
}
.coldchaincasesection3{
    height: 100%;
    background-image: url("/assets/coldchain/casestudy/coldsec2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.coldchaincasesection3 .heading1{
    font-size: 40px;
    color: #0000ff;
    transition: all 0.3s ease-in 0s;
    font-weight: 500;
}
.coldchaincasesection3 .heading2{
    font-size: 22px;
    color: #fefefe;
    transition: all 0.3s ease-in 0s;
    font-weight: 400;
}
.coldchaincasesection3 .icon{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.coldchaincasesection3 .colortext1{
    color: #0000ff;
    font-weight: 600;
    font-size: 23px;
}
.coldchaincasesection3 .paddingstart{
    padding-left: 7rem;
}
.coldchaincasesection3 .text{
    color: #fefefe;
    font-size: 18px;
}

.coldchaincasesection3 .img{
    width: 100%;
    height: 550px;
    border-radius: 20px;
}
@media (max-width: 1200px) {
    .coldchaincasesection3 .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 3rem !important;
    }
    .coldchaincasesection3 .img{
        width: 500px;
        height: 500px;
    }
    .coldchaincasesection3 .imgcol{
        display: flex;
        justify-content: center;
    }
}
@media(max-width:426px){
    .coldchaincasesection3 .container{
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .coldchaincasesection3 .heading2{
        font-size: 15px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
        font-weight: 400;
    }
    .coldchaincasesection3 .img{
        width: 500px;
        height: 350px;
    }
}
.coldchaincasesection4{
    height: 100%;
    background-image: url("/assets/coldchain/casestudy/coldsec3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.coldchaincasesection4 .heading1{
    font-size: 40px;
    color: #0000ff;
    transition: all 0.3s ease-in 0s;
    font-weight: 500;
}
.coldchaincasesection4 .box1,
.coldchaincasesection4 .box2, 
.coldchaincasesection4 .box3 {
    border-left: 5px solid #fefefe;
}

.coldchaincasesection4 .box1:hover {
    border-left: 5px solid #0000ff;
}

.coldchaincasesection4 .box1:hover ~ .box2,
.coldchaincasesection4 .box1:hover ~ .box3 {
    border-left: 5px solid #fefefe;
}

.coldchaincasesection4 .box2:hover {
    border-left: 5px solid #0000ff;
}

.coldchaincasesection4 .box2:hover ~ .box1,
.coldchaincasesection4 .box2:hover ~ .box3 {
    border-left: 5px solid #fefefe;
}

.coldchaincasesection4 .box3:hover {
    border-left: 5px solid #0000ff;
}

.coldchaincasesection4 .box3:hover ~ .box1,
.coldchaincasesection4 .box3:hover ~ .box2 {
    border-left: 5px solid #fefefe;
}
.coldchaincasesection4 .circle{
    background-color: #0000ff;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
}
.coldchaincasesection4 .icon{
    width: 30px;
    height: 30px;
}
.coldchaincasesection4 .text1{
    color: #0000ff;
    font-weight: 500;
    font-size: 20px;
}
.coldchaincasesection4 .text{
    color: #fefefe;
    font-size: 18px;
}
.coldchaincasesection4 .heading11{
    color: #0000ff;
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
}
.coldchaincasesection4 .textgt{
    color: #fefefe;
    font-weight: 600;
    font-size: 25px;
}
 .contact{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 30px;
}

.contact-form {
    flex: 1;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contact-form p {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
    resize: none;
    &::placeholder{
        font-size: 12px;
    }
}

.contact-form textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
    resize: none;
    &::placeholder{
        font-size: 12px;
    }
}
.contact-form button {
    padding: 10px;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #218838;
}

/* form css */

.contact-form {
    flex: 1;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-form p {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.social-media {
    display: flex !important;
    /* padding-left: 30px; */
}
.social-media .socialicon{
    width: 40px;
    height: 40px;
    margin: 10px;
}
.contact .info {
    width: 100%;
    background: #fff;
  }
  .contact .info i {
    font-size: 20px;
    color: #3f43fd;
    float: left;
    width: 44px;
    height: 44px;
    background: #f0f0ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #010483;
  }
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #0205a1;
  }
  .contact .info .email, .contact .info .phone {
    margin-top: 40px;
  }
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    color: #fff;
  }
  .contact .php-email-form {
    width: 100%;
    background: #000085;
    padding: 20px;
    border-radius: 20px;
    height: 445px;
  }
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  .contact .php-email-form .error-message {
    color: red;
    text-align: left;
    padding: 15px;
    font-weight: 500;
  }
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 10px;
    box-shadow: none;
    font-size: 12px;
  }
  .contact .php-email-form input {
    height: 44px;
    background-color: #fefefe;
    border: 0px;
    &::placeholder{
        font-size: 12px;
    }
  }
  .contact .php-email-form textarea {
    height: 64px;
    padding: 10px 12px;
    resize: none;
    background-color: #fefefe;
    border: 0px;
  }
   .contact .php-email-form select {
    border-radius: 10px;
   border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
   
    height: 44px;
    background-color: #fefefe;
    border: 0px;
    padding-top: .9rem !important;
    &::placeholder{
        font-size: 12px;
    }
  }
  .contact .php-email-form input[type=tel]{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .contact .php-email-form button[type=submit] {
    background: #000;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }
  .contact .php-email-form button[type=button] {
    background: #000;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }
  .contact .php-email-form .a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #020309;
    padding: 10px 30px;
    color: #fefefe;
    transition: 0.4s;
    border-radius: 50px;
    text-decoration: none;
  }
  .checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 0;
}
.checkbox-text {
    margin-left: 8px;
    margin-bottom: 0;
    color: #fefefe; 
    font-weight: 500;
}
  /* .contact .php-email-form button[type=submit]:hover {
    padding: 10px 40px;
  } */
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .filter-select ul {
    background-color: #fefefe;
  }
@media(max-width:1200px){
    .contact .php-email-form button[type=submit] {
        background: #000;
        border: 0;
        padding: 10px 15px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
      }
      .contact .php-email-form button[type=button] {
        background: #000;
        border: 0;
        padding: 10px 15px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
      }
    .contact .php-email-form .a {
        /* background: #020309; */
        margin-left: 10px;
        font-size: 14px;
        font-weight: 600;
        border: 2px solid #020309;
        padding: 10px 10px;
        color: #fefefe;
        transition: 0.4s;
        border-radius: 50px;
        text-decoration: none;
      }
}
@media(max-width:1024px){
    .contact .php-email-form .a {
        /* background: #020309; */
        margin-left: 10px;
        font-size: 14px;
        font-weight: 600;
        border: 2px solid #020309;
        padding: 10px 10px;
        color: #fefefe;
        transition: 0.4s;
        border-radius: 50px;
        text-decoration: none;
      }
}
@media (max-width:905px){
    .contact .php-email-form .a {
        margin-left: 10px;
        font-size: 14px;
        font-weight: 600;
        border: 2px solid #020309;
        padding: 10px 10px;
        color: #fefefe;
        transition: 0.4s;
        border-radius: 50px;
        text-decoration: none;
      }
}
@media(max-width:767.5px){
    .coldchaincasesection4 .heading1{
        font-size: 32px;
        color: #0000ff;
        transition: all 0.3s ease-in 0s;
        font-weight: 500;
    }
    .coldchaincasesection3 .heading1{
        font-size: 32px;
        color: #0000ff;
        transition: all 0.3s ease-in 0s;
        font-weight: 500;
    }
    .coldchaincasesection2 .heading1{
        font-size: 32px;
        color: #0000ff;
        transition: all 0.3s ease-in 0s;
        font-weight: 500;
    }
     .contact{
        display: flex;
        flex-direction: column;
    }
    .coldchaincasesection3 .heading2{
        font-size: 16px;
        color: #fefefe;
        transition: all 0.3s ease-in 0s;
        font-weight: 400;
    }
    .coldchaincasesection3 .colortext1{
        color: #0000ff;
        font-weight: 600;
        font-size: 18px;
    }
    .coldchaincasesection3 .text{
        color: #fefefe;
        font-size: 16px;
    }
    .coldchaincasesection3 .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 0.5rem !important;
    }
    .coldchaincasesection4 .text1{
        color: #0000ff;
        font-weight: 500;
        font-size: 18px;
    }
    .coldchaincasesection4 .text{
        color: #fefefe;
        font-size: 16px;
    }
}
@media (max-width:766px){
    .contact .php-email-form .a {

         margin-left: 10px;
         font-size: 14px;
         font-weight: 600;
         border: 2px solid #020309;
         padding: 10px 10px;
         color: #fefefe;
         transition: 0.4s;
         border-radius: 50px;
         text-decoration: none;
      }
      
}
@media (max-width:426px){
    .coldchaincasesection4 .heading1{
        font-size: 30px;
        color: #0000ff;
        transition: all 0.3s ease-in 0s;
        font-weight: 500;
    }
    .coldchaincasesection3 .heading1{
        font-size:30px;
        color: #0000ff;
        transition: all 0.3s ease-in 0s;
        font-weight: 500;
    }
    .coldchaincasesection2 .heading1{
        font-size: 30px;
        color: #0000ff;
        transition: all 0.3s ease-in 0s;
        font-weight: 500;
    }
    .social-media {
        padding-top: 20px;
        padding-left: 0px;
    }
    .contact{
        padding-left: 0px;
    }
    /* .coldchaincasesection4 .container{
        padding-right: 30px !important;
        padding-left: 30px !important;
    } */
    .coldchaincasesection4 .text1{
        color: #0000ff;
        font-weight: 500;
        font-size: 18px;
    }
    .coldchaincasesection4 .text{
        color: #fefefe;
        font-size: 16px;
    }
    .coldchaincasesection4 .heading11{
        color: #0000ff;
        font-size: 20px;
        font-weight: 500;
        font-style: italic;
    }
    .contact .php-email-form button[type=submit] {
        background: #000;
        border: 0;
        font-size: 12px;
        padding: 10px 10px;
        color: #fff;
        transition: 0.4s;
        font-weight: 600;
        border-radius: 50px;
      }
      .contact .php-email-form button[type=button] {
        background: #000;
        border: 0;
        font-size: 12px;
        padding: 10px 10px;
        color: #fff;
        transition: 0.4s;
        font-weight: 600;
        border-radius: 50px;
      }
    .contact .php-email-form .a {

        margin-left: 5px;
        font-size: 12px;
        font-weight: 600;
        border: 2px solid #020309;
        padding: 10px 10px;
        color: #fefefe;
        transition: 0.4s;
        border-radius: 50px;
        text-decoration: none;
     }
     .checkbox-text {
        margin-left: 8px;
        margin-bottom: 0;
        color: #fefefe; 
        font-weight: 500;
        font-size: 14px;
    }
}
.rightquote , .leftquote{
    width: 28px;
    height: 28px;
}

@media (max-width:374px){
    .contact .php-email-form .a {

         margin-left: 1px;
         font-size: 10px;
         font-weight: 600;
         border: 2px solid #020309;
         padding: 5px 5px;
         color: #fefefe;
         transition: 0.4s;
         border-radius: 50px;
         text-decoration: none;
      }
}
@media (max-width:321px){
    .contact .php-email-form .a {

         margin-left: 1px;
         font-size: 10px;
         font-weight: 600;
         border: 2px solid #020309;
         padding: 5px 5px;
         color: #fefefe;
         transition: 0.4s;
         border-radius: 50px;
         text-decoration: none;
      }
}