.tleft-sec1{
    background: #000;
}
.tleft-sec1 h3{
    font-size: 25px;
        font-family: 'leagueSpartan-Medium';
        color: #fff;
}
.tleft-sec1 p{
    font-size: 14px;
    font-family: 'leagueSpartan-Regular';
    color: #fff;
        letter-spacing: 0.75px;
}
.lef-sec-2{
    background: #fff;
}

.contact-text h4{
    font-size:20px;
             font-family: 'leagueSpartan-Medium';
}
.contact-text p,.contact-text p a{
      font-size: 14px;
    font-family: 'leagueSpartan-Regular';
    color: #000;
}

.contact-form-box{
    background: #CFCFCF;
    border-radius: 16px;
    position: relative;
    z-index: 0;

}
.contact-banner-section img{
    min-height: 250px;
    object-fit: cover;
      object-position: right;
  
}
.contact-banner-section .banner-title{
  font-size: 30px;
     font-family: 'leagueSpartan-SemiBold';
     color: #fff;
     position: absolute;
     bottom: 15px;
     left: 8%;
}
.contact-form-box h6{
    font-size: 25px;
    font-family: 'leagueSpartan-Medium';
}
.contact-form-box label{
        margin-bottom: 2px;
          font-family: 'leagueSpartan-SemiBold';
    font-size: 13px;
    letter-spacing: 0.80px;
}
.whastapp-same-txt{

}

.mobile-input{
    position: relative;
}
.mobile-input span{
     color: #A3A3A3;
    font-size: 13px;
    font-family: 'leagueSpartan-Light';
    position: absolute;
    top: 55%;
    left: 12px;
    transform: translateY(-50%);
    line-height: 10px;
}
.mobile-input input{
        padding-left: 38px;
}
.whastapp-same-txt{
    font-size: 11px;
       font-family: 'leagueSpartan-Regular';
       color: #000;
       letter-spacing: 0.7px;
    
}
input.form-control{
       padding-top: 5px;
    padding-bottom: 3px;
    border-radius: 7px;
    border: 1px solid #E3E3E3;
    font-size: 14px;
}
.message-textarea{
    border: 1px solid #E3E3E3;
   height: 113px;
   resize: none;
       font-size: 14px;
}
.form-check-input{
      width: 11px;
    height: 11px;
    cursor: pointer;
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
    
    
}
.btn-submit{
    background: linear-gradient(270deg, #570107 0%, #97010C 100%);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'leagueSpartan-Medium';
    border-radius: 6px;
    letter-spacing: 0.80px;
    outline: none;
    border: none;
    padding: 6px 16px 4px;

}
.btn-submit:disabled{
    opacity: 0.6;
}
.error{
font-size: 13px;
color: red;


}
.popup-box{
  background: #000000eb;
}
.popup-box .text{
  font-size: 18px;
  text-align: center;
      font-family: 'leagueSpartan-Bold';
}
.animation-ctn{
  text-align:center;
zoom: 0.4;
}

	@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
   
    }

    100% {
        stroke-dashoffset: 960px;
      
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px 
    }

    100% {
        stroke-dashoffset: 960px
    }
}

@keyframes colored-circle { 
    0% {
        opacity:0
    }

    100% {
        opacity:100
    }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
} 
/* Dropdown Container */
.czs-dropdown {
  position: relative;
  display: inline-block;
}

.czs-dropdown img{
   width: 21px;
   margin-right: 8px;
}

/* Toggle Button */
.czs-dropdown-toggle {
      display: flex;
    align-items: center;
    justify-content: space-between;
background: #fff;
    color: #000;
    padding: 4px 10px;
    
    text-decoration: none;

    cursor: pointer;
    font-size: 14px;
    border-radius: 7px;
    min-width: 161px;
        letter-spacing: 0.80px;
      
}
.czs-dropdown-toggle span{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.czs-dropdown-icon {
  margin-right: 8px;
  color: gold;
}

.czs-arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
  margin-top: 1px;
      min-width: 12px;
}
.czs-arrow i{
  font-size: 12px;
}
/* Dropdown Menu */
.czs-dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #333;
        min-width: 161px;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  border-radius: 3px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
      max-height: 200px;
    overflow-y: auto;
}
/* width */
.czs-dropdown-menu::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.czs-dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.czs-dropdown-menu::-webkit-scrollbar-thumb {
  background: #eee; 
  border-radius: 10px;
}

/* Handle on hover */
.czs-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #444; 
}
.czs-dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.czs-dropdown-menu li {
  padding: 5px 15px;
  color: white;
    font-size: 13.5px;
    letter-spacing: 0.80px;
    cursor: pointer;
}

.czs-dropdown-menu li a {
  color: white;
  text-decoration: none;
  display: block;
      text-transform: uppercase;
  
    

}

.czs-dropdown-menu li:hover {
  background: #444;
}

/* Rotate arrow when open */
.czs-dropdown.open .czs-arrow {
  transform: rotate(180deg);
}
@media (min-width:992px) {
   .contact-form-box{
                   margin-top: -194px;
    }
}

@media (min-width:768px){
   
    .contact-banner-section img{
        object-position: none;
    }
    .contact-banner-section .banner-title{
      bottom: 41px;
    }
}
