/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face{font-family:'Glyphicons Halflings';
    src:url('../font/glyphicons-halflings-regular.eot');
    src:url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../font/glyphicons-halflings-regular.woff2') format('woff2'),
    url('../font/glyphicons-halflings-regular.woff') format('woff'),
    url('../font/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}


@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.eot');
    src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto-Medium.woff2') format('woff2'),
    url('../font/Roboto-Medium.woff') format('woff'),
    url('../font/Roboto-Medium.ttf') format('truetype'),
    url('../font/Roboto-Medium.svg#../font/Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.eot');
    src: url('../font/Roboto-Black.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto-Black.woff2') format('woff2'),
    url('../font/Roboto-Black.woff') format('woff'),
    url('../font/Roboto-Black.ttf') format('truetype'),
    url('../font/Roboto-Black.svg#../font/Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.eot');
    src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto-Regular.woff2') format('woff2'),
    url('../font/Roboto-Regular.woff') format('woff'),
    url('../font/Roboto-Regular.ttf') format('truetype'),
    url('../font/Roboto-Regular.svg#../font/Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Italic.eot');
    src: url('../font/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto-Italic.woff2') format('woff2'),
    url('../font/Roboto-Italic.woff') format('woff'),
    url('../font/Roboto-Italic.ttf') format('truetype'),
    url('../font/Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}

.webalive-site-content{
    min-height:500px;
}
a, a:hover, a:focus, a:link, a:visited {
    outline: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

html, body {
    color: #000;
    font-size: 16px;
    line-height: 1.8;
}
body::before {
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #2a94be , #03648a);
}
img{
    max-width: 100%;
    height: auto;
}
.gutter-14.row {
    margin-right: -7px;
    margin-left: -7px;
}
.gutter-14 > [class^="col-"], .gutter-20 > [class^=" col-"]{
    padding-right: 7px;
    padding-left: 7px;
}
.gutter-10.row {
    margin-right: -5px;
    margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"]{
    padding-right: 5px;
    padding-left: 5px;
}

.gutter-0.row {
    margin-right: 0;
    margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
    padding-right: 0;
    padding-left: 0;
}
div.logo{
    height: 119px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
div.logo.circle img{
    width: auto;
    max-height: 119px;
    height:auto;
	margin-left: 0;
}
.header-wrap{
    min-height:191px;
    padding:34px 0;
    position: relative;
    border-bottom:1px solid #d9dbe0;
}
.header-wrap:before {
    display: inline-block;
    content: " ";
    background: url(../images/minify/header-left-shape.png) no-repeat left 0;
    width: 180px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.header-wrap:after {
    display: inline-block;
    content: " ";
    background: url(../images/minify/head-right-shape.png) no-repeat right 0;
    width: 364px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.shopping-card-wrap{
    padding-left: 0;
    margin-top: 0;
    position: relative;
    z-index: 999;
}
.qty-num{
    display: block;
    color: #fff !important;
    background: #0d77a1;
    font-size: 14px;
    text-align: center;
    padding: 2px;
    position: absolute;
    right: -9px;
    width: 20px;
    line-height: 15px;
    height: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.noshow {
    display: none;
}

.header-wrap .col-sm-1{
    padding: 0;
}
.favourite-shopping-wrap{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
    position: relative;
}
.favourite-star-icon-wrap{
    position: relative;
    z-index: 999;
}
.favourite-star-icon{
    background: url(../images/minify/star-icon.png) no-repeat right 0;
    background-size: 30px;
    width: 34px;
    height: 30px;
}
.favourite-star-icon-wrap .qty-num{
    top: -17px;
}

.shop-card-icon{
    background: url(../images/minify/shopping-card.png) no-repeat;
    width: 34px;
    height: 30px;
}
.shopping-card:after {
    display: inline-block;
    content: " ";
    background: url(../images/minify/shopping-card.png) no-repeat right 0;
    width: 34px;
    height: 30px;
    position: absolute;
    margin: 2px 2px 25px -39px;
}
.navigation-wrap{
    padding: 50px 0 0 0;
    position: absolute;
    right:26px;
    z-index: 9;
}
ul.top-menu{
    padding:0px;
    margin:0px;
    text-align:right;
}
ul.top-menu li{
    display: inline-block;
    padding: 0 22px;
}
ul.top-menu li a{
    outline: none;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.50px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
ul.top-menu li a:hover{
    color: #177ca4;
    text-decoration:none;
}
.body-content{
    position: relative;
    padding:0 0 100px 0;
}
.content-wrap{
    /*padding: 54px 65px;*/
    padding: 15px 0;
}
.body-content:before {
    display: inline-block;
    content: " ";
    background: url(../images/body-content-shape.png) no-repeat;
    width: 415px;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-attachment: fixed;
    background-size: contain;
}
.body-content h1{
    text-align:center;
    color:#03648b;
    padding:0 0 30px 0;
}
.item-showing-wrap{
    padding: 0 0 28px 0;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 28px;
}
.item-showing-wrap span{
    font-weight:500;
    font-size:16px;
}
.custom-select{
    width:240px;
    border-radius: 0;
}
.chosen-container.chosen-results li{
    border-radius:0;
}
.chosen-container.chosen-results{
    border-radius:0px;
}
.footer-wrap h3 {
    font-size: 18px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
}
.footer-wrap p{
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.footer-wrap a{
    color: #ffffff;
}
.footer-wrap a:hover {
    color: #177ca4;
    text-decoration: none;
}
footer.footer-wrap{
    background-color: #041e29;
    padding: 100px 23px;
}
.social-media a{
    display: block;
    vertical-align: middle;
    margin: 6px 0 11px;
}
.social-media a svg{
    height: 26px;
    width: auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.divided-border {
    border-top: 1px solid #1e353f;
    margin: 65px -15px 0 -15px;
    padding: 36px 0 0 0;
}
.footer-wrap ul {
    margin: 0;
    padding: 0;
}
.footer-wrap li {
    list-style-type: none;
    display: inline-block;
}
.footer-wrap li a {
    padding: 0 9px 0 3px;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    font-weight: 400;
}
.footer-wrap li a:hover {
    color: #177ca4;
    text-decoration: none;
}
.footer-wrap li a::after {
    content: '';
    width: 2px;
    height: 8px;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    right: 0;
    top: 6px;
}
.footer-wrap li:last-of-type a:after{
    display: none;
}
.footer-wrap{
    background: url(../images/minify/footer-bg-shape.png) no-repeat bottom;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
}
.read-gra-wrap{
    padding-left:60px;
}
.back-to-top {
    position: relative;
}
.back-to-top a {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.back-to-top a::before {
    content: '';
    width: 10px;
    height: 16px;
    position: absolute;
    background: url(../images/minify/arrow-backtop.png) no-repeat bottom;
    left: 5px;
    top: -15px;
}

/*product view*/
.pro-list-view{
    border: 0;
    overflow: hidden;
    padding-left: 1px;
    padding-bottom: 1px;
}
.pro-list-view.frame-list-view{
    border: 0;
}
.pro-list-view.frame-list-view .product-item-wrap.frame-listing-page-check .product-item .product-details{
    height: 289px;
}
.pro-list-view.frame-list-view .product-item-wrap.frame-listing-page-check .product-item .degree-frame{
    min-height: 200px;
}
.product-item {
    width: calc(100%/4);
    height: 372px;
    background-color: #ffffff;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 34px;
    border: 1px solid #e3e3e3;
    margin: 0 -1px -1px 0;
}
.showing-item-num{
    text-align:right;
    padding-bottom: 28px;
    color:#000000;
}
.showing-item-num span{
    font-weight: 300;
    letter-spacing: .20px;
}
.product-picture {
    width:100%;
    height:200px;
    position: relative;
}
.product-details {
    width:100%;
    height: 217px;
    position: absolute;
    background-color:rgba(255, 255, 255, .9) ;
    left: 0;
    top: 0;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    /*transform: translateY(-255px);*/
    opacity: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}
.product-item:hover .product-details {
    opacity: .85;
    transform: translateY(0);
}
.product-details h4 {
    color: #04658b;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 20px;
}
.product-details p{
    color: #1a80a8;
    font-size: 15px;
    font-weight:400;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0;
    line-height: 20px;
}
.product-detail-link{
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    background:none;
}
.product-picture img {
    max-width:100%;
    height:200px;
}
.product-picture iframe {
    width: 100%;
    height: 100%;
}
.product-name{
    text-decoration: none;
    font-size: 19px;
    color: #000;
    font-weight: 500;
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: auto;
}

.price{
    color:#177ca4;
    font-size:17px;
    font-weight:500;
    margin-top:5px;
}
.star-icon:after {
    display: inline-block;
    content: " ";
    background: url(../images/star-icon.png) no-repeat right 0;
    width:22px;
    height:22px;
    position: relative;
}
.star-icon-active:after {
    display: inline-block;
    content: " ";
    background: url(../images/star-icon-active.png) no-repeat right 0;
    width:22px;
    height:22px;
    position: relative;
}
.message-icon:after {
    display: inline-block;
    content: " ";
    background: url(../images/message-icon.png) no-repeat right 0;
    width:21px;
    height:17px;
    position: relative;
}
.icon-wrap{
    padding: 16px 0 0 0;
    position: absolute;
    z-index: 999;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.icon-wrap a{
    margin-right:10px;
}
.border-btn.viewbtn{
    min-width: 208px;
    background-color:#ffffff;
}
.view-more-wrap{
    text-align: center;
    margin-top:64px;
    min-height: 62px;
}
a.viewmore{
    font-weight:500;
    text-decoration:none;
    color:#03648b;
    font-size:18px;
}
a.viewmore:after {
    content: '';
    width: 15px;
    height: 18px;
    background: url(../images/view-more-arrow.png) no-repeat;
    position: absolute;
    margin: 29px 0 0 -57px;
    font-weight:500;
}
/*product view end*/

/*contact details start*/
.title-text{
    color: #000!important;
    border-bottom: 1px solid #d9dbe0;
    font-size:40px;
    margin-bottom: 65px;
}

#changeName {
    color: #000!important;
}

.breadcum-wrap{
    align-items: center;
    justify-content: center;
    display: flex;
    padding-bottom:25px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
    content: ">";
}
.contact-details .account-tap ul{
    display: flex;
    justify-content: center;
}
.contact-details .account-tap ul li {
    text-align: center;
    border: 2px solid #076990;
    box-sizing: border-box;
    margin-right: -2px;
    margin-bottom: 30px;
}
.contact-details .account-tap ul li{
    text-align: center
}
.contact-details .account-tap ul li a {
    font-weight: 500;
    color: #076990;
    padding: 8px 30px;
    font-size: 17px;
    position: relative;
}
.contact-details .account-tap li a.nav-link.active:before{
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #076990;
    background-color: transparent;
    content: '';
    transform: translateX(-50%);
}
.contact-details .account-tap ul li a:hover {
    color: #076990;
}
.contact-details .account-tap ul li a.active {
    color: #fff;
    background: #076990;
    border-radius: 0px
}

.contact-details-form {
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
}
.contact-details-form .input-set{
    background: #fff;
    padding: 50px 45px;
    border: 2px solid #dcdcdc;
}
.contact-details-form .form-group label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.contact-details-form .input-set .set-title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 21px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.disable-no-border .form-group input{
    border: 0;
    padding: 0;
    background: none;
    height: auto;
    line-height: 26px;
}

a.rstpss {
    margin-bottom: 35px;
    display: inline-block;
    font-weight: 500;
    border-bottom: 1px solid #076990;
    padding-bottom: 0px;
    color: #076990;
    font-size: 16px;
}
a.rstpss:hover {
    text-decoration: none;
    color: #000;
}
.pronunciation .mt-10{
    margin-top: 8px;
}
.contact-details-form button {
    margin-top: 20px;
}
.btn-middle{
    min-width: 186px!important;
}
/*contact details end*/

/*contact details 2 start*/
.reset-pass {
    margin: 30px 0 46px;
}
/*contact details 2 end*/

.selectbox {
    width: 213px;
    float: right;
    display: inline-block;
    margin-top: -4px;
    text-align:left;
    margin-left:10px;
}

.selectbox .chosen-container .chosen-single, .chosen-container .chosen-choices {
    background-color: #ffffff;
    color: #0d77a1;
    display: block;
    padding: 7px 10px;
    border: 2px solid #d9dbe0;
    text-decoration: none;
    line-height: 17px;
    min-height: 35px;
    width: 100%;
}

/*contact details 2 start*/
.reset-pass {
    margin: 30px 0 46px;
}

/*contact details 2 end*/

/*My favourites start*/

.my-favourites {
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
}

.my-favourites .fav-table {
    background: #fff;
    padding: 20px 35px;
    border: 2px solid #dcdcdc;
}

.my-favourites .fav-table table tr th {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
}
.my-favourites .fav-table table tr:last-child {
    border-bottom: 0 solid #000;
}

.my-favourites .fav-table table tr th:nth-child(2) {
    width: 10%;
}
.my-favourites .fav-table table tr th:nth-child(4) {
    width: 20%;
}

.my-favourites .fav-table table tr th:nth-child(5) {
    width: 15%;
}

.my-favourites .fav-table table tr td {
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 25px 10px;
}

.my-favourites .fav-table table tr td .product-thumb{
    position: relative;
}
.my-favourites .fav-table table tr td .product-thumb img {
    width: 60px;
    height: auto;
}
.my-favourites .fav-table table tr td .product-thumb img.frame-crest.single {
    width: 15px;
    bottom: 8%;
}
.my-favourites .share_favourite_list_email .input.email{
    width: 100%;
}
.my-favourites .share_favourite_list_email .submitbtn {
    padding: 12px 30px;
}
.my-favourites .fav-table table tr td span+span {
    display: block;
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 300;
}

i.close-icon {
    background-image: url(../images/icons/close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    padding: 5px;
    display: block;
    margin: 0;
    float: right;
}

button.increase-qty {
    color: #afafaf;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: scale(1.5);
    outline: 0
}

button.increase-qty:hover {
    text-decoration: none;
}
.share-fav {
    padding: 50px 0 30px;

}
.share-fav h5 {
    text-align: right;
    margin: 10px 0 0 0;
}
.share-fav input {
    float: left;
    max-width: 320px;
}
.fav-table button.closebtn{
    min-width: 186px;
}
.product-thumb img{
    width:45px;
    height:45px;
}
/*My favourites 2 end*/

/*my order css start*/
.invoice-icon:after {
    display: inline-block;
    content: " ";
    background: url(../images/icons/invoice-icon.png) no-repeat right 0;
    width: 27px;
    height: 34px;
    position: relative;
}
.orderdetails tr th {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    vertical-align:middle;
}
.orderdetails tr th td {
    text-align:center;
}
.orderdetails span{
    color:#5f5f5f;
    font-size:16px;
    white-space: nowrap;
}
/*my order css end*/



/* Frequently Asked Questions start*/
.mb-0 > a {
    display: block;
    position: relative;
}
.mb-0 > a[aria-expanded="true"]:after {
    content: "-";
    font-size: 33px;
    right: 13px;
    font-weight: bold;
    color: #0d76aa;
    top: -6px;
}
.mb-0 > a[aria-expanded="false"]:after {
    content: "+";
    font-size: 25px;
    right: 10px;
    font-weight: bold;
    color: #0d76aa;
}
.freq-ask-qus {
    padding: 55px;
    border-top: 1px solid #e3e3e3;
    margin-top: 100px;
    min-height: auto;
}
.freq-ask-qus h2.title {
    color: #0d76a1;
    text-align: center;
    margin-bottom: 30px;
}
.freq-ask-qus #accordion .card {
    border: 0;
    margin-bottom: 5px;

}
.freq-ask-qus #accordion .card .card-header{
    border: 0;
    color: #000;
    padding: 0
}
.freq-ask-qus #accordion .card .card-body{
    background: #f7f7f7;
}
.freq-ask-qus #accordion .card .card-header h5 a {
    padding: 10px 15px;
    background: #f7f7f7;
    color: #000;
    font-size: 17px;
}
.freq-ask-qus #accordion .card .card-header h5 a:hover {
    text-decoration: none;
}
/* Frequently Asked Questions end*/

/* Plaques_details page start*/

h1.title-text span{color: #0d77a1}

.plaques-details-page{
    position: relative;
}
.plaques-details-page #LoadingAjax{
    position: absolute;
    z-index: 33;
    left: 23%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.plaque-product-slider {
    padding: 50px 62px 62px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    position: relative;
    height: 781px;
    background: #fff;
    text-align: center;
}
.plaques-details-page p{
    font-size: 14px;
    margin: 0;
}
.w100{
    width: 100% !important;
}
.plaques-details-page .product-descriptions ul{
    padding: 0;
    margin-left: 11px;
}
.plaques-details-page .product-descriptions ul li{
    list-style: none;
    position: relative;
}
.plaques-details-page .product-descriptions ul li:before{
    content: "-";
    position: absolute;
    left: -10px;
    top: 1px;
}
.product-options .form-group label,
.product-options .input-group span label {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*padding-right: 12px;*/
    display: inline-block;
}
.product-options #avatar_checkbox.form-group label{white-space: normal;}

.product-options{
    padding: 15px 15px;
    background: #f7f7f7;
    margin-bottom: 15px;
    padding-top: 29px;
}
.product-options .inc-dec{
    margin-top: 25px;
}
.inc-dec{
    position: relative;
}
.inc-dec-btn button {
    width: auto;
}
.inc-dec-btn {
    position: absolute;
    right: 8px;
    bottom: 1px;
    font-size: 17px;
    display: block;
    overflow: hidden;
}
.inc-dec-btn span {
    font-size: 18px;
    font-weight: 500;
}
.plaques-details-page .product-options .file-upload-block{
    max-width: 100%;
}
.plaques-details-page .product-options .file-upload-block  .file-upload {
    border: 2px dashed #2785aa;
}
.plaques-details-page .product-options .file-upload-block  .file-upload span{
    color: #2785aa;
}
.plaques-details-page .product-options .file-upload-block  .file-upload span i:before{
    background-image: url(../images/browse-icon-blue.png);
}
.customNextBtn{
    background: url(../images/nxt.png) no-repeat center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 40%;
}
.customPrevBtn{
    background: url(../images/prev.png) no-repeat center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 40%;
}
#plaque-product-slider .owl-nav.disabled+.owl-dots {
    margin-top: 11px;
}
.plaque-product-slider .option-icons {
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 10;
    text-align: center;
    transform: translateX(-50%);
}
#plaque-product-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #07698f;
}
#plaque-product-slider .owl-dots .owl-dot span{
    width: 13px;
    height: 13px;
    margin: 0 5px;
}
/* Plaques_details page end*/

/* Plaques_details_option page end*/
.notify-meesage {
    margin: 15px 0;
}
.notify-meesage h6.title {
    font-size: 16px;
    font-weight: 300;
}
.notify-meesage span{
    font-size: 13px;
    color: #777;
}
.notify-meesage h6.title:after {
    content: "";
    position: absolute;
    background: url(../images/info.png) no-repeat center;
    width: 25px;
    height: 25px;
    right: 20px;
}
/* Plaques_details page end*/

/* Plaques_details page option search results start*/
.inner-form-section{
    background: #fff;
    padding: 25px;
    border: 2px solid #d9dbe0;
}
.inner-form-section h6.warning-title {
    margin-bottom: 25px;
}
.form-submit-button{
    float: right
}
.option-icons a{
    margin-right:8px;
}
/*Plaques_details page option search results end*/


/*frame-list-view*/
.frame-list-view .product-item {
    width: calc(100% / 3);
    min-height:400px;
    padding:34px 22px 0 22px;
}
.frame-list-view .degree-frame-area .frame-person {
    top: 18%;
    left: 57%;
    width: 25%;
    max-width: 25%;
    height: auto;
}
.frame-list-view .degree-frame-area .frame-certificate.portrait {
    top: 9%;
    left: 9%;
    width: 50%;
    max-width: 51%;
}
.frame-list-view .degree-frame-area .child-frame.single {
    top: 14%;
    left: 50%;
    width: 63%;
    max-width: 56.8%;
}
.frame-list-view .degree-frame-area .frame-certificate.single {
    top: 7%;
    left: 6%;
    width: 88%;
    max-width: 88%;
}
.frame-list-view .degree-frame-area .frame-certificate.double {
    top: 9%;
    width: 36%;
    max-width: 36%;
}
.product-details {
    width: calc(100% - 1px);
    height: 247px;
    top: 0;
    position: absolute;
}


.item-list-title{
    font-size:17px;
    padding-bottom:8px;
    color:#03648b;
}
.filter-list-item .form-group{
    margin-bottom:4px;
}
.filter-list-item ul{
    margin:0;
    padding:0;
}
.filter-list-item li{
    list-style-type:none;
}
.filter-list-item img{
    max-width: 20px;
    height: auto;
    margin-right: 4px;
}
.filter-list-item span{
    font-size:15px;
    font-weight:normal;
    color:#222222;
}
.filter-options-wrap{
    padding-top: 53px;
}
.filter-options-wrap .filter-list-item{
    padding-bottom:25px;
}
.down-arrow:after {
    display: inline-block;
    content: " ";
    background: url(../images/icons/arrow-down.png) no-repeat left 0;
    width:12px;
    height:7px;
    position: relative;
}
.frame-list-view .product-name{
    font-size: 15px;
    color: #000;
    font-weight:400;
    text-align:left;
    padding: 5px 20px 0 0;
}
.frame-list-view .price{
    text-align:left;
}
.save-btn{
    position: absolute;
    top: 11px;
    z-index:1;
    text-align: right;
    right: 0;
}
.product-item-wrap {
    overflow: auto;
    border: 0;
    padding: 0 0 1px 0;
}
/*frame-list-view*/

/* Prebook portrait session start */
.radio-container {
    background: #fff;
    border: 2px solid #d9dbe0;
    padding: 10px 20px;
    position: relative;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.radio-container-box label {
    margin: 0 !important;
}
.radio-container .custom-radio {
    position: relative;
    margin: 0;
}

.radio-container .custom-radio label{
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #222 !important;
    transform: scale(1.08);
}
.box-container {
    background: #fff;
    padding: 20px;
    border: 2px solid #d9dbe0;
    border-top: 0;
}
/* Prebook portrait session end */
/* Prebook portrait email success start */
.success-msg {
    position: absolute;
    width: 100%;
    background: #39b54a;
    bottom: -33px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0 0px 5px 5px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 5px #028454;
}
/* Prebook portrait email success end */


/*email popup box start*/

.email-model.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:200000;
    display: none;
    overflow: hidden;
    outline: 0;
    background:rgba(28, 54, 64, 0.9);
}
.email-model .email-popup-model{
    max-width:889px;
    padding-top: 4%;
    border-radius:0px;
    min-height:617px;
}
.email-header{
    color:#046286;
    font-weight:500;
    font-size:22px;
}
.email-popup-model .email-popup {
    border-radius:0rem;
    padding:20px;
    background-color:#ffffff;
}
.email-popup-model .modal-content{
    padding:20px;
    border-radius:0rem;
}
.email-popup-model .modal-body{
    border:2px solid #e3e3e3;
    margin-top:15px;
}
.email-popup-model p{
    color:#9a9a9a;
}
.email-popup-model h5{
    font-size:21px;
    color:#000000;
    border-bottom:1px solid #e3e3e3;
    padding:15px 0 15px 0;
    margin-bottom:20px;
    font-weight: 400;
    text-align: center;
}
.email-popup-model h5 span{
    font-weight: 600;
}
.email-popup-model .meassage-option-box{
    border:2px solid #e3e3e3;
    padding:15px;
}
.meassage-option-box textarea{
    border:0px solid #e3e3e3;
    height:54px;
}
.email-popup-model label {
    color: #000;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 1.2;
}
.email-popup-model .submitbtn{
    margin-top:35px;
}
.modal-backdrop {
    background-color:#364b54!important;
}
.twilight-wrap{
    max-width:100%;
    padding-top:15px;
    border-top:1px solid #e3e3e3;
}
.twilight-wrap img{
    width:50px;
    height:50px;
    float:left;
    margin-right:10px;
}
.email-popup-model .close{
    color: #838383;
    font-weight: normal;
    font-size:30px;
    opacity: 1;
    outline: none;
}
.twilight-wrap .twi-from-text{
    color:#03648b;
}
.twilight-wrap p{
    color:#000000;
    padding:0;
    margin:0;
}
/*email popup box end*/

/*email success popup css*/
.email-success .modal-body {
    padding:90px 30px!important;
    border: 2px solid #e3e3e3;
    margin-top: 15px;
    text-align: center;
}
.email-success p{
    font-size: 21px;
    color: #03648b;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 15px;
}
.button-wrap .normalbtn{
    font-size: 18px;
}
/*email success Popup css end*/

/*Plaque video slider start*/
.plaque-video-slider{
    background: #fff;
    padding: 65px 65px 50px 65px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #e3e3e3;
}
.plaque-video-slider .vid-play-button {
    background: #ffffffd6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    padding: 36px;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.plaque-video-slider .vid-play-button::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 22px solid #03658b;
    border-bottom: 12px solid transparent;
    left: 29px;
    top: 26px;
}
.option-icons {
    text-align: center;
}
.plaque-video-slider .option-icons {
    text-align: center;
    margin-top: 20px;
}
.plaque-video-slider .vid-bullet ul{
    text-align: center;
    margin: 10px 0 0;
    padding: 0
}
.plaque-video-slider .vid-bullet ul li{
    display: inline-block;
    margin: 0 4px;
}
.plaque-video-slider .vid-bullet ul li button {
    display: block;
    padding: 6px;
    border-radius: 50%;
    border: 0;
    background: #9e9e9e;
    text-align: center;
    cursor: pointer;
}
.plaque-video-slider .vid-bullet ul li button.active {
    background: #03658b;
}
.form-group.inc-dec input {
    height: 46px;
}
/*Plaque video slider end*/

/*search start*/
.search-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-search h2{
    font-size:21px;
    padding-bottom:25px;
}
.view-search{
    max-width:600px;
    margin:0 auto;
    text-align:center;
    padding:250px  0;
}
.view-search form {
    width: 397px;
    margin: 0 auto;
}
/*search end*/

/* view-order-portrait-images-details-view-with-frame start*/
.heading-title {
    text-align: center;
    margin-bottom: 60px;
}
.heading-title .offer-title {
    font-size: 20px;
}
.heading-title .offer-title span.active{
    color: #03658b;
    font-weight: 600;
}
div#so-accordion .card {
    border: 0;
    margin-bottom: 5px;
}
div#so-accordion .card .card-header {
    border: 0 !important;
}
div#so-accordion .card .card-body {
    border: 2px solid #e3e3e3;
    padding: 0 10px;
}
div#so-accordion .card .card-body table{
    margin: 0;
}
div#so-accordion .card .card-body table tr {
    border-bottom: 1px solid #e3e3e3;
}
div#so-accordion .card .card-body table tr:last-child {
    border-bottom: 0;
}
div#so-accordion .card .card-body table td {
    border: 0;
    color: #000;
    font-size: 16px;
    vertical-align: middle;
}
div#so-accordion .card .card-body table td:nth-child(3){
    text-align: center;
    line-height: 22px;
}
div#so-accordion .card .card-body table td:last-child .form-group{
    text-align: right;
    margin: 0;
    margin-top: 6px;
}
div#so-accordion .card .card-header h5 a{
    color: #000;
    font-size: 16px;
}
div#so-accordion .card .card-header h5 a:hover{
    text-decoration: none;
}
div#so-accordion .card .card-header h5.mb-0 > a[aria-expanded="true"]:after {
    background: url(../images/icons/arrow-up.png) no-repeat center;
    position: absolute;
    content: "";
    font-size: 33px;
    left: -28px;
    font-weight: bold;
    color: #0d76aa;
    top: -5px;
    width: 30px;
    height: 30px;
}
div#so-accordion .card .card-header h5.mb-0 > a[aria-expanded="false"]:after {
    background: url(../images/icons/arrow-down.png) no-repeat center;
    position: absolute;
    content: "";
    font-size: 33px;
    left: -28px;
    font-weight: bold;
    color: #0d76aa;
    top: -5px;
    width: 30px;
    height: 30px;
}
/* view-order-portrait-images-details-view-with-frame end*/

