﻿	/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main_page_sec{
    width: 100%;
    margin: auto;
    padding:50px 0;
    background-color: #ffffff;
    align-items: center;
	/* background-image: url("../../background.jpg"); */
}
.content_area .logo{
    width: 30%;
    height: 100%;
    padding: 0;
    
}
.main_area{
    color: #ffffff;
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
   /* background-image: url('file:///Z:/Soni/BAK/Assets/image/bg-area1.png');*/
    height: 100%;
    width: 100%;
    margin: auto;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
	padding: 20px;
   box-shadow: 8px 11px 6px -3px #00000042;
}
.address_area{
    text-align: center;
    margin-top: 80px;
}
.address_area a:nth-child(1){
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 28px;
    word-spacing: 1px;
    letter-spacing: 1px;
    display: block;
}
.address_area a{
        text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.pl-0{ padding-left: 0px; }
.card_sec{
    padding: 20px;
}
.card_area{
height: auto;    
background-color: #fff;
padding: 30px 20px ;
border-radius: 10px;
}
.card_area h2{
    color: #add038;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    margin: 0px;
}
input:focus{
    outline: none;
    border: none;
}

.card_area .button_send{
    background-color: #add038;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px 20px;
    border: none;
}
.footer_area{
    display: none;
}
.footer_area a:nth-child(1){
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-size: 24px;
    word-spacing: 1px;
    letter-spacing: 1px;
}
.footer_area a{
    text-decoration: none;
    color: #000;
}
@media screen and (max-width:992px) {
	.d-flex {
    display: inherit;
}

}
@media screen and (max-width:767px) {
	.d-flex {
    display: inherit;
}
    .main_area{
        background-size: auto;
        margin-bottom: 50px;
    }
 
    .main_page_sec{
        height: 100%;
        display: block;
    }
    .content_area .logo{
        /* padding-top: 80px ; */
        width: 100%;
        height: 100%;
    }
    .card_sec{
        padding: 2px;
    }
    .footer_area{
        display: block;
    }
    .cont_area{
        display: none;
    }
    .footer_area a{
        color: #fff;
    }
    .footer_area a:nth-child(1){
        color: #fff;
    }
     .cont_area_heading h1 span {
    font-size: 24px!important;}
    .pl-0 {
    padding-left: 0;
}
.cont_area_heading {
    background-color: transparent!important;
    box-shadow: none!important;
}
.cont_area_heading h1 {
    color: #090909!important;
    font-size: 18px;
    line-height: 26px;
}
.card_area {
    margin-bottom: 20px;}
}

label {
    display: inline-block;
    color: #000;
    text-align: left;
    float: left;
    font-size: 14px;
    font-weight: 500;
	margin-bottom: 3px;
}
.cont_area {
    padding: 0 0px;
}
.cont_area p{padding: 6px 11%;}
.sub_address address {
   padding: 12px 4%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.cont_area h1{font-weight: 700;}
.cont_area_heading h1{ text-align: center; padding: 20px; font-family: 'Fjalla One', sans-serif; font-weight: 800;
    letter-spacing: 2px; color: #add038; }
.cont_area_heading{background-color: rgb(4 4 4);
    box-shadow: 5px 4px 6px 3px #0000009e;}   
.cont_area_heading h1 span{ font-size: 52px; display: block;}