/*Basic styles for custom design Starts*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500;600&display=swap'); * {
    font-family: 'Quicksand', sans-serif;
}

button:focus {
    outline: none;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}
.dark-bg
{
    background: #0b56a8 !important;
}
/*Basic styles for custom design Ends*/

section {
    padding: 0px 0px 40px;
    position: relative;
}
.csscopy
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: none;
    padding: 10px;
    background: #16b04e;
    color: #FFF;
    cursor: pointer;
}
.jscopy
{
    position: absolute;
    bottom: 70px;
    right: 20px;
    border: none;
    padding: 10px;
    background: #8e312c;
    color: #FFF;
    cursor: pointer;
}
.bg-1 {
    background: #e9faf4;
}

.bg-2 {
    background: #fffbf4;
}

/*Snippet layout ends*/

/*Pagination*/
.pagination-s1 {
    display: flex;
    justify-content: center;
}

.pagination-s1 .pagination {
}

.pagination-s1 .pagination .page-item {
}

.pagination-s1 .pagination .page-link {
    background: #b74a35;
    color: #FFF;
}

/*Pagination*/
/*List Style Menu 1 Starts*/
.list-menu-s1 {
    list-style: none;
    padding: 0px;
    display: block;
    background: #2e2dbf;
    padding: 30px;
    color: #FFF;
}

.list-menu-s1 ul {
    list-style: none;
    padding: 0px;
    display: block;
}

.list-menu-s1 ul li {
    margin: 0 0 12px;
    display: block;
    background: #FFF;
    color: #000;
}

.list-menu-s1 ul li a {
    display: block;
    color: #000;
    position: relative;
    padding: 9px 15px 9px 35px;
}

.list-menu-s1 ul li a:hover {
    color: #000;
    background: #ebeaff;
}

.list-menu-s1 ul li a::before {
    font-family: "snippets" !important;
    content: '\6b';
    position: absolute;
    left: 18px;
    top: 14px;
    font-size: 12px;
}

.list-menu-s1 h1 {
    font-size: 28px;
}
/*List Menu 1 Ends*/
/*Feature List Starts*/
.feature-list
{
    list-style: none;
    padding: 0px;
}
.feature-list li
{
    position: relative;
    padding-left: 38px;
    margin: 0 0 14px;
    color: #000;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
}
.feature-list li i
{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 30px;
    height: 30px;
    background: #d8283d;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    line-height: 31px;
}
/*Feature List Ends*/
/*List Style 1 Starts*/
.list-s1 {
    list-style: none;
    padding: 0px;
}

.list-s1 li {
    position: relative;
    padding: 0 0 0 21px;
    margin: 0 0 12px;
    display: block;
}

.list-s1 li a {
    display: block;
    color: #FFF;
}

.list-s1 li::before {
    font-family: "snippets" !important;
    content: '\6b';
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 12px;
    color: #FFF;
}

/*List Style 1 Ends*/
/*Powered by Starts*/
.poweredby {
    text-align: right;
}

.poweredby img {
    position: relative;
    top: -3px;
}
footer
{
    padding: 50px 0 50px;
    background: #071c2c;
    margin: 68px 0 0;
}
/*Powered by Ends*/
/*Footer Contact details Starts*/
.footer-contact {
    list-style: none;
    padding: 0px;
}

.footer-contact li {
    margin: 0 0 11px;
    position: relative;
    padding: 0 0 0 30px;
    color: #FFF;
}

.footer-contact li i {
    position: absolute;
    left: 0px;
    top: 3px;
}

