body{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
}
.container{
    max-width: 930px;
}
img{
    max-width: 100%;
}
a:focus, a:active, button:focus, button:active{
    border: none;
    outline: none;
    box-shadow: none !important;
}
.btn-all{
    background: linear-gradient(rgb(180,44,51),rgb(139,34,39));
    color: #fff;
    border: solid 1px rgb(124,100,101);
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);

    text-align: center;
    text-shadow: none;
    text-decoration: none;
    font-weight: 700;
    min-height: 60px;
    min-width: 120px;
    padding: 20px 32px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}
.btn-all:hover{
    background: rgb(129,32,37);
    color: #fff;

    border-color: rgb(129,32,37);
    text-shadow: 0 -1px 0 rgba(230,230,230,0.5);
}
h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 55px;
    font-weight: 600;
    color: #000;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 600;
}
h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
}
h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
h5{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
h6{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
p{
    margin-bottom: 1.5em;
}
.lastp-mpo p:last-child{
    margin: 0px;
    padding: 0px;
}
.fontw-400{font-weight: 400 !important;}
.fontw-500{font-weight: 500 !important;}
.fontw-600{font-weight: 600 !important;}
.fontw-700{font-weight: 700 !important;}
.fontw-800{font-weight: 800 !important;}
.line-height-1b3{line-height: 1.3 !important;}
.line-height-1b4{line-height: 1.4 !important;}
.line-height-1b5{line-height: 1.5 !important;}
.line-height-1b6{line-height: 1.6 !important;}
.line-height-1b7{line-height: 1.7 !important;}
.line-height-1b8{line-height: 1.8 !important;}
.line-height-1b9{line-height: 1.9 !important;}
.line-height-2b0{line-height: 2.0 !important;}
.text-underline{text-decoration: underline;}
.break-word{
    word-break: break-all;
}
.brnone-all br{
    display: none;
}
.font20{
    font-size: 20px;
}
header{
    background: #003b6c;
}
header .right p{
    color: #fff;
    font-size: 16px;
}
header .right h4 a{
    color: #fff;
    text-decoration: none;
}
header .right h4 a:hover{
    color: #fff;
    text-decoration: none;
}
.main-content-wrap hr{
    border-color: #c0c0c0;
}
.main-content-wrap .banner-area-wrap{}
.main-content-wrap .banner-area-wrap h1{
    font-size: 3rem;
}
.main-content-wrap .banner-area-wrap h3{
    font-size: 1.75rem;
}
.main-content-wrap .banner-area-wrap h6{
    font-size: 1.25rem;
}
.main-content-wrap p.tickmarkP{
    background: url(../images/tick-mark-icon.png) no-repeat 0px 6px;
    padding-left: 25px;
}
.main-content-wrap .richard-bio-wrap{}
.main-content-wrap .richard-bio-wrap .right ul{
    padding-left: 15px;
    font-size: 16px;
}

footer{
    background: #003b6c;
}
footer .left p{
    color: lightgray;
    font-size: 0.75rem;
}
footer .right ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}
footer .right ul li{
    display: inline-block;
    border-right: solid 1px #fff;
}
footer .right ul li:last-child{
    border: none;
    padding-right: 0px;
}
footer .right ul li:last-child a{
    border: none;
    padding-right: 0px;
}
footer .right ul li a{
    display: block;
    color: lightgray;
    line-height: 12px;
    padding: 0 8px 0 2px;
    font-size: 0.75rem;
    text-decoration: none;
}
.PaymentModalWrap{}
.PaymentModalWrap .modal-content{
    background: #fff5cc;
}
.PaymentModalWrap .modal-content form h4{
    background: #003b6c;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    margin: 5px 0 10px;
}
.PaymentModalWrap .modal-content form.ErrorTextPreQuestionWrap{
    border: solid 1px #721c24;
}
.PaymentModalWrap .modal-content form .ProcessingText{
    border: solid 1px #721c24;
    background: #fff685;
}
.thnakyou-content-main-wrap .thankyou-page-graybox-wrap{
    background: #f2f2f2;
}
.thnakyou-content-main-wrap .thankyou-page-graybox-wrap .socialshare{
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    list-style: none;
    display: table;
}
.thnakyou-content-main-wrap .thankyou-page-graybox-wrap .socialshare li{
    display: table-cell;
    margin: 0px;
    padding: 0px;
}
.thnakyou-content-main-wrap .thankyou-page-graybox-wrap .socialshare li a{
    width: 48px;
    height: 48px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #fff;
}
.thnakyou-content-main-wrap .thankyou-page-graybox-wrap .socialshare li a.facebook{
    background-color: #3b5999;
}
.thnakyou-content-main-wrap .thankyou-page-graybox-wrap .socialshare li a.twitter{
    background-color: #55acee;
}
.thnakyou-content-main-wrap .thankyou-page-graybox-wrap .socialshare li a.linkdin{
    background-color: #0077B5;
}
.thnakyou-content-main-wrap .thankyou-page-graybox-wrap .socialshare li a.pinterest{
    background-color: #fff;
    color: #e60023;
}
.thnakyou-content-main-wrap .thankyou-page-graybox-wrap .socialshare li a.youtube{
    background-color: #ff0000;
}
.thnakyou-content-main-wrap .thankyou-page-graybox-wrap .socialshare li a:hover{
    opacity: 0.8;
}
.rowCol2{
    margin-top: -23px;
}
.rowCol3{
    margin-top: -50px;
}
.rowCol4{
    margin-top: -35px;
}
.desclimer-txt-btn{
    font-weight: bold;
    font-size: 13px;
    margin: 10px 0 0 0;
    padding: 0px;
    text-align: center;
}