/*----mid section css-----*/
.modal#logwith_google h2{line-height:20px;margin-bottom:5px;color:#000;font-size: 20px;margin-top:0;font-weight: 600;font-family: "Roboto" ,sans-serif;}
.modal#logwith_google small{line-height:normal;display:block;margin-bottom:18px;font-size: 14px;color: #666;font-family: "Roboto" ,sans-serif;}
.modal#logwith_google .modal-dialog{width:305px;max-width: 305px;text-align: center;transform: translateX(-50%)translateY(-50%);top:50%;left:50%;margin:0;}
.modal#logwith_google .modal-body{padding: 20px}
a.login_wd_google{transition:all 0.2s ease-in-out;display: flex;align-items: center;text-decoration: none;margin: 0 5px;}
a.login_wd_google:hover{text-decoration: none;}
a.login_wd_google .fa{border-top-left-radius: 2px;border-bottom-left-radius: 2px;font-size:22px;width:60px;line-height: 42px;height: 40px;background-color: #4081FF;color:#fff;}
a.login_wd_google span{font-size:14px;margin-left:-1px;border-left: 2px solid #4176DE;border-top-right-radius: 2px; border-bottom-right-radius: 2px;font-weight:500;text-transform: capitalize;width:100%;line-height: 42px;height: 40px;background-color: #4081FF;color:#fff;}
.modal#logwith_google .close{position: absolute;font-size:24px;box-shadow: 1px 4px 9px -3px #999;color: #000;width:25px;height:25px;border-radius: 100%;text-align: center;top:-14px;right:-9px;background-color: #fff;opacity: 1}
.btn:focus,button:focus,a:focus{outline: none}

#product_subscription .modal-dialog {
  max-width: 450px;
  width:450px;
  transform: translateX(-50%)translateY(-50%);
  top: 50%;
  left: 50%;
  margin: 0;
}
#product_subscription .close{position: absolute;font-size:24px;box-shadow: 1px 4px 9px -3px #999;color: #000;width:25px;height:25px;border-radius: 100%;text-align: center;top:-14px;right:-9px;background-color: #fff;opacity: 1}
#product_subscription .close:hover{opacity: 1;color:#444;}
#product_subscription .paymemt-success-area{padding:10px 10px 20px 10px;background-color: #f4f4f4}
#product_subscription h2{
	font-size: 17px;
    color: #000;
    margin: 0;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
    line-height: 24px;
}
#product_subscription b{
	color: #000;
	font-size:14px;
}
#product_subscription p{
	font-size: 15px;
    color: #000;
    margin-top: 20px;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
}
#product_subscription p u{
	text-align: center;width:100%;display: block;padding:5px 0;
}