/* Media query for moblie */

#billing_details button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #000 !important;
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    font-weight: 400 !important;
}



#number_field {
	width: 65px;
}

#sanno-top-email {
	margin-right: 30px;
}



@media only screen and (max-width: 600px) {
    
.mob-design {
	display: none;
}


  }


/* Media query for laptop */

@media screen and (min-device-width: 1280px) and (max-device-width: 1440px) {
    #title {
	font-size: 42px;
}

.custom-text {
	font-size: 25px !important;
	line-height: 42px !important;
  font-weight: 300 !important;
  margin-top:26px !important;
}

    #product_title{
        font-size: 22px !important;
        color: #fff !important;
    }
    
    .product_content {
	font-size: 16px;
	line-height: 28px;
	color: #fff !important;
	font-weight: 300 !important;
}
#offer-order {
	padding-bottom: 65px;
}
#offer-order h2 {
	font-size: 35px;
	line-height: 57px;
	font-weight: 600;
}

#offer-order p {
	font-size: 28px;
	color: #000;
	font-weight: 300;
}

.offer-taka {
	font-size: 20px;
	font-weight: normal;
}

#offer_order_title {
	font-size: 24px !important;
	font-weight: 500 !important;
	padding-bottom: 0 !important;
	margin-top: 36px !important;
}

.image_offer{
    width: 30rem;
    margin-top: 0;
}

.image_offer {
	width: 80% !important;
	margin-top: 0 !important;
}


#placeOrder h2 {
	font-size: 42px;
	width: 60%;
	margin: auto;
	line-height: 54px;
	margin-bottom: 40px;
}

#placeOrder h3 {
	font-size: 23px;
}

#billing_details label {
	font-size: 18px;
	font-weight: 300;
}


input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #9b9b9b;
	font-weight: normal;
	font-size: 14px;
}


#sub-heading {
	font-weight: 400 !important;
	font-size: 20px !important;
}

#address {
	font-size: 16px;
	font-weight: normal;
	margin-top: 22px;
}

#newsletter-title {
	font-size: 20px;
}

#support {
	font-size: 20px;
	margin-bottom: 20px;
}

a svg{
    height: 30px;
  width: 30px !important;
}
#copyright-text {
	padding-bottom: 30px;
	padding-top: 30px;
	font-weight: normal;
}

#subscriber-btn {
	font-size: 17px;
}

#review-subtitle {
	font-weight: 400;
	line-height: 41px;
}

#rev-name {
	font-size: 22px;
}

#profession {
	font-size: 18px;
}

#description-rev {
	font-size: 15px;
}

#update_btn {
	font-weight: normal;
	font-size: 14px;
	padding: 7px 15px;
	text-transform: uppercase;
}




}