/* product image with frame slider start */
.plaque-frame-slider {
    background: #fff;
    padding: 65px 65px 50px 65px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}
.plaque-frame-slider .item img{
    width: 100%;
}
.thumnail-slide {
    overflow: hidden;
    padding: 30px 20px 0 20px;
    width: 2000px;
    margin-left: -70px;
}
.thumnail-slide .item-list{
    overflow: hidden;
    padding: 4px;
    float: left;
    margin: 0 10px;
}
.thumnail-slide .item-list.active{
    border: 1px solid #06678e;
}
.range {
    text-align: center;
}
.range p{
    font-size: 16px;
    color: #5d5d5d;
}
.slider-range {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider-range:hover {
    opacity: 1;
}

.slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 100px;
    height: 3px;
    background: #0d76a1;
    cursor: pointer;
}

.slider-range::-moz-range-thumb {
    width: 100px;
    height: 3px;
    background: #0d76a1;
    cursor: pointer;
}
.error-msg {
    color: #fe0000;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 14px;
}
.sucess2-msg {
    color: green;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 14px;
}
/* product image with frame slider end */

/* reedgraduations-frame-details-page-concept start */
div#reedgraduations-frame-details-slider {
    margin-bottom: 30px;
}
.reedgraduations-frame-details-slider {
    padding: 65px 65px 50px 65px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    position: relative;
}
.reedgraduations-frame-details-slider .item {
    position: relative;
}
.reedgraduations-frame-details-slider .item .frame img{
    width: 100%
}
.frame {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.reedgraduations-frame-details-slider .item .back-color {
    width: 100%;
    height: 430px;
}
.back-color.blue{
    background: #112f6d;
}
.back-color.green{
    background: #2e4622;
}
.back-color.dark{
    background: #1f1f1f;
}
.back-color.white{
    background: #f5f5f5;
}
.reedgraduations-frame-details-slider .item .logo {
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    width: 80px;
}
.reedgraduations-frame-details-slider .item .logo img{
    width: 100%;
}
.reedgraduations-frame-details-slider .item .product-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-56%)
}
.reedgraduations-frame-details-slider .item .product-img img{
    width: 230px;
    height: 290px;
}
.reedgraduations-frame-details-slider .vid-bullet ul{
    text-align: center;
    margin: 10px 0 0;
    padding: 0
}
.reedgraduations-frame-details-slider .vid-bullet ul li{
    display: inline-block;
    margin: 0 4px;
}
.reedgraduations-frame-details-slider .vid-bullet ul li button {
    display: block;
    padding: 6px;
    border-radius: 50%;
    border: 0;
    background: #9e9e9e;
    text-align: center;
    cursor: pointer;
}
.reedgraduations-frame-details-slider .vid-bullet ul li button.active {
    background: #03658b;
}
.reedgraduations-frame-details-slider .option-icons{
    position: absolute;
    bottom: 19px;
}
/* reedgraduations-frame-details-page-concept end */

