/* SITE AND ADMIN COMMON CSS */
.left {
    float: left !important;
}

.right {
    float: right !important;
}

.none {
    float: none
}

.clear {
    clear: both;
}

.center_align {
    text-align: center;
}

.left_align {
    text-align: left !important;
}

.right_align {
    text-align: right;
}

.middle_align {
    vertical-align: middle;
}

.paddingzero {
    padding: 0px;
}

.paddingrightzero {
    padding-right: 0px;
}

.header_margin {
    margin: 20px 0px;
}

.margin_10 {
    margin: 10px 0px;
}

.margin_btm_10 {
    margin-bottom: 10px;
}

.margin-btm-50 {
    margin-bottom: 50px !important;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin-250 {
    margin: 250px 0px 0px;
}

.margin-280 {
    margin: 280px 0px 0px;
}

.margin-minus100 {
    margin: -100px 0px 0px;
}

.margin-minus250 {
    margin: -230px 0px 0px;
}

.width-100 {
    width: 100px !important;
}

.brdr_btm {
    border-bottom: 1px solid #dce0e0;
    padding: 15px 0 !important;
    clear: both;
}

.bold {
    font-weight: 600;
}

.strong {
    font-weight: 700;
}

.readmore {
    font-weight: 700;
    font-size: 17px;
}

.check_mark::after {
    content: "\f046";
    font-family: FontAwesome;
    color: green;
    font-size: 20px;
}

.un_check_mark::after {
    content: "\f2d4";
    font-family: FontAwesome;
    color: red;
    font-size: 20px;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.white_bg {
    background: #fff;
}

.white_clr {
    color: #fff;
}

.green_bg {
    background: #097b09;
}

.green_clr {
    color: #097b09;
}

.red_bg {
    background: #F00;
}

.red_clr {
    color: #F00;
}

.blue_bg {
    background: #2874f0;
}

.blue_clr {
    color: #2874f0;
}

.display_flex,
.display-flex {
    display: flex;
}

.display_inline_block {
    display: inline-block;
}

.display_block {
    display: block;
}

.display_inline {
    display: inline !important;
}

.max-width-800 {
    max-width: 800px;
    margin: 0px auto;
}

.max-width-600 {
    max-width: 600px;
    margin: 0px auto;
}

.max-width-450 {
    max-width: 450px;
    margin: 0px auto;
}

.fullwidth {
    width: 100% !important;
}

/* Amigo loader start */
.amigo-preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.amigo-preloader-inner {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
    width: 150px;
    height: 150px;
    background: url("../images/logo/masterclass-icon.png") no-repeat scroll left center;
    background-size: contain;
}

.amigo-loader img {
    width: 50px
}

.bg-white {
    background: #ffffff;
}

.bg-white-o {
    background: #ffffff82;
}

/*Overlay */
.overlay:hover {
    opacity: .15;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 400ms linear;
}

.black-overlay {
    background: #000;
}

/*BG color*/
.bg-white {
    background-color: #fff !important;
}

/*.bg-green {
    background-color: #fff !important;
}
.bg-red {
    background-color: #fff !important;
}*/

/* Position */
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-static {
    position: static;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.amigo-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.circle-profile {
    width: 64px;
    height: auto;
    border-radius: 50%;
}

.thumb {
    width: 25%;
}

.amigo_btn {
    background: #E31625;
    border: none !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    text-decoration: none;
    text-align: center;
    outline: none;
    line-height: normal;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 3px;
    width: auto;
    transition: box-shadow 0.2s ease 0s;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
    display: inline-block;
    text-transform: capitalize;
}

.amigo_btn:hover {
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px !important;
    transition: .3s;
    transform: translateY(-3px);
    background: #78B042;

}

.blue_btn {
    background: #0575bd !important;
}

.blue_btn:hover {
    background: #074871 !important
}

/*Popup*/
.modal-open {
    overflow-y: scroll !important;
    padding: 0px !important;
}

.my_model_popup {
    background: rgba(0, 0, 0, 0.65) !important;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}

.my_model_popup .close {
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    position: absolute;
    top: 0;
    text-shadow: none;
    right: 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    box-shadow: inset 0px 0px 0px 100px #fff;
    transform: translate(50%, -50%);
    color: #000;
}

.my_model_popup .close:hover {
    box-shadow: inset 0px 0px 0px 100px #fff !important;
    color: #000 !important;
}

.my_model_popup .modal-dialog {
    /*padding: 0px 50px;*/
    max-width: 500px;

}

.myModal_billingaddress .popup_tab_content {
    overflow: initial;
}

.popup_tab_content {
    padding: 15px 35px 16px;
    overflow: hidden;
}

#myModal_contact {
     position: fixed;
    top: auto;
    width: 380px;
    background: none !important;
    overflow: hidden;
    padding: 0px 20px;
    /* opacity: 1; */
    /* display: inline-block;*/
}

#myModal_contact .modal-dialog {
    width: auto;
    padding: 0px;
}

#myModal_contact .popup_tab_content {
    padding: 15px 15px 16px;
    color: #fff;
}

#myModal_contact h3,
#myModal_contact h2,
#myModal_contact p,
#myModal_contact label,
#myModal_contact h4 {
    color: #000;
}