.footer-contact li a {color: #FFF;}

/*Footer Contact details Ends*/
/*Contact page contact details Starts*/
.contatpage-address {
    list-style: none;
    padding: 0px;
}

.contatpage-address li {
    padding: 0px 0px 0px 70px;
    position: relative;
    margin: 0 0 25px;
}

.contatpage-address li i {
    position: absolute;
    left: 0px;
    font-size: 29px;
    top: 13px;
    color: #ffffff;
    background: #8e312c;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.contatpage-address li p {
    font-weight: 800;
    font-size: 24px;
    margin: 0;
}

.contatpage-address li a {
    color: #000;
}

/*Contact page contact details Ends*/
/*Socialmedia icons style1 starts*/
.social-media-icons-s1 {
    list-style: none;
    padding: 0px;
}

.social-media-icons-s1 li {
    display: inline-block;
    margin-right: 3px;
}

.social-media-icons-s1 li .facebook {
    background: #29589f;
}

.social-media-icons-s1 li .twitter {
    background: #0d9dd3;
}

.social-media-icons-s1 li .youtube {
    background: #e82626;
}

.social-media-icons-s1 li .instagram {
    background: #b503a4;
}

.social-media-icons-s1 li a {
    color: #FFF;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    font-size: 21px;
}

/*Socialmedia icons style1 ends*/
/*Socialmedia icons style2 starts*/
.social-media-icons-s2 {
    list-style: none;
    padding: 0px;
}

.social-media-icons-s2 li {
    display: inline-block;
    margin-right: 12px;
}

.social-media-icons-s2 li .facebook {
    color: #29589f;
}

.social-media-icons-s2 li .twitter {
    color: #0d9dd3;
}

.social-media-icons-s2 li .youtube {
    color: #e82626;
}

.social-media-icons-s2 li .instagram {
    color: #b503a4;
}

.social-media-icons-s2 li a {
    display: block;
    text-align: center;
    font-size: 25px;
}

/*Socialmedia icons style1 ends*/
/*Floating WhatsApp Starts*/
.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    color: #FFF;
    background: #4dc247;
    font-size: 26px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
    -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}

.floatingwhatsapp:hover {
    color: #FFF;
}

/*Floating WhatsApp Ends*/
/*Title Styles Starts*/
.title-s1 {
    font-size: 28px;
    border-bottom: 2px dotted #000;
    margin: 0px 0px 20px;
    padding: 0px 0px 10px;
}

.title-s2 {
    font-size: 22px;
    position: relative;
    padding: 0 0 9px;
    display: inline-block;
    margin: 0 0 15px;
}

.title-s2::after {
    content: '';
    position: absolute;
    background: #000;
    left: 0px;
    bottom: 0px;
    width: 40%;
    height: 3px;
}

/*Title Styles Ends*/
/*Button Styles Starts*/
.button-s1 {
    display: inline-block;
    background: #12449a;
    color: #FFF;
    padding: 10px 20px;
    margin: 0 20px 20px 0;
}

.button-s1:hover {
    background: #12449a;
    color: #FFF;
}

/*Button Styles Ends*/
/*Table Styles Starts*/
.table-s1 th {
    background: #13459a;
    color: #FFF;
}

/*Table Styles Ends*/
/*Vision Styles Starts*/
.visionimg-s1 {
    width: 100%;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 30px;
    border-radius: 40px;
    margin-bottom: 30px;
}

.visionimg-s2 {
    max-width: 100%;
    margin-bottom: 30px;
}

/*Vision Styles Ends*/
/*Call Box sttyles Starts*/
.call-bx {
    background: #de2226;
    color: #FFF;
    padding: 30px;
}

.call-bx h2 {
    color: #FFF;
    font-size: 19px;
}

.cbx-info {
    position: relative;
    padding: 0 0 0 50px;
}

.cbx-info i {
    position: absolute;
    left: 0px;
    top: 11px;
    font-size: 43px;
}

.cbx-info p {
    margin: 0;
    font-size: 16px;
}

.cbx-info a {
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
}

/*Call Box sttyles Ends*/
/*Intro Modal Popup Starts*/
.intro-popup .modal-content {
    position: relative;
}

.intro-popup .modal-content img {
    width: 100%;
}

.intro-popup .modal-content .close {
    position: absolute;
    z-index: 999;
    right: 14px;
    top: 8px;
    font-size: 30px;
    opacity: 1;
    color: #000;
    border: none;
    box-shadow: none;
}

.modal {
    z-index: 99999999;
}

.modal-backdrop {
    z-index: 9999;
}

.popup-content {
    padding: 30px;
}

