.ribbon-solid{
    position: absolute;
    width: 100%!important;
    max-width: 7%!important;
    z-index: 1!important;
    top: 50px !important;
    /*left: 150px; */
    
    right: 87px !important;
    color: #f770b5!important;
}
.list-bg{
    fill: #0075bc;
    background: #0075bc;
    background: -moz-linear-gradient(90deg, #32a2db 0, #0075bc 100%)!important;
    background: -webkit-linear-gradient(90deg, #32a2db 0, #0075bc 100%)!important;
    background: -o-linear-gradient(90deg, #32a2db 0, #0075bc 100%)!important;
    background: -ms-linear-gradient(90deg, #32a2db 0, #0075bc 100%)!important;
}

.table-sec .container {
    max-width: 1300px;
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html {
    font-family: Poppins, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    font-family: Poppins, sans-serif !important;
}
p {
    font-size: 14px;
}
.hedding1 h2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
a,
a:active,
a:focus,
a:hover,
button,
div:focus,
input:focus {
    outline: 0;
}
.bg-blue {
    fill: #0075bc;
    background: #0075bc;
    background: -moz-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -webkit-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -o-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -ms-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
        background: linear-gradient(90deg, #32a2db 0%, #0075bc 100%);
}
.bg-magenta {
    fill: #93123e;
    background: #93123e;
    background: -moz-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -webkit-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -o-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -ms-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: linear-gradient(90deg, #ec125f 0, #93123e 100%);
}
.bg-magenta-dark {
    fill: #93123e;
    background: #93123e;
}
.bg-ash {
    background-color: #ecf0f9;
}
.hr-dotted {
    border-top: 1px dotted #8c8b8b;
    margin: 5px 10px;
}
.desk li {
    margin-bottom: 10px;
    list-style: square;
}
.border-blue {
    border: 1px solid #007bff;
    padding: 30px;
}
a.spinner {
    background: #ffbd7a;
}
caption {
    font-size: 14px;
    color: #444;
}
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: 0 0;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}
button.learn-more {
    width: 12rem;
    height: auto;
}
.select2-loader {
    display: inline-block;
    z-index: 2000;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 14px;
    -webkit-animation: pace-spinner 0.4s linear infinite;
    -moz-animation: pace-spinner 0.4s linear infinite;
    -ms-animation: pace-spinner 0.4s linear infinite;
    -o-animation: pace-spinner 0.4s linear infinite;
    animation: pace-spinner 0.4s linear infinite;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    margin: 0;
    width: 3rem;
    height: 3rem;
    fill: #93123e;
    background: #93123e;
    background: -moz-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -webkit-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -o-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -ms-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: linear-gradient(90deg, #ec125f 0, #93123e 100%);
    border-radius: 1.625rem;
}
.text-blue {
    color: #2475bc;
}
button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: 0 0;
}
button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}
button:hover .circle {
    width: 100%;
}
button:hover .circle .icon.arrow {
    background: #fff;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}
button:hover .button-text {
    color: #fff;
}
.v-tab .nav-pills {
    background-color: rgba(255, 255, 255, 0);
}
.v-tab .nav-pills .nav-link:focus,
.v-tab .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #a81847;
}
.v-tab .nav-pills .nav-link:focus,
.v-tab .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #a81847;
}
.v-tab .nav-pills .nav-link {
    color: #fff;
    background-color: #0076bd;
    padding: 10px 20px;
    transition: background, 1s;
}
.nav-pills .show > .nav-link,
.v-tab .nav-pills .nav-link.active {
    color: #fff;
    background-color: #a81847;
    padding: 10px 20px;
}
.department .nav-pills {
    background-color: rgba(0, 0, 0, 0);
}
.department .nav-pills .nav-link {
    text-transform: uppercase;
    font-size: 20px;
    color: #aa1748;
    padding: 10px 30px;
    border-radius: 5px;
}
.department .nav-pills .nav-link::before {
    display: none;
}
.department .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    fill: #0075bc;
    background: #0075bc;
    background: -moz-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -webkit-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -o-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -ms-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    color: #fff;
}
.pill-btn-de {
    white-space: nowrap;
    margin-bottom: 10px;
}
.pill-btn-de a {
    display: block;
    padding: 8px 16px;
    background-color: #0075bc;
    color: #fff !important;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    transition: color 0.3s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}
.pill-btn-de a:hover {
    background-color: #a51b48;
}
.pillCol {
    padding: 0 5px;
}

.whtsapp-link {
    position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 11;
}

.whtsapp-link h5 {
  float: left;
  width: 165px;
  position: absolute;
  right: -11px;
  opacity: 0;
  color: #6d6d6d;
  font-size: 13px;
  font-weight: 500;
  margin: 1px -12px 0 0;
  background-color: #e8e8e8;
  padding: 10px;
  border-radius: 5px;
  line-height: 18px;
  z-index: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.whatsapp-icon {
  width: 50px;
  height: 50px;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 6px 8px 2pxrgba(0,0,0,0.14);
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
  -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
  text-align: center;
  line-height: 52px;
  float: right;
  margin-left: 0;
  z-index: 1;
  position: relative;
}

.whatsapp-icon img {
  width: 25px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-top: -5px;
}

.whtsapp-link:hover h5 {
  right: 52px;
  opacity: 1
}

.whtsapp-link:hover .whatsapp-icon img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#jq_search {
    text-align: center;
}
#jq_search input[type="search"] {
    padding: 12px 20px;
    width: 400px;
    height: 48px;
    border-radius: 3px;
    border-color: #0075bc;
}
#jq_search input[type="submit"] {
    width: 68px;
    height: 48px;
    background: #333 url(img/search_icon_sprite.png) no-repeat top right;
    border: none;
    cursor: pointer;
    padding: 0;
    opacity: 0.5;
    transtion: 0.4s;
    color: #eee;
}
#jq_search button {
    background: #0075bc;
    color: #fff;
    border: 0;
    letter-spacing: 0.01em;
    cursor: pointer;
    width: auto;
    overflow: visible;
    padding: 10px 15px 10px;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.4;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #0075bc;
    transition: color 0.3s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}
#jq_search button:hover {
    background-color: #a51b48;
}
#jq_search input[type="submit"] + input {
    background-position: top left;
}
#jq_search input[type="submit"]:hover {
    opacity: 1;
}
.text-blue {
    color: #0075bc ;
}
.text-magenta {
    color: #aa1748 !important;
}
.border-blue {
    border-color: #0075bc !important;
}
.border-btm-gradient {
    border-image: linear-gradient(to right, #0075bc 50%, #a51b48 50%);
    border-image-slice: 1;
    border-bottom: 5px solid;
}
.view-more {
    position: absolute;
    right: 0;
    top: 5px;
    text-transform: capitalize;
    font-weight: 600;
    color: #0075bc !important;
}
.view-more a {
    color: #0075bc !important;
}
.view-more a:hover {
    text-decoration: none;
    color: #0075bc;
}
.date {
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 60px;
    height: 60px;
    background: #0075bc;
    background: -moz-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -webkit-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -o-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -ms-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: linear-gradient(90deg, #32a2db 0, #0075bc 100%);
}
.date h3 {
    line-height: 20px;
    margin-bottom: 5px;
}
.date h5 {
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
}
.accordion .card-header {
    cursor: pointer;
}
.accordion.heading-right .card-title {
    position: absolute;
    right: 50px;
}
.accordion.indicator-plus .card-header:after {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
}
.accordion.indicator-plus .card-header.collapsed:after {
    content: "\f067";
}
.accordion.indicator-plus-before.round-indicator .card-header:before {
    font-family: FontAwesome;
    font-size: 14pt;
    content: "\f056";
    margin-right: 10px;
}
.accordion > .card .card-header {
    margin-bottom: 0;
}
.accordion.indicator-plus-before.round-indicator .card-header.collapsed:before {
    content: "\f055";
    color: #000;
}
.accordion.indicator-plus-before .card-header:before {
    font-family: FontAwesome;
    content: "\f068";
    float: left;
}
.accordion.indicator-plus-before .card-header.collapsed:before {
    content: "\f067";
}
.accordion.indicator-chevron .card-header:after {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
}
.accordion.indicator-chevron .card-header.collapsed:after {
    content: "\f077";
}
.accordion.background-none [class^="card"] {
    background: 0 0;
}
.accordion.border-0 .card {
    border: 0;
}
.dec-a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    background-color: #32a2db;
    border-radius: 3px;
    height: 2.8em;
    width: 100%;
    padding: 0;
    outline: 0;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    transition: padding-left 0.3s 0.1s ease-out;
    text-align: left;
    line-height: 38px;
    padding-left: 20px;
    text-decoration: none;
    margin-bottom: 10px;
}
.dec-a:hover {
    color: #fff;
    text-decoration: none;
    padding-left: 40px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 10px 0 25px  0;
}

.footer-links a {
    fill: #93123e;
    background: #93123e;
    background: -moz-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -webkit-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -o-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -ms-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: linear-gradient(90deg, #ec125f 0, #93123e 100%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration:none
}

.footer-links a:hover {
   background: #32a2db;
}












/************POPUP************/
.sun-div {display: none; width: 100%; height: 100%; background: #000; opacity: .5; position: fixed; z-index: 9999999; left: 0; top: 0; }
.angel-div {display: none; width: 100%; height: 100%; background: #000; opacity: .5; position: fixed; z-index: 99; left: 0; top: 0 }
.sun-button {color: #ffffff; cursor: pointer; /* font-family: "Museo Sans W01 Rounded 500"; */ /* font-weight: bold; */ position: absolute; right: 10px; text-align: center; top: 10px; border-left: 1px solid #dd0015; border-bottom: 1px solid #dd0015; padding: 10px; z-index: 101; background: #dd0015; font-size: 18px; padding: 6px; }
.sun-close {border-radius: 4px; bottom: -2px; height: 25px; position: absolute; right: -10px; text-align: center; width: 70px; z-index: 101; cursor: pointer; color: #e73e51; display:none; }


#sun-pop {
    margin: 5% auto 0 -20%;
    left: 50%;
    position: fixed;
    width: 40%;
    z-index: 99999999;
    /* top: 1%; */
    display: none;
    padding: 3px;
    background: #fff;
    text-align: center;
    line-height: 11px;
}


#sun-pop img{ width:100%; max-width:100%}
#sun-pop h2{ font-size:16px; color:#fff; float:left; width:100%; margin-top:20px;}
#angel-pop {margin: 5% auto 0 -21%; left: 50%; position: absolute; width: 41%; z-index: 100; /* top: 1%; */ display: none; padding: 50px 50px; background:#fff; text-align: center; line-height:11px; /*border-radius: 5px; margin:0 auto; left:20%; position:absolute; width:55%; z-index: 100; top: 1%; display: none; padding:26px 0 17px; background:#fff; text-align:center;*/ }
#angel-pop img{ width:100%;}
#angel-pop h2{ font-size:16px; color:#fff; float:left; width:100%; margin-top:20px;}
@media only screen and (max-width:800px){
#sun-pop { margin: 3% auto 0 -25%; width: 50%;}
}
@media only screen and (max-width:640px){
#sun-pop { margin: 3% auto 0 -40%; width: 80%;}
}
/************POPUP************/








.blink-btn {
    animation: blinking 1.5s infinite;
}
.blink-btn .text {
    animation: blinking 1.5s infinite;
}
.blink-btn .text p {
    animation: blinking 1.5s infinite;
}
@keyframes blinking{
0%{   color: #d11255;   }
47%{   color: #188acb; }
62%{   color: #d11255; }
97%{   color:#188acb; }
100%{  color: #d11255;   }
}
.blink-btn .bg-blue {
    animation: blinking-box 1.5s infinite;
}

@keyframes blinking-box{
0%{   background: linear-gradient(90deg, #ec125f 0, #93123e 100%);   }
47%{   background: linear-gradient(90deg, #32a2db 0%, #0075bc 100%); }
62%{   background: linear-gradient(90deg, #ec125f 0, #93123e 100%); }
97%{   background: linear-gradient(90deg, #32a2db 0%, #0075bc 100%); }
100%{  background: linear-gradient(90deg, #ec125f 0, #93123e 100%);   }
}







.p0 {
    padding: 0 !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.pt110 {
    padding-top: 110px !important;
}
.pt120 {
    padding-top: 120px !important;
}
.pt130 {
    padding-top: 130px !important;
}
.pt140 {
    padding-top: 140px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
.pb110 {
    padding-bottom: 110px !important;
}
.pb120 {
    padding-bottom: 120px !important;
}
.pb130 {
    padding-bottom: 130px !important;
}
.pb140 {
    padding-bottom: 140px !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pl3 {
    padding-left: 3px !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pl50 {
    padding-left: 50px;
}
.pl60 {
    padding-left: 60px;
}
.pl70 {
    padding-left: 70px;
}
.pl80 {
    padding-left: 80px;
}
.pl90 {
    padding-left: 90px;
}
.pl100 {
    padding-left: 100px;
}
.pr0 {
    padding-right: 0 !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr40 {
    padding-right: 40px;
}
.pr50 {
    padding-right: 50px;
}
.pr60 {
    padding-right: 60px;
}
.pr70 {
    padding-right: 70px;
}
.pr80 {
    padding-right: 80px;
}
.pr90 {
    padding-right: 90px;
}
.pr100 {
    padding-right: 100px;
}
.pr110 {
    padding-right: 110px;
}
.pr120 {
    padding-right: 120px;
}
.register{
	position: absolute;
    z-index: 2;
    right: 342px;
    
    top: 0%;
    background-color: #ffffff5c;
    text-align: center;
    padding: 13px 24px 13px;
}
.register .bg-red {
    background-color: #aa1748 !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    
    border-radius: 10px;
    box-shadow: 3px 3px 5px 4px #ccc, inset 3px 3px 10px #ec125f;
}


@media only screen and (max-width: 600px) {
	.register{
		
		right: 42px;
	}
		.register .bg-red {
			
			font-size: 4px;
			font-weight: 100;
		  box-shadow: none;
  }
}
@media (min-width: 1200px) {
    .pl-lg-50 {
        padding-left: 50px;
    }
    .pl-lg-80 {
        padding-left: 80px;
    }
}
@media (min-width: 992px) {
    .pt-md-50 {
        padding-top: 50px;
    }
}
@media (min-width: 34em) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 75em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
.mr-auto {
    margin: auto;
    float: none;
}
.mt0 {
    margin-top: 0 !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mt110 {
    margin-top: 110px !important;
}
.mt120 {
    margin-top: 120px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb1 {
    margin-bottom: 1px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb110 {
    margin-bottom: 110px;
}
.mb120 {
    margin-bottom: 120px;
}
.ml0 {
    margin-left: 0 !important;
}
.ml5 {
    margin-left: 5px;
}
.ml15 {
    margin-left: 15px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.ml60 {
    margin-left: 60px;
}
.ml70 {
    margin-left: 70px;
}
.ml80 {
    margin-left: 80px;
}
.ml90 {
    margin-left: 90px;
}
.ml100 {
    margin-left: 100px;
}
.ml110 {
    margin-left: 110px;
}
.mr0 {
    margin-right: 0 !important;
}
.mr5 {
    margin-left: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mr60 {
    margin-right: 60px !important;
}
.mr70 {
    margin-right: 70px !important;
}
.mr80 {
    margin-right: 80px !important;
}
.mr90 {
    margin-right: 90px !important;
}
.mr100 {
    margin-right: 100px;
}
.mr110 {
    margin-right: 110px;
}
img {
    width: 100%;
}
.tFree {
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 100;
    text-align: center;
}
.tFree .outert {
    height: 109px;
    width: 226px;
    position: relative;
}
.tFree .outert .info {
    border: 2px solid #ec125f;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    left: 0;
    width: 191px;
    right: 0;
    border-radius: 25px 0 0 0;
    margin-left: 1px;
    margin-top: 35px;
    color: #ec125f;
    white-space: nowrap;
}
.tFree .outert .ico {
    color: #ec125f;
    position: absolute;
      right: 197px;
    top: 0;
    transform: rotate(90deg);
}
.tFree .outert .info h4 {
    margin-bottom: 0;
    font-weight: 600;
}
.tFree .outert .info p {
    margin-bottom: 2px;
    font-size: 16px;
}
@media (max-width: 1200px) {
    .tFree {
        bottom: 0;
        right: 0;
        left: 0;
    }
    .tFree .outert {
        height: 90px;
        width: 100%;
        position: relative;
        background-color: #a51b48;
        display: flex;
        justify-content: center;
    }
    .tFree .outert .info {
        border: none;
        background-color: #a51b48;
        padding: 10px;
        position: unset;
        left: 0;
        width: 191px;
        right: 0;
        border-radius: 25px 0 0 0;
        margin-left: 10px;
        margin-top: 10px;
        color: #fff;
        white-space: nowrap;
    }
    .tFree .outert .ico {
        color: #fff;
        position: unset;
    }
}
button {
    outline: 0;
    border: none;
}
button:active,
button:focus {
    outline: 0;
    border: none;
}
.navbar-light .navbar-toggler {
    border: none;
    fill: #93123e;
    background: #93123e;
    background: -moz-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -webkit-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -o-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -ms-linear-gradient(90deg, #ec125f 0, #93123e 100%);
   background: linear-gradient(90deg, #be3968 0%, #93123e 100%);
}
.navbar {
    padding: 0 1rem;
    outline: 0;
    border: none;
}
.navbar-toggler {
    outline: 0;
    background: #fff;
    padding: 10px 5px;
    border-radius: 0;
}
.navbar-toggler #nav-icon3 {
    width: 25px;
    height: 20px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    float: left;
}
.navbar-toggler .nav-text {
    color: #fff;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    font-size: 16px;
    font-weight: 600;
}
.navbar-toggler #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    fill: #93123e;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
}
.navbar-toggler #nav-icon3 span:nth-child(1) {
    top: 0;
}
#nav-icon3 span:nth-child(3),
.navbar-toggler #nav-icon3 span:nth-child(2) {
    top: 7px;
}
.navbar-toggler #nav-icon3 span:nth-child(4) {
    top: 14px;
}
.navbar-toggler #nav-icon3.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    left: 50%;
}
.navbar-nav {
    flex-direction: row;
    padding: 21px 0 30px;
}
.navbar-nav .active a {
    color: #0075bc;
}
.navbar-collapse {
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    right: 16px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
}
.navbar .loginRegister {
    margin: 0;
    display: inline-block;
    height: 30px;
    float: right;
    padding: 0;
    position: absolute;
    right: 65px;
    width: 160px;
}
.navbar .loginRegister li {
    list-style: none;
    float: left;
    margin: 3px 0;
}
.navbar .loginRegister li a {
    color: #fff;
    margin: 3px;
}
.navbar .loginRegister a:hover,
.navbar .loginRegister p:hover {
    color: #fff;
    margin-top: 3px;
    text-decoration: none;
}
.navbar .loginRegister .dropdown-toggle::after {
    display: none;
}
.navbar .loginRegister .profile-pic {
    height: 30px;
    width: 30px;
    padding: 5px;
    margin-right: 5px;
    background: url(../img/logos/profile.png) center center no-repeat;
    background-size: contain;
    text-indent: -10000px;
    border: none;
    float: left;
    z-index: 2;
    transition: opacity 0.4s ease;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
}
.navbar #wrap {
    display: inline-block;
    position: relative;
    height: 30px;
    float: right;
    position: absolute;
    right: 110px;
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    top: 2px;
}
.navbar input[type="text"] {
    height: 35px;
    font-size: 16px;
    display: block;
    font-weight: 100;
    border: none;
    outline: 0;
    color: #fff;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    z-index: 3;
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer;
    border-radius: 0;
}
.navbar input[type="text"]:focus:hover {
    border-bottom: 1px solid #fff;
    background-color: rgba(147, 18, 62, 0);
}
.navbar input[type="text"]::placeholder {
    color: #fff;
    opacity: 1;
}
.navbar input[type="text"]:-ms-input-placeholder {
    color: #fff;
}
.navbar input[type="text"]::-ms-input-placeholder {
    color: #fff;
}
.navbar input:-webkit-autofill,
.navbar input:-webkit-autofill:focus .navbar textarea:-webkit-autofill,
.navbar input:-webkit-autofill:hover,
.navbar select:-webkit-autofill,
.navbar select:-webkit-autofill:focus,
.navbar select:-webkit-autofill:hover,
.navbar textarea:-webkit-autofill:hover .navbar textarea:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
.navbar input[type="text"]:focus {
    width: 300px;
    z-index: 1;
    border-bottom: 1px solid #fff;
    cursor: text;
    background-color: rgba(147, 18, 62, 0);
}
.navbar input[type="submit"] {
    height: 30px;
    width: 30px;
    padding: 5px;
    display: inline-block;
    background: url(../img/logos/search.png) center center no-repeat;
    background-size: contain;
    text-indent: -10000px;
    border: none;
    position: absolute;
    right: 0;
    z-index: 2;
    cursor: pointer;
    cursor: pointer;
    transition: opacity 0.4s ease;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
}
.navbar input[type="submit"]:hover {
    opacity: 0.8;
}
.upload .file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    filter: aplha(opacity=0);
    cursor: pointer;
}
.upload .file {
    margin: 0 0 10px;
    height: 45px;
    position: relative;
    width: 120px;
    background: #0075bc;
    border: none;
    padding: 10px 20px 0;
    border-radius: 5px;
}
.upload .file i {
    float: left;
    color: #fff;
    font-size: 22px;
}
.upload .file span {
    position: absolute;
    margin-left: 12px;
    font-size: 14px;
    color: #fff;
}
form > div > label,
legend {
    width: 18%;
    float: left;
    padding-right: 10px;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #aa1748 !important;
    white-space: nowrap;
}
.quote_bt::after {
    content: "need help?";
    display: block;
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    text-shadow: 0 10px 20px rgba(255, 255, 255, 0.3);
    width: 120px;
    height: 50px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    top: 68px;
    left: -20px;
}
.dropdown-menu-list li {
    list-style: none;
}
.dropdown-menu-list li a {
    color: #5e5e5e;
    text-decoration: none;
}
.dropdown-menu-list li:focus a,
.dropdown-menu-list li:hover a {
    color: #0075bc;
}
.upload-box {
    background: #f6f6f6;
    padding: 7px 20px 5px;
    height: 62px;
    line-height: 1.55;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    margin: 0;
}
.quote_bt {
    left: -1px;
    position: fixed;
    top: 255px;
    z-index: 999;
    transition: all 0.7s ease-out 0.15s;
    border-radius: 0 9px 9px 0;
    width: 50px;
    height: 50px;
    padding: 12px;
    background: #fff;
    border-top: 1px solid #0075bc;
    border-bottom: 1px solid #0075bc;
    border-right: 1px solid #0075bc;
}
.quote_box.open .quote_pop {
    left: 0;
}
.quote_pop {
    left: -320px;
    position: fixed;
    top: 255px;
    width: 320px;
    z-index: 999;
    transition: all 0.7s ease-out 0.15s;
    background: #0075bc;
    border-radius: 0 0 9px 0;
    padding: 0 22px;
}
.quote_box.open .quote_bt {
    left: 319px;
}
.quote_pop input[type="number"],
.quote_pop input[type="text"],
.quote_pop textarea {
    background: #43474d;
    color: #9ea1a6;
    font-size: 14px;
    width: 100%;
    float: left;
    padding: 9px 11px;
    border: none;
    margin: 0 0 11px;
}
.quote_pop input[type="submit"] {
    background: #43474d;
    color: #9ea1a6;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 17px;
    float: right;
    border: none;
}
.quote_pop input[type="submit"]:hover {
    background: #f1592a;
    color: #000;
}
.quote_pop .site_morelist {
    width: 100%;
    float: left;
}
.quote_pop .site_morelist ul {
    margin: 0;
    padding: 0;
}
.quote_pop .site_morelist li {
    list-style: none;
    padding: 5px 0;
    width: 100%;
    float: left;
    border-top: 2px dotted #8aa2e1;
}
.quote_pop .site_morelist li:first-child {
    border-top: none;
}
.quote_pop .site_morelist li a {
    width: 100%;
    transition: inherit;
    float: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    display: table;
}
.quote_pop .site_morelist li a:hover {
    color: #fff;
}
.quote_pop .site_morelist li a span {
    width: 220px;
    float: none;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}
.quote_pop .site_morelist li a .iocn_box {
    width: 40px;
    height: 40px;
    float: left;
    padding: 10px 4px;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    color: #93123e;
}
.quote_pop .site_morelist li a .iocn_box img {
    width: 30px;
    height: 30px;
}
.header-top {
    padding: 0 15px;
    width: 100%;
}
.logo {
    width: 230px;
    padding: 10px 0;
    float: left;
}
.quick-access {
    display: block;
    float: right;
    margin-top: 20px;
}
.quick-access .contact {
    float: left;
    margin-left: 20px;
}
.quick-access .contact .icon {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 8px;
    float: left;
    margin-right: 5px;
}
.quick-access .contact .text {
    float: left;
    margin-top: 7px;
}
.quick-access .contact .address {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px;
    float: left;
}
.quick-access .contact .text p {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0;
}
.quick-access .contact .text p:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
}
.quick-access .contact .address p {
    font-size: 16px;
    font-weight: 600;
}
#fixed-social {
    position: fixed;
    top: 255px;
    right: 0;
    z-index: 28;
}
#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 0;
    z-index: 28;
}
#fixed-social a:hover > span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}
#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 28;
    opacity: 0;
}
.fixed-facebook {
    background-color: #3b5998;
}
.fixed-facebook span {
    background-color: #3b5998;
}
.fixed-twitter {
    background-color: #00aced;
}
.fixed-twitter span {
    background-color: #00aced;
}
.fixed-gplus {
    background-color: #cc181e;
}
.fixed-gplus span {
    background-color: #cc181e;
}
.fixed-linkedin {
    background-color: #cc181e;
}
.fixed-linkedin span {
    background-color: #cc181e;
}
.fixed-instagrem {
    background-color: #ea4c89;
}
.fixed-instagrem span {
    background-color: #ea4c89;
}
.fixed-tumblr {
    background-color: #eb1471;
}
.fixed-tumblr span {
    background-color: #eb1471;
}
.banner-mn video {
    width: 100%;
    padding: 0;
    margin: 0;
    object-fit: unset;
    margin-bottom: -7px;
}
.banner-mn .carousel-caption1 {
    position: absolute;
    height: 380px;
    width: 50%;
    background-color: transparent;
    margin: auto 0 auto auto;
    top: 0;
    bottom: 0;
    color: #5e5e5e;
    text-align: left;
    padding: 50px;
    z-index: 1;
    right: 5% !important;
}
.banner-mn .carousel-caption1 h1 {
    font-size: 60px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #00aced !important;
    text-align: center;
    font-weight: 600;
}
.banner-mn .carousel-caption1 h2 {
    font-size: 45px;
    margin-top: 30px;
    color: #046fac !important;
    text-align: center;
    font-weight: 600;
}
.banner-mn .carousel-caption1 h3 {
    font-size: 25px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #012e4f !important;
    text-align: center;
}
.banner-mn .carousel-caption2 {
    position: absolute;
    height: 380px;
    width: 90%;
    background-color: transparent;
    margin: auto 0 auto auto;
    top: 0;
    bottom: 0;
    color: #5e5e5e;
    text-align: left;
    padding: 50px;
    z-index: 1;
    right: 5% !important;
    left: 5% !important;
}
.banner-mn .carousel-caption2 h1 {
    font-size: 60px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #00aced !important;
    font-weight: 600;
}
.banner-mn .carousel-caption2 h2 {
    font-size: 45px;
    margin-top: 30px;
    color: #046fac !important;
    font-weight: 600;
}
.banner-mn .carousel-caption2 h3 {
    font-size: 25px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #012e4f !important;
}
.banner-mn .carousel-caption3 {
    position: absolute;
    height: 400px;
    width: 40%;
    background-color: transparent;
    margin: auto auto auto 0;
    top: 0;
    bottom: 0;
    color: #5e5e5e;
    text-align: center;
    padding: 50px;
    z-index: 1;
    right: 5% !important;
    left: 5% !important;
}
.banner-mn .carousel-caption3 h1 {
    font-size: 48px;
    margin-top: 30px;
    color: #fff !important;
    font-weight: 600;
}
.banner-mn .carousel-caption3 h2 {
    font-size: 45px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600;
}
.banner-mn .carousel-caption3 h3 {
    font-size: 25px;
    margin-top: 30px;
    font-weight: 100;
    text-transform: capitalize;
    color: #fff !important;
}
.banner-mn .carousel-caption3 .bg-red {
    background-color: #cd5058;
    font-size: 16px;
    font-weight: 200;
    border-radius: 0;
    width: 200px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #444;
    background-clip: padding-box;
    border: none;
}
.banner-btm .qk-links {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.banner-btm .qk-links .link {
    padding: 16px;
    width: calc(100% / 5);
}
@media screen and (max-width: 1200px) {
    .banner-btm .qk-links .link:nth-child(1) {
        width: calc(100% / 3);
    }
    .banner-btm .qk-links .link:nth-child(2) {
        width: calc(100% / 3);
    }
    .banner-btm .qk-links .link:nth-child(3) {
        width: calc(100% / 3);
    }
    .banner-btm .qk-links .link:nth-child(4) {
        width: calc(100% / 2);
    }
    .banner-btm .qk-links .link:nth-child(5) {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 768px) {
    .banner-btm .qk-links .link {
        width: 100% !important;
    }
}
.banner-btm .qk-links .link a {
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.banner-btm .qk-links .link a .thumb {
    width: 40px;
    padding-right: 8px;
}
.banner-btm .qk-links .link a span {
    color: #fff;
    font-size: 16px;
    padding-top: 6px;
}
.message-md {
    border: 3px solid #32a2db;
    border-radius: 20px;
    margin: 0 2px;
}
.message-md p {
    color: #5e5e5e;
    font-size: 14px;
}
.message-md .messge-padding {
    padding: 90px 90px 30px 90px;
}
.message-md .md-img {
    width: 248px;
}
.message-md h6 {
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 0;
}
.message-md a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.dept-block-inner {
    background-color: #fff;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    padding: 20px 5px 5px;
    margin-bottom: 0;
    display: block;
    transition: background-color 2s;
    -webkit-transition: background-color 2s;
}
.dept-block > a:hover {
    background: #fff;
}
.dept-block a {
    background-color: #fff;
    transition: background-color 2s;
    -webkit-transition: background-color 2s;
}
.dept-block a:hover {
    text-decoration: none;
    background: #0075bc;
    background: -moz-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -webkit-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -o-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -ms-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: linear-gradient(90deg, #32a2db 0, #0075bc 100%);
}
.dept-block a:hover p {
    color: #fff;
}
.dept-block {
    padding: 3px;
    margin: 15px 0;
    border-radius: 10px;
    fill: #0075bc;
    background: #0075bc;
    background: -moz-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -webkit-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -o-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -ms-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: linear-gradient(90deg, #32a2db 0, #0075bc 100%);
}
.dept-block .depart-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 25px;
    margin: auto;
    background: #0075bc;
    background: -moz-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -webkit-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -o-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -ms-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: linear-gradient(90deg, #32a2db 0, #0075bc 100%);
}
.dept-block p {
    text-align: center;
    color: #5e5e5e;
    font-size: 16px;
    height: 60px;
    text-transform: capitalize;
}
.dept-block span {
    display: block;
    margin-top: 15px;
}
.depahlit {
    background-color: #a71a47;
    color: #fff;
    padding: 10px 0;
}
.docs {
    margin-top: 100px;
    margin-bottom: 20px;
}
.docs .more-buttom {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 22px;
    line-height: 0;
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    right: 25px;
}
.docs .docs-list .slick-list {
    margin: 0 !important;
}
.docs .docs-list .doc-img {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    margin: auto;
    margin-top: -100px;
}
.docs .docs-list {
    min-height: 250px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.docs .docs-list h5 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
}
.docs .docs-list p {
    font-size: 14px;
    font-weight: 200;
    height: 40px;
    overflow: hidden;
}
.docs a {
    color: #fff;
}
.doc-pic .slick-dots {
    top: -70px;
    position: absolute;
    z-index: 25;
}
.warning_msg {
    color: #fff !important;
    background-color: #f59d18 !important;
    border-color: #f59e30 !important;
}
.error_msg {
    color: #fff !important;
    background-color: #c3050500 !important;
    border-color: #c3050500 !important;
}
.success_msg {
    color: #fff !important;
    background-color: #199e35 !important;
    border-color: #199e35 !important;
}
#submit_testimonials {
    background: #a81847 !important;
    border-color: #a81847 !important;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 400;
}
.blog-image {
    height: 230px;
    width: 230px;
    object-fit: cover;
}
.video_title {
    color: #f5f5f5 !important;
    line-height: 1.8;
    font-size: 14px;
    background: #2987c2;
    padding: 10px;
    margin-bottom: 0;
    position: relative;
    z-index: 30;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.video_page:hover .video_title {
    background: #a63348 !important;
}
.video_page {
    text-decoration: none !important;
    display: block;
}
.video_page::after {
    position: absolute;
    text-align: center;
    line-height: 225px;
    background: rgba(0, 117, 188, 0.2);
    content: "\f16a";
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: FontAwesome;
    color: rgba(255, 255, 255, 0.6);
    font-size: 60px;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    z-index: 20;
}
.video_page:hover::after {
    background: rgba(0, 117, 188, 0.6);
    color: #fff;
}
.testimonials h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.testimonials .testi-inner {
    width: 100%;
}
.testimonials p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
}
.testimonials a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.testimonials .testi-inner .testi-right {
    display: block;
}
.testimonials .testi-inner .testi-right .c-details {
    display: block;
    color: #fff;
    background-color: #0075bc !important;
    left: 15px;
    right: 15px;
    text-align: center;
    padding: 5px 0;
}
.testimonials .testi-inner .testi-right .c-details h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 2px;
    text-transform: capitalize;
}
.testimonials .testi-inner .testi-right .c-details h6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 2px;
}
.news .news-cont {
    border-radius: 0 0 10px 10px;
    padding: 10px;
}
.news .news-cont a {
    text-decoration: none;
}
.news .news-cont h4 {
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}
.news .news-cont p {
    font-size: 14px;
    height: 62px;
    overflow: hidden;
}
.news-v img {
    height: 340px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.news-l img {
    height: 190px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
#myModal .modal-dialog {
    max-width: 800px;
    max-height: 450px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    display: block;
}
.news .news-cont a {
    text-decoration: none;
}
#myModal .modal-body {
    position: relative;
    padding: 0;
}
#myModal .close {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ec125f;
    right: 0;
    top: 0;
    border-radius: 0 0 0 20px;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1;
}
#msgModal .modal-dialog {
    max-width: 800px;
    max-height: 450px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    display: block;
}
#msgModal .modal-body {
    position: relative;
    padding: 0;
}
#msgModal .close {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ec125f;
    right: 0;
    top: 0;
    border-radius: 0 0 0 20px;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    padding: 0;
    margin: 0;
}
#myForm .modal-dialog {
    max-width: 800px;
    max-height: 450px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    display: block;
}
#myForm .modal-body {
    position: relative;
    padding: 0;
}
#myForm .close {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #ec125f;
    right: 0;
    top: 0;
    border-radius: 0 0 0 20px;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    padding: 0;
    margin: 0;
}
#myForm input,
#myForm select,
#myForm textarea {
    position: inline-block;
    height: 50px;
    outline: 0;
    color: #0075bc;
    border: 1px solid #0075bc;
    box-shadow: 0;
    border-radius: 5px;
    padding-left: 10px;
    transition-duration: 0.6s;
    font-size: 14px;
    width: 100%;
}
#myForm h4 {
    color: #32a2db;
}
#myForm input::placeholder,
#myForm textarea::placeholder,
body select::placeholder {
    color: #32a2db;
}
#myForm input:focus,
#myForm select:focus,
#myForm textarea:focus {
    box-shadow: 0 10px 20px -5px #a7a7a7;
    color: #0075bc;
    border: 1px solid #0075bc;
}
#myForm input:invalid,
#myForm select:invalid,
#myForm textarea:invalid {
    background-color: #fff;
    color: #0075bc;
    border: 1px solid #0075bc;
}
#myForm input:invalid::placeholder,
#myForm select:invalid::placeholder,
#myForm textarea:invalid::placeholder {
    color: #0075bc;
    opacity: 0.8;
}
#myForm input.button,
#myForm select.button,
#myForm textarea.button {
    height: 50px;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    transition-duration: 0.3s;
    text-transform: uppercase;
}
#myForm input.button:valid,
#myForm select.button:valid,
#myForm textarea.button:valid {
    color: #0075bc;
    border: 1px solid #0075bc;
    background-color: #fff;
}
#myForm input.button:focus,
#myForm select.button:focus,
#myForm textarea.button:focus {
    color: #0075bc;
    border: 1px solid #0075bc;
    box-shadow: unset;
}
#myForm input.button:hover,
#myForm select.button:hover,
#myForm textarea.button:hover {
    background-color: #0075bc;
    color: #fff;
}
#myForm input.button:active,
#myForm select.button:active,
#myForm textarea.button:active {
    background-color: #0075bc;
}
#myForm input.button.xdos,
#myForm select.button.xdos,
#myForm textarea.button.xdos {
    width: 44.5rem;
}
#myForm textarea {
    height: 100px;
    padding: 0.5rem;
}
#myForm textarea.xdos {
    width: 43.3rem;
}
#myForm select {
    width: 100%;
    height: 50px;
}
#myForm select.xdos {
    width: 100%;
}
.reqAppontmtPop {
    padding: 50px 30px;
}
.news-v img {
    height: 340px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.news-l img {
    height: 190px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.news-l .news-box {
    padding: 5px;
}
.news-v .play-b {
    background: 0 0;
    color: #ec125f;
    position: absolute;
    z-index: 25;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 80px;
    width: 100%;
}
.events-main .card {
    border: none;
    border-radius: 0;
}
.events-lnk {
    padding: 15px;
    display: block;
    float: left;
    width: 100%;
    color: #0075bc;
}
.events-lnk .card-title {
    margin-bottom: 0;
    text-decoration: none;
    margin-left: 30px;
}
.events-lnk:hover {
    text-decoration: none;
    background-color: #aa1748;
    color: #fff;
}
.events-lnk::before {
    content: "\f1c1";
    font-family: FontAwesome;
    color: #aa1748;
    font-size: 25px;
    line-height: 0;
    padding-right: 10px;
    float: left;
    margin-top: 10px;
}
.events-lnk:hover::before {
    color: #fff;
}
footer ul {
    padding-left: 5px;
}
footer li {
    list-style: none;
}
footer li a {
    color: #000;
}
footer .award-list {
    width: 100%;
    display: block;
    float: left;
}
footer .award-list .awards {
    float: left;
}
footer .award-list .awards:nth-child(1) {
    width: 60px;
    margin: 30px 20px 0 0;
}
footer .award-list .awards:nth-child(2) {
    width: 120px;
    margin: 30px 20px 0 0;
}
footer .award-list .awards:nth-child(3) {
  
    margin: 30px 20px 0 0;
    width: 122px !important;
}
footer .award-list .awards:nth-child(4) {
    width: 120px;
    margin: 30px 20px 0 0;
}
footer .award-list .awards:nth-child(5) {
    width: 60px;
}
.custom_main_box #frame .chatBubble {
    float: right;
    height: 64px;
    width: 64px;
    cursor: pointer;
    display: block;
    position: fixed;
    bottom: 50px !important;
    right: 30px;
}
.chatBubble{
     bottom: 50px !important;
}
@media (max-width: 1200px) {
    footer .award-list .awards {
        float: left;
    }
    footer .award-list .awards:nth-child(1) {
        width: 30px;
        margin: 15px 10px 0 0;
    }
    footer .award-list .awards:nth-child(2) {
        width: 60px;
        margin: 15px 10px 0 0;
    }
    footer .award-list .awards:nth-child(3) {
        width: 30px;
        margin: 15px 10px 0 0;
    }
    footer .award-list .awards:nth-child(4) {
        width: 60px;
        margin: 15px 10px 0 0;
    }
    footer .award-list .awards:nth-child(5) {
        width: 30px;
    }
}
@media (max-width="480px") {
    footer .award-list .awards {
        float: left;
    }
    footer .award-list .awards:nth-child(1) {
        width: 15px;
        margin: 0 10px 0 0;
    }
    footer .award-list .awards:nth-child(2) {
        width: 30px;
        margin: 0 10px 0 0;
    }
    footer .award-list .awards:nth-child(3) {
        width: 15px;
        margin: 0 10px 0 0;
    }
    footer .award-list .awards:nth-child(4) {
        width: 30px;
        margin: 0 10px 0 0;
    }
    footer .award-list .awards:nth-child(5) {
        width: 15px;
    }
}
footer .footer-links p {
    color: #444;
}
footer .footer-links p a {
    font-size: 14px;
    color: #32a2db;
    text-decoration: none;
}
footer .footer-links p a:hover {
    color: #0075bc;
}
footer .social-links ul {
    display: inline;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
footer .social-links li {
    list-style: none;
    float: left;
}
footer .social-links li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
    color: #fff !important;
}
footer .social-links li:nth-child(odd) a {
    fill: #0075bc;
    background: #0075bc;
    background: -moz-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -webkit-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -o-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: -ms-linear-gradient(90deg, #32a2db 0, #0075bc 100%);
    background: linear-gradient(90deg, #32a2db 0, #0075bc 100%);
}
footer .social-links li:nth-child(even) a {
    fill: #93123e;
    background: #93123e;
    background: -moz-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -webkit-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -o-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: -ms-linear-gradient(90deg, #ec125f 0, #93123e 100%);
    background: linear-gradient(90deg, #ec125f 0, #93123e 100%);
}
section .slick-slide .slide-content {
    margin: 0 10%;
    padding: 50px 100px;
    background: #fff;
}
body .slick-list {
    margin: 20px 0;
}
section .slick-next,
section .slick-prev {
    position: absolute;
    right: -50px;
    background: 0 0;
    border: none;
    color: transparent !important;
    width: 40px;
    height: 40px;
    padding: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
section .slick-next:before,
section .slick-prev:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #0075bc !important;
    font-size: 25px;
    line-height: 0;
}
section .slick-prev {
    left: -50px;
}
section .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    line-height: 0;
}
section .slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center;
}
section .slick-dots li {
    display: inline-block;
}
section .slick-dots li button {
    transition: 0.2s background-color ease-in-out 0s;
    border: none;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    fill: #0075bc;
    background: #0075bc;
    margin-right: 10px;
}
section .slick-dots li.slick-active button {
    fill: #93123e;
    background: #93123e;
    width: 20px;
    transition: opacity 0.2s ease;
    -webkit-transition: all 0.9s ease 50s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.card-custom {
    overflow: hidden;
    min-height: 450px;
}
.card-custom-img {
    height: 250px;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}
.blog-box {
    font-size: 14px;
    text-align: left;
}
.blog-img-box,
.blog-img-boxi {
    position: relative;
}
.blog-img-box img {
    width: 100%;
    height: 190px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.blog-img-box-inner img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.blog-img-boxi img {
    width: 100%;
    height: 430px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}
.blog-category {
    position: absolute;
    left: 0;
    top: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    color: #242424;
    padding: 12px 25px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
}
.blog-category:after {
    content: "";
    left: 0;
    width: 0;
    background: #0075bc;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.blog-box:hover .blog-category {
    color: #fff;
}
.blog-box:hover .blog-category:after {
    width: 100%;
}
.blog-info {
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.blog-details {
    padding: 20px;
}
.blog-details p {
    margin: 0;
    height: 69px;
    overflow: hidden;
}
.blog-details-inner {
    padding: 20px;
}
.blog-details-inner p {
    margin: 0;
    overflow: hidden;
}
.blog-details p + p {
    margin: 15px 0;
}
.blog-details blockquote div span[style],
.blog-details blockquote div[style] {
    font-size: 1rem !important;
}
.blog-details blockquote div u[style] {
    font-size: 18px !important;
    font-weight: 700 !important;
}
.posted-date {
    display: block;
    color: #0075bc;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.posted-date:after {
    width: 34px;
}
.post-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.post-title a {
    display: block;
    color: #242424;
    font-size: 22px;
    height: 47px;
    overflow: hidden;
    text-transform: uppercase;
}
.post-title a:focus,
.post-title a:hover {
    text-decoration: none;
    color: #0075bc;
}
.blog-bottom-row {
    border-top: 1px solid #e5e5e5;
    padding: 13px 20px;
}
.blog-bottom-row:after {
    content: "";
    display: table;
    clear: both;
}
.posted-by {
    float: left;
    margin-right: 20px;
    font-weight: 500;
    color: #959595;
}
.comments i,
.posted-by i {
    font-size: 1.4em;
    margin-right: 4px;
}
.posted-by a {
    color: inherit;
}
.posted-by a:focus,
.posted-by a:hover {
    color: #0075bc;
    text-decoration: none;
}
.comments {
    float: right;
    font-weight: 500;
    color: #959595;
}
.blog-posts .btn {
    margin-top: 35px;
}
.blog-section .blog-box {
    margin-bottom: 30px;
}
.pagination-section {
    text-align: center;
}
.hr-primary {
    color: #0075bc;
}
.widget-single {
    background: #f4f4f4;
    padding: 20px;
}
.widget-single ~ .widget-single {
    margin-top: 25px;
}
.widget-single h4 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
}
.widget-single ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-single li:after {
    clear: both;
    display: table;
    content: "";
}
.list li {
    border-top: 1px dashed #0075bc;
    padding: 8px 0;
    font-size: 15px;
}
.list li:first-child,
.widget-recent-blog li:first-child {
    border: 0;
}
.list li a {
    color: #737373;
    padding-left: 11px;
    text-decoration: none;
    display: block;
    word-wrap: break-word;
    position: relative;
}
.widget-single li a:hover {
    color: #0075bc;
}
.list li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -1px;
}
.input-group-addon {
    padding: 12px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #0075bc;
    border: 1px solid #0075bc;
    border-radius: 0 4px 5px 0;
}
#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}
.search-section {
    position: relative;
}
.search-section input[type="text"] {
    background: #fff;
    color: #737373;
    height: 40px;
}
.blog-search .search-section input[type="text"] {
    background: #fff;
    color: #737373;
    width: calc(100% - 50px);
    height: 40px;
}
.blog-search .search-section .btn-search {
    cursor: pointer;
    font-size: 0;
    text-align: center;
    top: 1px;
    bottom: 1px;
    padding: 0;
    position: absolute;
    width: 40px;
    right: 0;
    line-height: 44px;
}
#department,
.news-search {
    width: calc(100% - 100px) !important;
}
.search-section select {
    background: #fff;
    color: #737373;
    width: 100%;
    height: 40px;
}
.search-section option {
    font-weight: 400;
    height: 40px;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0 4px 1px !important;
}
.search-section .btn-search {
    cursor: pointer;
    font-size: 0;
    text-align: center;
    top: 1px;
    bottom: 1px;
    padding: 0;
    position: absolute;
    right: 50px;
    width: 40px;
    line-height: 44px;
}
.search-section .btn-all {
    cursor: pointer;
    font-size: 0;
    text-align: center;
    top: 1px;
    bottom: 1px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
    line-height: 44px;
}
.dep-search-section {
    position: relative;
}
.dep-search-section input[type="text"] {
    background: #fff;
    color: #737373;
    width: calc(100% - 60px);
    height: 40px;
}
.dep-search-section .btn-search {
    cursor: pointer;
    font-size: 0;
    text-align: center;
    top: 1px;
    bottom: 1px;
    padding: 0;
    position: absolute;
    right: 50px;
    width: 40px;
    line-height: 44px;
}
.dep-search-section .btn-all {
    cursor: pointer;
    font-size: 0;
    text-align: center;
    top: 1px;
    bottom: 1px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
    line-height: 44px;
}
.btn-all i,
.btn-search i {
    font-size: 20px;
    display: block;
    margin-left: 2px;
}
.widget-categories li {
    padding-right: 35px;
    position: relative;
}
.widget-categories span {
    background: #93123e;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    height: 26px;
    line-height: 28px;
    text-align: center;
    width: 26px;
    position: absolute;
    top: 6px;
    right: 0;
}
.widget-recent-blog li {
    padding: 12px 0;
    position: relative;
    border-top: 1px dashed #0075bc;
}
.widget-recent-blog li:first-child {
    border: 0;
}
.widget-recent-blog figure {
    float: left;
    margin-right: 15px;
    max-width: 90px;
    width: 100%;
    margin-bottom: 0 !important;
}
figure {
    margin-bottom: 0 !important;
}
.widget-recent-blog img {
    max-width: 100%;
}
.post-summary {
    overflow: hidden;
}
.post-summary h5 {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 2px;
}
.post-summary a {
    color: #242424;
    display: block;
    text-decoration: none;
}
.post-summary a:hover {
    color: #0075bc;
}
.post-summary .posted-date {
    font-size: 12px;
    margin: 0;
    color: #737373;
    font-weight: 400;
}
.post-summary .posted-date:after {
    display: none;
}
.taglist:after {
    content: "";
    display: table;
    clear: both;
}
.taglist li {
    float: left;
    margin: 8px 8px 0 0;
}
.taglist li a {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 13px;
    background: #fff;
    display: block;
    color: #737373;
}
.taglist li a:hover {
    background: #0075bc;
    color: #fff;
    text-decoration: none;
    border-color: #0075bc;
}
.card .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #e74c3c;
    width: 55px;
    height: 55px;
    padding: 4.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card .date .day {
    font-size: 18px;
}
.card .date .month {
    font-size: 12px;
    text-transform: uppercase;
}
h1.post-title {
    font-size: 30px;
    margin: 0 0 20px;
}
.author-inforow:after,
.tags-share:after {
    content: "";
    display: table;
    clear: both;
}
.tags-share {
    border-bottom: 1px solid #e5e5e5;
}
.tags-list {
    float: left;
}
.tags-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.tags-list ul li {
    float: left;
    margin-right: 15px;
}
.tags-list ul li a {
    color: #737373;
    font-size: 16px;
    text-decoration: none;
}
.tags-list ul li a:hover {
    color: #0075bc;
}
.tags-list h6 {
    float: left;
    margin-right: 15px;
}
.social-share-links.social-links li {
    margin-left: 6px;
}
.social-share-links.social-links li a {
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
}
.author-inforow {
    background: #f4f4f4;
}
.author-inforow img {
    float: left;
}
.author-infobox {
    overflow: hidden;
    font-size: 14px;
    padding: 20px 20px 0;
}
.comments h3 {
    font-size: 24px;
}
.comments-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comments-list .avatar img {
    float: left;
    margin-right: 25px;
    border-radius: 50%;
}
.comment-details {
    overflow: hidden;
    font-size: 14px;
}
.comment-by {
    position: relative;
    margin-bottom: 10px;
    padding-right: 100px;
}
.comment-by .date {
    display: block;
    font-weight: 400;
    color: #737373;
    font-size: 14px;
}
.comment-by .reply {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #0075bc;
    padding: 4px 10px 3px;
    color: #0075bc;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.comment-by .reply:hover {
    background: #0075bc;
    color: #fff;
}
.comment-by {
    color: #242424;
    font-weight: 600;
    font-size: 16px;
}
.comments-list ul {
    list-style: none;
    margin: 20px 0 0;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    padding: 20px 0 5px 70px;
}
.comments-list li + li {
    margin-top: 20px;
}
.comments-list ul li + li {
    margin-top: 15px;
}
.inner-banner.bg-dark:after {
    display: block;
    z-index: 0;
    opacity: 0.85;
}
.inner-content {
    position: relative;
    z-index: 1;
    height: 350px;
    padding-top: 150px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}
.inner-content h1 {
    color: #fff !important;
}
.inner-slide-img {
    position: absolute;
    left: 0;
    right: 0;
    height: 350px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-background-position: 50% 0;
    background-position: 50% 0;
}
.inner-slide-img img {
    width: 100%;
}
.tt-hint,
.tt-query {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: none;
    border-radius: 8px;
    outline: 0;
}
.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
    color: #999;
}
.tt-menu {
    width: 414px;
    margin-top: 3px;
    padding: 15px 10px;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-menu h3 {
    font-size: 22px;
    padding-left: 17px;
    color: #3086c8;
    margin-bottom: 0;
}
.tt-suggestion,
.tt-suggestion:focus,
.tt-suggestion:hover {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    border: none;
    color: #545658;
    font-weight: 400;
    text-decoration: none;
}
.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion p {
    margin: 0;
}
button,
input[type="button"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button,
input[type="button"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
button,
input {
    line-height: normal;
}
.form-control,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
textarea.form-control {
    background: #f6f6f6;
    padding: 7px 20px 5px;
    height: 50px;
    line-height: 1.55;
    border: solid 1px #dbdbdb;
    color: #000;
    width: 100%;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    -moz-transition: border-color 0.2s ease-in;
    -webkit-transition: border-color 0.2s ease-in;
    transition: border-color 0.2s ease-in;
    border-radius: 5px;
    text-overflow: ellipsis;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
}
textarea,
textarea.form-control {
    width: 100%;
    height: 140px;
    overflow: auto;
    resize: vertical;
    padding: 10px 20px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    border-radius: 12px;
    border-radius: 5px;
}
select {
    height: 50px;
    padding: 10px 42px 9px 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    background: 0 0;
    line-height: 1.25;
    border-radius: 50px;
    cursor: pointer;
    color: #454648;
    background: #fff;
    border: solid 1px #dbdbdb;
}
select::-ms-expand {
    display: none;
}
.custom-selectbox {
    overflow: hidden;
    display: block;
    margin: 0;
    position: relative;
}
.custom-selectbox:before {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    background: #ebefef;
    content: "";
    height: 48px;
}
.custom-selectbox:after {
    border-right: 2px solid #737373;
    border-top: 2px solid #737373;
    content: "";
    height: 10px;
    margin-top: -8px;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
    z-index: 1;
}
.form-control:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #c3c3c3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button,
input[type="button"],
input[type="submit"] {
    background: #0075bc;
    color: #fff;
    border: 0;
    letter-spacing: 0.01em;
    cursor: pointer;
    width: auto;
    overflow: visible;
    padding: 13px 30px 10px;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.4;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-weight: 600;
    border-radius: 5px;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    color: #fff;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #737373;
}
::-moz-placeholder {
    opacity: 1;
    color: #737373;
}
:-ms-input-placeholder {
    opacity: 1;
    color: #737373;
}
:-moz-placeholder {
    opacity: 1;
    color: #737373;
}
.form-control {
    height: 50px;
}
.control-label,
.form-group > label {
    font-weight: 600;
}
.select2 {
    width: calc(100% - 100px) !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #dbdbdb !important;
    border-radius: 6px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 6px 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 7px !important;
    right: 7px !important;
}
.breadcrumb {
    font-size: 15px;
    background: 0 0;
    margin: 0;
    padding: 0;
    display: block;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb li.active {
    color: #fff;
}
.breadcrumb li + li:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 16px;
    color: #fff;
    margin-right: 2px;
    padding: 0 5px;
}
.breadcrumb li a {
    color: #fff;
}
.breadcrumb li a:hover {
    color: #0075bc;
    text-decoration: none;
}
.page-title {
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
    padding: 4em;
}
.page-title h1,
.page-title ol {
    color: #fff;
}
.page-title .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: auto;
    margin-top: 15px;
}
.page-title h1,
.page-title ol {
    color: #fff;
}
.page-title .breadcrumb a {
    color: #fff;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.nav-pills .nav-link::before {
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 10px;
    position: absolute;
    right: 33px;
    top: auto;
    font-size: 13px;
    font-weight: 600;
    bottom: auto;
}
.nav-pills .nav-link:hover {
    cursor: grab;
}
.nav-pills .nav-link:focus {
    color: #a81847 !important;
    background: 0 0;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #cc1353;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1b8acb;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #a6a7a9;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
.no-js #loader-wrapper {
    display: none;
}
.nav-pills {
    background-color: #fff;
    padding: 0 1.2em 2em;
}
.nav-pills .nav-link {
    display: block;
    font-size: 15px;
    bottom: auto;
    margin-bottom: 1px;
    color: #fff;
    border-radius: 0;
    color: #393232;
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 18px;
    padding-left: 0;
    border-bottom: 0;
    padding-top: 12px;
    padding-bottom: 15px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #a81847;
    background: 0 0;
}
.tab-title {
    text-align: center;
    background-color: #a81847;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff !important;
    padding: 15px 20px 13px 30px;
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: 3px solid #fff;
}
.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
    color: #a81847;
    background-color: #fff;
}
.mip .nav-pills .nav-link:focus {
    color: #fff !important;
}
.nav-pills .nav-link.active::before,
.nav-pills .nav-link:hover::before {
    border-left-color: #2095d3;
    border-width: 13px;
}
.nav-pills .nav-link.active::after,
.nav-pills .nav-link:hover::after {
    border-left-color: #2095d3;
    border-width: 13px;
}
.nav-pills .nav-link .fa {
    font-weight: 900;
    width: 23px;
    text-align: center;
    padding-right: 30px;
}
.about h3 {
    color: #0076bd;
    font-weight: 700;
    font-size: 27px;
}
.about h4 {
    color: #0076bd;
    font-weight: 500;
    font-size: 18px;
}
.about p {
    color: #444;
    line-height: 1.8;
    font-size: 14px;
}
.about ul {
    padding-left: 15px;
}
.box {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 2em;
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
}
.box .content {
    padding: 20px 25px 15px;
}
.box .content h4 {
    font-size: 22px !important;
}
.box h3 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 12px;
    color: #2a363b;
}
.box h5 {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.box h6 {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin-bottom: 12px;
}
.testimonials-page {
    background: #fff;
    margin-bottom: 2em;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
}
.testimonials-page .content {
    padding: 20px 25px 15px;
}
.testimonials-page .content h4 {
    font-size: 22px !important;
}
.testimonials-page h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 12px;
    color: #2a363b;
}
.testimonials-page h5 {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    text-align: justify;
}
.testimonials-page h6 {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    margin-bottom: 12px;
}
.testimonials-page .btn-block .play-b {
    background: 0 0;
    color: #ec125f;
    position: absolute;
    padding: 0;
    line-height: 0;
    z-index: 25;
    display: block;
    margin: auto;
    bottom: 0;
    right: 0;
    font-size: 40px;
    width: 100%;
}
.atestimonials-pagebout .item {
    border: 5px solid #f5f5f5;
    margin-bottom: 1.5em;
}
.about .item {
    border: 5px solid #f5f5f5;
    margin-bottom: 1.5em;
}
.about .item .item-holder {
    padding-bottom: 75px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 63px;
}
.about .item .item-holder .awsm-grid-holder {
    overflow: hidden;
}
.about .item .item-holder .awsm-grid-holder img {
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
}
.about .item .item-holder .awsm-grid-holder .item-data-holder {
    height: 59px;
    width: 100%;
    bottom: 0;
    position: absolute;
    padding: 15px 0 15px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
    background: #a81847;
}
.about .item .item-holder .awsm-grid-holder .item-data-holder::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #a81a48 !important;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
    left: 0;
}
.about .item .item-holder .awsm-grid-holder .item-data-holder .awsm-personal-info {
    position: relative;
    margin-bottom: 10px;
}
.about .item .item-holder .awsm-grid-holder .item-data-holder .awsm-personal-info p {
    font-family: Poppins, sans-serif;
    font-weight: 500;
}
.about .item .item-holder .awsm-grid-holder .item-data-holder .awsm-personal-info .depart {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
}
.about .item .item-holder .awsm-grid-holder .item-data-holder .awsm-personal-info .doctor-name {
    margin-bottom: 3px;
    font-size: 18px;
    color: #fff;
}
.about .item .item-holder .awsm-grid-holder .item-data-holder .awsm-contact-info {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.about .item .item-holder:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.about .item .item-holder:hover .awsm-grid-holder .item-data-holder .awsm-personal-info .doctor-name {
    color: #fff;
}
.about .item .item-holder:hover .awsm-grid-holder .item-data-holder .awsm-personal-info .doctor-name::before {
    background: #fff;
}
.about .item .item-holder:hover .awsm-grid-holder .item-data-holder .awsm-personal-info p {
    color: #fff;
}
.about .item .item-holder:hover .awsm-grid-holder .item-data-holder .awsm-personal-info .depart {
    color: #fff;
}
.about .item .item-holder:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.about .item .item-holder:hover .item-data-holder {
    height: 90px;
    color: #fff;
}
.about .item .item-holder:hover .awsm-grid-holder .item-data-holder .awsm-contact-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.about .item .item-holder:hover .item-data-holder::before {
    height: 100%;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    background: #a81a48 !important;
}
.single-doctor {
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #fff;
}
.single-doctor .single-doctor-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.img-doc {
    height: 390px;
    overflow: hidden;
}
.single-doctor .img-doc,
.single-doctor-info {
    display: block;
    position: relative;
    margin-bottom: 0;
}
.single-doctor-info {
    display: block;
    position: relative;
}
.single-doctor .single-doctor-info h4 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}
.single-doctor .single-doctor-info span {
    margin-bottom: 2px;
    display: block;
    text-transform: capitalize;
}
.single-doctor h5 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 17px;
    padding: 10px;
    margin: 20px 0 0 0;
}
.single-doctor p {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    position: relative;
    padding: 20px;
}
.single-doctor-mask a {
    color: #fff;
    font-size: 13px;
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 7px;
}
.single-doctor-mask a:hover {
    background: #333;
    border-color: #333;
    text-decoration: none;
}
.single-doctor-info,
.single-doctor-warp img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.single-doctor-warp .single-doctor-mask {
    background: #a81847;
    -webkit-transform: translateY(800px);
    -moz-transform: translateY(800px);
    -o-transform: translateY(800px);
    -ms-transform: translateY(800px);
    transform: translateY(800px);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.single-doctor-mask-inner {
    position: absolute;
    top: 7%;
    width: 100%;
}
.single-doctor-warp h5 {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
}
.single-doctor-warp p {
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.single-doctor-warp:hover .single-doctor-mask {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.single-doctor-warp:hover p {
    opacity: 1;
}
.doctor-page .single-doctor {
    border: 5px solid #f5f5f5;
}
.contact-post {
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    position: relative;
}
.contact-post .icon-box {
    top: 38px;
    border: 2px solid #2095d3;
    border-radius: 50%;
    font-size: 35px;
    height: 70px;
    left: 20px;
    position: absolute;
    text-align: center;
    width: 70px;
    line-height: 70px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.contact-post .icon-box i {
    color: #2095d3;
}
.contact-post .content {
    padding: 25px 20px 25px 105px;
}
.contact-post .content p {
    font-size: 14px;
}
.contact-post .content .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}
.btn-primary {
    background: #a81847 !important;
    border-color: #a81847 !important;
}
.contact-section h4 {
    position: relative;
    margin-bottom: 30px;
}
.content p {
    margin-bottom: 0;
}
.contact-section h4::before {
    background-color: #a81847;
    bottom: -12px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 70px;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 72%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
}
.blog-r {
    color: #a81847;
    font-size: 19px;
}
.blog-r i {
    font-size: 17px;
}
.events-main .card {
    border: none;
    border-radius: 0;
}
.events-lnk {
    padding: 15px;
    display: block;
    float: left;
    width: 100%;
    color: #0075bc;
}
.events-lnk .card-title {
    margin-bottom: 0;
    text-decoration: none;
    margin-left: 30px;
}
.events-lnk:hover {
    text-decoration: none;
    background-color: #aa1748;
    color: #fff;
}
.events-lnk::before {
    content: "\f1c1";
    font-family: FontAwesome;
    color: #aa1748;
    font-size: 25px;
    line-height: 0;
    padding-right: 10px;
    float: left;
    margin-top: 10px;
}
.events-lnk:hover::before {
    color: #fff;
}
.dep-hod p,
li {
    line-height: 1.6;
    color: #000;
    letter-spacing: 0.31;
    font-size: 14px;
}
.dep-hod p,
.dep-hod p[style] {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.dep-hod li {
    list-style: disc !important;
    margin-left: 0 !important;
}
.dep-hod h3 {
    color: #0076bd;
    font-weight: 700;
    font-size: 27px;
}
.dep-hod h4 {
    color: #0076bd;
    font-weight: 500;
    font-size: 22px;
}
.about ul li span[style] {
    font-size: 15px !important;
    font-family: Poppins, sans-serif !important;
    padding-bottom: 10px;
    color: #000;
    background-color: transparent !important;
    line-height: 1.6;
    margin-bottom: 5px !important;
    padding-left: 0 !important;
    list-style: disc !important;
}
.contact-post span span[style],
.dep-hod p span font span[style],
.dep-hod p span[style] {
    font-size: 15px !important;
    font-family: Poppins, sans-serif !important;
    padding-bottom: 10px;
    color: #000;
    background-color: transparent !important;
    line-height: 1.6;
    margin-bottom: 5px !important;
    padding-left: 0 !important;
    list-style: disc !important;
}
.contact-post div font[face],
.contact-post ul li font[face],
.dep-hod div font[face] {
    font-size: 15px !important;
    font-family: Poppins, sans-serif !important;
    padding-bottom: 10px;
    color: #000;
    background-color: transparent !important;
    line-height: 1.6;
    margin-bottom: 5px !important;
    padding-left: 0 !important;
    list-style: disc !important;
}
.contact-post div font br {
    display: none !important;
}
.contact-post ul li a span[style],
.dep-hod ul li a span[style],
.dep-hod ul li b a span[style],
.dep-hod ul li[style] {
    font-size: 15px !important;
    font-family: Poppins, sans-serif !important;
    padding-bottom: 10px;
    color: currentColor;
    background-color: transparent !important;
    line-height: 1.6;
    margin-bottom: 5px !important;
    padding-left: 0 !important;
    list-style: disc !important;
}
.contact-post p[style],
.contact-post ul li span[style],
.contact-post ul li[style],
.dep-hod ul li span[style] {
    font-size: 15px !important;
    font-family: Poppins, sans-serif !important;
    padding: 0 !important;
    color: #000;
    font-weight: 400 !important;
    background-color: transparent !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    list-style: disc !important;
    white-space: normal !important;
}
.contact-post p span[style],
.dep-hod ul li[style] {
    font-size: 15px !important;
    font-family: Poppins, sans-serif !important;
    padding-bottom: 0;
    color: #000;
    background-color: transparent !important;
    line-height: 1.6;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    list-style: disc !important;
}
.dep-hod div font b span,
.dep-hod div font span {
    font-family: Poppins, sans-serif !important;
}
.dep-hod h3 span {
    color: #000 !important;
    font-size: 18px !important;
    font-family: Poppins, sans-serif !important;
}
.dep-hod ul li a[style] {
    background-color: transparent !important;
    font-size: 14px !important;
}
.dep-hod ul {
    padding-left: 17px !important;
    margin-left: 0 !important;
}
.dep-hod ul ul {
    padding-left: 0 !important;
}
.dep-hod ul ul ul {
    padding-left: 20px !important;
}
.dep-hod ul ul ul li,
.dep-hod ul ul ul li[style] {
    list-style: circle !important;
}
.contact-post li {
    list-style: disc !important;
}
.dep-hod .item {
    border: 5px solid #f5f5f5;
    margin-bottom: 1.5em;
    display: block;
}
.dep-hod .item .item-holder {
    padding-bottom: 75px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 63px;
}
.dep-hod .item .item-holder .awsm-grid-holder {
    overflow: hidden;
}
.dep-hod .item .item-holder .awsm-grid-holder img {
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
}
.dep-hod .item .item-holder .awsm-grid-holder .item-data-holder {
    height: 59px;
    width: 100%;
    bottom: 0;
    position: absolute;
    padding: 15px 0 15px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
    background: #a81847;
}
.dep-hod .item .item-holder .awsm-grid-holder .item-data-holder::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #a81a48 !important;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
    left: 0;
}
.dep-hod .item .item-holder .awsm-grid-holder .item-data-holder .awsm-personal-info {
    position: relative;
    margin-bottom: 10px;
}
.dep-hod .item .item-holder .awsm-grid-holder .item-data-holder .awsm-personal-info p {
    font-family: Poppins, sans-serif;
    font-weight: 500;
}
.dep-hod .item .item-holder .awsm-grid-holder .item-data-holder .awsm-personal-info .depart {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
}
.dep-hod .item .item-holder .awsm-grid-holder .item-data-holder .awsm-personal-info .doctor-name {
    margin-bottom: 3px;
    font-size: 18px;
    color: #fff;
}
.dep-hod .item .item-holder .awsm-grid-holder .item-data-holder .awsm-contact-info {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.dep-hod .item .item-holder:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.dep-hod .item .item-holder:hover .awsm-grid-holder .item-data-holder .awsm-personal-info .doctor-name {
    color: #fff;
}
.dep-hod .item .item-holder:hover .awsm-grid-holder .item-data-holder .awsm-personal-info .doctor-name::before {
    background: #fff;
}
.dep-hod .item .item-holder:hover .awsm-grid-holder .item-data-holder .awsm-personal-info p {
    color: #fff;
}
.dep-hod .item .item-holder:hover .awsm-grid-holder .item-data-holder .awsm-personal-info .depart {
    color: #fff;
}
.dep-hod .item .item-holder:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.dep-hod .item .item-holder:hover .item-data-holder {
    height: 90px;
    color: #fff;
}
.dep-hod .item .item-holder:hover .awsm-grid-holder .item-data-holder .awsm-contact-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.dep-hod .item .item-holder:hover .item-data-holder::before {
    height: 100%;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    background: #a81a48 !important;
}
.site-map li a {
    color: #a51b48;
    text-decoration: none;
}
.site-map li a:hover {
    color: #0075bc;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #0075bc;
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 2em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.about table h4 {
    color: #0076bd;
    font-weight: 500;
    font-size: 18px;
}
.about table p {
    color: #444;
    line-height: 1.8;
    font-size: 14px;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 20px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(72, 76, 97, 0.8) 75%);
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 20px #000, 0 0 20px #000;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #32a2db;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #0075bc;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.outer {
    background: #32a2db;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    max-height: 700px;
    overflow: hidden;
}
.c {
    text-align: center;
    display: block;
    position: relative;
    width: 80%;
    margin: 100px auto;
}
._404 {
    font-size: 220px;
    position: relative;
    display: inline-block;
    z-index: 2;
    height: 250px;
    letter-spacing: 15px;
}
._1 {
    text-align: center;
    display: block;
    position: relative;
    letter-spacing: 12px;
    font-size: 4em;
    line-height: 80%;
}
._2 {
    text-align: center;
    display: block;
    position: relative;
    font-size: 20px;
}
.outer .btn {
    background-color: #fff;
    position: relative;
    display: inline-block;
    width: 358px;
    padding: 5px;
    z-index: 5;
    font-size: 25px;
    margin: 0 auto;
    color: #32a2db;
    text-decoration: none;
    margin-right: 10px;
}
.right {
    float: right;
    width: 60%;
}
@media (min-width: 321px) and (max-width: 767px) and (orientation: portrait) {
    .grid figure {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
    .grid figure {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 1367px) and (max-width: 1440px) and (orientation: landscape) {
    .banner-mn video {
        height: 601px;
    }
    #msgModal .modal-dialog {
        max-width: 700px;
    }
    .banner-mn .carousel-caption1 {
        height: 380px;
        width: 50%;
        padding: 50px;
        right: 5% !important;
    }
    .banner-mn .carousel-caption1 h1 {
        font-size: 40px;
    }
    .banner-mn .carousel-caption1 h2 {
        font-size: 35px;
    }
    .banner-mn .carousel-caption1 h3 {
        font-size: 20px;
    }
    .banner-mn .carousel-caption2 {
        height: 380px;
        width: 90%;
        padding: 50px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption2 h1 {
        font-size: 40px;
    }
    .banner-mn .carousel-caption2 h2 {
        font-size: 35px;
    }
    .banner-mn .carousel-caption2 h3 {
        font-size: 20px;
    }
    .banner-mn .carousel-caption3 {
        height: 400px;
        width: 40%;
        padding: 50px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption3 h1 {
        font-size: 38px;
        margin-top: 30px;
        color: #fff !important;
        font-weight: 600;
    }
    .banner-mn .carousel-caption3 h2 {
        font-size: 36px;
        margin-top: 30px;
        color: rgba(255, 255, 255, 0.8) !important;
        font-weight: 600;
    }
    .banner-mn .carousel-caption3 h3 {
        font-size: 20px;
        margin-top: 30px;
        font-weight: 100;
        text-transform: capitalize;
        color: #fff !important;
    }
}
@media (min-width: 1201px) and (max-width: 1366px) and (orientation: landscape) {
    .banner-mn video {
        height: 570px;
    }
    #msgModal .modal-dialog {
        max-width: 700px;
    }
    .banner-mn .carousel-caption1 {
        height: 380px;
        width: 50%;
        padding: 50px;
        right: 5% !important;
    }
    .banner-mn .carousel-caption1 h1 {
        font-size: 30px;
    }
    .banner-mn .carousel-caption1 h2 {
        font-size: 25px;
    }
    .banner-mn .carousel-caption1 h3 {
        font-size: 16px;
    }
    .banner-mn .carousel-caption2 {
        height: 380px;
        width: 90%;
        padding: 50px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption2 h1 {
        font-size: 30px;
    }
    .banner-mn .carousel-caption2 h2 {
        font-size: 25px;
    }
    .banner-mn .carousel-caption2 h3 {
        font-size: 18px;
    }
    .banner-mn .carousel-caption3 {
        height: 400px;
        width: 40%;
        padding: 50px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption3 h1 {
        font-size: 30px;
    }
    .banner-mn .carousel-caption3 h2 {
        font-size: 28px;
    }
    .banner-mn .carousel-caption3 h3 {
        font-size: 18px;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) and (orientation: landscape) {
    .map-responsive {
        padding-bottom: 87.25%;
    }
    .banner-mn video {
        height: 500px;
    }
    .banner-mn .carousel-caption1 {
        height: 380px;
        width: 50%;
        padding: 50px;
        right: 5% !important;
    }
    .banner-mn .carousel-caption1 h1 {
        font-size: 30px;
    }
    .banner-mn .carousel-caption1 h2 {
        font-size: 25px;
    }
    .banner-mn .carousel-caption1 h3 {
        font-size: 16px;
    }
    .banner-mn .carousel-caption2 {
        height: 380px;
        width: 90%;
        padding: 50px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption2 h1 {
        font-size: 30px;
    }
    .banner-mn .carousel-caption2 h2 {
        font-size: 25px;
    }
    .banner-mn .carousel-caption2 h3 {
        font-size: 16px;
    }
    .banner-mn .carousel-caption3 {
        height: 400px;
        width: 40%;
        padding: 50px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption3 h1 {
        font-size: 30px;
    }
    .banner-mn .carousel-caption3 h2 {
        font-size: 28px;
    }
    .banner-mn .carousel-caption3 h3 {
        font-size: 16px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
    .banner-btm .appointmt p {
        margin-top: 5px !important;
    }
    .about table h4 {
        font-size: 14px;
    }
    .about table p {
        font-size: 12px;
    }
    .banner-mn .carousel-caption {
        height: 300px;
        width: 450px;
        padding: 20px;
    }
    .message-md .messge-padding {
        padding: 50px 40px 30px 40px;
    }
    section .slick-next,
    section .slick-prev {
        display: none !important;
    }
    .map-responsive {
        padding-bottom: 87.25%;
    }
    .banner-mn .carousel-caption1 {
        height: 380px;
        width: 50%;
        padding: 50px;
        right: 5% !important;
    }
    .banner-mn .carousel-caption1 h1 {
        font-size: 30px;
    }
    .banner-mn .carousel-caption1 h2 {
        font-size: 25px;
    }
    .banner-mn .carousel-caption1 h3 {
        font-size: 16px;
    }
    .banner-mn .carousel-caption2 {
        height: 380px;
        width: 90%;
        padding: 50px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption2 h1 {
        font-size: 30px;
    }
    .banner-mn .carousel-caption2 h2 {
        font-size: 25px;
    }
    .banner-mn .carousel-caption2 h3 {
        font-size: 18px;
    }
    .banner-mn .carousel-caption3 {
        height: 400px;
        width: 40%;
        padding: 50px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption3 h1 {
        font-size: 30px;
    }
    .banner-mn .carousel-caption3 h2 {
        font-size: 28px;
    }
    .banner-mn .carousel-caption3 h3 {
        font-size: 18px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .banner-btm .appointmt p {
        margin-top: 20px !important;
    }
    .about table h4 {
        font-size: 16px;
    }
    .about table p {
        font-size: 14px;
    }
    .banner-mn .carousel-caption {
        height: 300px;
        width: 450px;
        padding: 20px;
    }
    .message-md .messge-padding {
        padding: 25px 10px 20px 10px;
    }
    .message-md .md-img {
        width: 180px;
        position: absolute;
        bottom: 0;
    }
    .testimonials .testi-inner .testi-right .c-details {
        bottom: auto;
    }
    .nav-pills .nav-link {
        font-size: 12px;
    }
    .nav-pills .nav-link::before {
        right: 25px;
    }
    .nav-pills .nav-link .fa {
        padding-right: 23px;
    }
    section .slick-next,
    section .slick-prev {
        display: none !important;
    }
    .map-responsive {
        padding-bottom: 118.25%;
    }
    .contact-post .content {
        padding: 10px 10px 10px 90px;
    }
    .contact-post .icon-box {
        left: 10px;
        top: 23px;
    }
    .banner-mn video {
        height: 335px;
    }
    #myModal .modal-dialog {
        max-height: 450px;
    }
    .quote_bt {
        top: 140px !important;
    }
    .quote_pop {
        top: 140px !important;
    }
    #fixed-social {
        top: 140px;
    }
    #msgModal .modal-dialog {
        max-width: 400px;
    }
    .blog-img-box img {
        height: 320px;
    }
    .banner-mn .carousel-caption1 {
        height: 380px;
        width: 50%;
        padding: 40px;
        right: 5% !important;
    }
    .banner-mn .carousel-caption1 h1 {
        font-size: 25px;
    }
    .banner-mn .carousel-caption1 h2 {
        font-size: 20px;
    }
    .banner-mn .carousel-caption1 h3 {
        font-size: 14px;
    }
    .banner-mn .carousel-caption2 {
        height: 380px;
        width: 90%;
        padding: 30px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption2 h1 {
        font-size: 25px;
    }
    .banner-mn .carousel-caption2 h2 {
        font-size: 20px;
    }
    .banner-mn .carousel-caption2 h3 {
        font-size: 14px;
    }
    .banner-mn .carousel-caption3 {
        height: 400px;
        width: 40%;
        padding: 50px 25px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption3 h1 {
        font-size: 25px;
    }
    .banner-mn .carousel-caption3 h2 {
        font-size: 22px;
    }
    .banner-mn .carousel-caption3 h3 {
        font-size: 14px;
    }
}
@media (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
    .message-md .messge-padding {
        padding: 50px 40px 30px 40px;
    }
    .navbar input[type="text"]:focus {
        width: 240px;
    }
    .navbar #wrap {
        right: 95px;
    }
    .navbar input[type="text"] {
        font-size: 14px;
    }
    .about table h4 {
        font-size: 14px;
    }
    .about table p {
        font-size: 12px;
    }
    .nav-pills .nav-link {
        font-size: 12px;
    }
    .nav-pills .nav-link::before {
        right: 25px;
    }
    section .slick-next,
    section .slick-prev {
        display: none !important;
    }
    .nav-pills .nav-link .fa {
        padding-right: 23px;
    }
    .message-md .md-img {
        width: 200px;
        margin: auto;
    }
    .banner-mn video {
        height: 335px;
    }
    .quote_bt {
        top: 100px !important;
    }
    .quote_pop {
        top: 100px !important;
    }
    #fixed-social {
        top: 100px;
    }
    #msgModal .modal-dialog {
        max-width: 400px;
    }
    .blog-img-box img {
        height: 320px;
    }
    .blog-img-boxi img {
        height: 200px;
    }
    .banner-mn .carousel-caption1 {
        height: 300px;
        width: 50%;
        padding: 20px;
        right: 5% !important;
    }
    .banner-mn .carousel-caption1 h1 {
        font-size: 18px;
    }
    .banner-mn .carousel-caption1 h2 {
        font-size: 16px;
        margin-top: 50px;
    }
    .banner-mn .carousel-caption1 h3 {
        font-size: 10px;
        margin-top: 12px;
    }
    .banner-mn .carousel-caption2 {
        height: 300px;
        width: 90%;
        padding: 30px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption2 h1 {
        font-size: 18px;
        margin-top: 50px;
    }
    .banner-mn .carousel-caption2 h2 {
        font-size: 16px;
        margin-top: 25px;
    }
    .banner-mn .carousel-caption2 h3 {
        font-size: 10px;
        margin-top: 12px;
    }
    .banner-mn .carousel-caption3 {
        height: 300px;
        width: 50%;
        padding: 30px 25px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption3 h1 {
        font-size: 18px;
        margin-top: 15px;
    }
    .banner-mn .carousel-caption3 h2 {
        font-size: 16px;
        margin-top: 60px;
    }
    .banner-mn .carousel-caption3 h3 {
        font-size: 10px;
        margin-top: 10px;
    }
}
@media (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
    .banner-mn .carousel-caption3 {
        height: 300px;
        width: 50%;
        padding: 30px 25px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption3 h1 {
        font-size: 18px !important;
        margin-top: 15px;
    }
    .banner-mn .carousel-caption3 h2 {
        font-size: 16px;
        margin-top: 60px;
    }
    .banner-mn .carousel-caption3 h3 {
        font-size: 10px;
        margin-top: 10px;
    }
    .quick-access .contact .icon {
        display: block;
    }
    .navbar input[type="text"]:focus {
        width: 240px;
    }
    .navbar #wrap {
        right: 95px;
    }
    .navbar input[type="text"] {
        font-size: 14px;
    }
    .about table h4 {
        font-size: 14px;
    }
    .about table p {
        font-size: 12px;
    }
    .quick-access .contact .address {
        display: none;
    }
    .quick-access {
        float: right;
        margin-top: 8px;
    }
    .banner-mn video {
        height: 250px;
    }
    section .slick-next,
    section .slick-prev {
        display: none !important;
    }
    .banner-mn .carousel-caption {
        height: 300px;
        width: 450px;
        padding: 20px;
    }
    .message-md .messge-padding {
        padding: 90px 30px 30px 30px;
    }
    .message-md .md-img {
        width: 200px;
        margin: 100px auto 0;
    }
    .logo {
        width: 170px;
        padding: 5px 0;
    }
    .quick-access {
        display: block;
    }
    .map-responsive {
        padding-bottom: 118%;
    }
    .banner-mn .carousel-caption1 {
        height: 300px;
        width: 50%;
        padding: 20px;
        right: 5% !important;
    }
    .banner-mn .carousel-caption1 h1 {
        font-size: 18px;
    }
    .banner-mn .carousel-caption1 h2 {
        font-size: 16px;
        margin-top: 50px;
    }
    .banner-mn .carousel-caption1 h3 {
        font-size: 10px;
        margin-top: 12px;
    }
    .banner-mn .carousel-caption2 {
        height: 300px;
        width: 90%;
        padding: 30px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption2 h1 {
        font-size: 18px;
        margin-top: 50px;
    }
    .banner-mn .carousel-caption2 h2 {
        font-size: 16px;
        margin-top: 25px;
    }
    .banner-mn .carousel-caption2 h3 {
        font-size: 10px;
        margin-top: 12px;
    }
}
@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
    .navbar input[type="text"]:focus {
        width: 240px;
    }
    .navbar #wrap {
        right: 95px;
    }
    .navbar input[type="text"] {
        font-size: 14px;
    }
}
@media (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
    .navbar input[type="text"]:focus {
        width: 240px;
    }
    .navbar #wrap {
        right: 95px;
    }
    .navbar input[type="text"] {
        font-size: 14px;
    }
    .about table h4 {
        font-size: 11px;
    }
    .about table p {
        font-size: 10px;
    }
    #myModal .modal-dialog {
        max-height: 250px;
    }
    .banner-mn video {
        height: 170px;
    }
    .message-md .messge-padding {
        padding: 60px 0 30px 0;
    }
    .banner-btm .appointmt {
        margin-left: 0;
    }
    .banner-btm .appointmt .appointmt-img {
        width: 30px;
        height: 30px;
        margin: 10px;
    }
    .banner-mn .carousel-caption {
        height: 300px;
        width: 450px;
        padding: 20px;
    }
    .banner-btm .appointmt p {
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .message-md .messge-padding {
        padding: 90px 30px 30px 30px;
    }
    .message-md .messge-padding {
        padding: 35px 30px 30px 30px;
    }
    .message-md .md-img {
        width: 248px;
        margin: auto;
    }
    .quick-access .contact .icon {
        display: none;
    }
    .quick-access .contact {
        padding: 0 10px;
        border-radius: 5px;
        background-color: #aa1748;
    }
    .quick-access .contact .text-blue {
        color: #fff !important;
        text-align: center;
    }
    .quick-access .contact .address {
        display: block;
    }
    .quick-access {
        float: right;
    }
    section .slick-next,
    section .slick-prev {
        display: none !important;
    }
    .hedding1 h2 {
        font-size: 23px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .view-more {
        position: absolute;
        right: 15px;
        top: 0;
        text-transform: capitalize;
        font-weight: 600;
        color: #0075bc;
    }
    .testimonials h3 {
        font-size: 19px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .loaded #loader-wrapper .loader-section.section-left {
        transition: none;
    }
    .loaded #loader-wrapper .loader-section.section-right {
        transition: none;
    }
    #loader {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 120px;
        height: 120px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #cc1353;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        z-index: 1001;
    }
    .department .nav-pills .nav-link {
        text-transform: uppercase;
        font-size: 16px;
        color: #aa1748;
        padding: 6px 25px;
        border-radius: 5px;
    }
    .logo {
        width: 160px;
        padding: 5px 0;
    }
    .quick-access {
        display: block;
        margin-top: 8px;
    }
    .quote_bt {
        top: 100px;
    }
    .quote_pop {
        top: 100px;
    }
    #fixed-social {
        top: 100px;
    }
    #jq_search input[type="search"] {
        max-width: 250px;
    }
    .inner-content h1 {
        font-size: 18px;
    }
    .banner-mn .carousel-caption1 {
        height: 100px;
        width: 50%;
        padding: 20px;
        right: 5% !important;
    }
    .banner-mn .carousel-caption1 h1 {
        font-size: 10px;
    }
    .banner-mn .carousel-caption1 h2 {
        font-size: 16px;
        margin-top: 50px;
        display: none;
    }
    .banner-mn .carousel-caption1 h3 {
        font-size: 10px;
        margin-top: 12px;
        display: none;
    }
    .banner-mn .carousel-caption2 {
        height: 100px;
        width: 90%;
        padding: 30px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption2 h1 {
        font-size: 10px;
        margin-top: 0;
    }
    .banner-mn .carousel-caption2 h2 {
        font-size: 16px;
        margin-top: 25px;
        display: none;
    }
    .banner-mn .carousel-caption2 h3 {
        font-size: 10px;
        margin-top: 12px;
        display: none;
    }
    .banner-mn .carousel-caption3 {
        height: 100px;
        width: 50%;
        padding: 30px 25px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption3 h1 {
        font-size: 10px;
        margin-top: 15px;
    }
    .banner-mn .carousel-caption3 h2 {
        font-size: 16px;
        margin-top: 0;
        display: none;
    }
    .banner-mn .carousel-caption3 h3 {
        font-size: 10px;
        margin-top: 10px;
        display: none;
    }
    .banner-mn .carousel-caption3 .bg-red {
        font-size: 10px;
        width: 100px;
    }
}
@media (min-width: 240px) and (max-width: 320px) and (orientation: portrait) {
    .quote_bt {
        top: 100px;
    }
    .about table h4 {
        font-size: 12px;
    }
    .about table p {
        font-size: 10px;
    }
    .quote_pop {
        top: 100px;
        width: 280px;
    }
    .quote_box.open .quote_bt {
        left: 270px;
    }
    .quote_pop .site_morelist li a {
        font-size: 13px;
    }
    .quote_pop .site_morelist li {
        padding: 10px 0;
    }
    .quote_pop .site_morelist li a .iocn_box {
        display: none;
    }
    #fixed-social {
        top: 100px;
    }
    #jq_search input[type="search"] {
        max-width: 200px;
    }
    .inner-content h1 {
        font-size: 18px;
    }
    .banner-mn .carousel-caption1 {
        height: 100px;
        width: 50%;
        padding: 20px;
        right: 5% !important;
    }
    .banner-mn .carousel-caption1 h1 {
        font-size: 10px;
    }
    .banner-mn .carousel-caption1 h2 {
        font-size: 16px;
        margin-top: 50px;
        display: none;
    }
    .banner-mn .carousel-caption1 h3 {
        font-size: 10px;
        margin-top: 12px;
        display: none;
    }
    .banner-mn .carousel-caption2 {
        height: 100px;
        width: 90%;
        padding: 30px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption2 h1 {
        font-size: 10px;
        margin-top: 50px;
    }
    .banner-mn .carousel-caption2 h2 {
        font-size: 16px;
        margin-top: 25px;
        display: none;
    }
    .banner-mn .carousel-caption2 h3 {
        font-size: 10px;
        margin-top: 12px;
        display: none;
    }
    .banner-mn .carousel-caption3 {
        height: 100px;
        width: 50%;
        padding: 30px 25px;
        right: 5% !important;
        left: 5% !important;
    }
    .banner-mn .carousel-caption3 h1 {
        font-size: 10px;
        margin-top: 15px;
    }
    .banner-mn .carousel-caption3 h2 {
        font-size: 16px;
        margin-top: 60px;
        display: none;
    }
    .banner-mn .carousel-caption3 h3 {
        font-size: 10px;
        margin-top: 10px;
        display: none;
    }
    .banner-mn .carousel-caption3 .bg-red {
        font-size: 10px;
        width: 100px;
    }
}
.header h2 {
    letter-spacing: -1px;
    color: #0075bc;
}
.content h4 {
    font-weight: 600;
    letter-spacing: -0.5px;
}
.list-none {
    list-style: none;
}
.content li label {
    width: 250px;
    display: inline-table;
}
.content li label {
    width: 350px;
    display: inline-table;
}
table,
td,
th {
    border: 1px solid #000;
    border-collapse: collapse;
}
td,
th {
    padding: 15px;
    text-align: left;
}
table#t01 {
    width: 100%;
    background-color: #f1f1c1;
}
.consult_btn {
    bottom: -10px;
    position: fixed;
    left: 20px;
    z-index: 999;
    transition: all 0.7s ease-out 0.15s;
    border-radius: 50%;
    width: 175px;
    height: 140px;
    padding: 12px;
}
.consult_btin {
    position: absolute;
    top: 2px;
    right: 16px;
}
.consult_box.open .consult_pop {
    bottom: 0;
}
.consult_pop {
    bottom: -380px;
    left: 15px;
    position: fixed;
    width: 320px;
    z-index: 999;
    transition: all 0.7s ease-out 0.15s;
    background: #0075bc;
    border-radius: 10px 10px 0 0;
    padding: 0 22px;
}
.consult_pop input[type="number"],
.consult_pop input[type="text"],
.consult_pop textarea,
.consult_pop textarea.form-control {
    background: #fff;
    color: #9ea1a6 !important;
    font-size: 14px;
    width: 100%;
    float: left;
    padding: 9px 11px !important;
    border: none !important;
    margin: 0 0 11px !important;
    height: auto !important;
}
.consult_pop input[type="submit"] {
    background: #43474d;
    color: #9ea1a6;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 17px;
    float: right;
    border: none;
}
.consult_pop input[type="submit"]:hover {
    background: #f1592a;
    color: #000;
}
.consult_pop .site_morelist {
    width: 100%;
    float: left;
}
.consult_pop .site_morelist ul {
    margin: 0;
    padding: 0;
}
.consult_pop .site_morelist li {
    list-style: none;
    padding: 5px 0;
    width: 100%;
    float: left;
    border-top: 2px dotted #8aa2e1;
}
.consult_pop .site_morelist li:first-child {
    border-top: none;
}
.consult_pop .site_morelist li a {
    width: 100%;
    transition: inherit;
    float: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    display: table;
}
.consult_pop .site_morelist li a:hover {
    color: #fff;
}
.consult_pop .site_morelist li a span {
    width: 220px;
    float: none;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
}
.consult_pop .site_morelist li a .iocn_box {
    width: 40px;
    height: 40px;
    float: left;
    padding: 10px 4px;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    color: #93123e;
}
.consult_pop .site_morelist li a .iocn_box img {
    width: 30px;
    height: 30px;
}
@media (max-width: 992px) {
    .consult_btn {
        left: 0;
        right: 0;
        bottom: 72px;
        background-color: #0075bc;
        color: #fff;
        border-radius: 0;
        width: 100%;
        text-align: center;
        height: auto;
        padding: 12px;
    }
    .consult_btn:hover {
        color: #ecf0f9;
        text-decoration: none;
    }
    .consult_bt .con-mob h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .consult_bt .con-mob h4 span {
        background-color: #a51b48;
        padding: 5px 15px;
        display: inline-block;
        border-radius: 5px;
        margin: 5px;
        white-space: nowrap;
    }
}
.modal-header {
    text-transform: uppercase;
    padding: 7px !important;
    padding-left: 15px !important;
    margin: 0 !important;
    padding-bottom: 5px !important;
    padding-top: 8px !important;
}
.table-responsive {
    border: unset !important;
}

.academicAdd {
    padding-top: 20px!important;
}
.custom-p{
    padding: 15px 20px;
}




/*--------11-11-2020---------*/
ul.list-group.list-group-flush.career-add-list li.list-group-item{
    padding: 10px 0px !important;
    padding-left: 0px !important;
    display:inline-flex !important;
}
ul.list-group.list-group-flush.career-add-list li.list-group-item i{
        padding-top: 5px;
}
.advert-body-height{
    min-height: 360px;
    display: block;
    overflow: hidden;
}

/*--------24-11-2020---------*/
  
 .table-responsive {
    display: inline-table !important;
 }
  .btn-button{
    background-color: #a81847;
    padding: 12px 65px;
    color: white!important;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 35px;
        font-size: 15px;
}
 .card-btn{
     text-align:center;
 }
 .card-contact{
     margin-top: 30px;
 }
    @media (max-width: 575.98px) { 
        
        .table-responsive {
    display: block!important;
    }
    }
    
    .card-header button i {
    position: absolute;
    right: -3px;
}
/*.card {*/
/*    border: unset;*/
/*}*/
.card-header {
    background-color: unset;
}
.card-header {
    padding: unset;
    cursor: pointer;
}
.card-header {
    border-top: 1px solid #00000020;
}
.card .card-header .btn.btn-link {
    color: #1e73be;
}
.accordion .fa {
    margin-right: 0.5rem;
}
#accordionCareer .btn.btn-link{
       text-transform: inherit;
    width: 100%;
    text-align: left;
        border: unset!important;
}
#heading-c-One{
        padding-left: 8px;
}
.careers-data {
    width: 100%;
        max-width: 225px;
    float: left;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    margin-right: 35px;
    
}
.careers-c-content {
    display: table;
    font-size: 15px;
    font-weight: 400;
    margin-left: 24%;
    margin-bottom: 8px;
    color: #000000bf;
}
.careerslist{
    display: inline-block;
    /* margin: 0; */
    padding: 0;
    list-style: none;
    color: #000000bf;
}
.careers-c-content ul{
    padding-left: 14px;
}
.careers-c-content .btn-button{
        margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    
}
#accordionCareer .btn.btn-link{
    text-decoration: unset!important;
}
.address p{
    max-width: 270px;
}
.sectionTitle h2{
    text-align: center;
        padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a81847;
}
.btn-button.lakeshore-ayurkshethra{
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    margin-top: 30px !important;
    width: 100% !important;
    max-width: 31% !important;
}
.Application-card{
        width: 100%;
        max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    text-align: center;
}
.Application-card ul{
    margin:0;
    padding:0;
    list-style:none;
}
.Application-card ul li{
    /*display: flex;*/
}
.Application-card ul li i{
    font-size: 17px;
    margin-top: 7px;
    padding-right: 10px;
    
}
.Application-card h6{
    font-weight: 400;
    color: #a81847;
    font-size: 15px;
}
.Application-card p{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0px;
}

.courseT h5{
    color: #a81847;
    font-weight: bold;
}
.careers-body.courseT h6{
        font-weight: 600;
}
.courseT{
    position:relative;
}
.courseT ul{
    list-style:none;
    margin:0;
    padding:0;
}
.courseT li:after{
    position: absolute;
    content: "";
    width: 550px;
    height: 1px;
    background-color: #007bff
}
.careers-body .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6b0!important;
}
.dngTitle h6{
    font-weight: 600;
}

.con-mob{
        text-transform: uppercase;
}

.pt110.pb70 .blog-info .text-justify{
    text-align:left!important;
}


