 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 a {
     color: #898988 !important;
     text-decoration: none !important;
 }

 li {
     list-style: none;
 }

 ::placeholder {
     color: rgba(0, 0, 0, 0.6) !important;
 }

 body {
     font-size: 20px;
     font-weight: normal;
     font-family: "Playfair Display" !important;
 }

 img {
     max-width: 100%;
     height: auto;
     display: block;
 }

 label {
     color: #898988;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: #e41e31;
 }

 p {
     color: #000000;
 }

 .nav_bg {
     background-color: #ffffff;
     /* border-bottom: 1px solid #ccc; */
 }


 .navbar-brand img {
     width: 224px;
     height: auto;
     border-radius: 12px;
 }

 .navbar a:hover {
     color: #bf1424 !important;
     text-decoration: underline #bf1424;
 }

 .navbar-toggler {
     border: none !important;
 }

 .navbar {
     width: 100%;
     box-shadow: none !important;
 }

 .navbar-brand {
     width: 25%;
 }

 /* header css */
 .find_us {
     text-align: center;
 }

 .find_us h2 {
     text-align: center;
     width: -webkit-fill-available;
     color: #005300;
     font-size: 33px;
     font-weight: 700;
 }

 .find_us p {
     text-align: center;
     font-size: 19px;
 }

 .brands h2 {
     padding: 20px;
     font-size: 2.5rem;
     font-weight: 600;
     text-align: center;
     color: #e41e31;

 }

 .brandsClass {
     display: flex;
     justify-content: center;
 }

 .logoimage {
     padding: 15px;
 }

 .footer {
     text-align: center;
 }

 .location {
     color: #ec2431;
     font-size: 1.4rem;
 }

 .location span {
     color: #00a252;
 }

 .icons a {
     /* margin-left: 10px; */
     padding: 20px;
 }

 .follow {
     color: #00a252;
     font-size: 2.3rem;
     padding: 10px;
     font-weight: 800;
 }

 .footer {
     text-align: center;
 }

 .instagram svg {
     color: #8124AF !important;
 }

 .facebook svg {
     color: #0f4ab5 !important;
 }

 .youtube svg {
     color: red !important;
 }

 .snapchat svg {
     color: #f7f400 !important;
 }

 .franchiseText {
     width: 50%;
 }

 .franchiseText form {
     text-align: center;
 }

 .franchiseText h2 {
     font-size: 3rem;
     font-weight: 400;
     color: #ff595e;
 }

 .franchiser {
     display: flex;
     justify-content: space-around;
     width: 100%;
     margin: 0 auto;
     background-image: url(./assets/images/contactdetail.png);
     width: 100%;
     height: auto;
     object-fit: cover;
     background-repeat: round;
     padding: 5% 3%;
 }

 .formfiled {
     display: flex;
     justify-content: space-between;
 }

 .formfiledDetails {
     display: flex;
     justify-content: space-between;
 }

 .form-group {
     width: 50%;
     padding: 15px;
 }

 .form-control {
     border: none !important;
     height: calc(2.5em + .75rem + 2px) !important;
     border-bottom: 1px solid #1982c4 !important;
 }

 .contact_icon {
     display: flex;
     justify-content: flex-start;
 }

 .item_textarea h4 {
     color: #005300;
 }

 .right_detail {
     background-color: #ffffffb8;
     border-radius: 20px;
     padding: 2% 2%;
 }

 .submitButton {
     padding: 10px;
     background-color: #ffca3a;
     border: none;
     color: #ffffff;
     font-size: 20px;
     border-radius: 12px;
 }

 .left_detail {
     margin: 0% 2%;
     background-color: #ffffffa3;
     padding: 2% 2%;
     border-radius: 20px;
 }


 @media screen and (max-width: 767px) {
     .franchiser {
         display: block;
     }
     .brandsClass  {
         display: block;
     }
     .franchiseText {
        width: 100%;
     }
 }/* Santosh Css*/.orderOnline{    text-align: center;    width: -webkit-fill-available;    color: #005300;    font-size: 33px;    font-weight: 700;}
 
 .pt_logo img{
     width:40% !important;
 }
 }