#myModal_contact .modal-content {
    background: #fff;
    border: none;
}



#myModal_contact .pno_prefix {
    border-color: #000 !important;
    background: #000 !important;
}

.right_split .amigo_btn {
    margin: 20px 0px;
}

.form_grid_12 .frm_submit {
    text-align: center;
}

.check_radio_con {
    display: inline-flex;
    padding-right: 20px;
}

.check_radio_con label {
    padding: 2px;
}

.amigo_field_con {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20px;
    padding: 3px 0px;
}

.amigo_field_con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    height: 20px;
    width: 20px;
}

.amigo_mark {
    position: absolute;
    top: auto;
    left: auto;
    height: 18px;
    width: 18px;
    border: 2px solid #7e8993;
    border-radius: 4px;
}

.amigo_circle_mark {
    border-radius: 100%;
}

.amigo_field_con input:checked~.amigo_mark {
    background-color: #fff;
    border: 2px solid #1AA85C;
}

.amigo_mark:after {
    content: "";
    position: absolute;
    display: none;
}

.amigo_field_con input:checked~.amigo_mark:after {
    display: block;
}

.amigo_circle_mark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1AA85C;
}

.amigo_tick_mark:after {
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    background: #fff;
    border: solid #1AA85C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tick_image {
    position: relative;
    width: 20px;
    height: 18px;
    background-color: transparent;
    border: 1.4px solid #c2c2c2;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0px 10px 0px 0px;
}

.tick_image:before {
    position: absolute;
    content: '';
    left: 7px;
    top: 2px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.selected .tick_image {
    border: 2px solid #1AA85C;
}

.selected .tick_image:before {
    top: -1px;
    left: 6px;
    width: 5px;
    height: 14px;
    background: #fff;
    border: solid #1AA85C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxActive input:checked~.amigo_mark {
    border: 2px solid #7e8993 !important;
}

.checkboxActive .amigo_tick_mark:after {
    border: none !important;
}

.mceEditor_con {
    overflow: auto;
}

.req {
    color: red;
    padding: 2px;
}

.amigo_note {
    font-size: 13px;
    color: red;
}

/* All alert messages start*/
.errorContainer {
    text-align: center;
    width: 100%;
    color: #fff;
}

#message-green {
    background: #00a65a;
}

#message-red {
    background: #dd4b39;
}

#message-green,
#message-red,
.prod_notifi {
    position: fixed;
    z-index: 99999;
    max-width: 500px !important;
    margin: 5px auto !important;
    right: 0;
    top: 0;
    left: 0;
}

#message-green>p,
.errorContainer>p,
#validationErr>p {
    margin: 0;
    padding: 20px 0px 20px 3%;
    text-align: center;
    background-size: 20px !important;
}

/*#message-green span, .prod_notifi .green {
    background: url("../images/check.png") no-repeat scroll left center;
    background-size: 27px;
    border-radius: 3px;
    display: block;
}
#message-red > p, .prod_notifi .red {
    background: url("../images/cross.png") no-repeat scroll 50px center;
    background-size: 27px;
    border-radius: 3px;
    display: block;
}*/
#message-green span,
.prod_notifi span.green {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

#message-red span,
.prod_notifi span.red {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

#message {
    margin: 10px auto;
    border: 6px solid #222;
    width: 240px;
    height: 40px;
    background: #0D0D0D;
    font-size: 1.3em;
    line-height: 2em;
    color: #FC4;
}

.amigo-close-empty {
    color: #fff;
    font-size: 20px;
    float: right;
    padding-right: 10px;
    cursor: pointer;
}

#suscribeemailErr,
#SpecialErr {
    background: #fce7e7 none repeat scroll 0 0;
    border: 1px solid #b00;
    color: #b00;
    padding: 5px;
    text-align: left;
    font-size: 13px;
    display: none;
}

#confirmOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../images/confirm/ie.png');
    background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
    z-index: 100000;
}

#confirmBox {
    background: #e0dede;
    background: -moz-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e0dede), color-stop(60%, #dddddd), color-stop(51%, #e5e5e5), color-stop(100%, #e5e0e0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%);
    /* IE10+ */
    background: linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0dede', endColorstr='#e5e0e0', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
    -webkit-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    width: 460px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -230px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#confirmBox h3 {
    font-size: 16px;
    padding: 10px 15px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    -moz-box-shadow:
        0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow:
        0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    margin: 0px;
    color: #fff;
    text-shadow:
        0px -1px 0px rgba(000, 000, 000, 1), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

#confirmBox p {
    font-size: 13px;
    padding: 15px;
    margin: 0px;
}

#confirmButtons {
    padding: 15px;
    text-align: center;
}

#confirmButtons .button {
    margin: 5px;
    font-size: 14px;
    font-weight: 500;
}

.error {
    color: #D0021B;
    font-size: 11px;
}

.form-control.error {
    border: 1px solid red;
}

/*label.error {
    position: absolute;
}*/
.field-row {
    margin: 10px 0px;
}

.redFont,
.error_notification {
    color: #D0021B;
    display: inline-block;
    font-size: 11px;
    margin: 3px;
}

.required_field {
    color: #F00;
}