/*frame-details-page-start*/
.frame-select-wrap{
    padding: 80px 0 0 0;
}
.frame-select-wrap h2{
    font-size:20px;
    text-align:center;
    padding: 0 0 60px 0;
}
.frame-select-wrap h3{
    font-size:16px;
    font-weight: 400;
}
.frame-border-box{
    border:2px solid #e3e3e3;
    padding: 11px;
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.frame-item{
    width:66px;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
    padding: 8px;
    margin-right: 20px;
    cursor:pointer;
}
.frame-item.active{
    width:66px;
    display: inline-block;
    border: 2px solid #d0d0d0;
    text-align: center;
    margin-right: 7px;
    padding: 8px;
}

.frame-mat-item.active{
    width:75px;
    display: inline-block;
    border: 2px solid #d0d0d0;
    text-align: center;
    margin-right: 7px;
    padding: 8px;
}
.frame-item img{
    vertical-align: middle;
}
/*frame-details-page-end*/

.plaques-details-page .normalbtn-lg {
    line-height: 10px;
    padding: 113x 0;
}
/*image search start*/
.full-container h4{
    text-align:center;
    font-size:18px;
    padding:30px;
    color:#0d77a1;
}
.search-image-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-search-image h2{
    font-size:21px;
    padding-bottom: 16px;
}
.search-image-wrap h3{
    font-size:18px;
    color:#0d77a1;
    text-align:center;
    padding:35px 0 0 0;
}
.view-search-image{
    text-align: center;
    padding: 0;
    width: 100%;
}
.view-search-image form {
    width: 397px;
    margin: 0 auto;
}
.no-padd{
    padding: 0;
}
/*product view*/

/*photo gallery start*/
.full-container{
    padding:0px 0 100px 0;
    position:relative;
    min-height: 532px;
}
.full-container:before {
    display: inline-block;
    content: " ";
    background: url(../images/body-content-shape.png) no-repeat;
    width: 415px;
    height: 753px;
    position: absolute;
    left: 0;
    bottom: 0px;
}


.container.order-stage-photos-lists{
    max-width: 100%;
}
.photo-gallery-container{
    text-align:center;
}
.photo-gallery-container .row{
    margin-right: -10px;
    margin-left: -10px;
}
.photo-gallery-container .col-md-3{
    padding-right: 10px;
    padding-left: 10px;
}

.photo-thumble-box {
    display:inline-block;
    position: relative;
    border: 2px solid #eee;
    margin-bottom: 20px;
    display: block;
    height: 280px;
    padding: 0 15px;
}
.photo-thumble-box.landscape{
    padding: 15px 0;
}
.blank-space{height:30px;}
.photo-details {
    width:100%;
    height: 100%;
    position: absolute;
    background-color:rgba(13, 119, 161, .8) ;
    left: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}
.photo-thumble-box:hover .photo-details {
    opacity: 1;
    transform: translateY(0);
}
.photo-thumble-box h5{
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.3);
    font-size: 15px;
}
.photo-thumble-box.landscape h5{
    width: 100%;
    top: 15px;
}
.gallery-pic-image {
    height: 100%;
    overflow: hidden;
}
.gallery-pic-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-icon-white:after {
    display: inline-block;
    content: " ";
    background: url(../images/message-icon-white.png) no-repeat right 0;
    width: 21px;
    height: 17px;
    position: relative;
}
.star-icon-white:after {
    display: inline-block;
    content: " ";
    background: url(../images/star-icon-white.png) no-repeat right 0;
    width: 22px;
    height: 22px;
    position: relative;
}

.share-photo-wrap h2{
    font-size:21px;
    padding-bottom:25px;
}
.share-photo-wrap h3{
    font-size:18px;
    color:#0d77a1;
    text-align:center;
    padding:35px 0 0 0;
}
.share-photo-wrap{
    text-align: center;
    padding: 80px 0 0 0;
    width: 100%;
}
.share-photo-wrap form {
    width: 397px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
}
.next-pre-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}
/*photo gallery end*/

/*individual start*/
.page-header{
    position: relative;
}
.page-header img{
    width:100%;
}
.page-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(2,25,34,0.75);
}
.page-header-content {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 15px;
}

.page-header-content h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
    font-weight: 500;
}
.page-header-content p{
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: center;
    margin:0 0 4px 0;
}

.what-student-say {
    background-color: #1d84ac;
    padding: 125px 0;
    position: relative;
}
.individual-section{
    padding:90px 0px 139px 0;
    background: url(../images/minify/individual-bg-shape.png) no-repeat bottom;
    background-size: 100% auto;
}
.testimonial-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}
.individual-section h2{
    text-align:center;
    font-size:29px;
    font-weight:500;
    padding:0 0 74px 0;
}
.individual-section a{
    position: relative;
}
.individual-section a:hover{
    text-decoration: none;
}
.individual-section h3{
    font-size:53px;
    color:#ffffff;
    font-weight:500;
}
.individual-section .right-arrow:after{
    margin-left:0px;
}
.what-student-say li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    max-width: 480px;
}
.student-testimonial {
    position: relative;
    margin-left: 25px;
}
.testimonial-content {
    max-width: 490px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    padding-top: 5px;
}
.student-testimonial .owl-carousel .owl-stage-outer{
    width:90%;
}
.testimonial-content h4 {
    margin: 0;
    padding: 28px 0 10px 0;
    color: #ffffff;
    text-align: left;
    font-size: 24px;
    line-height: 20px;
    font-weight: normal;
}
.testimonial-content h5 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.graduating-wrap{
    max-width:1300px;
}
.left-graduating-now{
    position:relative;
    background-color:#1c82ab;
    min-height:215px;
    text-align:center;
    padding: 56px 15px 56px 15px;
    margin:0 5px 0 0;
    border:2px solid #ffffff;
    -webkit-border-top-right-radius: 45px;
    -webkit-border-bottom-left-radius: 45px;
    -moz-border-radius-topright: 45px;
    -moz-border-radius-bottomleft: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03648a+0,2a94be+99 */
    background: #03648a; /* Old browsers */
    background: -moz-linear-gradient(left,  #03648a 0%, #2a94be 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #03648a 0%,#2a94be 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #03648a 0%,#2a94be 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03648a', endColorstr='#2a94be',GradientType=1 ); /* IE6-9 */
}
.individual-section a:hover .left-graduating-now{
    background: #2a94be; /* Old browsers */
    background: -moz-linear-gradient(left,  #2a94be 0%, #03648a 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2a94be 0%,#03648a 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2a94be 0%,#03648a 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a94be', endColorstr='#03648a',GradientType=1 ); /* IE6-9 */
}
.left-graduating-now:before {
    display: inline-block;
    content: " ";
    background: url(../images/minify/circle-shape.png) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    z-index: -2;
    left: -13px;
    top: -11px;
}

.left-graduating-now:after {
    display: inline-block;
    content: " ";
    background: url(../images/minify/circle-shape.png) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    z-index: -2;
    right: -10px;
    bottom: -11px;
}

.right-already-graduated{
    position:relative;
    max-width:100%;
    min-height:215px;
    text-align:center;
    padding: 56px 15px 56px 15px;
    margin:0 0 0 5px;
    border:2px solid #ffffff;
    -webkit-border-top-right-radius: 45px;
    -webkit-border-bottom-left-radius: 45px;
    -moz-border-radius-topright: 45px;
    -moz-border-radius-bottomleft: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03648a+0,2a94be+99 */
    background: #03648a; /* Old browsers */
    background: -moz-linear-gradient(left,  #03648a 0%, #2a94be 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #03648a 0%,#2a94be 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #03648a 0%,#2a94be 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03648a', endColorstr='#2a94be',GradientType=1 ); /* IE6-9 */
}
.right-already-graduated:hover{
    background: #2a94be; /* Old browsers */
    background: -moz-linear-gradient(left,  #2a94be 0%, #03648a 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2a94be 0%,#03648a 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2a94be 0%,#03648a 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a94be', endColorstr='#03648a',GradientType=1 ); /* IE6-9 */
}

.right-already-graduated:before {
    display: inline-block;
    content: " ";
    background: url(../images/minify/circle-shape-top.png) no-repeat;
    width: 26px;
    height:26px;
    position: absolute;
    z-index: -2;
    left: -18px;
    top: -15px;
}

.right-already-graduated:after {
    display: inline-block;
    content: " ";
    background: url(../images/minify/circle-shape-bottom.png) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    z-index: -2;
    right: -12px;
    bottom: -12px;
}
.testimonial-content p:before,
.testimonial-content p:after{
    display: inline-block;
    content: " ";
    background: url(../images/minify/top-quotation.png) no-repeat;
    width:24px;
    height:17px;
    margin: -3px 10px 10px -34px;
    position: absolute;
}
.testimonial-content p:after {
    margin: 5px 10px 10px 11px;
    transform: rotate(180deg);
}

.right-arrow-ind:after {
    content: '';
    width: 41px;
    height: 19px;
    background: url(../images/minify/right-arrow.png) no-repeat;
    position: absolute;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.what-student-say:before {
    display: inline-block;
    content: " ";
    background: url(../images/minify/testimonial-left-shape.png) no-repeat left 0px;
    width: 553px;
    height:397px;
    position: absolute;
    bottom: 0;
}
.what-student-say:after {
    display: inline-block;
    content: " ";
    background: url(../images/minify/testimonial-right-shape.png) no-repeat right 0px;
    width: 553px;
    height:397px;
    position: absolute;
    right: 0px;
    bottom: 0;
}
.what-student-say h2 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: left;
    font-size: 40px;
    line-height: 55px;
    font-weight: normal;
}
.client-testimonial{
    float:left;
    position: relative;
}
.client-testimonial .testimonial-content {
    max-width: 590px;
    display: inline-block;
    vertical-align: top;
}
.slider-bullet-control {
    margin-left: 32%;
    margin-top:38px;
}
.student-testimonial .slider-bullet-control {
    margin-left: 39px;
}
.slider-bullet-control .bx-pager-item{
    display:inline-block;
}
.slider-bullet-control .bx-pager-item + .bx-pager-item {
    margin-left:2px;
}
.slider-bullet-control .bx-pager-item a{
    width:8px;
    height:8px;
    display:inline-block;
    background-color:#ffffff;
    border-radius:50%;
    cursor:pointer;
}
.slider-bullet-control .bx-pager-item a.active,
.slider-bullet-control .bx-pager-item a:hover,
.slider-bullet-control .bx-pager-item a:focus{
    background-color:#30bbf2;
}
.what-student-say .bx-prev{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    background-image: url(../images/minify/bx-prev.png);
    left: 0px;
    width:15px;
    height:26px;
    text-indent: -9999px;
    z-index: 9999;
}
.what-student-say .bx-next{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    background-image: url(../images/minify/bx-next.png);
    right: 14px;
    width:15px;
    height:26px;
    text-indent: -9999px;
    z-index: 9999;
}
.what-student-say .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 32px;
}

/*individual end*/

/*our service page css start*/
.container.contentwrap{
    width: 100%;
    max-width: 1410px;
}
.announcement-message{
    max-width: 625px;
}
.announcement-section{
    padding: 90px 0 70px 0;
}
.announcement-title{
    color: #000000;
    font-size: 47px;
    font-weight:500;
    text-align: left;
    outline: none;
    padding: 0 109px 0 0;
    margin: 0;

}
.announcement-message-item{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
    margin-bottom: 26px;
}
.announcement-message-item:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.announcement-message-item h4{
    font-size: 20px;
    font-weight:500;
    text-align: left;
    outline: none;
    padding: 0 0 16px 0;
    margin: 0;
    line-height: 26px;
}

.graduating-ourservice-section{
    background-color: #1d84ac;
    padding: 90px 0;
    position:relative;
}
.margintop{
    margin:10px 0 0 0;
}
.graduating-ourservice-section:before {
    display: inline-block;
    content: " ";
    background: url(../images/minify/testimonial-left-shape.png) no-repeat left 0px;
    width: 553px;
    height:397px;
    position: absolute;
    bottom: 0;
}
.graduating-ourservice-section:after {
    display: inline-block;
    content: " ";
    background: url(../images/minify/testimonial-right-shape.png) no-repeat right 0px;
    width: 553px;
    height:397px;
    position: absolute;
    right: 0px;
    bottom: 0;
}
.graduating-ourservice-section h2 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
}

.convocation-content{
    padding-top: 30px;
    position: relative;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    z-index: 3;
}
.convocation-item {
    width: calc(33.333% - 27px);
    background-color: #ffffff;
    margin: 10px 12px;
    position: relative;
    padding: 15px;
    overflow: hidden;
    -webkit-border-radius: 0 45px;
    border-radius: 0 45px;
}
.convocation-picture {
    height: 243px;
    -webkit-border-radius: 0 45px;
    border-radius: 0 45px;
    position: relative;
    overflow: hidden;
}
.convocation-student-details {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    border: 5px solid #4ec1f0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    opacity: 0;
    -webkit-border-radius: 0 45px;
    border-radius: 0 45px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    background-color: rgba(255,255,255,0.9);
}
.convocation-item:hover .convocation-student-details {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.convocation-student-details h4 {
    color: #04658b;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 20px;
}
.convocation-student-details p{
    color: #1a80a8;
    font-size: 15px;
    font-weight:400;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0;
    line-height: 20px;
}
.convocation-student-detail-link{
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.convocation-picture img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.convocation-picture iframe {
    width: 100%;
    height: 100%;
}
.convocation-caption {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding: 2px 0 3px;
    line-height: 26px;
    position: relative;
    z-index: 1;
}
.convocation-caption a{
    color: #000;
}
.convocation-student-absense {
    width: 253px;
    height: 185px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.convocation-student-absense img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.convocation-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 64px;
    height: 64px;
    background-image: url(../images/convocation-play-btn-sprite.png);
    background-repeat: no-repeat;
    background-position: 20px 10px;
    border: 4px solid #fff;
    border-radius: 50%;
}
.convocation-play-btn:hover {
    border-color: #4ec1f0;
    background-position: 20px -40px;
}
/*our service page css end*/

/*contact us start*/
.sign-up-border-box label{
    font-weight:500;
}
.contact-info-wrap{
    max-width: 816px;
    margin: 0 auto;
}
.contact-info-wrap h2{
    font-size:26px;
    color:#02658e;
    text-align:center;
    padding-bottom: 50px;
}
.contact-us-form-wrap {
    padding: 25px;
    background: #f7f7f7;
}
.contact-info{
    padding: 0px 45px 60px 45px;
    position: relative;
    padding-left: 19px;
}
.contact-info .row {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.contact-info .row .col-sm-4 {
    flex: 0 0 auto;
    max-width: 33.333%;
    width: auto;
}
.contact-info .info svg{
    height: 20px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-info h3{
    font-size:20px;
}
.contact-info-wrap h5{
    font-size:30px;
    text-align:center;
    padding:20px 0 10px 0 ;
    color:#02658e;
}
.contact-info p{
    font-size: 15px;
    font-weight:500;
}
.contact-info .info{
    border-right:0 solid #dcdcdc;
    min-height:90px;
    padding-left: 18px;
}
.info a{
    text-decoration:none;
    color:#000;
}
.info.bordernone{ border-right:0px solid #dcdcdc;}

.contact-us-form-wrap .normalbtn-lg {
    margin-top: 25px;
    padding: 11px 30px;
}
.robot-box{
    border:1px solid #dcdcdc;
    padding: 12px;
    margin-top:8px;
}
.robot-box .custom-checkbox label{
    font-size: 15px;
    font-weight: 500;
}
/*contact us end*/

/*account pop-up start*/
.account-pop-table h4{
    font-size:15px;
    font-weight:500;
}
.photo-thumb img{
    width:80px;
    height:auto;
}
.account-pop-table .table th{
    font-weight:500;
    font-size:18px;
    padding:5px!important;
}
.account-pop-table .table th,
.account-pop-table .table td {
    padding: 10px 15px !important;
    vertical-align: middle!important;
}
.not-available{
    text-align: center;
    color: #fe0000;
    font-size: 16px;
    font-weight: 500;
}
.download-btn-wrap{
    text-align:center;
    margin: 30px 0 10px 0;
}
.download-btn-wrap .normalbtn{
    width:235px;
}
.account-pop-table .download-btn-wrap .normalbtn a{
    color: #fff;
    text-decoration: none;
}
/*account pop-up end*/

/*order-portrait pop up start*/
.success-full-message{
    text-align:center;
    padding:0 0 38px 0;
}
.success-full-message span{
    font-size:18px;
    color:#00a700;
    display:block;
    font-weight:500;
}
.success-full-message span+span{
    font-size:15px;
    color:#000000;
    display:block;
}

.validation-error{
    text-align: center;
    color: #ff0000;
    font-size: 18px;
}
.view-order-portrait img{
    width:100%;
}
.order-stage-photos-table{
    border: 2px solid #e3e3e3;
    padding: 13px 25px 0 25px;
}
.image-order-photo-section h2{
    font-size:20px;
    padding-bottom: 10px;
}
.order-stage-photos-table .table td {
    padding: 6px!important;
    vertical-align: middle!important;
}
.order-stage-photos-table .table td{
    border-top: 0px solid #dee2e6;
}
.order-stage-photos-table .table tr{
    border-top: 1px solid #dee2e6;
}
.order-stage-photos-table .table tr:first-child{
    border-top:0px solid #d0d0d0;
}
.order-stage-photos-table .table tr:last-child {
    border-bottom: 0px solid #dee2e6;
    font-weight:500;
}
.continue-btn-wrap{
    text-align:center;
}
.continue-btn-wrap .border-btn {
    width: 235px;
    margin-right:15px;
    font-weight:500;
}
.continue-btn-wrap .border-btn {
    width: 235px;
    margin-right:15px;
}
.continue-btn-wrap .normalbtn{
    width: 235px;
}
.cart-summery-section{
    text-align:center;
    padding:25px 0px;
}
.cart-summery-section h3{
    font-size:18px;
    color:#00658f;
}
.cart-summery-section h4{
    margin:0;
    padding:0;
    font-size:18px;
}
.modal-dialog .modal-content .modal-body {
    padding: 38px 44px;
    margin: 0 20px;
    background: #ffffff;
}
.view-order-portrait{
    padding-right:14px;
}
.modal-body .image-order-photo-section .view-order-portrait img{
    width: 100%;
    height: auto;
}
.modal-body .image-order-photo-section .view-order-portrait {
    padding-right: 14px;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
/*order-portrait pop up end*/

/*check out page start*/
.checkout-wrap{
    padding:25px;
    background: #f7f7f7;
    margin:0 auto;
}
.checkout-border-box{
    padding: 10px 30px 0px 30px !important;
    background: #fff;
    padding:30px;
    border: 2px solid #dcdcdc;
}
.card-summery-border-box{
    background: #fff;
    padding:30px;
    border: 2px solid #dcdcdc;
}
.checkout-wrap .normalbtn-lg{
    padding: 11px 30px;
    font-weight:500;
}
.checkout-wrap .form-group {
    position: relative;
    margin-bottom: 25px;
}
.checkout-wrap.card {
    border: 0 !important;
    /* margin-bottom: 5px; */
    border-bottom: 1px solid #dcdcdc;
}
.checkout-wrap #so-accordion .card.last{
    border: 0;
}
.checkout-wrap #so-accordion .card .card-body table tr {
    border-bottom: 0px solid #e3e3e3;
}
.checkout-wrap #so-accordion .card .card-header {
    border-bottom:0px solid #dcdcdc!important;
    padding: 18px 0 18px 0;
}

.checkout-wrap #so-accordion .card .card-body {
    border: 0px solid #e3e3e3;
    border-bottom: 0px solid #d0d0d0!important;
    padding:0 0 25px 0;
}

.checkout-wrap #so-accordion .card {
    border: 0;
    /* margin-bottom: 5px; */
    border-bottom:1px solid #dcdcdc;
}
.checkout-wrap .card-header{
    background:transparent;
}
.checkout-wrap #so-accordion .card .card-header h5 a {
    color: #7f7f7f;
    font-size: 18px;
}
/*
.checkout-wrap #so-accordion .card .card-header h5 a.active{
    color:#0f6594;
}
*/

.checkout-wrap .accordinwrap .card-header {
    padding-left: 0;
    padding-right: 0;
}
.checkout-wrap label {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 500;
}
.checkout-wrap #so-accordion .card .card-header h5.mb-0 > a[aria-expanded="false"]:after {
    margin-left: auto;
    background: url(../images/icons/arrow-down.png) no-repeat center;
    content: "";
    font-size: 33px;
    font-weight: bold;
    color: #0d76aa;
    top: -5px;
    width: 30px;
    height: 30px;
    right: -8px;
}
.checkout-wrap #so-accordion .card .card-header h5.mb-0 > a[aria-expanded="true"]:after {
    background: url(../images/icons/arrow-up.png) no-repeat center;
    content: "";
    font-size: 33px;
    /* left: 0; */
    font-weight: bold;
    color: #0d76aa;
    top: -5px;
    width: 30px;
    height: 30px;
    margin-left: auto;
    right: -8px;
}
.checkout-wrap h2{
    font-size:18px;
    margin:0;
    padding:0 0 10px 0;
    color:#13628d;
    border-bottom:1px solid #dcdcdc;
    margin-bottom:15px;
}
.cart-summery-table table{
    width:100%;
}
.cart-summery-table tr td{
    font-size:14px;
    padding:5px 0 5px 0;
}
.cart-summery-table tr td.subtotal_cost,
.cart-summery-table tr td.subtotal_cost {
    border-top: 1px solid #d0d0d0;
    padding:10px 0 10px 0;
    font-weight:500;
}
/*check out page end*/