.popup-content h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
}

.popup-content h3 {
    font-size: 22px;
    color: #178e41;
}

.popup-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.popup-content p {
    font-size: 14px;
}

.popup-content h4 p {
    font-size: 14px;
    font-weight: 300;
}

.popup-content a {
    color: #d82e2e;
}

/*Intro Modal Popup Ends*/
/*Anoofdoctor Form Starts*/
.anf-form-section {
    padding: 80px 0;
    position: relative;
    background-size: cover;
}

.anf-form {
    display: block;
}

.fw-quick-reply {
    width: 116px;
    padding: 7px 14px;
    background-color: #13459a;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 1px;
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.anf-form-section.dark .fw-quick-reply {
    background-color: #f58220;
}

.fw-quick-reply::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 0 30px;
    border-color: transparent transparent transparent #13459a;
    position: absolute;
    top: 0;
    right: -30px;
}

.anf-form-section.dark .fw-quick-reply::after {
    border-color: transparent transparent transparent #f58220;
}

.anf-form .form-control {
    padding: 28px 20px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #dedede;
    border-radius: 0;
}

.anf-form textarea.form-control {
    resize: none;
    height: 144px;
}

.tg-btn, .tg-btn:hover, .tg-btn.tg {
    color: #fff;
    background-color: #f58220;
}

.tg-btn {
    padding: 11px 46px;
    font-weight: 400;
    border: none;
}

.anf-form-section h2 {
    font-size: 22px;
    margin: 0 0 20px;
}

.anf-form-section.dark h2 {
    color: #FFF;
}

.anf-form-section .tint-layer {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #13459ad1;
}

/*Anoofdoctor Form Ends*/
/*Icons box style 1 starts*/
.icon-bx1-section {
    padding: 50px 0px;
}

.icon-bx1-section h2 {
    text-align: center;
}

.icn-bx-1 {
    text-align: center;
    margin: 30px 10px 0;
}

.icn-bx-1 h3 {
    font-size: 18px;
    font-weight: bold;
    color: #4d075b;
}

.icn-bx-1 p {
    font-size: 14px;
}

.icn-bx-1 .icbx {
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 100px;
    background: #dfbde5;
    border: 10px solid #f4def6;
    border-radius: 50%;
    margin: 0 0 11px;
}

.icn-bx-1 .icbx img {
    width: 53px;
}

.icn-bx-1 .icbx i {
    font-size: 49px;
    color: #4d075b;
    line-height: 111px;
}

/*Icons box style 1 ends*/
/*Icons box style 2 starts*/
.icbx-s2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: column;
    padding: 40px 10px;
    border: 1px solid #c8b12e;
    text-align: center;
    border-radius: 25px;
    margin: 0 0 30px;
    -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, background-color .3s;
    transition: box-shadow .3s, background-color .3s, -webkit-box-shadow .3s;
}

.icbx-s2:hover {
    -webkit-box-shadow: 0px 9px 20px -6px #878787;
    box-shadow: 0px 9px 20px -6px #878787;
    background-color: #c8b12e;
}

.icbx-s2 img {
    width: 125px;
    margin: 0 0 0px;
}