.notify {
    font-size: 12px;
    color: green;
    font-weight: 500;
}


/* Action buttons start */
.btn_30_light,
.btn_30_dark,
.btn_30_orange,
.btn_30_red {
    display: inline-block;
    position: relative;
    margin: 4px 6px 0px;
}

.btn_30_light a {
    border: #0084bc 1px solid;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 29px;
    text-align: center;
    color: #FFF;
    padding: 5px 10px;
    background: #074369;
}

.btn_30_light a:hover,
.btn_30_light a:focus {
    background: #51791B;
    color: #FFF !important;
}

.btn_30_light a:active {
    box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.2), inset 0 1px 1px -1px #fff;
    -moz-box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.2), inset 0 1px 1px -1px #fff;
    -webkit-box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.2), inset 0 1px 1px -1px #fff;
}

.btn_30_light span {
    display: inline-block;
    float: left;
}

.btn_30_light .btn_link {
    margin-left: 5px;
    line-height: 20px;
    float: left;
    margin-right: 3px;
    border-left: #0084bc 1px solid;
    padding-left: 6px;
}

.btn_30_light .icon {
    height: 12px;
    width: 15px;
    margin-top: 4px;
    background: url(../images/tick.png) no-repeat !important;
}

.blue_d {
    background: #074369;
    background: -moz-linear-gradient(top, #074369 0%, #0853a1 50%, #064492 51%, #02286e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #074369), color-stop(50%, #0853a1), color-stop(51%, #064492), color-stop(100%, #02286e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #074369 0%, #0853a1 50%, #064492 51%, #02286e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #074369 0%, #0853a1 50%, #064492 51%, #02286e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #074369 0%, #0853a1 50%, #064492 51%, #02286e 100%);
    /* IE10+ */
    background: linear-gradient(top, #074369 0%, #0853a1 50%, #064492 51%, #02286e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#074369', endColorstr='#02286e', GradientType=0);
    /* IE6-8 */
}

.btn_30_red a {
    height: 30px;
    border: #05447F 1px solid;
    display: inline-block;
    box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.8), inset 0 1px 1px -1px #fff;
    -moz-box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.8), inset 0 1px 1px -1px #fff;
    -webkit-box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.8), inset 0 1px 1px -1px #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow:
        0px -1px 0px rgba(000, 000, 000, .5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    line-height: 29px;
    text-align: center;
    color: #fff;
    padding: 0 5px;
}

.btn_30_red a.yes {
    background: rgb(10, 116, 17);
    background: linear-gradient(180deg, rgba(10, 116, 17, 1) 10%, rgba(36, 210, 45, 1) 47%, rgba(10, 116, 17, 1) 100%);
}

.btn_30_red a.yes:hover {
    box-shadow:
        0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
    -moz-box-shadow:
        0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
    -webkit-box-shadow:
        0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
    background: rgb(10, 116, 17);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: rgb(10, 116, 17);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

}

.btn_30_red a.yes:active {
    box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
    -moz-box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
    -webkit-box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
}