/*my account dropdown start*/
.myaccountdrop{
    cursor:pointer;
}
.myaccountdrop .dropdown-menu a{
    text-transform:none;
    font-size:14px;
    cursor:pointer;
    border-bottom: 1px solid #f1efef;
}
.myaccountdrop .dropdown-toggle:after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}

.myaccountdrop a[aria-expanded="true"]:after, a[aria-expanded="false"]:after {
    position: absolute;
    font-family: "Flaticon";
    font-size: 12px;
    right: 5;
    top: 2px;
}
.myaccountdrop .dropdown-menu{
    padding:0 0;
}
/*my account dropdown end*/

/*check out page start*/
.check-billinfo{
    font-size:16px;
}
.check-billinfo h6{
    font-size:16px;
    font-weight:500;
}
.shipping-cost h6{
    font-size:22px;
    padding:30px 0;
    text-align:center;
    font-weight:400;
}
.shipping-cost span{
    font-weight:500;
}
.life-time-info{
    padding:0;
    margin:0;
}
.invoice-payment-part{
    padding: 15px 0 4px 0;
    border-bottom: 1px solid #e3e3e3;
}
.invoice-payment-part h6{
    font-size:20px;
    font-weight:500;
}
.order-number-part{
    padding: 15px 0 12px 0;
    border-bottom: 1px solid #e3e3e3;
}
.order-number-part table{
    width:68%;
}
.order-number-part td{
    width:25%;
}
.credit-card-part,
.payment-method-list{
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
iframe.securepay-iframe{
    border: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.credit-card .input-group:after{
    display: inline-block;
    content: " ";
    background: url(../images/card-icon.png) no-repeat right 0;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 22px;
    top: 12px;
    z-index: 4;
}
.ques-icon:after{
    display: inline-block;
    content: " ";
    background: url(../images/question-icon.png) no-repeat right 0;
    width: 25px;
    height: 23px;
    position: absolute;
    right: -12px;
}
.ques-icon-wrap{
    vertical-align: middle;
    padding-top:28px;
}
.button-con-cancel-wrap{
    margin-top:10px;
}
.credit-card-part label{
    margin-bottom:15px;
}
.button-con-cancel-wrap .normalbtn-lg{
    margin-right:20px;
    min-width: 382px;
}
/*checkout page end*/


/*graduation start page*/
.left-graduation-booking-wrap{
    border-right: 1px solid #d0d0d0;
    padding-right:28px;
}
/*.left-graduation-booking-wrap > div:not(:first-child),
.right-graduation-booking-wrap > div:not(:first-child) label{
    padding-top: 24px;
}
*/
.right-graduation-booking-wrap .add-to-card-doller-wrap {
    padding-left:0;
}
.card{
    border-radius:0;
}
.accordion-div-inner .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
}
.accordion-div-wrap{
    padding: 25px;
    background: #f7f7f7;
}

.accordion-div-inner{
    padding: 8px 25px 8px 25px;
    background: #fff;
    border: 2px solid #dcdcdc;
}

.accordion-div-inner .card{
    border-bottom: 1px solid #dcdcdc;
    border-right:0px;
    border-left:0px;
    border-top:0px;
}
.accordion-div-inner .card:last-child{
    border-bottom: 0px solid #dcdcdc!important;
    border-right:0px;
    border-left:0px;
    border-top:0px;
}
.accordion-div-inner .card-header a{
    color: #7f7f7f;
}
.accordion-div-inner .mb-0 > a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #7f7f7f;
    font-size: 18px;
}
.product-descriptions h2{
    font-size: 16px;
    font-weight: 500;
}
.accordion-div-inner .opt-quantity-wrap{
    padding: 25px;
    background: #f7f7f7;
}
.accordion-div-inner .add-to-card-doller-wrap .normalbtn-lg {
    /*min-width: 384px;*/
    /*margin-top: -1px;*/
}
.accordion-div-inner .card-body {
    padding: 0px 0px 15px 0px;
}
.accordion-div-inner .add-to-card-doller-wrap .normalbtn-lg:after {
    /*display: inline-block;*/
    /*content: " ";*/
    /*background: url(../images/btn-right-arrow.png) no-repeat;*/
    /*width: 16px;*/
    /*height:16px;*/
    /*position: absolute;*/
    /*margin:3px 0px 0px 10px;*/
}

.accordion-div-inner .card-header {
    border-bottom: 0px solid #dcdcdc!important;
    padding: 18px 0 18px 0;
}
.right-graduation-booking-inner > div.input.text label,
.right-graduation-booking-inner > div.check-billinfo label {
    padding-top: 0;
}
.right-graduation-booking-inner > div.check-billinfo .custom-radio:nth-last-of-type(1){
    margin-left: 15px;
}
.right-graduation-booking-wrap {
    padding-left: 10px;
}
.right-graduation-booking-wrap form{
    padding: 25px;
    background: #f7f7f7;
}
.right-graduation-booking-inner{
    background: #F7F7F7;
    padding: 20px;
}
.right-graduation-booking-inner .input.select{
    margin-bottom: 25px;
}

.accordion-div-inner .card-header.completed,
.accordion-div-inner .card-header.incart{
    background: url(../images/icons/checked-icon.png);
    font-size: 0;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 96% 42%;
}
.accordion-div-inner .card-header.completed{
    background-position: 99.5% 42%;
}
.accordion-div-inner .card-header.showedit .mb-0 > a[aria-expanded="false"]:after{
    background: url(../images/icons/edit-icon.png);
    font-size: 0;
    height: 24px;
    width: 24px;
    background-size: 24px;
    margin-top: -6px;
}
.add-to-card-doller-wrap{
    margin-top:15px;
    padding-left: 10px;
    display: flex;
    display: -webkit-flex;
    position: relative;
}
.add-to-card-doller-wrap .normalbtn-lg{
    /*min-width:408px;*/
}
.add-to-card-doller-wrap span{
    font-size: 22px;
    font-weight: 500;
    color: #04658b;
    white-space: nowrap;
}
.add-to-card-doller-wrap span.price-show{
    font-size:22px;
    font-weight:500;
    color:#04658b;
    border:2px solid #d9dbe0;
    text-align:center;
    margin-right:10px;
    padding: 0 10px;
}
.add-to-card-doller-wrap .product-option-box.product-option-box-error-message{
    position: absolute;
    right: 0;
    top: -59px;
    width: 98.5%;
    padding: 11px 15px;
    border-radius: 0;
}
.venue-wrap span{
    font-size:15px;
    font-weight:500;
    margin:0;
    padding:0;
}
.venue-wrap p{
    margin-bottom:0;
    border: 2px solid #d9dbe0;
    background-color:#f7f7f7;
    padding: 12px 12px 12px 14px;
    font-weight:500;
}

.description-wrap span{
    font-size:16px;
    font-weight:500;
    margin:0;
    padding:0;
}
.product-box{
    border:1px solid #e3e3e3;
    text-align:center;
}
.pricewrap{
    margin-top:0px;
}
/*graduation end page*/

.gb-regalia-graduand-ticket-wrapper .product-box{
    text-align: left;
    margin-bottom: 30px;
}
.gb-regalia-graduand-ticket-wrapper .left-graduation-booking-wrap {
    padding: 30px;
    border: 0;
}
.gb-regalia-graduand-ticket-wrapper .right-graduation-booking-wrap {
    padding-left: 0;
    margin-bottom: 30px;
}

/*cremony-new start*/
.ceremony-form-area {
    display: block;
    position: relative;
    border: 2px solid #d9dbe0;
    padding:25px 35px 25px;
}

.venue-wrap-area {
    display: block;
    position: relative;
}
.venue-wrap-area span{
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 500;
}
.venue-wrap-area p {
    padding: 15px;
    border: 2px solid #d9dbe0;
    line-height: 21px;
    background: #f7f7f7;
}
.venue-wrap-area p a {
    text-decoration: underline;
    padding-left:4px;
    color:#03648b;
    font-weight:500;
}
/*cremony-new end*/

/*thank you start page*/
.thank-you-area {
    display: block;
    margin: 80px auto 60px;
    width: 945px;
    height: auto;
    text-align: center;
    background: #f7f7f7;
    padding: 25px;
}
.thank-you-area h4{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    line-height: 30px;
    color:#04658c;
    padding: 0 0 10px 0;
}
.thank-you-area p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.inside-border{
    border: 2px solid #d9dbe0;
    background: #fff;
    height: 100%;
    padding: 61px 100px 40px;
}
.inside-border .order-details{
    padding-top: 30px;
}
.inside-border .order-details h5{
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 30px;
}
.inside-border .order-details p{
    margin:0;
    font-size:18px;
    margin-bottom: 3px;
}
.inside-border .order-details .calendar-invoice-wrap a{
    display: inline-block;
    margin: 0 15px;
}
.inside-border .order-details a{
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #03648b;
    padding-top: 10px;
    display: block;
}

/*thank you end page*/

/*sign up page start*/
/*new css start signup*/
.sign-up-wrap{
    padding:25px;
    background: #f7f7f7;
    max-width:816px;
    margin:0 auto;
    position:relative;
}
.sign-up-border-box{
    background: #fff;
    padding:30px;
    border: 2px solid #dcdcdc;
}
.sign-up-wrap .normalbtn-lg{
    margin-top:5px;
    padding: 11px 30px;
}