.icbx-s2 h4 {
    font-size: 25px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.icbx-s2:hover h4{
    color:#FFF;
}
/*Icons box style 2 ends*/



/*Header Right side contacts*/
.header-right-contacts
{list-style: none;display: flex;justify-content: flex-end;padding-top: 10px;}
.header-right-contacts li
{position: relative;padding-left: 57px;margin-right: 30px;}
.header-right-contacts li i
{position: absolute;font-size: 32px;left: 0px;top: 2px;background: #e6faef;color: #e81e04;padding: 5px;border: 1px solid #d7f2e3;}
.header-right-contacts li h4
{font-size: 18px;margin: 0;line-height: 23px;font-weight: 600;}
.header-right-contacts li p
{margin: 0;color: #000;font-size: 14px;}
.header-right-contacts li p a
{color: #000;}
/*Header Right side contacts ends*/



/*Items Carousel Starts*/
.items-carousel
{
    position: relative;
}
.item-bx
{
    text-align: center;
    background: #FFF;
    padding: 10px;
    box-shadow: 0px 10px 30px 0px rgb(31 34 120 / 10%);
    border: 2px solid #fff;
    margin: 40px 0 59px 0;
    border-radius: 10px;
}
.item-bx h4
{
    margin: 6px 0 0;
    padding: 0px;
    font-size: 16px;
}


.items-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel.items-carousel .owl-nav button.owl-next, .owl-carousel.items-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
    border: none;
    background: #2b674e;
    margin: 0 3px;
}

.items-carousel .owl-nav .owl-prev i, .items-carousel .owl-nav .owl-next i {
    font-size: 17px;
    color: #ffffff;
    line-height: 42px;
}

.items-carousel .owl-nav .owl-prev {
}

.items-carousel .owl-nav .owl-next {
}
/*Items Carousel Ends*/


/*Vertical News Ticker Starts*/
.vertical-ticker ul
{
    list-style: none;
    padding: 0px;
}
.news-ticker-box
{
    padding-bottom: 15px;
    position:relative;
    padding-left: 63px;
    position: relative;
}
.news-ticker-box::after
{
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 100%;
    content: '';
    border-bottom: 1px solid #ddd;
}
.news-ticker-box h5
{
    font-weight: bold;
    margin: 0 0 3px;
    font-size: 18px;
}
.news-ticker-box p
{
    margin-bottom: 25px;
}
.news-date
{
    position:absolute;
    left:0px;
    top:0px;
    background: #3766b6;
    color: #FFF;
    text-align: center;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 5px;
    line-height: 20px;
    font-size: 16px;
    flex-direction: column;
    justify-content: center;
}
.news-date span
{
    font-size: 23px;
}
/*Vertical News Ticker Ends*/


/*Lightning Buttons starts*/
.lightning-btn{
    position: relative;
    display: inline-block;
    padding:7px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    overflow: hidden;
    margin-right:10px;
   
}
.lightning-btn:hover{
    background: #fff;
    color: #050801;
    box-shadow: 0 0 5px #fff,
                0 0 25px #fff,
                0 0 50px #fff,
                0 0 200px #fff;
}
.lightning-btn:nth-child(1){
    filter: hue-rotate(0deg);
}
.lightning-btn:nth-child(2){
    filter: hue-rotate(0deg);
}
.lightning-btn span{
    position: absolute;
    display: block;
}
.lightning-btn span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#fff);
    animation: animate1 1s linear infinite;
}
header
{
    text-align: center;
    padding: 10px 0 20px;
    margin: 0 0 3px;
}
header img
{
    
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
.lightning-btn span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#fff);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
.lightning-btn span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#fff);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}


.lightning-btn span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#fff);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}

/*Lightning Buttons ends*/

.w-100
{
    width:100%;
}

.accordion
{
}
.accordion-button
{background-color: snow;border: none;font-size: 15px;display: block;background: #f1f1f1;color: #000000;width: 100%;text-align: left;padding: 10px 24px;border-radius: 0;font-weight: 700;}
header
{
    text-align: center;
}
.top-title
{
    text-align: right;
    color: #FFF;
    font-weight: 800;
    margin: 0 !important;
    font-size: 18px;
}
.top-title.inner
{
    position: relative;
    top: 5px;
}
.top-title h1
{
    color: #FFF;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.top-title h2
{
    color: #FFF;
    font-size: 17px;
    margin: 0;
}
.top-title p
{
    color: #FFF;
    font-size: 15px;
}
.logout-btn
{
    background-color: #FFF;
    padding: 2px 15px;
    border-radius: 50px;
}
.btn-success, .btn-dark {
    background-color: #232462;
    border: none;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #232462;
    border-color: #232462;
}


.nav-tabs .nav-link {
    background: #efefef;
}

@media (max-width:992px)
{
.top-title h2 {
    font-size: 19px;
    margin: 4px 0 0;
    line-height: 22px;
}
.top-title p {
    font-size: 13px;
    line-height: 17px;
    margin: 6px 0 0;
}
}