.btn_30_red a.no {
    background: linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
    background: -moz-linear-gradient(top, linear-gradient(270deg, #0071C1 0%, #0095FE 100%) 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, linear-gradient(270deg, #0071C1 0%, #0095FE 100%)), color-stop(50%, #cc4613), color-stop(51%, #b23a0d), color-stop(100%, #a4360c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, linear-gradient(270deg, #0071C1 0%, #0095FE 100%) 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, linear-gradient(270deg, #0071C1 0%, #0095FE 100%) 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, linear-gradient(270deg, #0071C1 0%, #0095FE 100%) 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%);
    /* IE10+ */
    background: linear-gradient(top, linear-gradient(270deg, #0071C1 0%, #0095FE 100%) 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='linear-gradient(270deg, #0071C1 0%, #0095FE 100%)', endColorstr='#a4360c', GradientType=0);
    /* IE6-8 */
}

.btn_30_red a.no:hover {
    box-shadow:
        0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
    -moz-box-shadow:
        0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
    -webkit-box-shadow:
        0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
    background: #45484d;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: #074369;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

}

.btn_30_red a.no:active {
    box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
    -moz-box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
    -webkit-box-shadow:
        0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
}

.btn_30_red span {
    display: inline-block;
    float: left;
}

.btn_30_red .btn_link {
    margin-left: 1px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    border-left: #05447F 1px solid;
    padding-left: 6px;
    box-shadow:
        1px 0 0px rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow:
        1px 0 0px rgba(255, 255, 255, 0.4) inset;
    -webkit-box-shadow:
        1px 0 0px rgba(255, 255, 255, 0.4) inset;
}

.btn_30_red .icon {
    height: 20px;
    width: 20px;
    margin-top: 8px;
    background: url(../images/sprite-icons/icons-color.png) no-repeat;
}

.action-icons {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 400;
    padding: 4px 7px 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px font-size: 12px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid transparent;
}

.action-icons:hover,
.action-icons:active,
.action-icons:focus {
    color: #fff;
}

.c-edit {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.c-edit:hover {
    background-color: #286090;
    border-color: #204d74;
}

.c-delete {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.c-delete:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

.c-view {
    background-color: #1da324;
    border-color: #1da324;
}

.c-view:hover {
    background-color: #0f864a;
    border-color: #0f864a;
}

.c-active {
    background-color: #1da324;
    border-color: #1da324;
}

.c-active:hover {
    background-color: #0f864a;
    border-color: #0f864a;
}

.c-inactive {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.c-inactive:hover {
    background-color: #ec971f;
    border-color: #d58512;
}

/* Action buttons end */
/* Owl carousel slider start*/
.banner_slider {
    overflow: hidden;
}

.owl-carousel {
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.banner_slider .item img {
    width: 100%;
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/*.owl-controls
{
    display: none !important;
}
.owl-carousel:hover .owl-controls
{
    display: block !important;
}*/
.owl-controls {
    display: inline-block;
}

.owl-buttons {
    display: inline-flex;
}

.owl-theme .owl-controls .owl-buttons div {
    height: 43px;
    width: 42px;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    background:none;
    color:#E31625;
    padding: 0px;
    border-radius: 50% !important;
    margin-left: 20px;
    border: 1px solid #E31625;
}

.owl-prev {
    font-size: 0px !important;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    border-radius: 0 4px 4px 0 !important;
    padding: 18px 0px;
    margin: 0px auto !important;
    transition: box-shadow 0.2s ease 0s;
    /*left: -40px;*/
    float: left;
}

.owl-next {

    font-size: 0px !important;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    border-radius: 4px 0px 0px 4px !important;
    padding: 18px 0px;
    /*margin: 0px auto !important;
    right: -40px;
    float: right;*/
}

.owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 500;
}

.owl-next:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 500;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.3);
    opacity: 1;
}

/* Owl carousel slider end*/


/*Banner Slider Start*/
.home-slider .item>img,
.home-slider .item img {
    width: 100%;
}

.banner-caption {
    position: absolute;
    padding: 5px;
    max-width: 850px;
    top: 53%;
    left: 7%;
    -ms-transform: translate(-4%, -50%);
    transform: translate(-4%, -50%);
}

.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5 {
    color: #fff;
    font-weight: 600;
}

.home-slider .banner-caption h1,
.home-slider .banner-caption h2,
.home-slider .banner-caption h3,
.home-slider .banner-caption h4,
.home-slider .banner-caption h5,
.home-slider .banner-caption p {
    color: #fff;
}

.banner-caption h1.banner-title {
    font-size: 32px;
    margin: 0px 0px 20px;
    font-weight: 700;
}

.banner-caption h2.banner-title {
    font-size: 20px;
    margin: 0px 0px 20px;
    color: #fff;
}

.banner-caption p {
    color: #fff;
    margin: 0px 0px 20px;
}

.banner-btn:hover {
    transition: .3s;
    transform: translateY(-3px);
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
}

.banner-section a.white_bg,
.banner-section a.white_bg:hover {
    background: #fff !important;
    color: #1b2336 !important;
}

.admission-con-banner span.ad-ban-span {
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
    color: #dee8ed;
}

.about-us-banner-section-title {
    color: #FDC800 !important;

}

.about-us-banner-section-p {
    color: #050b10 !important;

}

/*Banner Slider End*/

/*Tab Start*/
.ad-alert-tab-content ul.tabs {
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    background: #f9f9f9;
    display: inline-flex;
}

.long-list ul {
    margin-top: 10px;
}

/*.ad-alert-tab-content li a
{
    text-align: center;
    padding: 12px 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-top: 3px solid #f9f9f9;
    color: #415674;
    margin-right: 6px;
}
.ad-alert-tab-content li a:hover, .ad-alert-tab-content li a:active, .ad-alert-tab-content li a.current
{
    color: linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
    border-top: 3px solid linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
}*/
/*.admission-alerts-tab-details td:nth-child(even)
{
    background: linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
}*/
/*.admission-alerts-tab-details tr:nth-child(odd) {
    background: linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
    color: #fff;
}

.admission-alerts-tab-details tr:nth-child(odd), .admission-alerts-tab-details tr:nth-child(odd) p {
    background: linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
    color: #fff;
}*/
.admission-alerts-tab-details th,
.admission-alerts-tab-details td {
    border: 1px solid #212121;
    padding: 5px;
    font-size: 14px;
}

.admission-alerts-tab-details table {
    width: 100%;
}

.admission-alerts-tab-details h1,
.admission-alerts-tab-details h2,
.admission-alerts-tab-details h3,
.admission-alerts-tab-details h4,
.admission-alerts-tab-details h5 {
    padding: 10px 0px 3px;
}

.admission-alerts-tab-details h5 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.admission-alerts-tab-details h4 {
    font-size: 18px;
}

.admission-alerts-tab-details h3 {
    font-size: 20px;
}

.admission-alerts-tab-details h2 {
    font-size: 22px;
}

.admission-alerts-tab-details h1 {
    font-size: 24px;
}

.admission-alerts-detail .ser-right-box .featured-image img {
    padding: 40px 0px 0px;
}

h3.ad-alert-tab-head {
    font-size: 30px;
    padding: 20px 0px 15px;
}



.ad-alert-tab-con {
    background: #fff;
}

.ad-alert-tab-con .ad-alert-tabs {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
}


/* .liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
} */

.ad-alert-tabs>li.active>a,
.ad-alert-tabs>li.active>a:hover,
.ad-alert-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one {
    color: rgb(34, 194, 34);
    border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
    border: 2px solid linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
}

span.round-tabs.six {
    color: #007aff;
    border: 2px solid #007aff;
}

li.active span.round-tabs.six {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #007aff;
}

span.round-tabs.seven {
    color: #1a1e5d;
    border: 2px solid #1a1e5d;
}

li.active span.round-tabs.seven {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #1a1e5d;
}

span.round-tabs.eight {
    color: #27C7CF;
    border: 2px solid #27C7CF;
}

li.active span.round-tabs.eight {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #27C7CF;
}

span.round-tabs.nine {
    color: #FF6D34;
    border: 2px solid #FF6D34;
}

li.active span.round-tabs.nine {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #FF6D34;
}

span.round-tabs.ten {
    color: #90D181;
    border: 2px solid #90D181;
}

li.active span.round-tabs.ten {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #90D181;
}

span.round-tabs.eleven {
    color: #581e1e;
    border: 2px solid #581e1e;
}

li.active span.round-tabs.eleven {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #581e1e;
}

span.round-tabs.twelve {
    color: #1972b9;
    border: 2px solid #1972b9;
}

li.active span.round-tabs.twelve {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #1972b9;
}


.ad-alert-tabs>li.active>a span.round-tabs {
    background: #fafafa;
}

.ad-alert-tabs>li {
    width: 10%;
    float: left;
    min-height: 135px;
}

/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.ad-alert-tabs>li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;

}

.ad-alert-tabs>li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;

}

.ad-alert-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.ad-alert-tabs>li a:hover {
    background: transparent;
}


.tab-pane {
    position: relative;
    padding-top: 50px;
}

.ad-alert-tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green {
    background-color: #5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}


/**Preparatory hub*/

.ph_cat_sec {
    width: 100%;
    height: 300px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    background-color: #0071c1;
}

.ph_cat_sec .thumbnail {
    overflow: hidden;
    height: 300px;
    position: relative;
    opacity: 0.88;
    backface-visibility: hidden;
    transition: all 0.4s ease-out;
}

.ph_cat_sec .thumbnail img {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ph_cat_sec .thumbnail span {
    position: absolute;
    z-index: 2;
    top: calc(150px - 20px);
    left: 0;
    right: 0;
    background: #0071c1;
    padding: 10px 50px;
    margin: 0 45px;
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: 300;
}

.ph_cat_sec .thumbnail:hover {
    backface-visibility: hidden;
    transform: scale(1.15, 1.15);
    opacity: 1;
}

.ph_cat_sec .thumbnail:hover span {
    opacity: 0;
}


.ph-card {
    /* background: #f7f7f7; */
    margin-bottom: 10px;
    padding: 5px 10px;
    /* border-bottom: 5px solid #0072cb; */
    cursor: pointer;
}

.ph-card h5 {
    font-size: 24px;

}


.ph-page-title {
    margin-bottom: 20px;
}

.ph-option-input {
    cursor: pointer;
}

.ph-submit-btn {
    background: linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF !important;
    border-radius: 2px;
    border: none !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin: 20px 0px 5px;
    padding: 20px;
    transition: box-shadow 0.2s ease 0s;
    vertical-align: super;
}

.checkmark {
    position: absolute;
    left: -4px;
    bottom: 35px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    pointer-events: none;
    margin-left: 20px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.ph-option-input:checked~.checkmark {
    background-color: #2196F3;
}

.ph-option-input:checked~.checkmark:after {
    display: block;
}


.ph-option-input-text {
    font-size: 20px;
    text-transform: capitalize;
    padding: 5px 15px;
    cursor: pointer;
    margin: 2px 0px;
}

.ph-option-sec {
    padding: 5px 7px 4px;
    border: 1px solid #ddd;
}

.ph-option {
    padding: 10px;
}

.ph-question-sec {
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.ph-question-title {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 18px;
}

.label-ph-question {
    background: #026fcc;


}

/* .ph-option-sec input,
label {
    font-size: 15px !important;
} */

.ph-option-sec .checkmark {
    top: 17px;
    margin-top: 2px;
}


/**Preparatory hub*/



@media(max-width : 585px) {

    .ad-alert-tab-con {
        height: auto !important;
    }

    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .ad-alert-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .ad-alert-tabs>li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }
}


.admission-alerts-tab-details {
    padding: 15px 0px 100px;
}

.admission-alerts-tab-details .tab-pane {
    padding: 0px;
}


.admission-alerts-tab-details table thead td {
    /*background: linear-gradient(270deg, #0071C1 0%, #0095FE 100%);*/
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    /*border: 1px solid linear-gradient(270deg, #0071C1 0%, #0095FE 100%);*/
}

.admission-alerts-tab-details table thead td p {
    font-size: 18px;
    /*color: #fff;*/
}

.admission-alerts-tab-details .ad-alert-tab-content a {
    display: inline;
}

.admission-alerts-tab-details .ad-alert-tab-content li {
    position: relative;
    margin-bottom: 10px !important;
    padding-left: 25px;
    line-height: 1.4;
    font-size: 16px !important;
    font-weight: normal;
}

.admission-alerts-tab-details .ad-alert-tab-content li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 0;
    color: linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
    font-weight: 400;
    font-family: fontawesome;
}

.admission-alerts-tab-details .ad-alert-tab-content span {
    font-family: 'Nunito Sans', sans-serif !important;
    line-height: 1.4;
    font-size: 16px !important;
}

/*Tab End*/

/* All pages */
.page-section {
    padding: 40px 0;
}

.section-title {
    line-height: 40px;
    margin: 0px 0px 10px;
}

h1.section-title {
    font-size: 25px;
    text-transform: capitalize;
}

h2.section-title {
    text-transform: capitalize;
    margin: 10px 0px;
}

h3.section-title {
    font-size: 20px;
    color: #002147;
    text-transform: capitalize;
}

h4.section-title {
    font-size: 16px;
    color: #1972b9;
    line-height: 22px;
    text-transform: capitalize;
}

h6.inner-title {
    font-size: 15px;
    color: #1972b9;
    text-transform: capitalize;
}

.pno_prefix {
    padding: 4px 0px;
    /*border-width: 1px 0 1px 1px;*/
    border-color: #d8d8d8;
    border-style: solid;
    border-radius: 3px 0px 0px 3px;
    background: #d8d8d8;
    text-align: center;
}

.popup_login .user_phone_no {
    padding: 7px !important;
}

.user_phone_no {
    border-radius: 0px 3px 3px 0px !important;
    width: 100% !important;
}

.table_content {
    overflow: auto;
}


/* Why Choose Box Start */
section#why-choose,
.event-details-con {
    position: static;
    padding: 0px;
    background: #78B042;
}

#why-choose .container {
    padding: 0px;
}

.why-choose-list {
    background: #fff;
    border-radius: 6px;
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px !important;
}

.why-choose-list-inner {
    border-right: 1px solid #cdcdcd;
    padding: 0px;
}

.why-choose-list .why-choose-list-inner:nth-child(3) {
    border: none;
}

.why-choose-box {
    border-radius: 12px;
    display: inline-flex;
    width: 100%;
    padding: 12px;
    margin: 15px 0px;
}

.why-choose-icon {
    height: 80px;
    width: 90px;
    display: block;
    background: url("../images/icons.svg") no-repeat;
    background-size: 500px;
}

.why-choose-inner-title {
    color: #3f3f3f;
    font-weight: 700;
    padding: 10px 0px 6px;
    width: 100%;
    line-height: 25px;
    font-size: 18px;
}

.why-choose-list .why-choose-list-inner:nth-child(1) .why-choose-icon {
    background-position: 0px -3px;
}

.why-choose-list .why-choose-list-inner:nth-child(2) .why-choose-icon {
    background-position: -104px -7px;
}

.why-choose-list .why-choose-list-inner:nth-child(3) .why-choose-icon {
    background-position: -210px -7px;
}

/* Why Choose Box End */



.services-box {
    border-radius: 12px;
    width: 100%;
    padding: 12px 15px;
    margin: 5px 0px;
    min-height: 300px;
    transition: .3s;
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
}

.services-box:hover {

    transition: .3s;
    transform: translateY(-10px);
}

.services-list-inner {
    padding: 15px 15px;
}

.services-box h4 {
    color: #000;
    font-size: 25px;
    margin: 0px 0px 10px;
}

.services-icon {
    height: 80px;
    width: 90px;
    display: block;
    background: url("../images/icons.svg") no-repeat;
    background-size: 500px;
}

.services-inner-title {
    font-weight: 600;
    padding: 14px 0px 0px 10px;
    width: 100%;
    line-height: 25px;
}

.services-box p {
    margin: 0px;
    color: #000;
}

.services-list.row1 .amigo_link:nth-child(1) .services-icon {
    background-position: -320px -9px;
}

.services-list.row1 .amigo_link:nth-child(2) .services-icon {
    background-position: -11px -96px;
}

.services-list.row1 .amigo_link:nth-child(3) .services-icon {
    background-position: -318px -96px;
}

.services-list.row2 .amigo_link:nth-child(1) .services-icon {
    background-position: -225px -96px;
}

.services-list.row2 .amigo_link:nth-child(2) .services-icon {
    background-position: -118px -96px;
}

.services-list.row2 .amigo_link:nth-child(3) .services-icon {
    background-position: -416px 0px;
}



/*.services-list.row1 .amigo_link:nth-child(1) .services-box{
    background: #F66F6F;
}
.services-list.row1 .amigo_link:nth-child(2) .services-box {
    background: #84CB74;
}
.services-list.row1 .amigo_link:nth-child(3) .services-box {
    background: #3FC1D9;
}
.services-list.row2 .amigo_link:nth-child(1) .services-box{
    background: #F9AE3C;
}
.services-list.row2 .amigo_link:nth-child(2) .services-box {
    background: #78275B;
}
.services-list.row2 .amigo_link:nth-child(3) .services-box {
    background: linear-gradient(270deg, #0071C1 0%, #0095FE 100%);
}*/
.pro-list {
    padding: 20px 0px;
}

.box-grid {
    display: grid;
    width: 100%;
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.box-container {
    margin-bottom: 20px;
}

.box-item {
    border-radius: 15px;
    padding: 0;
    margin: 0px 10px;
    transition: .3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border: none;
}

.box-item:hover {
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
    transition: .3s;
    transform: translateY(-10px);
}

.box-item .featured-image {
    position: relative;
    overflow: initial;
    transition: .3s;
    width: 100%;
    /*height: 160px;*/
}

.box-item .featured-image a {
    display: block;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.event-section .box-item .featured-image a {

    box-shadow: #0e1e251f 5px 8px 6px, #0e1e2552 3px 1px 22px;
    border-radius: 10px 10px 0px 0px;
}

.box-overlay-action {
    border-radius: 10px;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: linear-gradient(354.23deg, rgba(0, 0, 0, 0.67) 4.33%, rgba(0, 0, 0, 0) 90.23%);
}

.admission_alerts_list .box-overlay-action {

    top: 0;
    right: 0;
    width: 100px;
    height: 70px;
    background: #000000a3;
    color: #fff;
    padding: 16px 0px;


    /*     left: 0;
    width: 100px;
    height: 70px;
    background: #1972b9de;
    color: #fff;
    padding: 10px;
    opacity: 1;
    border-radius: 0px;



   width: 80px;
    color: #fff;
    height: auto;
    top: 0;
    padding: 20px;
    background: #1972b9de;
    font-weight: 700;
    opacity: 1;
    border-radius: 6px 0 6px 0;*/
}

.event-lists .box-overlay-action {
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #000000a3;
    color: #fff;
    padding: 16px 0px;
}

.featured-image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

/*.box-item .fa {
    color: #0071C1;
}*/
.box-item .fa-angle-right {
    color: #fff !important;
}

.blog-section .featured-image img {
    height: 220px;
}

.blog-section .blog_content {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 10px 20px;
}

.blog-section .blog_title {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
}

.blog-date {
    padding: 5px;
    color: #ffffff;
}

.blog-section .fa-calendar {
    color: #ffffff !important;
}

.box-item .fa-calendar,
.box-item .fa-clock-o,
.box-item .fa-map-marker {
    color: #1972b9;
}

.day {
    display: inline-block;
    width: 100%;
    font-size: 13px;
}

.date {
    font-size: 20px;
    display: inline-block;
    line-height: 25px;
}

.event-month {
    background: #1972b9a6;
    padding: 5px 0px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0px 0px 5px 5px;
}

.fav-icon-sel .fa-heart {
    color: red;
}

.box-item-content {
    position: relative;
    padding: 15px 5px;
    overflow: hidden;
}

/*.box-item-inner {
    padding: 10px 0px 0px;
}*/
.box-item-header ul li {
    padding: 5px 0px 0px;
    font-size: 12px;
    margin: 0px 5px;
}

.box-item-header a.amigo_btn {
    padding: 4px;
    font-size: 12px;
    margin: 0px 0px 10px;
}

.box-item-footer {
    /*margin-top: 20px;
    border-top: 1px solid #dedede;
    overflow: hidden;*/
    padding-top: 10px;
    text-align: left;
}

.box-item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    /*margin-bottom: 5px;*/
    text-transform: capitalize;
}

.box-item-title a {
    padding: 9px 0px 0px;
    font-weight: 700;
    min-height: 59px;
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 18px;
}

.preparatory-hub-section .box-item-title a {
    min-height: auto;
}

.event-section .box-item-title a {
    min-height: 45px;
}

.pro-price-con {
    margin: 15px 0px;
}

.pro-sale-price {
    color: #FF0000;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 5px;
    text-align: left;
    width: 100%;
}

/*.small_amigo_btn:hover, .small_amigo_btn:active, .small_amigo_btn:focus {
    color: #1972b9 !important;
    border: 2px solid #1972b9!important;
}*/
.small_amigo_btn {
    background: #FFC444;
    color: #fff;
    padding: 7.5px;
    width: 140px;
}

.event-section li {
    font-size: 13px;
    margin: 0px 0px 10px;
}

.event-section li .fa {
    font-weight: 600;
    padding-right: 3px;
    color: #1972b9;
}


.view-more-btm {
    width: 100%;
    text-align: center;
    margin: 30px 0px 0px;
    display: inline-block;
}


/*Gallery*/
.gallery-title {
    margin: 5px 0px 10px;

}

.gallery-title.active a {
    background: #da3743;
}

.gallery-title a {
    padding: 10px;
    color: #fff;
    font-weight: 600;
    background: #2D469A;
    text-align: center;
}

.gallery-title.active a {
    color: #fff;
}

.gallery-images .col-md-2 {
    width: 20% !important;
    padding: 0px 0px;
}

.gallery-images img {
    width: 100%;
    object-fit: cover;
    height: 230px;
    border-radius: 3px;
    padding: 0px 3px;
}

.gallery-list {
    position: relative;
    border-radius: 3px;
}

.gallery-images .featured-image {
    border-radius: 6px;
    margin: 10px 0px;
}

.gallery-content {
    background-color: rgba(0, 0, 0, 0.65);
    font-size: 15px;
    padding: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    text-align: center;
    width: 100%;
    transition: all 150ms ease-in-out 150ms !important;
    opacity: 0;
    color: #fff;
}

.gallery-images .gallery-list:hover .gallery-content {
    opacity: 1;
}

.gallery-content .showcon {
    color: #FFFFFF !important;
    font-size: 19px;
    letter-spacing: 2px;
    padding: 10px 15px;
    position: relative;
    top: 20%;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal !important;
}

.gallery-content .showcon h3 {
    text-transform: uppercase;
    font-size: 30px;
}

.gallery-content .full-view {
    padding: 40px 0px 0px;
    color: #fff;
    display: inline-block;
}

.full-view .fa {
    background: rgba(0, 0, 0, 0.65);
    padding: 10px;
    color: #fff;
}

.gallery-images .download-list {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 10px;
    min-height: 100px;
}

.gallery-videos .box-item {
    margin: 0px 2.5px;
    border-radius: 3px;
}

/*Contact Details*/
.contact-details {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    padding: 11px 0px 13px 19px;
    list-style: none;
    background: #FFFFFF;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.contact-details li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 14px;
    border-right: 2px solid #fff;
}

.contact-details .icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    line-height: 44px;
    border-radius: 5px;
    text-align: center;
    margin-right: 15px;
}

.contact-details .content {
    display: flex;
    flex-direction: column;
}

.contact-details .fa {
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 25px;
    line-height: 25px;
    color: #ffffff;
}

.contact-details .fa {
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 25px;
    line-height: 25px;
    color: #ffffff;
    border-radius: 50%;
}

.contact-details .fa-map-marker {
    background: #78B042;
}

.contact-details .fa-whatsapp {
    background: #78B042;
    padding: 10px 12px
}

.contact-details .fa-envelope {
    background: #78B042;
    padding: 10px 14px;
    font-size: 20px;
}

.contact-details .fa-mobile {
    background: #78B042;
    padding: 10px 18px
}

.contact-details .contact-title,
.footer .contact-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
    padding-right: 18px;

}

.contact-details .content a,
.contact-details .content p {
    color: #000;
    line-height: 18px;
    font-size: 14px;
    margin: 0px;
}

.contact-section .contact-details a,
.contact-section .contact-details p {
    color: #333 !important;
}

.footer-contacts {
    display: flex;
    justify-content: end;
}

.foot-icon {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    padding-top: 85px;
}

.title-end {
    color: #fff !important;
}

.contact-details li:nth-child(1),
.contact-details li:nth-child(2) {
    border-right: 2px solid #B5B5B5;
    height: 70px;
}

.contact-details li:nth-child(3) {
    border-right: none;
}

@media (max-width: 768px) {

    .contact-details li:nth-child(1),
    .contact-details li:nth-child(2) {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Responsive for tablets and smaller screens */
@media (max-width: 768px) {
    .contact-details {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
}

/* Responsive for very small screens like phones */
@media (max-width: 480px) {
    .contact-details {
        flex-direction: column;
        padding: 15px;
        gap: 8px;
        font-size: 14px;
    }
}

/* Responsive for tablets and smaller screens */
@media (max-width: 768px) {
    .foot-icon {
        align-items: center;
        justify-content: center;
        padding-top: 40px;
    }

    .admission-alerts-tab-details h5 {
        display: none;
    }

    .ad-alert-tabs>li {
        min-height: 91px !important;
    }
}

/* Responsive for mobile phones */
@media (max-width: 480px) {
    .foot-icon {
        align-items: center;
        justify-content: center;
        padding-top: 25px;
    }
}

@media(max-width: 768px) {

    .banner-caption h1.banner-title {
        font-size: 25px;
    }

    .banner-caption h2.banner-title {
        font-size: 17px;
    }

    .banner-caption p {
        font-size: 14px;
    }

    h1.section-title {
        font-size: 18px;
        line-height: 18px;
    }

    .grid-4 {
        grid-template-columns: repeat(1, 1fr);
    }

    /*.pro_service_name
    {
        text-align: left;
    }
    .pro_business_name
    {
        text-align: right;
    }*/
    .margin-minus100,
    .margin-minus250 {
        margin: 0px;
    }

    .why-choose-list-inner {
        border-bottom: 1px solid #cdcdcd;
        border-right: none;
    }

    .about-us-list {
        margin: 10px 0px;
    }

    .about-us-list li {
        width: 100%;
        float: none;
    }
}



.about-us-sec {
    background: #FFC444;
}


.mob_head_side ul#nav li a .fa {
    padding: 0px 5px 0px 0px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 15px;
    color: #002147;
}

.dynamic-tab-title {
    padding: 0px !important;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    font-size: 34px;
}

.amigo_follow_btn {
    background: #FFC444;
    border: none !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    text-decoration: none;
    text-align: center;
    outline: none;
    line-height: normal;
    color: #fff;
    cursor: pointer;
    padding: 10px 7px;
    border-radius: 3px;
    width: auto;
    transition: box-shadow 0.2s ease 0s;
    font-weight: 700;
    font-size: 13px;
    transition: 0.3s;
    display: inline-block;
    text-transform: capitalize;
}

/* 
#myModal_contact .amigo_btn {
    background: linear-gradient(to right, #00152E, #002147, #003366) !important;
} */


.mb-10{
    margin-bottom: 10px;
}