.sign-up-wrap div .input{
    width: 368px;
    /* display: inline-block;*/
    float:left;
    padding-right:0px;
    padding-left: 30px;
    max-width: 100%;
}
.input input[type="text"], .input input[type="password"], .input input[type="tel"], .input input[type="email"] {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
}
.sign-up-wrap select {
    height: 43px !important;
    line-height: 43px;
    font-size: 15px;
}
.sub-rgister-note{
    font-size: 17px;
    text-align: center;
}
.sign-up-wrap label {
    font-size: 15px;
    /*padding-top: 24px;*/
    margin-bottom: 5px;
    line-height: 1.2;
    text-transform:capitalize;
}
.sign-up-wrap .form-group {
    position: relative;
    margin-bottom: 25px;
}
.sign-up-border-box.login-btn {
    margin-left:30px;
    margin-right:35px;
}
.sign-up-wrap .login-btn{
    margin-top:20px;
    margin-left:30px;
    width: 95.6%!important;
    text-transform:capitalize;
}
.login-btn{
    background: #2a94be; /* Old browsers */
    background: -moz-linear-gradient(left,  #2a94be 0%, #03648a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2a94be 0%,#03648a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2a94be 0%,#03648a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a94be', endColorstr='#03648a',GradientType=1 ); /* IE6-9 */
}
.login-btn:hover{
    background: #03648a; /* Old browsers */
    background: -moz-linear-gradient(left,  #03648a 0%, #2a94be 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #03648a 0%,#2a94be 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #03648a 0%,#2a94be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03648a', endColorstr='#2a94be',GradientType=1 );
}
.login-btn:after {
    display: inline-block;
    content: " ";
    background: url(../images/btn-right-arrow.png) no-repeat;
    width: 16px;
    height:16px;
    position: absolute;
    margin: 7px 0 0 10px;
}
label.error{
    color:#ff0000;
    font-size:13px;
    padding-top:0;
}
span.note {
    margin-left: 30px;
    font-size: 13px;
    float: left;
}


/*audio file upload start*/
.sign-up-wrap .input.file {
    padding-bottom:1px;
    padding-left: 30px;
}
.audio-back-main{
    margin-left:31px!important;
}
.audio-back-main.input.file{
    border-radius: 0px;
    border: 2px dashed #97999d;
    position: relative;
    text-align: center;
    line-height: 20px;
    color: #0d77a1;
    width: 45.5%!important;
}
.audio-back-main label{
    font-size: 15px;
    color: #0d77a1;
    font-weight:normal;
    padding-top:12px;
}
.file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    cursor: pointer;
}
.audio-back-main.file:before{
    content: " ";
    background-image: url(../images/browse-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    background-position: 0 0;
    width: 16px;
    height: 14px;
    margin: 13px 0 0 -45px;
}
/*audio file upload end*/
/*sign up page end*/

/*login start*/
.login-signup-box .title-text{
    margin-top: 20px;
}
.login-signup-wrapper h3{
    padding-bottom: 8px;
}
.login-signup-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login-main-wrapper {
    width: 40%;
}
.signup-main-wrapper{
    width: 60%;
}
.signup-main-wrapper,
.login-main-wrapper {
    padding: 0 20px;
}
@media screen and (max-width: 767.98px) {
    .signup-main-wrapper,
    .login-main-wrapper{
        width: 100%;
    }
}

.login-wrap{
    padding:25px;
    background: #f7f7f7;
    max-width:584px;
    margin:0 auto;
}
.login-border-box{
    background: #fff;
    padding: 29px 19px 30px 19px;
    border: 2px solid #dcdcdc;
}
.login-wrap .normalbtn-lg{
    margin-top:25px;
    padding: 13px 30px;
}

.login-wrap div .input{
    width:100%;
}
a.new-user{
    float:left;
}
a.forgot_your_password{
    float:right;
    margin-top: -10px;
}
.users h2{
    text-align:center;
    margin-bottom:20px;
}
.users.form input{
    width:100%;
}
.users.form label {
    display: inline-block;
    width: 66px;
}
.users.form{
    padding: 25px;
    background: #f7f7f7;
    max-width: 584px;
    margin: 0 auto;
    margin-top:95px;
}
.users form{
    background: #fff;
    padding: 29px 19px 30px 19px;
    border: 2px solid #dcdcdc;
}
.users.form .input {
    padding: 15px;
}
.users.form label {
    display: block;
    width: auto;
}
.users .login-btn {
    width:100%;
    margin-top: 25px;
    padding: 7px 30px;
    width:100%;
    color:#ffffff;
    font-size:15px;
}
/*login end*/


/*select box details*/
.selectoption{
    width:100%;
    text-align:left;
    height:43px;
    background-color:#ffffff;
    border-radius: 0;
    border: 2px solid #d9dbe0;
    font-size:14px;
    cursor:pointer;
    padding-left:10px;
}
.select-dropdown{
    margin-bottom:20px;
}
.select-dropdown label{
    font-weight:500;
}
.selectdrop{
    width: 95%;
}
.selectdrop li{
    color:#000000;
    cursor:pointer;
    font-size:14px;
    padding:7px 15px;
}
.selectdrop li:hover{
    background-color:#f5f5f5;
}
.selectoption.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: " ";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    right: 29px;
    position: absolute;
    margin-top: 13px;
    color: #999;
}
.old-price{
    padding-left:0;
    color:#ff0000;
    text-decoration: line-through;
}
.regular-price{
    padding-left:0;
}
.special-price{
    padding-left:0;
}
/*select box details end*/

/*input radio image button*/
.frame-mat-item{
    width: 74px;
    display: inline-block;
    text-align: center;
    padding: 12px 4px 0px 5px;
    margin-right: 2px;
    cursor: pointer;
}
input[type=checkbox]:checked + label>div.framesamllimg{
    -webkit-box-shadow: 0px 0px 3px 3px rgba(13,119,161,0.43);
    -moz-box-shadow: 0px 0px 3px 3px rgba(13,119,161,0.43);
    box-shadow: 0px 0px 3px 3px rgba(13,119,161,0.43);
}
.frame-mattcolor-item {
    width: 36px;
    display: inline-block;
    text-align: center;
    padding:13px 8px 0px 8px;
    margin-right: 26px;
    cursor: pointer;
}
.frame-crest-item {
    width: 53px;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin-right: 20px;
    cursor: pointer;
}
.input-hidden {
    position: absolute;
    left: -9999px;
}

input[type=checkbox]:checked + label>img {
    -webkit-box-shadow: 0px 0px 3px 3px rgba(13,119,161,0.43);
    -moz-box-shadow: 0px 0px 3px 3px rgba(13,119,161,0.43);
    box-shadow: 0px 0px 3px 3px rgba(13,119,161,0.43);
}
input[type=checkbox]:checked + label>div.frame-color-size{
    -webkit-box-shadow: 0px 0px 3px 3px rgba(13,119,161,0.43);
    -moz-box-shadow: 0px 0px 3px 3px rgba(13,119,161,0.43);
    box-shadow: 0px 0px 3px 3px rgba(13,119,161,0.43);
}

.frame-color-size{
    width:50px;
    height:50px;
    padding:5px;
    cursor:pointer;
}
.blue-color{
    background-color:rgb(27, 79, 114);
}
.green-color{
    background-color:rgb(11, 83, 69);
}
.black-color{
    background-color:#000000;
}
.framesamllimg{
    width: 51px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: -16px -11px!important;
    cursor:pointer;
}
/* Stuff after this is only to make things more pretty */

.frame-item:nth-child(1) img{
    width: 43px!important;
}
.frame-item:nth-child(2) img{
    width:70px!important;
}
.frame-item:nth-child(3) img{
    width:70px!important;
}
input[type=radio] + label>img {
    width: 64px;
    transition: 500ms all;
    padding: 3px;
}
.frame-item img {
    vertical-align: middle;
    width: 64px!important;
}
.frame-mattcolor-item img{
    width: 53px!important;
}
.frame-crest-item img{
    width: 53px!important;
}
.frame-mat-item img{
    width: 53px!important;
}
/*input radio image button*/

/*frame start*/
.reedgraduations-frame-details-slider {
    padding: 20px !important;
    height: 781px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    width: 700px;
}

.plaques-details-page .reedgraduations-frame-details-slider .degree-frame .degree-frame-area{
    max-width: 100%;
}

.degree-frame .degree-frame-area {
    display: inline-block;
    position: relative !important;
    background-color: black;
}

.degree-frame-area .main-frame {
    width: 100%;
    max-width: 100%;
}

.plaques-details-page .degree-frame-area {
    box-shadow: 23px 21px 26px -2px rgba(129, 129, 129, 0.75);
    -webkit-box-shadow: 23px 21px 26px -2px rgba(129, 129, 129, 0.75);
    -moz-box-shadow: 23px 21px 26px -2px rgba(129, 129, 129, 0.75);
}
.plaques-details-page .degree-frame-area .main-frame.single{
    box-shadow: inset 23px 23px 26px 23px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 23px 23px 26px 23px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 23px 23px 26px 23px rgba(0,0,0,0.75);
}

.degree-frame-area .child-frame {
    position: absolute;
}
.degree-frame-area .child-frame.single {
    top: 18.7%;
    left: 50%;
    width: auto;
    max-width: 52%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
}
.degree-frame-area .child-frame.double {
    top: 12%;
    left: 50%;
    width: 82%;
    max-width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.degree-frame-area .child-frame.portrait {
    top: 9%;
    left: 8%;
    width: 83%;
    max-width: 100%;
}
.degree-frame-area .child-frame.single.prestige {
    top: 15%;
    left: 21%;
    width: 57%;
    max-width: 57%;
}
.degree-frame-area .child-frame.double.prestige,
.degree-frame-area .child-frame.portrait.prestige {
    top: 19%;
    left: 20%;
    width: 60%;
    max-width: 60%;
}

.degree-frame-area .frame-certificate,
.degree-frame-area .frame-person {
    position: absolute;
}
.degree-frame-area .frame-certificate.single {
    top: 20%;
    left: 50%;
    width: auto;
    max-width: 49.3%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}
.degree-frame-area .frame-certificate.double {
    top: 8%;
    width: 36.3%;
    max-width: 47%;
}
.degree-frame-area .frame-certificate.double.left {
    left: 8%;
}
.degree-frame-area .frame-certificate.double.right {
    left: 51.9%;
}
.degree-frame-area .frame-certificate.portrait {
    top: 6%;
    left: 9%;
    width: 51%;
    max-width: 51%;
}
.degree-frame-area .frame-person {
    top: 20%;
    left: 57%;
    width: 25%;
    max-width: 25%;
    height: 42%;
    max-height: 42%;
}


.degree-frame-area .frame-crest {
    position: absolute;
}
.degree-frame-area .frame-crest.single {
    bottom: 11%;
    left: 50%;
    width: 29%;
    max-width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.degree-frame-area .frame-crest.double {
    bottom: 9%;
    left: 44%;
    width: 81px;
    max-width: 100%;
}
.degree-frame-area .frame-crest.portrait {
    bottom: 12%;
    left: 45%;
    width: 10%;
    max-width: 10%;
}
.degree-frame-area .frame-crest.single.prestige {
    bottom: 13%;
}
.degree-frame-area .frame-crest.double.prestige {
    bottom: 18%;
}
.degree-frame-area .frame-crest.portrait.prestige {
    bottom: 16%;
}


canvas {
    background: red;
}

#createdImage {
    z-index: 99999;
    position: absolute;
}

/*frame end*/

/*guantity css */
.quantity-num{
    padding:10px;
    font-weight:500;
}
button.decrease-qty {
    color: #afafaf;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: scale(1.5);
    outline: 0;
}
/*quantity end*/

/*article content start*/
.article-information-box{
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding:45px 20px;
}
.article-information-box h1{
    color: #000!important;
    border-bottom: 1px solid #d9dbe0;
    font-size: 40px;
    margin-bottom: 65px;
    padding: 0 0 30px 0;
    text-align: center;
}

.security-information-content{
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding:45px 20px;
    font-family: 'Poppins', sans-serif !important;
}

.security-information-content h1{
    color: #000!important;
    border-bottom: 1px solid #d9dbe0;
    font-size: 40px;
    margin-bottom: 65px;
    padding: 0 0 30px 0;
    text-align: center;
}

.refund-information-content{
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding:45px 20px;
    font-family: 'Poppins', sans-serif !important;
}
.refund-information-conten h1{
    color: #000!important;
    border-bottom: 1px solid #d9dbe0;
    font-size: 40px!important;
    margin-bottom: 65px!important;
    padding: 0 0 30px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-weight:500!important;
}
.employment-content{
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding:45px 20px;
    font-family: 'Poppins', sans-serif !important;
}
.employment-content h1{
    color: #000!important;
    border-bottom: 1px solid #d9dbe0;
    font-size: 40px;
    margin-bottom: 65px;
    padding: 0 0 30px 0;
    text-align: center;
}
.refund-information-conten{
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding:45px 20px;
    font-family: 'Poppins', sans-serif !important;
}
/*article content end*/

/* start new regalia */
.product-form-box{
    border: 1px solid #d9dbe0;
    padding: 25px 35px 25px;
    margin-bottom:30px;
}
/*end new regalia end*/

/*pagination css start*/
.pagination-status-text{
    text-align:center;
    padding-bottom:15px;
}
.bottom-pagination{
    padding-top:20px;
    position: relative;
}
ul.pagination li a {
    font-weight: 500;
    color: #076990;
    padding: 8px 10px!important;
    font-size: 17px;
}

.contact-details  ul.pagination li {
    text-align: center;
    border: 0px solid #076990;
    box-sizing: border-box;
    margin-right: -2px;
    margin-bottom: 30px;
}
.contact-details  ul.pagination li{
    text-align: center
}
.contact-details ul.pagination li a {
    font-weight: 500;
    color: #076990;
    padding: 10px 10px!important;
    font-size: 17px
}
.contact-details  ul.pagination li.active{
    border: 1px solid #0d76a1;
    padding:0px;
}
.contact-details  ul.pagination li.active a{
    color:#0d76a1;
}
/*pagination css end*/



/* start new regalia */
.product-form-box{
    border: 1px solid #d9dbe0;
    padding: 25px 35px 25px;
    margin-bottom:30px;
}

.cursorPointer{
    cursor: pointer;
}
/*end new regalia end*/
.form-groupb{
    padding-top:25px;
}
.continue-btn-wrap .returning-continue-shopping-btn {
    padding: 8px 0px;
    border:2px solid #04658b;
    background: #ffffff; /* Old browsers */
    color:#04658b!important;
    font-size:17px;
}
.continue-btn-wrap .returning-continue-shopping-btn:hover{
    color:#ffffff!important;
    padding: 8px 0px;
    border:2px solid #04658b;
    background: #2a94be; /* Old browsers */
    background: -moz-linear-gradient(left,  #2a94be 0%, #03648a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2a94be 0%,#03648a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2a94be 0%,#03648a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a94be', endColorstr='#03648a',GradientType=1 ); /* IE6-9 */
}

#gcode{
    width:100%;
    padding:15px;
    border: 2px solid #ced4da;
}
#portraitPhotoGo{
    margin-left: -31px;
    padding: 7px 11px 8px 11px ;
}

/*regalia*/
.checkbox-container {
    background: #fff;
    border: 2px solid #d9dbe0;
    padding: 10px 20px;
    position: relative;
    width: 100%
}
.radio-container-box label.title-regalia{
    width: 70%;
}
.checkbox-container.regalia-box{
    margin-top:10px;
    margin-bottom:20px;
}

/*regalia*/
.checkbox-container {
    background: #fff;
    border: 2px solid #d9dbe0;
    padding: 10px 20px;
    position: relative;
    width: 100%
}
.radio-container-box label.title-regalia{
    width: 70%;
}
.checkbox-container.regalia-box{
    margin-top:10px;
    margin-bottom:20px;
}
.regalia-row-box{
    border-top: 2px solid #d9dbe0;
    padding: 6px 0px;
    margin-top:10px;
}
.regalia-row-box ul{
    margin:0;
    padding:0;
}

.regalia-row-box label{
    font-size:14px;
}

.regalia-row-box table tr{
    border-bottom:2px solid #d9dbe0;
}
.regalia-row-box table tr:last-child{
    border-bottom:0px solid #d9dbe0;
}
.regalia-row-box table{
    width:100%;
}
.regalia-row-box span{
    font-size:15px;
}
.regalia-row-box .col-sm-3{
    padding-right:0px;
}
.description-box{
    background: #fff;
    border: 2px solid #d9dbe0;
    border-top: 0;
    padding: 10px 20px;
}
.indigenous-information .description-box,
.indigenous-items .radio-container{
    margin-bottom: 20px;
}
.product-options .form-groupb {
    padding: 0 15px;
}
.stole-img-box{
    background: #fff;
    border-top:0px solid #d9dbe0;
    border-left:1px solid #d9dbe0;
    border-right:1px solid #d9dbe0;
    border-bottom:1px solid #d9dbe0;
    padding: 10px 20px;
}
.stole-img-box img{
    width:90px;
}
.regalia-row-box label{
    margin-top:8px!important;
}
.form-group-height{
    margin-top:10px;
}
.form-group-wrap .radio-container{
    border-top:0px;
}
.radio-container-box.indigeneous-attribute .indigenous-information .description-box{
    margin-bottom: 0;
}
.radio-container-box.indigeneous-attribute .indigenous-items .radio-container{
    margin-bottom: 0;
    border-top: 0;
}
.radio-container-box.indigeneous-attribute .stole-img-box .row{
    align-items: center;
}

/*Listing page*/
.pro-list-view.frame-list-view .degree-frame-area{
    height: 253px;
    position: relative;
}
.pro-list-view.frame-list-view .degree-frame-area .main-frame{
    max-height: 100%;
}
.pro-list-view.frame-list-view .degree-frame-area .frame-certificate.single{
    left: 50%;
    top: 15.7%;
    width: 54%;
    max-height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.pro-list-view.frame-list-view .degree-frame-area .child-frame.single{
    width: auto;
}
.pro-list-view.frame-list-view .product-item[name*="single-certificate"] .degree-frame-area{
    max-width: 220px;
    margin: 0 auto;
}
.pro-list-view.frame-list-view .degree-frame-area .child-frame.double {
    top: 13%;
    left: 50%;
    width: auto;
    max-width: 79%;
}
.frame-list-view .degree-frame-area .frame-certificate.double{
    top: 15%;
}
.frame-list-view .degree-frame-area .frame-certificate.double.left{
    left: 11.7%;
}
.frame-list-view .degree-frame-area .frame-certificate.double.right{

}
/**/
.pro-list-view.frame-list-view .product-item[name*="double-certificate"] .degree-frame-area,.pro-list-view.frame-list-view .product-item[name*="certificate-&-portriat"] .degree-frame-area {
    height: 190px;
    width: 247px;
    margin: 0 auto;
}

.frame-list-view .degree-frame-area .frame-certificate.portrait {
    top: 11%;
    left: 9.4%;
    width: 42.3%;
    max-width: 100%;
}
.frame-list-view .degree-frame-area .frame-person {
    top: 18%;
    left: 59.2%;
    width: 31%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.pro-list-view.frame-list-view .degree-frame-area .frame-crest{
    width: 24px;
    max-width: 24px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: auto;
    right: 16%;
    bottom: 18%;
}
.pro-list-view.frame-list-view .degree-frame-area .frame-crest.double,
.pro-list-view.frame-list-view .degree-frame-area .frame-crest.single{
    left: 50%;
    right: auto;
    bottom: 10%;
}

/*Details page*/
.product-descriptions{
    margin-bottom: 30px;
}
.plaques-details-page .degree-frame{
    text-align: center;
    padding-top: 15px;
}
.plaques-details-page .degree-frame .degree-frame-area{
    max-width: 513px;
}
.plaques-details-page .degree-frame-area .frame-certificate.portrait {
    top: 11%;
    left: 9.3%;
    width: 42.4%;
    max-width: 100%;
}
.plaques-details-page .degree-frame-area .frame-person {
    top: 18.2%;
    left: 59%;
    width: 31%;
    max-width: 100%;
    height: 261px;
    max-height: 261px;
}
.plaques-details-page .degree-frame-area .frame-crest.portrait {
    bottom: 19%;
    right: 21%;
    width: 81px;
    max-width: 100%;
    left: auto;
    height: auto;
}

.plaques-details-page .degree-frame-area .frame-certificate.double.left {
    left: 10.4%;
}
.plaques-details-page .degree-frame-area .frame-certificate.double {
    top: 13.8%;
    width: 37.7%;
}


/*regalia-products-container*/
.regalia-products-container{
    background: #F7F7F7;
    padding: 30px;
}
.regalia-products-container .card-body{
    background: #fff;
    border: 2px solid #D9DBE0;
    padding: 30px;
}

.uploaded-file-text {
    /*display: none;*/
    color: #2a94be;
    padding-top: 5px;
}

/*css start modify*/

.checkout-wrap span.custom-radio.left {
    margin-right:15px;
}

.payment-information-wrap label {
    color: #000;
    font-size: 15px;
    width: 168px;
    font-weight:400;
}
.payment-information-wrap button{
    color:#fff;
    background: #2a94be; /* Old browsers */
    background: -moz-linear-gradient(left,  #2a94be 0%, #03648a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2a94be 0%,#03648a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2a94be 0%,#03648a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a94be', endColorstr='#03648a',GradientType=1 ); /* IE6-9 */
    border:0px;
    padding: 7px 30px;
    min-width: 186px;
    cursor:pointer;
    font-size:17px;
    margin-top: -69px;
    position: absolute;
    right: 0;
}
.payment-information-wrap button:hover{  background: #03648a; /* Old browsers */
    background: -moz-linear-gradient(left,  #03648a 0%, #2a94be 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #03648a 0%,#2a94be 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #03648a 0%,#2a94be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03648a', endColorstr='#2a94be',GradientType=1 ); /* IE6-9 */
}
.payment-information-wrap input{
    width: 49%;
    padding-left:10px;
}

.product-options .product-option-item-radio-item .custom-radio.right label, .custom-checkbox.right label {
    padding-left: 0;
    padding-right: 51px;
    margin-top: -9px;
}

.product-options .product-option-checkbox-item img, .product-option-checkbox-item-indi img {
    right: 25px!important;
    top: 7px!important;
}

/*deferred start*/
.plaques-details-page .portrait-photo-right-part .product-option-box-content .photo-options-required .product-option-label,
.plaques-details-page .portrait-photo-right-part .product-option-box-content .product-relative-attr .product-option-label{
    padding: 0;
}
.plaques-details-page .portrait-photo-right-part .product-option-box-content .product-relative-attr{
    margin: 0;
}
.product-relative-attr, .product-main-attr {
    margin: 20px 0;
}
.deferred-right-sidebar{
    padding: 36px 20px 20px 20px;
    background: #f7f7f7;
}
.deferred-right-sidebar h3 {
    font-size: 15px;
    font-weight:500;
}
.deferred-right-sidebar .product-option-box-content-row-1{
    margin-top: 17px;
    border: 2px solid #d0d0d0;
    background-color: #fff;
}
.product-option-drop-down select{
    line-height: 28px !important;
}
.deferred-right-sidebar .product-option-item.product-option-item-0 {
    border: none;
    background: #f7f7f7;
    background: none;
    padding: 0;
}
.product-item-radio-checkbox {
    width: auto;
    display: inline-block;
    margin: 5px 15px 5px 0;
}
.product-item-radio-checkbox .custom-radio label, .product-item-radio-checkbox .custom-checkbox label {
    display: block;
    white-space: nowrap;
}

/*Announcements Section*/
.announcements-section{
    padding: 90px 0;
    background: url(../images/body-content-shape.png) no-repeat left bottom;
    background-size: auto 100%;
    margin-bottom: -10px;
}
.announcements-section h2{
    font-size: 47px;
    font-weight: 500;
    text-align: right;
}
.divider{
    height: 1px;
    background: #e3e3e3;
    margin: 28px 0;
}
.announcements-content{
    padding-left: 83px;
}
.strike{
    text-decoration: line-through;
}

.addtocartbtn.ed-shopping,
.border-btn.viewbtn.ed-shopping{
    min-width: auto;
}

/**/
.plaque-product-ack .input-group-append{
    width: auto;
}
.plaque-product-ack .input-group-append span.input-group-text.searchbtn{
    line-height: 30px;
}
.plaque-product-ack .input-group-append .searchbtn.input-group-text {
    margin-left: -3px;
    height: 43px;
}
iframe.student-info-section {
    width: 100%;
}

.no-padd{
    padding: 0;
}
.mt-10{
    margin-top: 10px;
}
.form-group .gradclip-student-info input[type="text"]{
    height: 41px;
    margin: 1px -2px 0 0;
}



.ajax-url-popup {
    border: 2px solid #177ca4;
    padding: 4px 15px 4px 35px;
    text-decoration: none;
    background: url(../images/download-icon.png) no-repeat;
    background-size: 15px auto;
    background-position: 12px 6px;
}
.content-loading-ber.without-sidebar {
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
}
.chosen-results .ps__rail-y {
    height: auto !important;
}

.add-to-card-doller-wrap .price-show .old-price{
    color: #d12b2b;
    margin-right: 13px;
}
.radio-container-box .radio-container .custom-radio.right label .old-price{
    padding-right: 10px;
}

/*content styles*/
.webalive-site-content .article-information-box ul,
.webalive-site-content .article-information-box ol{
    padding: 10px 0 30px 25px !important;
}
.webalive-site-content .article-information-box ol.number-list {
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none !important;
}
.webalive-site-content .article-information-box ol.number-list > li {
    margin-bottom: 16px !important;
    padding: 0 0 0 42px !important;
    list-style-type: none !important;
}
.webalive-site-content .article-information-box ol.number-list > li:last-child{
    margin-bottom: 0 !important;
}
.webalive-site-content .article-information-box ol.lower-alpha,
.webalive-site-content .article-information-box ol.lower-alpha li{
    list-style-type: lower-alpha !important;
    padding: 0 0 5px !important;
    margin-bottom: 0 !important;
}
ol.number-list span {
    margin-left: -43px;
    width: 40px;
}
ol.number-list h6{
    font-weight: 400;
    line-height: 23px;
}
.cart-summery-table.no-border:last-child{
    border: 0;
}

.item-list-title #clear-all-filter{
    background: url(../images/minify/clear-icon.png) no-repeat center right;
    display: inline-block;
    background-size: 14px;
    min-width: 92px;
}

.search-image-wrap input[type="text"]#reference-code{
    border: 2px solid #d9dbe0;
}
#portrait-image-email .form-group{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
#portrait-image-email .form-group .input.email input{
    height: 41px;
}
#portrait-image-email .form-group .input.email{
    margin-right: -2px;
}
.page-link {
    line-height: 26px;
    border: 0 solid #dee2e6;
}
.photo-gallery-container .photo-thumble-box .icon-wrap a::after{
    top: 5px;
}
.photo-gallery-container .photo-thumble-box .icon-wrap a{
    color: #fff;
    background: #fff;
    display: inline-block;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    vertical-align: middle;
}
#optionHTMLContainer .GradClip-radio-inline.row{
    margin-left: -15px;
    margin-right: -15px;
}
.GradClip-radio-inline{
    margin-top: -71px;
}
.fancybox-inner {
    overflow: auto !important;
    -webkit-overflow-scrolling:touch;
}
.custom-dropdown {
    display: block;
}

