*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    

}
body{
    overflow-x: hidden;
    font-family: "Montserrat-light";
    font-size: 16px;
    background-color: #F8F8F8;
}
@font-face {
    font-family: Montserrat-regular;
    src: url(../fonts/montserrat-regular-webfont_0.ttf);
  }
  @font-face {
    font-family: Montserrat-light;
    src: url(../fonts/montserrat-light-webfont_0.ttf);
  }
  @font-face {
    font-family: Montserrat-bold;
    src: url(../fonts/montserrat-bold-webfont_0.ttf);
  }


.logo{
    width: 50%;
    padding: 0 50px;
}
.navbar {
    background-color: #ffffff;
}
.fixed-top {
    top: -60px;
    transform: translateY(60px);
    transition: transform 1s;
    background-color: #ffffff !important;
    position: fixed !important;
  }
.banner_image{
    width: 100%;
}
.img_col{
    background-image: url("../images/banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #072F52;
    padding-left: 10px;
    position: relative;
    top: 73.5%;
    opacity: 0.9;
    padding-top: 10px;
}
.text1{
    color: #ffffff;
    font-family: "Montserrat-bold";
    font-size: 40px;
    line-height: 1;
}
.desc{
    color: #ffffff;
    font-family: "Montserrat-bold";
    font-size: 30px;
    
}
.type{
    color: #ffffff;
    font-family: "Montserrat-light";
    font-size: 18px;
    line-height: 1;
   padding-left: 20px;
}
.left_border{
    border-left: 2px solid #ffffff;
}
.text_section{
    background-color: #B79501;
    /* padding: 50px 10px; */
}
.heading1{
    padding: 50px 40px;
}
.banner_text{
    font-family: "Montserrat-bold";
    font-size: 30px;
    text-align: center;
    padding: 15px;
    background-color: #ffffff;
    color: #072F52;
}
.heading2{
    text-align: center;
    /* width: 100%; */
}
.banner_text1{
    font-family: "Montserrat-bold";
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    padding: 5px;
}
.banner_desc{
    font-family: "Montserrat-light";
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    
}
.first_section{
    margin-top: 50px;
    background-color: #ffffff;
}
.headings{
    background-color: #B79501;
    padding: 30px;
    font-family: "Montserrat-bold";
    font-size: 28px;
    color: #ffffff ;
}
.description{
    padding-top: 15px;
    padding-left: 1rem;
}
.inner-logo{
    width: 100%;
}
.second_section{
    margin-top: 50px;

}
.colored_background{
    background-color: #B79501;
    color: #ffffff;
    padding-top: 30px;
}
.map_img{
    width: 100%;
}
.headings1{
    padding-left: 1rem;
    font-family: "Montserrat-bold";
    font-size: 28px;
    color: #ffffff ;
}
.premium_text{
    padding: 100px 0;
    font-family: "Montserrat-bold";
    font-size: 35px;
    color: #000000;
}
.card_col{
    border: 1px solid #000000;
    padding: 0;
}
.card_img{
    width: 100%;
    padding: 5px;
    object-fit: cover;
}
.cart_heading{
    font-family: "Montserrat-bold";
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    background-color:#072F52 ;
}
.sticker_col{
    border: 2px solid #072F52;
    width: 31%;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
    padding: 30px 0;
    background-color: #ffffff;
}
.sticker{
    padding: 50px 0;
    justify-content: center;
    align-items: center;
}
.map{
    border: 1px solid #072F52;
    padding: 0;
    width: 100%;
}
.heading{
    font-family: "Montserrat-bold";
    font-size: 28px;
    color: #ffffff ;
    text-align: center;
}
.about{
    background-color: #B79501;
    padding: 50px 0;
}
.description1{
    font-family: "Montserrat-light";
    font-size: 16px;
    padding-left:50px ;
    padding-right: 50px;
    color: #ffffff;
}
.copyright{
    text-align: center;
    padding: 20px 0;
}
.copy_right{
    border-bottom: 1px solid #000000;
    font-size: 13px;
    padding: 10px 0;
    margin-bottom:0 ;
}
.policy{
    font-size: 10px;
    padding-top: 0;
}
.mdl {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.contact_form {
    width: 300px;
    position: fixed !important;
    bottom: -5px !important;
    right: 20px !important;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px 15px;
    border-radius: 5px;
    
}

.submit {
    width: 100%;
    outline: none !important;
    border: none !important;
    background-color: #072F52;
    color: #ffffff;
}

.contact_form input {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    outline: none;
    border: none;
}

.form_heading {
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 10px;
}
.close_button{
    float: right;
    background-color: #072F52;
    border-radius: 50px;
    padding: 10px;
    font-size: 10px;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}
.btn-close{
    color: #ffffff !important;
}

.chat_us{
    position: fixed !important;
    bottom: 25px !important;
    right: 20px !important;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    display: none;
}

@media (max-width: 767.98px) { 
    .contact_form{
        display: none;
    }
    .chat_us{
        display: block;
    }
    .logo{
        width: 100%;
    }
    .flex{
        display: none;
    }
    .img_col{
        height: 50vh;
    }
    .premium_text {
        font-size: 20px;
        padding: 40px 0;
    }
}