﻿

/*31-08-2017*/
.my-modal .modal-header{background-color: #f6841f;padding: 5px 10px !important;text-align: center;}
.my-modal .modal-header h4 {color: #fff;}
.my-modal .modal-dialog {margin: 150px auto 50px;width: 750px;}
.my-modal .btn-default{margin-bottom:0;}
.my-modal .full-txt {font-size: 15px;font-weight: 500;line-height: 25px;margin-bottom: 20px;}


@media (max-width:767px){
    .my-modal .modal-dialog{width:100%;}
}