.container.content-wrap.pre-book-stage-image-container .plaque-product-slider .customNextBtn {
    left: -2px;
}
.container.content-wrap.pre-book-stage-image-container .plaque-product-slider .customPrevBtn {
    right: -2px;
}
.container.content-wrap.pre-book-stage-image-container .plaque-product-slider{
    padding: 50px 30px 62px;
}
.payment-information-wrap #coupon_section .form-group input{
    border: 2px solid #d9dbe0;
}
.payment-information-wrap #coupon_section .form-group input:focus{
    border-color: #0d77a1;
    box-shadow: none;
}

.checkout-process-load .overlay-inner{
    padding: 24px 60px 0px;
    text-align: center;
    margin: 0 auto;
}
.checkout-process-load .overlay-inner img{
    width: 54px;
    margin-bottom: 10px;
}


/*Staff checkout*/
.convocation-content.staff-checkout-page{
    display: block;
    padding: 60px;
    background-color: #f7f7f7;
    max-width: 1080px;
    margin: 100px auto;
    position: relative;
}
.convocation-content.staff-checkout-page::before {
    background: #f7f7f7 url(/img/comodo-certificate.png);
    background-repeat: no-repeat;
    background-position: top center;
    content: "";
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
    width: 100%;
}
.staff-checkout-page > form{
    background: #fff;
    border: 2px solid #e0e0e0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.convocation-content.staff-checkout-page > form > div {
    margin: 0 15px;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    min-width: 28%;
    flex: 0 0 28%;
    -webkit-flex: 0 0 28%;
    width: 28%;
}
.convocation-content.staff-checkout-page form > div.or-div{
    width: 26px;
    min-width: 26px;
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-flex: 0 0 26px;
    flex: 0 0 26px;
}
.staff-checkout-page label {
    text-align: left;
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 500;
    display: block;
}
.convocation-content.staff-checkout-page form input{
    border: 2px solid #d9dbe0;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 19px;
    padding: 0 15px;
}



.staff-checkout-page .staff-information form{
    background: #fff;
    padding: 30px;
    border: 2px solid #e0e0e0;
}
.convocation-content.staff-checkout-page .staff-information form input{
    height: auto;
    box-shadow: 0 0 0 0;
}
.convocation-content.staff-checkout-page .staff-information .payment-method-form .payment-method-list input{
    opacity: 0;
}
.convocation-content.staff-checkout-page form .submit {
    width: 100%;
}
.convocation-content.staff-checkout-page .staff-information #CheckoutStaffCheckoutForm .input label.error {
    position: absolute;
    right: -36px;
    top: 78px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    color: #ff0000;
}
.convocation-content.staff-checkout-page .staff-information #CheckoutStaffCheckoutForm .input{
    padding: 0;
    margin: 0;
    position: relative;
}
.convocation-content.staff-checkout-page form .submit input{
    color: #fff;
    margin: 0;
    line-height: 37px;
    background-color: #0d77a1;
    border-color: #0d77a1;
}

#CheckoutStaffCheckoutForm .continue_checkout_button {
    display: block;
    width: 100%;
    padding: 25px 227px 40px 170px;
    position: relative;
}
#CheckoutStaffCheckoutForm .continue_checkout_button .message-info {
    position: absolute;
    left: 50%;
    bottom: -28px;
    color: green;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#CheckoutStaffCheckoutForm, #CheckoutStudentSearchForm {
    border: 2px solid #E2E2E2;
    border-top: 0;
    padding: 40px 0;
    box-shadow: 0 0 0 0;
}
.staff-checkout-page .checkout_block.payment-method-form {
    padding: 30px 75px;
}
.convocation-content.staff-checkout-page .payment-method-list {
    padding-top: 0;
}
.convocation-content.staff-checkout-page #CheckoutStaffCheckoutForm .submit{
    padding-left: 0;
}
.staff-checkout-page .checkout_block_header{
    padding: 0 10px;
    height: 50px;
    border: 2px solid #dedede;
}
.staff-checkout-page .payment-method-list .payment-method-item {
    padding: 4px 0;
}
.staff-checkout-page #CheckoutStaffCheckoutForm .input {
    padding: 0;
    margin: 7px 0px 5px 0px ;
}
.staff-checkout-page .checkout_block_content {
    border: 2px solid #F1F1F1;
    padding: 24px 23px;
    border-top: 0;
}
.staff-checkout-page .product-option-radio-item {
    margin-top: 8px;
}
.staff-checkout-page .product-option-radio-item input{
    opacity: 0;
}
.staff-checkout-page #coupon_section .form-group{
    width: calc(100% - 165px);
}
.staff-checkout-page #CheckoutStaffCheckoutForm #coupon_section .form-group input{
    line-height: 40px;
}
.staff-checkout-page #CheckoutStaffCheckoutForm #coupon_section .form-group .input{
    margin:0;
}
.staff-checkout-page .payment-information-wrap #coupon_section button{
    margin-top: -59px;
    right: 20px;
}
.staff-checkout-page .checkout_block_header h2 {
    line-height: 37px;
}
.staff-checkout-page > form {
    padding: 30px 48px;
}
/*.payment-information-wrap, #coupon_place_order {*/
    /*display: none;*/
/*}*/
.staff-checkout-page .card-body form {
    margin-top: 20px;
}
.staff-checkout-page .card-header {
    padding: .75rem 1.25rem;
    margin-top: 32px;
    margin-bottom: -10px;
    background-color: transparent;
    border: 2px solid rgba(0,0,0,.125);
    pointer-events: none;
    display: none;
}
.staff-checkout-page .card-header a::after{
    display: none;
}
.staff-checkout-page .payment-method-credit-card-form .card-body{
    padding: 0;
}

.displayNone{
    display: none;
}

/*card offer css start*/
.up-sale-discount-product{
    padding:40px 40px 20px 40px;
    background-color:#ffffff;
    margin-top: 18px;
    border:2px solid #e2e2e2;
}
.up-sale-discount-product-description:nth-child(3) {
    flex: 1.5;
}
.up-sale-discount-product-item {
    background: #ffffff;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 2px solid #e2e2e2;
    height: auto;
    padding-bottom: 25px;
}
.up-sale-discount-product-item:last-child {
    background: #ffffff;
    margin-bottom:0;
    position: relative;
    border-bottom: 0;
    min-height: 173px;
}
.checkout_header_left{
    color:#000;
}

