html{
    overflow-x: hidden
}
body {
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
    color: #696e7b;
    overflow-x: hidden;
    background: #f8fcff;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Old Standard TT", serif;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}
p{
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 400;
}
a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}
.terms-content h5 {
margin-top: 2rem;
font-weight: 600;
}
.terms-content p, .terms-content ul {
color: #555;
line-height: 1.7;
font-size: 14px;
}
.terms-content h5, .terms-content h4, .terms-content h3, .terms-content h2{
    color: #000;
}
.terms-content ul {
padding-left: 1.2rem;
}
.section-space{
    padding-top: 60px;
    padding-bottom: 60px;
}
.inner-wrap{
    padding-top: 50px
}
.sub-h{
    color: #0066cc;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0rem;
}
.m-heading{
    font-weight: 500;
    font-size: 55px;
    line-height: 1.2em;
    margin-top: 7px;
    color: #0066cc;
    margin-bottom: 1rem;
}
.m-heading span{
    color: #0066cc;
}
.m-heading.blue-h{
    color: #3d59e8
}
.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
}
.btn:hover{
    color: #fff;
}
.btn-m-top{
    margin-top: 20px
}
.blue{
    letter-spacing: .5px;
    border-radius: 999px;
    text-transform: uppercase;
    padding: 14px 30px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #0066cc;
    background-repeat: repeat-x;
    transition:
        all 0.2s ease-in-out 0s;
}
.blue:hover{
    background: #00435a;


    color: #ffffff;
}
.blue.inverted-btn{
    background: #fff;
    color: #004268;
}
.blue.inverted-btn:hover{
    background-color: #0066cc;
    color: #fff
}
.doc-bg{
    background-image: url(../../assets/img/doc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed
}
.doc-bg:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000033;
    opacity: .8;
    z-index: 0;
}
.inner-header{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background: #f5f5f5;
    background-image: url(../../assets/img/inner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* background-attachment: fixed; */
}
.inner-header .breadcrumb-item.active {
    color: #cbcbcb;
}
.inner-header:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f5f5f524;
    opacity: .8
}
.inner-header .container{
    position: relative;
}
.inner-header h1{
    color: #fff;
    font-weight: 600;
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #00bcd7;
    font-size: 17px
}
.m-list{

}
.m-list li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 27px;
    color: #222233;
}
.m-list li:before{
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #0066cc;
}
/* Navbar */
.logo{
    width: 80px;
}
.navbar-light{
    background-color: #ffffff;
    z-index: 1050;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #eaeaea;
}
.navbar-light .navbar-nav .nav-link.last{
    color: #ffffff;
    background: #0066cc;  /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 99px;
}
.navbar-light .navbar-nav .nav-link.last:focus, .navbar-light .navbar-nav .nav-link.last:hover{
    background: #004268;
    color: #ffffff;
}
.navbar-light .dropdown-menu{
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    background: #0066cc;


    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    color: #00435a;
    text-transform: uppercase;
    margin-left: 0px;
    font-weight: 500;
    padding: 14px 26px;
    margin-bottom: -1px;
    letter-spacing: .5px;
    border-radius: 999px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown.show .nav-link {
    color: #ffffff;
    background: #0066cc;


}
.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.custom-dropdown .dropdown-menu a {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    font-size: 15px;
    padding: 15px 5px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.custom-dropdown .dropdown-menu a > span {
    padding: 2px 4px;
    border-radius: 2px;
    font-size: 10px;
    color: #fff;
    background: #fd7e14;
}
.custom-dropdown .dropdown-menu a:hover, .custom-dropdown .dropdown-menu a:active, .custom-dropdown .dropdown-menu a:focus {
    background: #00435a;
    color: #ffffff;
}
/* main */
.main-sec{
    background-color: transparent;
    background-image: linear-gradient(270deg, #fef1e9 0%, #eff7ff 100%);
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative
}
.main-sec .banner-img{
    border-radius: 999px;
    position: absolute;
    top: -100px;
    right: -83px;
    border: 4px solid #0066cc;

}
.main-sec .main-h{
    color: #0066cc;
    font-size: 66px;
    font-weight: 500;
}
.main-sec .main-sub-h{
    color: #004368;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.main-sec .main-sub-h sup{
    font-size: 20px;
    top: -2rem;
}
.main-sec .main-p{
    width: 80%;
}
.main-sec .blue{
    margin-top: 40px;
}
.ft-box{
    padding: 20px;
    background-image: linear-gradient(271deg, #fef1e9 0%, #eff7ff 100%) !important;
    border-radius: 20px;
    display: block;
    margin-top: 50px;
    position: relative;
    transition: all 0.4s ease-in-out;
    box-shadow: 1px 1px 10px #d6d6d6;
}
.ft-box.ft-box1{
    background: #BBDEFB;
}
.ft-box.ft-box2{
    background: #E1BEE7;
}
.ft-box.ft-box3{
    background: #FFCDD2;
}
.ft-box .fa-solid{
    position: absolute;
    right: 15px;
    font-size: 24px;
    top: 15px;
    transform: rotate(45deg);
    color: #004268;
    transition: all 0.4s ease-in-out;
}
.ft-box .ft-icon{
    width: 70px;
    height: 70px;
    line-height: 63px;
    background: #fff;
    background: #1976D2;
    border-radius: 999px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.ft-box .ft-icon img{
    width: 40px;
    filter: brightness(0) invert(1);
}
.ft-box .ft-title{
    margin-top: 18px;
    margin-bottom: 0px;
    font-size: 28px;
    color: #000000;
}
.ft-box:hover .fa-solid{
    transform: rotate(90deg);
}
.ft-box:hover .ft-icon{
    background: #004368
}
.ft-box:hover .ft-title{
    color: #1976D2
}
.ft-box.ft-box:hover .ft-icon img{
    filter: brightness(0) invert(1);
}
.ft-box .ft-bg{

}
.ab-p{
    font-family: "Old Standard TT", serif;
    font-size: 26px;
}
.ab-img{

}
/* blog box */
.blog-sec{
}
.blog-box {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog-box:hover .icon {
    color: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-box .icon {
    border-radius: 6px;
    position: relative;
    height: 250px;
    overflow: hidden;
}
.blog-box .icon a{
    height: 250px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.blog-box .icon a img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.blog-box .icon img{
    border-radius: 6px;
}
.blog-box h3 a{
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: .5px;
    color: #343434;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.blog-box h3 a:hover{
    color: #004268;
}
.blog-box p {
    margin-bottom: 20px;
    font-size: 14px;
}
.blog-box .read-more-btn{
    color: #0066cc;
    font-weight: 400;
}
.blog-box .read-more-btn:hover{
    color: #004268;
}
.blog-box .read-more-btn:hover i{
    padding-left: 3px;
    transition: -webkit- .2s cubic-bezier(.38,.32,.36,.98) 0s;
    -o-transition: .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: .2s cubic-bezier(.38,.32,.36,.98) 0s,-webkit-transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
}

.blog-box a i{
    vertical-align: middle;
    font-size: 16px;
    margin-left: 5px;
    margin-top: 1px;
}
.m-service-margin{
    margin-bottom: 0px;
}
.blog-box .se-content{
    padding: 15px;
    padding-top: 20px;
}
.blog-box .list-inline{
    margin-bottom: 10px;
    margin-top: 0px;
}
.blog-box .list-inline li a i{
    font-size: 16px;
    color: #0066cc;
    vertical-align: baseline;
}
.blog-box .list-inline li a{
    font-size: 15px;
    color: #838383;
}
.blog-box .list-inline li a:hover{
    color: #311b92;
}
/* blog detail */
.blog-detail{
    background-image: linear-gradient(271deg, #fef1e9 0%, #eff7ff 100%) !important;
    padding: 20px;
    border-radius: 10px
}
.blog-detail .blog-heading{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.4;
    color: #0066cc
}
.blog-detail-inline .list-inline{
    margin-bottom: 3rem;
    margin-top: 0px;
}
.blog-detail-inline .list-inline li a i{
    font-size: 16px;
    color: #0066cc;
    vertical-align: baseline;
}
.blog-detail-inline .list-inline li a{
    font-size: 15px;
    color: #838383;
}
.blog-detail-inline .list-inline li a:hover{
    color: #0066cc;
}
.blog-detail .main-img{
    margin-bottom: 2rem
}
.blog-detail p{
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
}
.social-share{
    margin-top: 3rem;
}
.social-share .share-btn-fb {
    background-color: #4267b2;
    border: 2px solid #4267b2;
    color: #fff;
}
.social-share .share-btn-fb:hover{
    background-color: #fff;
    color: #4267b2;
}
.social-share .share-btn-twi{
    background-color: #00aced;
    border: 2px solid #00aced;
    color: #fff;
}
.social-share .share-btn-twi:hover{
    background-color: #fff;
    color: #00aced;
}
.social-share .share-btn-insta{
    background-color: #0073B1;
    border: 2px solid #0073B1;
    color: #fff
}
.social-share .share-btn-insta:hover{
    background-color: #fff;
    color: #0073B1
}
.social-share .share-btn {
    padding: 10px 20px;
    -webkit-transition: .2s!important;
    -moz-transition: .2s!important;
    -ms-transition: .2s!important;
    -o-transition: .2s!important;
    transition: .2s!important;
    border-radius: 50px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
}

.m-footer{
    padding-top: 30px;
    padding-bottom: 25px;
    background: #0066cc;
}
.m-footer hr{
    background: #fff;
    opacity: 1;
    margin-top: 25px
}
.inner-padding{
    padding-top: 100px;
    padding-bottom: 100px
}
.scnd-div{
    position: relative;
}
.scnd-div .scnd-box{
    position: absolute;
    width: 80%;
    background: #000000b8;
    padding: 20px;
    bottom: 0;
    left: 0;
    border-radius: 4px;
}
.scnd-div .scnd-box h1{
    color: #ffffff;
}
.scnd-div .scnd-box p{
    color: #fff;
}
.ft-logo{
    width: 70px;
}
.link-ul{
    margin-bottom: 0px
}
.link-ul li{
    position: relative;
    margin-right: 10px !important;
    margin-left: 10px;
}
.link-ul li:after{
    content: "|";
    position: absolute;
    right: -14px;
    color: #fff;
    top: -1px;
}
.link-ul li:last-child:after{
    display: none
}
.link-ul li a{
    color: #fff
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #0066cc;
    font-size: 16px;
    transition: .2s;
    width: 35px;
    background: #fff;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
}
.footer-social-list a:hover{
    color: #ffffff;
    background: #004268;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-link-list li a:hover{
    color: #ec3323;
}
.copy-p{
    color: #fff;
    margin-bottom: 0px;

}
.copy-p span{
    color: #000000;
    font-weight: 700
}
.test-sec{
    background-image: linear-gradient(270deg, #fef1e9 0%, #eff7ff 100%);
}
.client-review{
    padding: 20px;
    border-radius: 0px;
    margin-bottom: 25px;
    border-left: 1px solid #b8b8b8;
}
.client-review .user-image{
    margin-top: -2px;
}
.client-review .user-image img{
    width: 56px !important;
    height: 56px;
    border-radius: 50px;
    float: left;
    margin-right: 15px;
}
.client-review .user-title-content{

}
.client-review .user-title-content h6{
    font-size: 22px;
    margin-bottom: 4px;
    color: #000;
    margin-top: 4px;
    font-weight: 500;
}
.client-review .user-title-content p{
    font-size: 13px;
}
.client-review .client-des{
    font-size: 14px;
    color: #222;
}
.featured-slider .owl-nav {
    display: block !important;
}
.featured-slider .owl-nav button{
    display: block;
    font-size: 1rem!important;
    line-height: 1em !important;
    padding-top: 7px !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent !important;
    z-index: 99;
    border: 1px solid #0066cc !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #0066cc !important;
}
.featured-slider .owl-nav button:hover{
    color: #fff !important;
    border: 1px solid #0066cc !important;
    background: #0066cc !important;
}
.featured-slider .owl-dot{
    display: none !important;
}
.con-box {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 3rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.con-box i {
    /* background: #ffffff; */
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    background: #0066cc;
    width: 50px;
    height: 50px;
    line-height: 50px;
    /* display: block; */
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    left: 0;
}

.con-box .con-box-text {
    padding-top: 4px;
}

.con-box .con-box-text h6 {
    color: #0066cc;
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 500;
    margin-top: 10px;
}

.con-box .con-box-text p {
    font-size: 18px;
    color: #000000;
}
/* Login Register */
.row-height {
    min-height: 100vh !important;
    /* height: 100vh; */
}
.register .content-left-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    height: 100%;
    min-height: 100%;
    padding: 0 90px;
    color: #fff;
    text-align: center;
    position: relative;
}
.register .left-div {
    background-image: url(../../assets/img/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.register .left-div:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #747474c7;
}
.register .content-left-wrapper2{
    align-items: flex-start;
    padding-top: 50px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    align-items: center;
    text-align: center;
}
.register .content-left-wrapper2 h2{
    font-size: 30px;
    font-weight: 700;
    margin-top: 1rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: #ffffff;
}
.register .left-div.left-div2 {
    background-image: url(../../assets/img/shop-1.jpg);
}

.register .left-div.left-div3 {
    background-image: url(../../assets/img/shop-3.jpg);
}
.content-left-wrapper div {
    position: relative;
    z-index: 4;
    margin-bottom: 6rem;
    width: 60%
}

.content-left-wrapper h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.content-left-wrapper p {
    color: #fff;
}

.content-right {
    background: linear-gradient(270deg, #fef1e9 0%, #eff7ff 100%);
    position: relative
}
.content-right .float-logo{
    width: 100px;
    top: 10px;
    right: 10px
}
.login-right-con .login-logo{
    margin-bottom: 1rem;
    width: 140px
}
.login-title{
    font-weight: 700;
    color: #0066cc;
    font-size: 40px;
}
.bid-login{
    padding-top: 50px;
    padding-bottom: 50px;
}
.content-right .login-subtitle{
    color: #626262;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 3rem;
    margin-top: 10px;
}
.google-btn{
    text-align: center;
    padding: 12px 10px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    display: block;
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 1rem;
    background-color: #fff
}
.google-btn img{
    padding-right: 10px
}
.reg-form .form-group {
    margin-bottom: 1rem;
    position: relative
}
.form-group {
    margin-bottom: 1rem;
}
.reg-form .form-group  label{
    font-size: 15px;
    margin-bottom: 8px
}
.form-group .form-control {
    height: 48px;
    font-size: 14px;
    border-radius: 999px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE
}
.form-group textarea.form-control{
    height: 80px;
}
.form-group label{
    font-size: 14px;
    line-height: 19px;
    color: #111111;
}
.form-group label span{
    color: #0066cc
}
.form-check-label {
    font-size: 15px;
}
.m-hr{
    border: 1px solid #0066cc8a;
    margin-bottom: 1.5rem;
}
.form-control:focus {
    box-shadow: none;
    border-color: #0066cc !important;
}

.form-check-input:checked {
    background-color: #0066cc;
    border-color: #0066cc;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #0066cc40;
}

.reg-form a {
    color: #0066cc;
}

.content-right a {
    color: #0066cc;
}

.content-right .act-p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 1.5rem
}
.forgot-mod .modal-content{
    position: relative;
    padding: 50px;
}
.forgot-mod .btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
}
.forgot-mod .modal-title{
    color: #0066cc;
    font-size: 32px;
}
.forgot-mod .label-top{
    margin-top: 5px;
    margin-bottom: 30px
}
.file-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.file-group i {
    color: red;
    cursor: pointer;
}
.flex-container {
    display: flex;
    width: 100%;
    gap: 10px
}

.lang-div {
    width: 80%;
}

.btn-div {
    width: 20%;
}
.btn-div .blue{
    margin-top: 30px;
    height: 48px;
    width: 48px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}
.advertisement {
   background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.advertisement  .m-ad-title {
    color: #0066cc;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 2px;
    padding-top: 3px;
}
.doc-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.doc-top {
    position: relative;
    padding-left: 90px;
}

.doc-box .doc-img {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    position: absolute;
    left: 0;
    overflow: hidden;
}
.doc-box.doc-box-info .doc-img {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    position: absolute;
    left: 0;
    overflow: hidden;
}
.doc-box .doc-img img {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
    object-position: top;
}

.doc-box .doc-top .doc-title {
    color: #0066cc;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 2px;
    padding-top: 3px;
}

.doc-box .doc-con {
    margin-top: 30px;
}

.doc-box .doc-top .doc-des {
    margin-bottom: 0px;
    font-size: 15px;
    color: #707070;
}

.doc-box .doc-con ul {
    margin-bottom: 0px;
    width: 80%;
}

.doc-box .doc-con ul li {
    font-size: 13px;
    margin-top: 7px;
}

.doc-box .doc-con ul li i {
    color: #0066cc;
}
.doc-box .doc-link{
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 999px;
    background: #0066cc;
    color: #fff;
    transform: rotate(-45deg);
    font-size: 15px;
    transition: all 0.3s ease;
}
.doc-box .doc-link i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.doc-box:hover .doc-link{
    transform: rotate(0deg);
    transition: all 0.3s ease;
    background: #004268;
    color: #ffffff;
}
.doc-box:hover .doc-title{
    color: #004268
}
.book-modal{
    
}
.book-modal .doc-box{
    padding: 0px;
    margin-bottom: 0px;
}
.book-modal .doc-box .doc-top .doc-title{
    font-size: 20px;
    padding-top: 2px;
}
.book-modal .doc-box .doc-top .doc-des{
    font-size: 13px;
}
 .doc-box .doc-img{
    width: 50px;
    height: 50px;
}
.book-modal .doc-top {
    padding-left: 60px;
}
.book-modal .modal-body{
    padding: 25px;
}
.book-modal .modal-body .btn.blue{
    margin-top: 25px;
}
.thank-you-box {
            text-align: center;
            padding: 30px;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            max-width: 400px;
            margin: auto;
            background-image: linear-gradient(270deg, #fef1e9 0%, #eff7ff 100%);
        }

        .check-circle {
            width: 80px;
            height: 80px;
            background: #28a745;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            animation: popIn 0.5s ease-in-out forwards;
        }

        .check-icon {
            font-size: 40px;
            color: #fff;
        }

        @keyframes popIn {
            0% {
                opacity: 0;
                transform: scale(0);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        .thank-you-text {
            margin-top: 20px;
            font-size: 24px;
            font-weight: 600;
        }

        .sub-text {
            font-size: 16px;
            color: #6c757d;
        }
         .payment-section {
            background-image: linear-gradient(270deg, #fef1e9 0%, #eff7ff 100%);
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        }

        .section-title {
            font-weight: 700;
            margin-bottom: 25px;
            color: #0066cc;
        }

        .table thead {
            background-color:#0066cc;
            color: #fff;
        }

        .payment-form label {
            color: #555;
        }

        .btn-pay {
            background-color: #28a745;
            border: none;
        }

        .btn-pay:hover {
            background-color: #218838;
        }

        .summary-box {
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            border: 1px solid #dee2e6;
            margin-bottom: 20px;
        }

        .summary-box h6 {
            margin-bottom: 10px;
            font-weight: 600;
            color: #0066cc;
            font-size: 19px;
        }
        
        /* calender */
        .calendar-container {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            width: 380px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .calendar-container:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        }

        .calendar {
            padding: 25px;
        }

        .calendar-header {
            text-align: center;
            margin-bottom: 20px;
            position: relative;
        }

        .calendar-header h2 {
            margin: 0;
            font-size: 1.6rem;
            color: #333;
            font-weight: 700;
        }

        .nav-buttons {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
            padding: 0 15px;
        }

        .nav-buttons button {
            background: none;
            border: none;
            font-size: 1.2rem;
            color: #4facfe;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .nav-buttons button:hover:enabled {
            color: #007bff;
        }

        .nav-buttons button:disabled {
            color: #ccc;
            cursor: not-allowed;
        }

        .days {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            text-align: center;
            font-weight: 500;
            color: #777;
            margin-bottom: 10px;
        }

        .days div {
            padding: 10px 0;
        }

        .dates {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 8px;
            text-align: center;
        }

        .dates div {
            padding: 10px 0;
            border-radius: 50%;
            transition: all 0.3s ease;
            cursor: pointer;
            user-select: none;
            color: #444;
            font-weight: 500;
            font-size: 13px;
        }

        .dates div:hover:not(.unavailable) {
            background: linear-gradient(45deg, #4facfe, #00f2fe);
            color: #fff;
            transform: scale(1.1);
        }

        .unavailable {
            background: #ff6b6b;
            color: white !important;
            cursor: not-allowed;
        }

        .weekend {
            color: #4facfe;
        }

        .doctor-info {
            text-align: center;
            background: #f9f9f9;
            padding: 20px;
            border-top: 1px solid #eee;
        }

        .doctor-info h3 {
            margin: 10px 0;
            font-size: 1.3rem;
            color: #333;
            font-weight: 600;
        }

        .doctor-info p {
            margin: 6px 0;
            color: #ff0000;
            font-size: 0.95rem;
        }

        .doctor-info i {
            color: #000000;
            margin-right: 8px;
        }
        
        
         .ms-gallery {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
            max-width: 900px;
        }

        .ms-gallery img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .ms-gallery img:hover {
            transform: scale(1.05);
        }

        /* Modal Styles */
        .ms-gal-modal {
            display: none;
            position: fixed;
            z-index: 9999;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            align-items: center;
            justify-content: center;
        }

        .ms-gal-modal .modal-content {
            position: relative;
            max-width: 80%;
            max-height: 80%;
        }

        .ms-gal-modal .modal-content img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

        .ms-gal-modal .close-btn, 
        .ms-gal-modal .arrow-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.7);
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            cursor: pointer;
            outline: none;
            font-size: 1.2rem;
            color: #333;
            transition: background 0.3s ease;
        }

        .ms-gal-modal .close-btn:hover, 
        .ms-gal-modal .arrow-btn:hover {
            background: rgba(255,255,255,1);
        }

        .ms-gal-modal .close-btn {
            top: 10px;
            right: 10px;
            transform: none;
        }

        .ms-gal-modal .arrow-btn.left {
            left: -60px;
        }

        .ms-gal-modal .arrow-btn.right {
            right: -60px;
        }

        @media (max-width: 768px) {
            .calendar-container{
                width: 100%;
            }
            .ms-gallery {
                grid-template-columns: repeat(2, 1fr);
            }
            .ms-gal-modal .arrow-btn.left {
                left: 10px;
            }
            .ms-gal-modal .arrow-btn.right {
                right: 10px;
            }
        }

        @media (max-width: 480px) {
            .ms-gallery {
                grid-template-columns: 1fr;
            }
        }
/* ======== Media Queries ======== */
@media (max-width: 992.2px){
    .navbar-light .navbar-nav .nav-link{
        display: inline-block
    }
    .navbar-light .navbar-nav .nav-link.last{
        margin-bottom: 15px
    }
    .section-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ft-logo {
        margin-bottom: 15px;
    }
    .footer-social-list{
        margin-top: 15px
    }
    .main-sec .banner-img{
        width: 67%
    }
    .client-review{
        border: 1px solid #e2e2e2;
    }
    .client-review .user-title-content h6 {
        font-size: 17px;
    }
    .m-mob-center{
        text-align: center
    }
    .main-sec .main-h{
        font-size: 36px
    }
    .main-sec .main-sub-h {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 50px
    }
    .main-sec .main-sub-h sup {
        font-size: 13px;
        top: -1rem;
    }
    .main-sec .main-p{
        width: 100%
    }
    p{
        font-size: 14px
    }
    .ft-box{
        margin-top: 20px
    }
    .ft-box .ft-icon {
        width: 50px;
        height: 50px;
        line-height: 47px;
    }
    .ft-box .ft-icon img {
        width: 28px;
    }
    .m-heading{
        font-size:36px
    }
    .ab-p{
        font-size: 20px
    }
    .scnd-div{
        margin-bottom: 20px
    }
    .scnd-div .scnd-box{
        width: 100%
    }
}