body.new_buy .loginbox.mob_hide {
    background: #121212;
}

body.new_buy {
    background: #f3f3f3;
}

body.new_buy .email_col {
    font-size: 15px;
    color: #fff;
    margin-left: 20px;
}

.opton a {
    color: #000 !important;
}

.top-menu {
    width: 100%;
    height: auto !important;
    line-height: 109px;
    background: #000000;
}

body.new_buy a.red_bg {
    background: #d51743;
  /*  background: -moz-linear-gradient(90deg, rgba(244,103,18,1) 0%, rgba(237,57,32,1) 50%, rgba(231,12,46,1) 100%);
    background: -webkit-linear-gradient(90deg, rgb(247 31 106) 0%, rgb(240 25 62) 50%, rgb(237 22 40) 100%);
    background: linear-gradient(90deg, #f82072 0%, #f11a45 50%, #ed1627 100%);*/
    color: #fff !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f46712",endColorstr="#e70c2e",GradientType=1);
}

body.new_buy.title_h h2 {
    font-size: 30px;
    color: #d61843;
    font-weight: bold;
}

.btn_new_right {
    width: 44%;
    float: left;
}

.con_left {
    width: 50%;
    float: right;
    border-left: 1px solid #ccc;
}

body.new_buy .col_sec .inputGroup {
    background-color: #fff;
    display: block;
    padding: 10px 20px 10px 28px !important;
}

body.new_buy .col_sec .inputGroup.active label {
    text-align: left;
    padding: 12px 14px !important;
    width: 100%;
    display: block;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: color 200ms ease-in;
    overflow: hidden;
    background: #d51743;
   /* background: -moz-linear-gradient(90deg, rgba(244,103,18,1) 0%, rgba(237,57,32,1) 50%, rgba(231,12,46,1) 100%);
    background: -webkit-linear-gradient(90deg, rgb(247 31 106) 0%, rgb(240 25 62) 50%, rgb(237 22 40) 100%);
    background: linear-gradient(90deg, #f82072 0%, #f11a45 50%, #ed1627 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f46712",endColorstr="#e70c2e",GradientType=1);
    border-radius: 13px;
    margin-top: 22px;
}


body.new_buy .col_sec label {
    text-align: left;
    padding: 12px 14px !important;
    width: 100%;
    display: block;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: color 200ms ease-in;
    overflow: hidden;
    background: #d51743;
  /*  background: -moz-linear-gradient(90deg, rgba(244,103,18,1) 0%, rgba(237,57,32,1) 50%, rgba(231,12,46,1) 100%);
    background: -webkit-linear-gradient(90deg, rgb(247 31 106) 0%, rgb(240 25 62) 50%, rgb(237 22 40) 100%);
    background: linear-gradient(90deg, #fb7aad 0%, #f7768f 50%, #f4737c 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f46712",endColorstr="#e70c2e",GradientType=1);
    border-radius: 13px;
    margin-top: 22px;
}

.col_sec label:after {
    width: 26px;
    height: 26px;
    content: '';
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

body.new_buy .content.clearfix.padding {
    width: 1170px !important;
}

body.new_buy .col_sec .inputGroup h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px;
}


p.price {
    font-size: 40px;
    font-weight: bold;
    color: #d61843;
    margin: 0;
    line-height: 34px;
    padding: 4px 0px;
}

.con_left h4 span {
    color: #d61843;
}

.con_left h4{
    font-size: 13px;
    font-weight: bold;
}

.continue_btn a {
     background: #d51743;
   /* background: -moz-linear-gradient(90deg, rgba(244,103,18,1) 0%, rgba(237,57,32,1) 50%, rgba(231,12,46,1) 100%);
    background: -webkit-linear-gradient(90deg, rgb(247 31 106) 0%, rgb(240 25 62) 50%, rgb(237 22 40) 100%);
    background: linear-gradient(90deg, #f82072 0%, #f11a45 50%, #ed1627 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f46712",endColorstr="#e70c2e",GradientType=1);
    color: #fff;
    padding: 12px 45px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: bold;
}

.col_sec .inputGroup.active {
    transform: scale(1.1);
    z-index: 9;
    border: 1px solid #19afc1 !important;
}

 .con_left img.price_img {
    position: absolute;
    top: -2px !important;
    left: -2px !important;
}

body.new_buy .select_col form .col_sec {
    width: 100%;
    display: inline-block !important;
    justify-content: space-around;
    margin: 35px 0px;
}

body.new_buy .col_sec .inputGroup {
    width: 32% !important;
    border: 1px solid #dadada;
    border-radius: 6px;
    overflow: hidden;
    float: right !important;
    margin: 5px 5px !important;
}

p.bt-font-sm {
    font-size: 14px;
    font-weight: normal !important;
}

.title_h h1, .title_h h2 {
    font-size: 30px;
    color: #d61843;
    font-weight: bold;
}

@media only screen and (max-width: 1279px) {

.mob_right_menu_sec {
    width: auto;
}

/*.loginbox a {
    background-color: white !important;
}*/

}


@media only screen and (max-width: 1024px) {

 body.new_buy .col_sec .inputGroup h3 {
    font-size: 20px;
}

p.price {
    font-size: 36px;
} 

.con_left h4 {
    font-size: 12px;
}

body.new_buy .col_sec label {
    padding: 10px 8px !important;
    margin-top: 21px;
}

body.new_buy .col_sec .inputGroup.active label {
    padding: 10px 10px !important;
    margin-top: 21px;
}


}

@media only screen and (max-width: 950px) {

body.new_buy .col_sec .inputGroup h3 {
    font-size: 16px;
}

p.price {
    font-size: 30px;
} 

.con_left h4 {
    font-size: 10px;
}

.btn_new_right {
    width: 46%;
}

body.new_buy .col_sec .inputGroup {
    padding: 10px 14px 10px 10px !important;
}

body.new_buy .col_sec label {
    padding: 10px 8px !important;
    margin-top: 18px;
}

body.new_buy .col_sec .inputGroup.active label {
    padding: 10px 10px !important;
    margin-top: 18px;
}

.col_sec label:after {
    right: 6px !important;
}

.con_left img.price_img {
    position: absolute;
    top: -5px !important;
    left: -5px !important;
}


}

@media only screen and (max-width: 768px) {

body.new_buy .col_sec .inputGroup {
    width: 48% !important;
    margin: 5px 6px !important;
}

.bot-menu_div {
    float: right;
    width: 115px;
    margin-right: 14px;
}

}

@media only screen and (max-width: 600px) {

body.new_buy .col_sec .inputGroup {
    width: 95% !important;
    margin: 4px 8px !important;
}

.footer-text.left {
    float: left !important;
}

.footer-text {
    float: right;
}

.bot-menu {
    width: 90% !important;
    margin: 0px auto;
   /* display: flex;
    justify-content: center;
    align-items: center;*/
}

.bottom {
    padding-bottom: 16px;
}

.footer {
    padding-top: 10px;
}

.checkboxx {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.top-menu .logo {
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 6px !important;
}

}

@media only screen and (max-width: 280px) {

.footer-text {
    float: right;
}

.bottom {
    padding-bottom: 16px;
}

.footer {
    padding-top: 10px;
}
.checkboxx {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.top-menu .logo {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 10px !important;
}


}