.order_summery_footer_right {
    margin: 23px 0 25px 0;
}
.up-sale-discount-product-price {
    border-left: 0;
    border-right: 0;
}
.up-sale-thumbnail-image-frame {
    width: 130px;
    height: 145px;
}
.up-sale-thumbnail-image-frame{
    border:2px solid #d9dbe0;
}
.up-sale-thumbnail-image-frame img{
    width:85px;
    height:115px;
    object-fit: cover;
}
.up-sale-discount-product-save-percentage {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 10;
    border:0;
    padding: 13px;
    width:85px!important;
    min-height:26px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #03648a;
    background: -moz-linear-gradient(left,  #03648a 0%, #2a94be 100%);
    background: -webkit-linear-gradient(left,  #03648a 0%,#2a94be 100%);
    background: linear-gradient(to right,  #03648a 0%,#2a94be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03648a', endColorstr='#2a94be',GradientType=1 );
}
.up-sale-discount-product-save-percentage p, .up-sale-discount-product-save-percentage h3 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.up-sale-discount-product-save-percentage p{
    top: 2px;
    font-size: 14px;
    left: 14px;
}
.up-sale-discount-product-save-percentage h3 {
    font-size:14px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 51px!important;
}
.up-sale-discount-product-description h2{
    font-size:20px;
    color:#000;
}

.up-sale-discount-product .up-sale-checkbox-item{
    width:100%;
}
.up-sale-discount-product .ed-shopping{
    width:100%;
}
.up-sale-discount-product .add-to-cart-button-box{
    width:100%;
    padding-right:40px;
}
.checkout_page_content .order_total_summary{
    margin-top:30px;
}
.up-sale-discount-product-price .save-price{
    font-size:18px;
}
.up-sale-discount-product-price .original-price{
    font-size:18px;
    color:#a9a9a9;
    display: inline-block;
}
.up-sale-discount-product-price p.sale-price{
    font-size:18px;
    margin-bottom: 8px;
}
.up-sale-checkbox-item a:after {
    display: inline-block;
    content: " ";
    background: url(../images/btn-right-arrow.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    margin: 3px 0 0 10px;
}
/*card offer css end*/

.optional_pronunciation{
    font-size: 13px;
    color: #717171;
}

/*responsive*/
@media screen and (max-width: 1440px){
    .page-header-content h2 {
        padding-bottom: 0 !important;
        font-size: 36px;
    }
    .page-header-content p {
        max-width: 716px;
        margin: 10px auto !important;
    }
    .page-header img {
        height: 230px;
        object-fit: cover;
        object-position: right;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-content h2 {
        padding: 0 !important;
    }
    .individual-section {
        padding: 36px 0 50px 0;
    }
    .individual-section h2 {
        padding: 0 0 50px 0;
    }
    .right-already-graduated,
    .left-graduating-now {
        min-height: 140px;
        padding: 25px 15px;
        margin: 0 8px 30px 0;
    }
    .right-arrow-ind:after {
        margin-top: 0;
    }
    .page-header-content p {
        max-width: 484px;
    }
    .individual-section h2 {
        font-size: 26px;
    }
    .individual-section h3 {
        font-size: 24px !important;
    }
    .plaque-product-slider .option-icons {
        bottom: 80px !important;
    }
    #plaque-product-slider .owl-nav.disabled+.owl-dots {
        margin-top: 60px;
    }
    .product-details-large-image {
        height: auto !important;
        padding: 15px 0;
    }
    .plaque-product-slider {
        min-height: 430px;
    }
    div#optionHTMLContainer .radio-container label{
        white-space: inherit;
    }
    div#optionHTMLContainer .product-option-box-content {
        padding: 0;
    }
    div#optionHTMLContainer .form-group {
        margin: 0;
        margin-bottom: 15px;
    }

}
@media only screen and (max-width: 767px) {
    .right-already-graduated,
    .left-graduating-now {
        margin-right: 0 !important;
    }
    .webalive-site-content .refund-information-conten h3, .webalive-site-content .article-information-box h3 {
        line-height: 32px  !important;
    }
    .webalive-site-content .article-information-box a{
        word-break: break-word;
    }
    .webalive-site-content .article-information-box p{
        font-size: 15px !important;
    }
    ul#student-testimonial-slider {
        padding: 0 16px;
        margin: 0;
    }
    .student-testimonial {
        margin-left: 0;
    }
    .student-testimonial .owl-carousel .owl-stage-outer {
        width: 100%;
    }
    .testimonial-content {
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .what-student-say h2 {
        line-height: 28px !important;
    }
    .plaque-product-slider .option-icons {
        bottom: 70px;
    }
    .plaque-product-slider {
        padding: 35px 50px !important;
    }
    .customNextBtn {
        left: 8px;
        top: 30%;
    }
    .customPrevBtn {
        right: 8px;
        top: 30%;
    }
    .freq-ask-qus #accordion .card .card-header h5 a {
        font-size: 15px;
    }
    .body-content {
        padding: 0 0 30px 0 !important;
    }
    .fancybox-skin {
        margin-right: 15px;
    }
    .order_total_summary .order_total_summary_right a {
        padding: 15px 20px;
    }
    .plaque-product-slider .option-icons {
        bottom: 64px !important;
    }
    #plaque-product-slider .owl-nav.disabled+.owl-dots {
        margin-top: 50px;
    }
    .plaque-product-slider {
        min-height: 430px;
    }
    div#optionHTMLContainer .radio-container label{
        white-space: inherit;
    }
    div#optionHTMLContainer .product-option-box-content {
        padding: 0;
    }
    div#optionHTMLContainer .form-group {
        margin: 0;
    }
}

.product-descriptions *:not(h4){
    font-size: 14px;
    font-family: 'Poppins',sans-serif !important;
}
.frame-body form .form-group .input-group #potrait_session_email_inputspan {
    width: calc(100% - -80px);
}

/*new*/
.convocation-content.staff-checkout-page #payment_section {
    width: calc(100% - 30px);
    padding: 30px 15px;
    max-width: 100%;
}

/*START virtual graduation css*/
.bxslider-outer-vg{
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    position: relative;
    background: #fff;
    text-align: center;
}
.bxslider-outer-vg>.bx-wrapper img {
    width: 100%;
    display: block;
}
.bxslider-outer-vg>.bx-wrapper video {
    width: 100%;
}
.bxslider-outer-vg>.bx-wrapper{
    height: 400px;
}
.bxslider-outer-vg>.bx-wrapper .bx-controls-auto, .bxslider-outer-vg>.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -18px;
    width: 100%;
    left: 0;
}
.bxslider-outer-vg a{
    outline: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
.bxslider-outer-vg a{
    outline: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
/*END virtual graduation css*/

/*virtual-grad start*/
.virtual-graduation-boxb{
    /* background: url(../images/minify/university-image.jpg) no-repeat;*/
    width:1920px;
    height:1080px;
}

.virtual-graduation-box-up{
    padding:25px;
    width:100%;
    padding:30px 28px 25px 45px;
    width:1920px;
    height:1080px;
    max-width:100%;
    background-position: bottom right;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    */
    background-repeat:no-repeat;
}

.virtual-border-box{
    padding:0px;
    overflow: hidden;
}
.virtual-desc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    width: 1066px;
}
/*.virtual-desc p{
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto';
    text-align: center;
    font-style: italic;
    line-height:25px;
}
*/
.logo-part{
    margin-bottom: 40px !important;
    font-size: 25px;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}
.logo-part img{
    height: auto;
    max-width: 100%;
    max-height: auto;
}
.virtual-description{
    position:relative;
    z-index: 1;
    height:100%;
    max-height: 766px;
    margin-right:15px;
}
.title-des-box{
    padding: 40px;
    position:relative;
    z-index:99999;
}

.title-des-box span{
    /*font-size:45px;*/
    font-size:40px;
    font-family: 'Roboto', sans-serif !important;
    font-style: italic;
    font-weight:400;
    text-align: center;
    line-height:65px;
}

.title-des-box span.title-css{
    font-size:40px;
    font-weight:500;
    line-height:56px;
}

.title-des-box span:before {
    content:'\201C';
}

.title-des-box span:after {
    content:"\201D";
}

.title-des-box span:before,
.title-des-box span:after {
    display: inline;
    font-size:45px;
    color: #000;
    border: 0px solid black;
    padding: 0;
}
/*quatation end*/

.virtual-title-part{
    margin: 0 0 44px 0;
    text-transform:uppercase;
}
.virtual-title-part h3{
    text-align: left;
    padding:0;
    margin: 0 0 4px 0;
    text-transform: capitalize;
    font-size: 75px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif !important;
}

.virtual-title-part h4{
    font-size:50px;
    padding:0;
    margin:0;
    text-transform: capitalize;
    font-weight: 900;
    font-family: 'Roboto', sans-serif !important;
}

.virtual-title-part h3.title-css{
    font-size: 70px;
    font-weight: 500;
}

.virtual-title-part h4.title-css{
    font-size:45px;
    font-weight: 900;
}

.virtual-photo{
    width: 767px;
    height:955px;
    position:relative;
}
.virtual-photo:after {
    /*background: url(../images/minify/shadow-box.png) no-repeat;*/
    content: "";
    width: 795px;
    height: 828px;
    position: absolute;
    right: -91px;
    bottom: -19px;
}
.vir-left-box{
    /*padding-right:40px;*/
    padding-right: 6px;
    width: 1093px;
    overflow: hidden;
    max-height: 100%;
}

.virtual-border-box .row.align-items-stretch{overflow: hidden;}

.right-img-box{
    width:767px;
}

.virtual-photo img{
    width:100%;
    height:auto;
    object-fit:cover;
    position: absolute!important;
    top:0px!important;
    border: 10px solid #d0d0d0;
    max-height: 100%;
}

.photo-title h3{
    padding: 15px 0 0 0;
    text-align: center;
    text-transform: CAPITALIZE;
    font-size: 35px;
    /* text-shadow: 1px 1px #fff;*/
    font-weight: 900;
    font-family: 'Roboto';
}
.virtual-button{
    text-align:center;
    padding-top:60px;
    cursor:pointer;
}
.canbtn{
    margin-right:15px;
    padding: 9px 30px;
    cursor:pointer;
}
.canbtn:hover{
    background: #03648a; /* Old browsers */
    background: -moz-linear-gradient(left,  #03648a 0%, #2a94be 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #03648a 0%,#2a94be 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #03648a 0%,#2a94be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03648a', endColorstr='#2a94be',GradientType=1 ); /* IE6-9 */
    border:0px;
    color:#fff;
}
.virsubmitbtn{
    color:#fff;
    cursor:pointer;
}
.virtual-graduation-des .info_statement_text{
   /* min-height: 30px;
    font-size: 15px;*/
}
.virtual-graduation-des .info_statement_text .counter-text{
   /* position: absolute;
    right: 0;
    margin-top: -28px;
    */
}
/*virtual-grad end*/

.virtual-graduation-des h4 {
    font-size: 15px;
}
.virtual-graduation-des span {
    font-size: 15px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #07698f!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #d6d6d6!important;
}

.file-upload-text a{
    -webkit-appearance: none;
}
.virtual-graduation-des textarea{
    border: 2px solid #d9dbe0;
}

/*virtual-grad end*/


/*modal box css start*/
.virtual-gd-modal{
    padding-right: 17px;
    /*z-index: 10101010;*/
}
.modal.virtual-gd-modal .modal-dialog{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-20%);
    /*z-index: 10101010;*/
    width: 733px;
    height: 500px;
    margin-bottom:25px;
}
.modal.virtual-gd-modal .modal-dialog .modal-content .modal-body {
    padding: 20px 44px;
}
.virtual-gd-modal .modal-header{
    border-bottom: 0px solid #e9ecef;
}
.virtual-gd-modal .modal-body {
    background: #fff;
    border: 2px solid #e3e3e3;
}
.virtual-gd-modal .modal-content{
    background-color:#F7F7F7;
    padding: 15px 15px 30px 15px;
}

/*.virtual-gd-modal .modal-dialog .modal-body {*/
/*overflow: auto;*/
/*min-height: 552px;*/
/*!*max-height: 603px;*!*/
/*max-height: 633px;*/
/*}*/
.virtual-gd-modal .modal-dialog .modal-body {
    max-height: 75vh;
    overflow: hidden;
    overflow-y: auto;
    min-height: auto;
}
.virtual-gd-modal .btn-crop{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a94be+0,03648a+100 */
    background: #2a94be; /* Old browsers */
    background: -moz-linear-gradient(left,  #2a94be 0%, #03648a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2a94be 0%,#03648a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2a94be 0%,#03648a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a94be', endColorstr='#03648a',GradientType=1 ); /* IE6-9 */
    border:0px;
    padding: 11px 30px;
    min-width: 186px;
    height: 48px!important;
}

.virtual-gd-modal .btn-crop:hover{
    background: #03648a; /* Old browsers */
    background: -moz-linear-gradient(left,  #03648a 0%, #2a94be 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #03648a 0%,#2a94be 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #03648a 0%,#2a94be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03648a', endColorstr='#2a94be',GradientType=1 ); /* IE6-9 */
    border:0px;
}
.virtual-gd-modal .btn:not([disabled]):not(.disabled):active {
    background-color: #d0d0d0;
    /* border-color: #f5f5f5; */
    color:#fff;
}

.virtual-gd-modal #image-description p{
    margin:0px;
    padding:2px 0 0 0;
    color:#000000
}

.virtual-gd-modal .uploader-info {
    border-radius: 0;
    border: 2px dashed #97999d;
    position: relative;
    text-align: center;
    line-height: 20px;
    color: #0d77a1;
    padding: 12px 0;
}
.virtual-gd-modal .uploader-info span{
    margin-left:0px!important;
}
.virtual-gd-modal .croppie-container .cr-slider-wrap{
    width:100%;
}
.virtual-gd-modal .croppie-container{
    width:100%!important;
    margin-left: -20px;
}
.virtual-gd-modal .form-group .col-md-6{
    ebkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
}
.virtual-gd-modal .croppie-container .cr-slider-wrap {
    margin-top: 17px;
}
/*
.virtual-gd-modal .cr-boundary {
    margin-left: -16px;
}
*/

.virtual-gd-modal button.close{
    background: url(../images/close-btn.png) no-repeat !important;
    background-size: 15px !important;
    top: 10px !important;
}
.virtual-gd-modal button.close span{
    display:none!important;
}
.virtual-gd-modal .modal-title{
    color: #046286;
    font-weight: 500;
    font-size: 22px;
}
.virtual-gd-modal{
    margin-bottom: 35px
}
.virtual-graduation-des .bx-wrapper .bx-controls-direction a {
    z-index:1;
}
.virtual-graduation-des .right-graduation-booking-inner{
    padding:0px;
}
.virtual-graduation-des .product-descriptions {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
}
.virtual-graduation-des a, a:hover, a:focus, a:link, a:visited {
    outline: 0;
    -webkit-transition: all 0.0s ease 0s;
    transition: all 0.0s ease 0s;
}
.virtual-graduation-des .bxslider-outer-vg > .bx-wrapper video {
    width: 100%;
    height: 384px;
    background-color: #000;
}

.virtual-graduation-des .product-relative-attr, .product-main-attr {
    margin: 20px 0;
}
.virtual-graduation-des .add-to-cart-button-box {
    margin-top: 16px;
    max-width:98%;
}
.virtual-graduation-des .file-upload span{
    display:block;
}

/*us-virtual graduationstart*/
.description-content h4 {
    text-align: center;
    padding: 0 0 6px 0;
}
.us-virtual-graduation-des .mid-box{
    background-color: #F7F7F7;
    padding: 31px 45px 30px 45px;
    margin-bottom: 30px;
}
.us-virtual-graduation-des .col-sm-12{
    padding:0px;
}
.us-virtual-graduation-des .description-content h4 {
    text-align: center;
    padding: 0 0 6px 0;
    font-size: 20px;
}
.button-wrap-box{
    text-align:center;
    max-width:584px;
    margin:0 auto;
}
.us-virtual-graduation-des .right-graduation-booking-inner {
    background: #F7F7F7;
    padding: 20px 0px 1px 0px;
}
.us-virtual-graduation-des textarea{
    border: 2px solid #D9DBE0;
}
.virtual-graduation-des .file-upload span{
    display:block;
}
.virtual-graduation-des .file-upload {
    border-radius: 0;
    border: 2px dashed #97999d;
    position: relative;
    text-align: center;
    line-height: 20px;
    color: #0d77a1;
    padding: 12px 0px;
}
.virtual-graduation-des .product-options {
    padding: 15px 0 15px 0;
    margin-bottom: 0;
}
.us-virtual-graduation-des .left-graduation-booking-wrap {
    border-right: 0px solid #d0d0d0;
    padding-right: 32px;
}
.us-virtual-graduation .continue-btn-wrap{
    margin-top:20px;
}
.us-virtual-graduation-des h4{
    font-size: 15px
}
.us-virtual-graduation-des span{
    font-size: 15px;
}
.us-virtual-graduation-des .statement_area span{
    font-size: 15px;
}

.virtual-graduation-des .email-text {
    font-weight: bold;
}
/*.modal-content.portrait-content img {
    border: 2px solid #e3e3e3;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.31);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.31);
}
*/
.virtual-graduation-des .info_statement_text{
    min-height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    color: #212121;
    font-size: 13px;
    font-weight: 300;
    margin-top: -5px;
}
/*.us-virtual-graduation-des .info_statement_text .counter-text{}*/


/*us-virtual graduation end*/
.us-virtual-graduation .portrait-content .modal-body {
    overflow: hidden;
    min-height: 532px !important;
    max-height: 565px !important;
    padding: 20px 27px 20px;
}
.email-popup-model strong{
    color:#000;
    font-weight:bold;
}
.email-popup-model p {
    color: #9a9a9a;
    line-height: 18px;
    font-size: 14px;
    padding: 4px 0 0 0;
}

.form-control.degree-title-two {
    height: 100px!important;
    line-height: 28px!important;
}
.form-control.degree-title-one {
    height: 100px!important;
    line-height: 28px!important;
}

.email-popup-model.us-virtual-graduation .modal-content {
    padding: 1px 20px 10px 20px;
    border-radius: 0rem;
}

.modal-dialog.email-popup-model.view-popupimage.us-virtual-graduation .modal-body img {
    max-height: 380px;
    margin: 0 auto;
}

.virtual-description.color-white .virtual-title-part {
    padding-top: 106px;
}
.virtual-description.color-white *{
    color: #fff;
}

.virtual-graduation-des h4.provide-text{
    font-size: 15px;
    padding-top: 37px;
}
.loader_for_slide_generate{
    width:320px;
    background-color:#fff;
    padding:15px;
}

.portrait-content .modal-body {
    overflow: auto;
    min-height:589px!important;
    max-height:589px!important;
}

@media only screen and (max-width: 1600px) {
    .modal.virtual-gd-modal .modal-dialog{
        position: absolute;
        top: 4%;
        left: 50%;
        transform: translate(-50%,-4%);
        /*z-index: 10101010;*/
    }
    .virtual-gd-modal .modal-dialog .modal-content .modal-body {
        padding: 16px 50px;
    }
    .virtual-gd-modal .form-group .col-md-6 {
        margin-top: 8px;
    }
    .virtual-gd-modal .croppie-container .cr-slider-wrap {
        margin-top: 4px;
        margin-bottom: -8px;
    }
    .virtual-gd-modal .modal-content {
        padding: 1px 15px 30px 15px;
    }
    .virtual-gd-modal .uploader-info {
        line-height: 15px;
        padding: 10px 0;
    }
    .virtual-gd-modal .btn-crop {
        padding: 6px 30px;
        height: 36px!important;
        color:#fff;
    }
    .virtual-gd-modal .modal-dialog .modal-body {
        /*overflow: hidden;*/
        /*min-height: 483px;*/
        /*!*max-height: 500px;*!*/
        /*max-height: 543px;*/
    }
    .virtual-gd-modal.show {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .virtual-gd-modal button.close {
        margin-top: -6px;
    }
    .virtual-gd-modal .modal-title {
        font-size: 17px;
    }
    .virtual-gd-modal #image-description p{
        font-size:14px;
    }
    .virtual-gd-modal .form-group .col-md-6 {
        margin-bottom: 6px;
        margin-top: 0;
    }

    .virtual-gd-modal .croppie-container {
        margin-left: 0;
    }
    .virtual-gd-modal .croppie-container .cr-slider-wrap {
        margin-right: 0;
    }

}

@media only screen and (max-width: 1440px) {
    .virtual-graduation-des .bxslider-outer-vg>.bx-wrapper {
        height: 275px;
    }
    .virtual-graduation-des .bxslider-outer-vg > .bx-wrapper video {
        width: 100%;
        height: 275px;
    }
    .virtual-gd-modal .croppie-container {
        margin-left: -26px;
    }
}
@media only screen and (max-width: 767px) {
    .virtual-gd-modal .croppie-container {
        margin-left: 0px;
    }
    .virtual-gd-modal.show {
        overflow-x: auto;
        overflow-y: auto;
    }
    .virtual-title-part h3{
        margin: 0 0 28px 0;
    }
    .virtual-title-part h3.title-css{
        margin: 0 0 28px 0;
    }
    .uploaded-file-text {
        word-break: break-all;
    }
    .virtual-graduation-des .file-upload span {
        word-break: break-all;
    }
    .us-virtual-graduation .portrait-content .modal-body {
        overflow: hidden !important;
        min-height: auto !important;
        max-height: auto !important;
    }
    .modal-dialog.us-virtual-graduation .modal-content, .modal-dialog .modal-body {
        overflow: auto;
        min-height: auto;
        max-height: auto;
    }
    .virtual-gd-modal .modal-dialog .modal-content, .modal-dialog .modal-body {
        overflow: auto;
        min-height: 580px;
        max-height: 611px;
    }
    .virtual-gd-modal .modal-dialog .modal-body {
        /*overflow: hidden;*/
        /*min-height: 530px;*/
        /*max-height: 517px;*/
    }
    .modal.virtual-gd-modal .modal-dialog .modal-content .modal-body {
        padding: 20px 10px;
    }
    .croppie-container .cr-boundary {
        /*  height: 270px !important;
          width: 233px !important;*/
        margin: 0 auto;
    }
    .modal-dialog.email-popup-model.view-popupimage.us-virtual-graduation .modal-body img{
        max-height:350px;
    }
}

@media only screen and (max-width: 600px) {
    .modal-dialog.email-popup-model.view-popupimage.us-virtual-graduation .modal-body img{
        max-height:290px;
    }
}
@media only screen and (max-width: 480px) {
    .modal-dialog.email-popup-model.view-popupimage.us-virtual-graduation .modal-body img{
        max-height:162px;
    }
    /*.virtual-description {
        max-height: 120px;
    }*/
}

/*.croppie-container .cr-boundary {
    !*max-width: 100% !important;*!
}*/
/*responsive end*/
.info_awd1_text{
    position: relative;
}
.info_awd1_text .counter-text{
    position: absolute;
    right: 0;
    bottom: -22px;
    color: #212121;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 300;
}

@media only screen and (max-width: 1024px){
    .us-virtual-graduation-des .mid-box br{
        display: none;
    }
    .us-virtual-graduation-des .product-options .right-graduation-booking-wrap{
        margin-top: 0;
    }
}
@media only screen and (max-width: 600px){
    .info_awd1_text .input.text {
        margin-bottom: 25px !important;
    }
}
.info_awd1_text .input.textarea {
    margin-bottom: 25px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #07698f!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #d6d6d6!important;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 33;
}
.email-popup-model p.disclaimer-text{
    color: #555;
    padding: 13px 0;
    text-align: center;
    margin: 0;
}
.simple-uploader input{
    cursor: pointer;
}
/*.popup-rotate-wrap*/
.popup-rotate-wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.popup-rotate-wrap .rotate-text-vg{
    color: #000;
    font-size: 16px;
}
@media only screen and (max-width: 1600px){
    .popup-rotate-wrap .rotate-text-vg{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px){
    .popup-rotate-wrap .rotate-text-vg{
        width: 100%;
        word-break: break-word !important;
    }
}
@media only screen and (max-width: 767px){
    .virtual-gd-modal .modal-dialog .modal-content {
        padding: 0 0 21px 0 !important;
    }
}
.popup-rotate-wrap button {
    padding: 0;
    border: 0;
    background: no-repeat;
    box-shadow: 0 0 0 0;
    margin: 0 0 0 13px;
    line-height: 14px;
    cursor: pointer;
}



.croppie-container canvas.cr-image{
    background: inherit;
    /*max-height: 100%;*/
    /*transform: none !important;*/
    /*transform-origin: unset !important;*/
}


/*Video Details page*/
#virtual_graduation_sahre{
    width: 740px;
    max-width: 100%;
    margin: 30px auto;
}
.share-video-wrap {
    position: relative;
    width: 740px;
    max-width: 100%;
    margin: 0 auto;
}
.video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #E3E3E3;
    box-shadow: 10px 10px 20px #909090;
}
.video:focus {
    outline: 0;
    border: 0;
}
.share-video-wrap img{
    position: absolute;
    width: 100%;
    height: 98%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 222;
}
.playpause {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #222d38;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    border: 10px solid rgba(255, 255, 255, 0.6);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
}
.playpause:before {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    font-size: 22px;
    visibility: visible;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border-color: transparent #fff transparent #fff;
    border-width: 10px 0px 10px 13px;
    border-style: solid;
    content: "";
}

.download-links{
    margin: 50px 50px 30px;
}
.download-links span {
    padding-right: 16px;
}
.download-links a {
    display: inline-block;
    margin: 0 15px;
    text-decoration: underline;
}

.video-share-links {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 0 30px 50px;
}
.video-share-links ul {
    list-style-type: none;
    padding: 10px 0 0 70px;
    margin: 0;
}
.video-share-links ul li {
    display: inline-block;
    margin: 0 17px 0 0;
    width: 61px;
    text-align: center;
}
.video-share-links a {
    color: #666;
    font-size: 13px;
    font-weight: 300;
}
.video-share-links ul li a span {
    display: block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    border: 2px solid #3B5998;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    line-height: 29px;
}
.video-share-links svg {
    height: 18px;
    width: auto;
}
@media only screen and (max-width: 991px){
    .download-links {
        margin: 30px 0 30px;
    }
    .video-share-links {
        margin: 0 0 30px 0;
    }
    .download-links span {

    }
    .download-links a {
        margin: 8px 20px 0 0;
    }
    .video-share-links span{
        width: 100%;
    }
    .video-share-links {
        margin: 0 0 30px 0;
    }
    .video-share-links ul {
        padding: 10px 0 0 0;
    }
    .video-share-links ul li {
        display: inline-block;
        margin: 10px 15px 10px 0;
        min-width: 63px;
        text-align: center;
    }
}

.video-share-links li.facebook svg path{
    fill: #3B5998;
}
.video-share-links li.linkedin span,
.video-share-links li.linkedin svg path{
    border-color: #0C7EB9;
    fill: #0C7EB9;
}
.video-share-links li.email span,
.video-share-links li.email svg path{
    border-color: #2895C1;
    fill: #2895C1;
}
.video-share-links li.tweet span,
.video-share-links li.tweet svg path{
    border-color: #1DA1F2;
    fill: #1DA1F2;
}
.video-share-links li.pinterest span,
.video-share-links li.pinterest svg path{
    border-color: #CC2127;
    fill: #CC2127;
}
.video-share-links li.messngr span,
.video-share-links li.messngr svg path{
    border-color: #0084FF;
    fill: #0084FF;
}
.video-share-links li.instagram span,
.video-share-links li.instagram svg path{
    border-color: #000;
    fill: #000;
}









/*==Reza====*/
.custom-radio2,
.custom-checkbox2{
  vertical-align: middle;
}

.custom-radio2 input,
.custom-checkbox2 input{
  position: absolute;
  visibility: hidden;
}

.custom-radio2 i,
.custom-checkbox2 i{
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  color: #000;
  font-size: 16px;
  font-weight:400;
  font-style: normal;
  position: relative;
  margin: 0;
  min-height: 20px;
  min-width: 20px;
}

.custom-radio2 i:before,
.custom-checkbox2 i:before{
  -moz-transition: border 200ms;
  -o-transition: border 200ms;
  -webkit-transition: border 200ms;
  transition: border 200ms;
  content: '';
}

.custom-radio2 input:checked + i:before,
.custom-checkbox2 input:checked + i:before{
  background-color: #0d77a1;
  border-color: #0d77a1;
  color: #ffffff;
  content: "\f168";
}

.custom-radio2 i,
.custom-checkbox2 i {
  padding-left: 30px;
  cursor: pointer;
}

.custom-radio2 i:before,
.custom-checkbox2 i:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  -moz-transition: border 200ms;
  -o-transition: border 200ms;
  -webkit-transition: border 200ms;
  transition: border 200ms;
  background-color: #ffffff;
  border: 2px solid #bcbdc1;
  content: '';
  font-family: 'Flaticon';
  border-radius: 0!important;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
}
.custom-checkbox2 i:before{
  width: 19.53px;
  height: 19px;
}
.custom-radio2 i:before{
  background: url(../images/radio-btn.png) no-repeat right 0;
  width: 21px;
  height: 21px;
  border: 0px solid #bcbdc1;
}
.custom-radio2 input:checked + i:before{
  content: '';
  background: url(../images/radio-icon.png) no-repeat right 0;
  width: 21px;
  height: 21px;
  position: absolute;
}

.custom-radio2 i:hover:before,
.custom-checkbox2 i:hover:before {
  border-color: #0d77a1;
}

.custom-radio2.right i,
.custom-checkbox2.right i {
  padding-left: 0;
  padding-right: 30px;
}

.custom-radio2.right i:before,
.custom-checkbox2.right i:before {
  left: auto;
  right: 0;
}

.custom-radio2 i:before{
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.custom-checkbox2 i:before{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.builder-element{padding-bottom:18px;}
.form-builder-html{width:100%}


.form-builder-html.column-two {
    width: inherit;
}
.form-builder-html.column-two .row{
    width: 50%;
    max-width: 50%;
    margin: 0;
}
@media (max-width: 480px){
    .form-builder-html.column-two .row{
        width: 100%;
        max-width: 100%;
    }
}
label.error.valid{
    display: none !important;
}

.quantity-sub-box{
    background: #fff;
    padding: 10px;
    border: 1px solid #d0d0d0d0;
}

.product-option-item-sub {
    border-bottom: 2px solid #E7E7E7;
    padding: 15px;
    border-top: 0px;
}

.product-option-item-sub-sub {
    padding: 10px;
    border-top: 0px;
}
.select-covid-disclaimer{
    width:84px;
    margin-left:10px;
    float: right;
    margin-top: -10px;
}

.select-covid-disclaimer-checkbox{
    width:84px;
    margin-left:10px;
    float: right;
    margin-top: 7px;
}

.product-option-item-sub2 {
    border-bottom: 0px solid #E7E7E7;
    padding: 20px 15px 15px 15px;
    border-top: 0px;
}

.graduation-program-wrapper .graduation-program-content-header.black,
.graduation-program-wrapper .graduation-program-content-header.du-blue{
    background: #000 !important;
}

.graduation-program-wrapper .graduation-program-content-header.nmt-blue{
    background: #0c2753 !important;
}
.graduation-program-wrapper .graduation-program-content-header.uscb-blue {
    background: #011E41 !important;
}
.graduation-program-wrapper .graduation-program-content-header.nwacc-green {
    background: #284E36 !important;
}
.graduation-program-wrapper .graduation-program-content-header.aspen-blue {
    background: #272D6B !important;
}
.graduation-program-wrapper .graduation-program-content-header.purdue-blue {
    background: #899fba !important;
}

@media (max-width: 991px){
    .graduation-program-content-header .sub-div img{
        max-width: 240px;
    }
}
@media (max-width: 767px){
    .graduation-program-content-header{
        gap: 17px;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .graduation-program-content-header .sub-div{
        width: 100% !important;
        text-align: center;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .graduation-program-content-header .sub-div img{
        max-width: 240px;
    }
    .graduation-header-title{
        text-align: center;
    }
    .accordion {
        height: auto !important;
        text-align: center !important;
    }
    .modal-header button#close-btn {
        display: block !important;
        position: relative !important;
        top: 0 !important;
        text-align: right;
        width: 100%;
    }
    .modal-header button#close-btn svg path{
        fill: #000 !important;
    }
    .modal-content.nwacc .modal-header button#close-btn svg path{
        fill: #FFF !important;
    }
    .modal-border-padding{
        border: unset !important;
    }
}
a#buyAPrintCopy.uscb-blue{
    font-weight: 600;
    text-decoration: underline;
    color: #52d6f1;
}
p.student-awards.uscb[class*='awdptx1-'],
p.student-awards.uscb[class*='awdptx2-']{
    margin-bottom: 0;
}

p.student-awards.uscb[class*='awdptx3-']{
    margin-top: 1.2rem;
}
p.student-awards.uscb.awdptx3-4 {
    font-style: italic;
}
.modal-content .modal-header .btn svg path {
    fill: #000;
}
