*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif;}
a{text-decoration: none;}
img{max-width: 100%;}
/*Top Section*/
.top-section{background: #ce2127;}
.top-section .row{align-items: center;}
.top-section ul{padding: 0; margin: 0;}
.top-section .left ul li{list-style: none; display: inline-block; margin-right: 20px;
    position: relative; z-index: 1; padding: 6px 0px;}
.top-section .left li:first-child:before {content: ''; position: absolute; right: -12px;
    top: -2px; background-color: #393471; z-index: -1; width: 6000px; bottom: 0px;}
.top-section .left ul li:last-child{margin-right: 0;}
.top-section .left ul li .feather{width: 18px;}
.top-section .left ul li a{color: #fff; font-family: 'Philosopher', sans-serif; letter-spacing: 1px}
.top-section .right{text-align: right;}
.top-section .right li{list-style: none; display: inline-block; margin-left: 12px;}
.top-section .right li .feather{width: 18px;}
.top-section .right li a{color: #fff;}

/*Logo Section*/
.logo-section{padding: 10px 0; background: #fff;
    border-radius: 6px;
    background-image: url(../images/bg1.png);
    background-size: contain;
    width: 100%;}
.logo-section .logo img{width: 140px;}
.logo-section .row{align-items: center;}
.logo-section .right{text-align: right;}
.logo-section .right ul{margin: 0; padding: 0;}
.logo-section .right ul li{list-style: none; display: inline-flex; align-items: center;
    margin-left: 30px; text-align: left;}
.logo-section .right ul li .icon{margin-right: 20px;}
.logo-section .right ul li .icon img{width: 46px;}
.logo-section .right h4{font-size: 22px; color: #393471; font-weight: 500; margin-bottom: 4px;}
.logo-section .right p{margin-bottom: 0; letter-spacing: 2px; font-size: 15px;}

/*Menu Section*/
.menu-section{background: #393471; padding: 10px 0px;}
.menu-section .navbar{padding: 0px 0px;}
.menu-section .nav-item{margin-right: 15px;}
.menu-section .nav-link {font-size: 15px; position: relative;
    text-transform: uppercase; font-weight: 400; color: #d6d6d6;
    word-spacing: 1px;}
.menu-section .nav-link:before {content: ''; position: absolute; left: 0; bottom: -6px;
    width: 0; height: 1px; transition: 0.5s; background-color: #fff;}
.menu-section .nav-link:hover:before{width: 100%;}
.menu-section .nav-link.active:before{width: 100%;}
.menu-section .nav-link.active{color: #fff;}
.menu-section .right .dropdown-toggle{background: #ce2127; border-color: #ce2127; display: flex; align-items: center;
    color: #fff; padding: 14px 20px; border-radius: 0; letter-spacing: 1px;
    position: relative; z-index: 1;}
.menu-section .right .dropdown-toggle:before{content: ''; position: absolute;
    left: 0; top: 0; width: 0; height: 100%; transition: 0.5s; z-index: -1;
    background: #fff;}
.menu-section .right .dropdown-toggle:hover:before{width: 100%;}
.menu-section .right .dropdown-toggle:hover{color: #ce2127;}
.menu-section .right .dropdown-toggle .feather{width: 18px; margin-right: 6px;}
.menu-section .right .dropdown-menu{background: #393471; padding: 0px; border-radius: 0; width: 175px;
    top: 52px;}
.menu-section .right .dropdown-menu .dropdown-item{color: #ddd; padding: 12px 15px 10px 15px;
    border-bottom: 1px solid #ffffff3b; letter-spacing: 1px; word-spacing: 2px;}
.menu-section .right .dropdown-menu li:last-child .dropdown-item{border-bottom: none;}
.menu-section .right .dropdown-menu .dropdown-item:hover{color: #393471;}

.menu-section .right .search i, .menu-section .right .search svg{width: 16px;}
.menu-section .right .search button{background: #ce2127; border-color: #ce2127;}
.menu-section .right .search .form-control{border-radius: 0;}
.menu-section .right .cart{margin-left: 15px; margin-top: 8px;}
.menu-section .right .cart a:before{content: none;}
.menu-section .right .cart span{background: #ce2127; padding: 3px 7px; border-radius: 40px;
    font-size: 13px; position: relative; left: -8px; top: -8px;}


/*Banner Section*/
.banner-section{max-height: 600px; overflow: hidden; position: relative;}
.banner-section .banner-form{background-image: url(../images/testimonial-bg.jpg);
    background-size: cover; background-attachment: fixed; position: relative; height: 100vh;}
.banner-section .banner-form:before {content: ''; position: absolute; top: 0; left: 0; right: 0;
    background-color: #2b2759; width: 101%; height: 100%; opacity: 0.85;}
.banner-section .heading .title{background-color: #ce2127; z-index: 2; height: 90px; width: 100%;
    position: absolute; clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 0% 75%, 0 0);
    text-align: center;}
.banner-section .heading h1{font-size: 22px; color: #fff; margin-top: 30px; letter-spacing: 1px;
    font-weight: 500; word-spacing: 3px;}
.banner-section .heading-bottom{z-index: 1; height: 98px; width: 100%; position: absolute;
    background-color: #282367; clip-path: polygon(100% 0%, 100% 70%, 50% 100%, 0% 70%, 0 0);}
.banner-section .banner-form form{position: relative; z-index: 1; padding: 120px 40px 60px 40px;}
.banner-section .banner-form .form-group{margin-bottom: 20px;}
.banner-section .banner-form .form-group label{color: #ddd; margin-bottom: 5px;
    letter-spacing: 1px; word-spacing: 2px;}
.banner-section .banner-form .form-control{padding: 12px 16px;}
.banner-section .banner-form button{background-color: #ce2127; border-color: #ce2127;
    color: #fff; padding: 12px 20px 10px 20px; border-radius: 4px; font-size: 15px;
    letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    width: 100%; position: relative; z-index: 1;}
.banner-section .banner-form :not(.btn-check)+.btn:active {background-color: #ce2127;
    color: #fff; border-color: #ce2127;}
.banner-section .banner-form button:before{content: ''; position: absolute;
    left:0; top:0; width: 0; height: 100%; background: #fa2e35; transition: 0.5s;
    z-index: -1;}
.banner-section .banner-form button:hover:before{width: 100%;}
.banner-section .banner-form button .feather{width: 18px; height: 18px; margin-right: 8px;}
.banner-section .banner-form .btn-row{padding: 0px 40px; position: relative;
    z-index: 1; display: flex; align-items: center; justify-content: space-between;}
.banner-section .banner-form .btn-row .individual-test{background: #d2f4ff; padding: 15px 22px 12px 22px;
    letter-spacing: 2px; word-spacing: 2px; text-transform: uppercase; font-weight: 500;
    font-size: 14px; color: #393471; position: relative; z-index: 1;}
.banner-section .banner-form .btn-row .individual-test:before{content: '';
    position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1;
    transition: 0.5s; background: #fff;}
.banner-section .banner-form .btn-row .individual-test:hover:before{width: 100%;}
.banner-section .banner-form .btn-row .individual-test .feather{background: #393471; color: #fff;
    padding: 4px; width: 22px; height: 22px; border-radius: 40px; position: relative;
    top: -2px;}
.banner-section .banner-form .btn-row .package-test{background: #ce2127; padding: 15px 22px 12px 22px;
    letter-spacing: 2px; word-spacing: 2px; text-transform: uppercase; font-weight: 500;
    font-size: 14px; color: #fff; position: relative; z-index: 1;}
.banner-section .banner-form .btn-row .package-test:before{content: ''; position: absolute;
    left:0; top:0; width: 0; height: 100%; background: #fa2e35; transition: 0.5s;
    z-index: -1;}
.banner-section .banner-form .btn-row .package-test:hover:before{width: 100%;}
.banner-section .banner-form .btn-row .package-test .feather{background: #fff; color: #ce2127;
    padding: 4px; width: 22px; height: 22px; border-radius: 40px; position: relative;
    top: -2px;}

.banner-section .box{position: relative;}
.banner-section .box .image img{min-height: 600px;}
.banner-section .content{width: 48%; position: absolute; top: 10%; left: 6%; color: #fff;}
.banner-section .content h4{font-family: 'Philosopher', sans-serif; color: #ce2127;
    letter-spacing: 3px; word-spacing: 4px; font-size: 22px;}
.banner-section .content h1{font-size: 32px; font-weight: 700; letter-spacing: 1px;
    margin-bottom: 20px; color: #393471;}
.banner-section .content h1 span{color: #ce2127;}
.banner-section .content p{font-size: 17px; color: #444;}
.banner-section .content .button{margin-top: 60px;}
.banner-section .content .button .left{background: #ce2127; border-color: #ce2127;
    color: #fff; padding: 15px 20px; border-radius: 4px; margin-right: 10px;
    font-size: 15px; letter-spacing: 1px; text-transform: uppercase;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); position: relative; z-index: 1;}
.banner-section .content .button .left:before{content: ''; position: absolute;
    left:0; top:0; width: 0; height: 100%; background: #fa2e35; transition: 0.5s;
    z-index: 0;}
.banner-section .content .button .left span{position: relative;}
.banner-section .content .button .left:hover:before{width: 100%;}
.banner-section .content .button .left .feather{background: #ffffff; color: #ce2127;
    padding: 4px; width: 22px; height: 22px; border-radius: 40px; position: relative;
    top: -2px;}
.banner-section .content .button .right{background: #393471; border-color: #393471;
    color: #fff; padding: 15px 20px; border-radius: 4px; margin-right: 10px;
    font-size: 15px; letter-spacing: 1px; text-transform: uppercase;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); position: relative; z-index: 1;}
.banner-section .content .button .right:before{content: ''; position: absolute;
    left:0; top:0; width: 0; height: 100%; background: #584fb9; transition: 0.5s;
    z-index: 0;}
.banner-section .content .button .right span{position: relative;}
.banner-section .content .button .right:hover:before{width: 100%;}
.banner-section .content .button .right .feather{background: #fff; color: #393471;
        padding: 4px; width: 22px; height: 22px; border-radius: 40px; position: relative;
        top: -2px;}
.banner-section .owl-nav .owl-prev{position: absolute; top: 39%; right: -5px;
    background-color: #393471!important; width: 46px; height: 46px;}
.banner-section .owl-nav .owl-prev span{font-size: 40px; position: relative;
    top: -8px; color: #ffffff;}
.banner-section .owl-nav .owl-next{position: absolute; top: 39%; left: -5px;
    background-color: #393471!important; width: 46px; height: 46px;}
.banner-section .owl-nav .owl-next span{font-size: 40px; position: relative;
    top: -8px; color: #ffffff;}



/*appointment-section*/
.banner-bottom{position: relative; top: -100px; z-index: 11;}
.banner-bottom .heading{margin-bottom: 20px; align-items: center;}
.banner-bottom .heading h1{color: #fff; font-size: 30px; font-family: 'Philosopher';
    letter-spacing: 1px; word-spacing: 3px; margin-bottom: 0;}
    .banner-bottom .heading h1 span{color: #fffc00;}
.banner-bottom .heading .right{display: flex; justify-content: right;}
.banner-bottom .heading .box{display: flex; align-items: center; color: #fff;}
.banner-bottom .heading .box small{letter-spacing: 2px; word-spacing: 2px;
    color: #fffc00;}
.banner-bottom .heading .box p{margin-bottom: 0; font-size: 18px;
    font-family: 'Philosopher'; letter-spacing: 1px;}
.banner-bottom .heading .right .feather{width: 30px; height: 30px; margin-right: 15px;}
.banner-bottom .banner-bottom-row{background: #393471; padding: 46px;
    border-radius: 6px; background-image: url(../images/bg1.png); background-size: contain;
    width: 100%;}
.banner-bottom .left .box{background: #ce2127; text-align: center; padding: 30px; border-radius: 6px;
    background-image: url(../images/bg1.png); background-size: cover;}
.banner-bottom .left .box .counter-content{display: flex; align-items: center;justify-content: center;
    color: #fff;}
.banner-bottom .left .box .icon{background: #393471; width: 100px; height: 100px; padding: 20px;
    border-radius: 80px; display: flex; align-items: center; justify-content: center; position: relative;
    left: 24%; margin-bottom: 20px;}
.banner-bottom .left .box .counter-content h2{font-size: 46px;}
.banner-bottom .left .box h3{color: #e6e6e6; font-size: 16px; letter-spacing: 2px; word-spacing: 3px;
    font-weight: 400;}



/*About Section*/
.about-section{margin-bottom: 100px; position: relative;}
.about-section:before {width: 100%; height: 100%; position: absolute; content: ""; top: 0px; z-index: -1;
    background: url(../images/about-bg.png) bottom left no-repeat; left: -5%;}
.about-section .about_left{position: relative;}
.about-section .about_left .image {margin-right: 25px; overflow: hidden; position: relative;
    border-radius: 10px;}
.about-section .about_left .image::before {width: 370px; height: 250px; position: absolute;
    content: ''; background: rgba(30, 36, 82, .8); bottom: -23px; right: -23px; border-radius: 10px;
    -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; opacity: 0;}
.about-section .about_left:hover .image::before {opacity: 1; width: 100%; height: 100%; bottom: 0px;
    right: 0px;}
.about-section .about_left .image img {border-radius: 10px;}
.about-section .about_left .content {width: 370px; height: 250px; background: url(../images/welcome_video_bg.jpg);
    background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 30px;
    border-radius: 10px; position: absolute; bottom: -23px; right: 0px;}
.about-section .about_left .content h2 {font-family: 'Ubuntu', sans-serif; font-weight: 700; color: #fff; 
    line-height: 33px; font-size: 24px; margin-bottom: 30px; transition: all .6s ease;}
.about-section .about_left .video_holder_inner {position: relative;}
.about-section .about_left .video_holder_inner .icon {position: relative; float: left; margin-left: 10px; z-index: 0;}
.about-section .about_left .video_holder_inner .icon::before {position: absolute; z-index: -10; content: '';
    width: 60px; height: 60px; background: #393471; border-radius: 50%;
    top: -10px; left: -10px;}
.about-section .about_left .video_holder_inner .icon .feather {font-size: 26px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 7%);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    position: relative;
    top: 6px;
    left: 4px;}
.about-section .about_left .video_holder_inner .text {margin-left: 76px; padding-top: 12px; position: relative;}
.about-section .about_left .video_holder_inner .text::before {position: absolute; content: ''; width: 40px; height: 3px;
    background: #fff; top: 0; left: 0;}
.about-section .about_left .text h6 {font-family: 'Ubuntu', sans-serif; font-weight: 700; color: #fff; line-height: 26px;
    font-size: 18px;}

.about-section .about_right{position: relative;}
.about-section .about_right .heading {position: relative; margin-bottom: 25px;}
.about-section .about_right .heading h6 {font-weight: 700; color: #ce2127; line-height: 26px;
    font-size: 14px; text-transform: uppercase; margin-bottom: 10px; letter-spacing: 2px;}
.about-section .about_right .heading .border_line {background: #ce2127; width: 157px; height: 3px; position: relative;}
.about-section .about_right .heading .border_line::before {position: absolute; height: 10px; width: 3px; background: #ce2127;
    content: ''; top: -7px; left: 0;}
.about-section .about_right .heading .border_line::after {position: absolute; height: 10px; width: 3px; background: #ce2127;
    content: ''; top: -7px; right: 0;}
.about-section .about_right .sub_heading {font-weight: 700; color: #393471; line-height: 44px; font-size: 36px;
    margin-bottom: 20px;}
.about-section .about_right p.description {margin-bottom: 25px;}
.about-section .about_right ul.first {float: left; position: relative; margin: 0px;}
.about-section .about_right ul {margin: 0; padding: 0;}
.about-section .about_right ul li {font-weight: 700; list-style: none; color: #393471; line-height: 26px; font-size: 18px;
    margin-bottom: 10px;}
.about-section .about_right ul li i {color: #ce2127; margin-right: 10px;}
.about-section .about_right ul.second {position: relative; margin-left: 55%; margin-bottom: 20px;}

.service-team{background-image: url(../images/background-shape.png); position: relative;
    background-repeat: no-repeat; background-position: center; background-size: cover;
    position: relative;}
.service-section{padding: 60px;}
.service-section .nav-tabs{border: none; display: flex; justify-content: center;}
.service-section .nav-tabs img{display: block; width: 70px; margin-bottom: 15px;
    padding: 15px; border-radius: 50px;}
.service-section .nav-tabs .nav-link{text-align: center; padding: 10px 15px; height: 140px; min-width: 210px;
    display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative;
    border-radius: 7px; box-shadow: 0px 3px 8px 0px #fbfbfb; font-size: 18px;
    letter-spacing: 1px; font-weight: 500;}
.service-section .nav-tabs .nav-link::before {content: ''; position: absolute; height: 20px; width: 20px;
    bottom: 0px; left: 50%; opacity: 0; transform: translateX(-50%) rotate(45deg);
    border-radius: 0px 0px 7px 0px; transition: all 0.3s ease;}
.service-section .nav-tabs .nav-link.active::before{bottom: -10px; opacity: 1;}
.service-section .nav-tabs .nav-item{margin-left: 15px;}
.service-section .nav-tabs .nav-link.active img{border-radius: 0;}
.service-section .nav-tabs .nav-item {color: #0cb8b6; fill: #0cb8b6;
    background-color: rgba(12, 184, 182, 0.1);}
.service-section .nav-tabs .nav-item .nav-link.active {color: #fff; background-color: #0cb8b6;}
.service-section .nav-tabs .nav-item .nav-link.active:before {
    background-color: #0cb8b6}
.service-section .nav-tabs .nav-item .nav-link{color: #0cb8b6;}
.service-section .nav-tabs .nav-item img{background: #0cb8b6;}

.service-section .nav-tabs .nav-item:first-child {color: #0cb8b6; fill: #0cb8b6;
    background-color: rgba(12, 184, 182, 0.1);}
.service-section .nav-tabs .nav-item:first-child .nav-link.active {color: #fff; background-color: #0cb8b6;}
.service-section .nav-tabs .nav-item:first-child .nav-link.active:before {
    background-color: #0cb8b6}
.service-section .nav-tabs .nav-item:first-child .nav-link{color: #0cb8b6;}
.service-section .nav-tabs .nav-item:first-child img{background: #0cb8b6;}

.service-section .nav-tabs .nav-item:nth-child(2) {color: #e6492d; fill: #e6492d;
    background-color: rgba(230, 73, 45, 0.1);}
.service-section .nav-tabs .nav-item:nth-child(2) .nav-link.active {color: #fff; background-color: #e6492d;}
.service-section .nav-tabs .nav-item:nth-child(2) .nav-link.active:before {
    background-color: #e6492d}
.service-section .nav-tabs .nav-item:nth-child(2) .nav-link{color: #e6492d;}
.service-section .nav-tabs .nav-item:nth-child(2) img{background: #e6492d;}

.service-section .nav-tabs .nav-item:nth-child(3) {color: #37af47; fill: #37af47;
    background-color: rgba(55, 175, 71, 0.1);}
.service-section .nav-tabs .nav-item:nth-child(3) .nav-link.active {color: #fff; background-color: #37af47;}
.service-section .nav-tabs .nav-item:nth-child(3) .nav-link.active:before {
    background-color: #37af47}
.service-section .nav-tabs .nav-item:nth-child(3) .nav-link{color: #37af47;}
.service-section .nav-tabs .nav-item:nth-child(3) img{background: #37af47;}

.service-section .nav-tabs .nav-item:nth-child(4) {color: #f6ab2f; fill: #f6ab2f;
    background-color: rgba(246, 171, 47, 0.1);}
.service-section .nav-tabs .nav-item:nth-child(4) .nav-link.active {color: #fff; background-color: #f6ab2f;}
.service-section .nav-tabs .nav-item:nth-child(4) .nav-link.active:before {
    background-color: #f6ab2f}
.service-section .nav-tabs .nav-item:nth-child(4) .nav-link{color: #f6ab2f;}
.service-section .nav-tabs .nav-item:nth-child(4) img{background: #f6ab2f;}

.service-section .nav-tabs .nav-item:nth-child(5) {color: #1665d8; fill: #1665d8;
    background-color: rgba(22, 101, 216, 0.1);}
.service-section .nav-tabs .nav-item:nth-child(5) .nav-link.active {color: #fff; background-color: #1665d8;}
.service-section .nav-tabs .nav-item:nth-child(5) .nav-link.active:before {
    background-color: #1665d8}
.service-section .nav-tabs .nav-item:nth-child(5) .nav-link{color: #1665d8;}
.service-section .nav-tabs .nav-item:nth-child(5) img{background: #1665d8;}
.service-section .tab-content{padding: 36px 0px;}
.service-section .tab-content .row{align-items: center;}
.service-section .tab-content .image img{max-width: 100%;}
.service-section .tab-content .content h1{font-weight: 700; color: #393471;
    line-height: 44px; font-size: 36px; margin-bottom: 30px; letter-spacing: 2px;
    word-spacing: 4px; font-family: 'Philosopher'; position: relative;}
.service-section .tab-content .content h1:before{bottom: -6px; left: 0; width: 100px;
    height: 2px; background-color: #ce2127; content: ''; position: absolute;}
.service-section .tab-content .content p{color: #555;}


/*Team Section*/
.team-section{margin-bottom: 80px;}
.team-section .heading{margin-bottom: 40px; align-items: center;}
.team-section .heading .left h4{color: #ce2127; font-size: 20px;}
.team-section .heading .left h1{color: #393471; font-size: 36px; font-weight: 700;}
.team-section .heading .right{text-align: right;}
.team-section .heading .right a{padding: 12px 30px; color: #ffffff; background: #ce2127; border-radius: 40px;
    letter-spacing: 1px; font-size: 15px;}
.team-section .box {position: relative; overflow: hidden; padding-bottom: 55px;}
.team-section .box:hover .content-waraper {bottom: 0; background: #393471;}
.team-section .box img {width: 100%; height: auto; max-width: 100%; border: none; -webkit-border-radius: 0;
    border-radius: 0; -webkit-box-shadow: none; box-shadow: none;}
.team-section .box .content-waraper {background: #fff; bottom: -67px; left: 0; margin: 0 20px; padding: 55px 0 30px;
    position: absolute; right: 0; box-shadow: 0 0 65px 0 rgb(0 0 0 / 9%); -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s; clip-path: polygon(0 27%,100% 0,100% 100%,0 100%); text-align: center;}
.team-section .box .icon {background: #ce2127; color: #ffffffd9; width: 35px; height: 35px; line-height: 35px;
    font-size: 14px; border-radius: 50px; position: relative; top: -15px; left: 42%;}
.team-section .box:hover .icon{background: #fff; color: #ce2127;}
.team-section .box .title h5 {font-size: 23px; margin-bottom: 0; -webkit-transition: .5s; transition: .5s; color: #393471;}
.team-section .box:hover .title h5{color: #fff;}
.team-section .subtitle {font-size: 16px; margin: 5px 0 0; text-transform: capitalize; -webkit-transition: .5s; transition: .5s;}
.team-section .box:hover .subtitle{color: #eee;}
.team-section .social-icon {position: relative; -webkit-transition: .5s; transition: .5s;}
.team-section .social-icon a {border-radius: 50%; display: inline-block; height: 32px; line-height: 34px; margin: 14px 3px 0;
    text-align: center; width: 32px; background: #fff; color: #393471; font-size: 14px;}
.team-section .social-icon .feather{color: #ce2127; width: 18px; height: 18px; position: relative; top: -2px;}

/*Package Section*/
.package-section{background-image: url('../images/testimonial-bg.jpg');
    background-size: cover; background-attachment: fixed; padding: 80px 0px;
    position: relative; margin-bottom: 60px;}
.package-section::before{content: ''; position: absolute; top: 0; left: 0; right: 0;
    background-color: #2b2759; width: 100%; height: 100%; opacity: 0.85;}
.package-section .row{position: relative; z-index: 1; align-items: center;}
.package-section .heading{text-align: center; margin-bottom: 30px;}
.package-section .heading h4{font-size: 20px; font-weight: 700; color: #ffd400;
    margin-bottom: 8px; letter-spacing: 2px; font-family: 'Philosopher';}
.package-section .heading h1 {font-size: 42px; font-weight: 800; line-height: 46px;
    color: #ffffff; letter-spacing: 3px;}

.package-section .col-md-4:nth-child(2) .content{padding-top: 44px; padding-bottom: 44px;
    background-image: linear-gradient(96deg, #393471 0%, #db313a 100%); position: relative;
    z-index: 11;}
.package-section .col-md-4:nth-child(2) .content p{color: #fff;}
.package-section .col-md-4:nth-child(2) .content .plan{color: #fff;}
.package-section .col-md-4:nth-child(2) .content .price{color: #ffd400; font-size: 60px; letter-spacing: 2px;}
.package-section .col-md-4:nth-child(2) .content ul li{border-bottom: 1px solid #f2f2f22e;
    color: #eee;}
.package-section .col-md-4:nth-child(2) .content ul li:last-child{border-bottom: none;}
.package-section .col-md-4:nth-child(2) .content .price-btn a{background: #ffd400; color: #a10009;
    font-weight: 500;}

.package-section .col-md-4 .content:after{content: ""; position: absolute;
    top: 0; bottom: 0; left: 0; right: 0; z-index: 1; background-image: url(../images/price-shape.png);
    background-size: contain; background-position: bottom; background-repeat: no-repeat;}
.package-section .content{text-align: center; padding: 30px; position: relative;
    background: #fff; box-shadow: 13px 13px 51px 0px rgb(10 51 80 / 16%); width: 100%;
    transition: all 0.3s ease-in-out;}
.package-section .content:hover {transform: scale(1.03,1.03); -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03); -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;}
.package-section .plan{font-size: 26px; font-weight: 800; color: #393471;}
.package-section .content .price{font-size: 40px; font-weight: 800; color: #ce2127; letter-spacing: 2px;}
.package-section .content .doller{font-size: 28px; vertical-align: super; font-family: 'Philosopher';
    font-weight: 700; margin-right: 8px;}
.package-section .content .paisa{font-size: 26px; vertical-align: super;}
.package-section .content p{color: #666; letter-spacing: 2px; font-size: 14px;}
.package-section .content ul{padding: 0; margin: 0; position: relative; z-index: 11;}
.package-section .content ul li{list-style: none; font-size: 16px; border-bottom: 1px solid #f2f2f2;
    padding: 10px 0px; color: #666;}
.package-section .content ul li:last-child{border-bottom: none;}
.package-section .content .price-btn{position: relative; z-index: 11;}
.package-section .content .price-btn a{display: inline-block; background: #ce2127; color: #fff;
    padding: 10px 20px 8px 20px; margin-top: 30px;}

/* Blog Section */
.blog-section .heading{align-items: center; margin-bottom: 40px;}
.blog-section .heading h4{font-size: 17px; letter-spacing: 2px; line-height: 28px;
    color: #ce2127; font-weight: 700; position: relative; margin-left: 50px;
    margin-bottom: 10px; text-transform: uppercase; font-family: 'Philosopher';}
.blog-section .heading h4:before {content: ''; position: absolute; height: 2px;
    width: 40px; left: -50px; bottom: 13px; background-color: #ce2127;}
.blog-section .heading h1 {font-size: 36px; color: #393471; font-weight: 700;
    letter-spacing: 1px;}
.blog-section .box .image {position: relative; height: 275px; overflow: hidden;}
.blog-section .box:hover .image:before {height: 100%;}
.blog-section img{transition: all 0.4s ease-in-out;}
.blog-section .box:hover img{transform: scale(1.09,1.09);}
.blog-section .content {padding: 25px 35px 40px; margin-left: 25px;
    filter: drop-shadow(0px 12px 12.5px rgba(0,0,0,0.04));
    background-color: #ffffff; margin-top: -50px;}
.blog-section .content .date {position: absolute; top: 0; right: 20px; font-size: 20px;
    color: #ffffff; font-family: 'Roboto'; text-align: center; width: 84px;
    height: 84px; border-radius: 42px; background-color: #ce2127; padding-top: 17px;
    transform: translateY(-50%); line-height: 24px; padding-left: 5px; padding-right: 5px;
    font-weight: 700;}
.blog-section .content .post-meta {font-size: 18px; line-height: 32px; color: #797979;
    font-weight: 400; margin-bottom: 10px;}
.blog-section .content h2 a {font-size: 22px; line-height: 32px; color: #181e44;
    font-weight: 700; font-family: "Roboto"; margin-bottom: 34px; transition: .5s;}
.blog-section .link-btn a{letter-spacing: 2px; word-spacing: 2px; color: #ce2127;}
.blog-section .link-btn .feather{width: 15px; height: 15px; color: #ce2127;}

/* subscribe-section */
/* Footer Top Section */
.footer-top-section{position: relative; bottom: -100px; z-index: 11;}
.footer-top-section .row{justify-content: center;}
.footer-top-section .row ul{margin: 0; padding: 0; text-align: center;
    background: #ce2127; display: flex; align-items: center;
    padding: 60px; border-radius: 6px; background-image: url(../images/bg1.png); background-size: contain;
    width: auto;}
.footer-top-section li:first-child{margin-left: 0;}
.footer-top-section li{list-style: none; display: inline-flex; margin-left: 60px;
    text-align: left; align-items: center;}
.footer-top-section li .feather{width: 18px;}
.footer-top-section li a{color: #fff;}
.footer-top-section li h4 {font-size: 22px; color: #fff; font-weight: 500;
    margin-bottom: 4px;}
.footer-top-section li p {margin-bottom: 0; letter-spacing: 2px;
    font-size: 16px; color: #ffc8ca;}
.footer-top-section li .icon{margin-right: 15px;}
.footer-top-section li .icon img {width: 56px; background: #ffdadb;
    padding: 10px 16px; border-radius: 40px;}

/*Footer Section*/
.footer-section{padding-top: 100px; background-color: #2b2759; background-image: url('../images/footer-bg.png');
    background-size: cover; position: relative; color: #ddd;}
.footer-section .top{padding:50px 0px; border-bottom: 1px solid #ddd; margin: 0;
    margin-bottom: 50px;}
.footer-section .top ul{margin: 0; padding: 0; display: flex; justify-content: space-between;}
.footer-section .top ul li{list-style: none; border-left: 1px solid #ddd; padding: 10px 60px;}
.footer-section .top ul li:first-child{border-left: none; padding-left: 0;}
.footer-section .top ul li a{color: #ddd;}
.footer-section .top ul li .box{display: flex; align-items: center;}
.footer-section .top ul li .box .icon{margin-right: 15px;}
.footer-section .top ul li .box .icon .feather{width: 50px; height: 50px; background: #ce2127;
    padding: 12px; border-radius: 40px; color: #fff;}
.footer-section .top ul li .box .content small{letter-spacing: 2px;}
.footer-section .top ul li .box .content p{margin-bottom: 0; font-size: 18px;
    letter-spacing: 0.5px;}


.footer-section .box-section{padding-top: 60px;}
.footer-section h2.title{font-size: 26px; color: #fff; font-family: 'Philosopher', sans-serif;
    letter-spacing: 2px; position: relative; margin-bottom: 30px; padding-bottom: 15px;}
.footer-section h2.title:before {bottom: -1px; left: 0; width: 36px; height: 4px;
    background-color: #ce2127; content: ''; position: absolute;}
.footer-section h2.title:after {bottom: 0px; left: 36px; width: 55px; height: 1px;
    background-color: #fff; content: ''; position: absolute;}
.footer-section .one .box{display: flex; align-items: center;}
.footer-section .one .logo{margin-right: 20px;}
.footer-section .one ul{padding: 0; margin: 0;}
.footer-section .one ul li{list-style: none; margin-bottom: 8px;}
.footer-section .one ul li a{color: #ddd;}
.footer-section .one ul li .feather{margin-right: 6px; width: 18px; height: 18px;}
/*.footer-section .one .logo:before{background: #fff; position: absolute; content: '';
    top: 0; width: 41%; height: 100%; text-align: center; border-bottom-left-radius: 86px;
    border-bottom-right-radius: 86px;}*/
.footer-section .one .logo img{width: 115px;}
.footer-section .two ul{margin: 0; padding: 0;}
.footer-section .two ul li{list-style: none; display: inline-block; width: 32%; margin-bottom: 8px;}
.footer-section .two ul li a{color: #ddd; display: flex; align-items: center; letter-spacing: 0.5px;}
.footer-section .two ul li .feather{width: 19px; height: 19px; margin-right: 8px;}
.footer-section .three ul{margin: 0; padding: 0;}
.footer-section .three ul li{list-style: none; margin-bottom: 10px; padding-bottom: 10px;}
.footer-section .three ul li:last-child{margin-bottom: 0; padding-bottom: 0;}
.footer-section .three .f-blog a{display: flex; color: #ddd;}
.footer-section .three .f-blog .image{max-width: 90px; max-height: 55px; overflow: hidden;
    border-radius: 4px; margin-right: 10px;}
.footer-section .three .f-blog .image img{max-width: 120px;}
.footer-section .three .f-blog h2{font-size: 16px;}
.footer-section .three .f-blog p{font-size: 14px; display: flex; align-items: center;
    margin-bottom: 0; letter-spacing: 2px; color: #b7b7b7;}
.footer-section .three .f-blog p .feather{width: 17px; height: 17px; margin-right: 8px;}

.footer-section .bottom{margin-top: 60px; padding-bottom: 30px;}
.footer-section .bottom p{margin-bottom: 0;}
.footer-section .bottom ul{margin: 0; padding: 0; text-align: right;}
.footer-section .bottom ul li{list-style: none; display: inline-block; border-right: 1px solid #ddd;
    padding: 0px 10px;}
.footer-section .bottom li:last-child{border-right: none; padding-left: 0;}
.footer-section .bottom li a{color: #ddd;}
.footer-section .bottom a{color: #ff4f55; letter-spacing: 2px;}





.scrollTop {position: fixed; right: 10%; bottom: 10px; opacity: 0; z-index: 111; }
.scrollTop a {font-size: 18px;
    color: #fff;
    padding: 20px 20px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 4px;
    display: block;
    background: #393471;}






.breadcumb-area{background-repeat: no-repeat; background-attachment: scroll; background-position: center center;
    background-image: url('../images/breadcumb-bg.jpg'); background-size: cover; padding: 100px 0 100px;
    background-color: #121B51; position: relative;}
.breadcumb-area::before {background: #2620667d; position: absolute; top: 0; right: 0; left: 0;
    height: 100%; width: 100%; content: "";}
.breadcumb-area .ccase {text-transform: capitalize; position: relative;}
.breadcumb-area .brpt {text-align: left;}
.breadcumb-area .brpt h2 {font-size: 45px; margin-bottom: 20px; margin-top: 0; color: #fff;}
.breadcumb-area .breadcumb-inner {text-align: left;}
.breadcumb-area .breadcumb-inner ul{color: #fff; margin: 0; padding: 0;}
.breadcumb-area .breadcumb-inner li {display: inline-block; margin: 0 6px; color: #fff; font-size: 14px;
    font-weight: 500; text-transform: uppercase;}
.breadcumb-area .breadcumb-inner li a {color: #ffffff; text-transform: uppercase; text-decoration: none;}

.about-section.about-page{margin-top: 60px; margin-bottom: 0;}
.package-section.about-page{background-image: none; padding-bottom: 0; margin-bottom: 0;}
.package-section.about-page:before{content: none;}
.package-section.about-page .heading h4{color: #ce2127;}
.package-section.about-page .heading h1{color: #393471;}

.service-section.service-page{padding-bottom: 0;}
.package-section.service-page{background-image: none; padding-bottom: 0; margin-bottom: 0;}
.package-section.service-page:before{content: none;}
.package-section.service-page .heading h4{color: #ce2127;}
.package-section.service-page .heading h1{color: #393471;}

.blog-section.blog-page{margin-top: 40px;}


/*blog-page-detail-section*/
.blog-page-detail-section{margin-top: 60px;}
.blog-page-detail-section .post-inner{background: #fff; transition: all 0.3s linear;}
.blog-page-detail-section .entry-media {position: relative;}
.blog-page-detail-section .entry-media .image{height: auto; overflow: hidden; display: block;}
.blog-page-detail-section .entry-media .post-cat {position: absolute; z-index: 1; bottom: -16px; left: 40px;}
.blog-page-detail-section .post-cat a {text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: 1px;
    line-height: 1; display: inline-block; color: #fff; background: #393471; padding: 10px; margin-right: 6px;
    transition: all 0.3s linear; text-decoration: none;}
.blog-page-detail-section img{width: 100%; transition: all .5s ease 0s;}
.blog-page-detail-section .inner-post {transition: all 0.3s linear; padding: 40px 40px 0px 36px;}
.blog-page-detail-section .entry-meta {text-transform: capitalize; font-weight: 600; font-size: 16px; color: #7141b1;
    margin-bottom: 13px;}
.blog-page-detail-section .entry-meta a {color: #ce2127; text-decoration: none;}
.blog-page-detail-section .entry-title {margin-bottom: 15px; font-size: 30px; line-height: 36px;}
.blog-page-detail-section .entry-title a{color: #393471; font-weight: 700; text-decoration: none;}

.blog-page-detail-section .right {padding-left: 20px;}

.blog-page-detail-section .right ul{margin: 0; padding: 0;}
.blog-page-detail-section .right ul li {list-style: none; display: block;
    border-bottom: 1px solid #E8E8E8; margin-bottom: 15px; padding-bottom: 15px;
    padding-left: 15px; padding-right: 15px;}
.blog-page-detail-section .right ul li:last-child{margin-bottom: 0; padding-bottom: 15px;
    border-bottom: none;}
.blog-page-detail-section .right .recent-traning {margin-bottom: 40px;
    background: #fff; border: 1px solid #e6e6e6; box-shadow: 0px 5px 83px 0px rgb(9 29 62 / 15%);}
.blog-page-detail-section .right .recent-traning h2 {font-size: 24px; font-weight: 500;
    margin-bottom: 18px; color: #ffffff; background: #ce2127; padding: 12px 15px;
    letter-spacing: 2px;}
.blog-page-detail-section .right .recent-traning .recent-post-item {clear: both; overflow: hidden;
    display: flex; align-items: center;}
.blog-page-detail-section .right .recent-traning .recent-post-image {float: left; margin-right: 25px;}
.blog-page-detail-section .right .recent-traning .recent-post-image a {margin-top: 0; display: inline-block;}
.blog-page-detail-section .right .recent-traning .recent-post-image img {border-radius: 5px; width: 100%;
    transition: all .5s ease 0s;}
.blog-page-detail-section .right .recent-traning .recent-post-text {margin-top: 0; overflow: hidden;}
.blog-page-detail-section .right .recent-traning .recent-post-text > h4 {margin-bottom: 2px; margin-top: 0px;
    line-height: 16px;}
.blog-page-detail-section .right .recent-traning .recent-post-text h4 a {color: #393471; font-size: 18px;
    line-height: 22px; transition: all 0.3s ease 0s; font-weight: 500; text-decoration: none;}
.blog-page-detail-section .right .recent-traning .recent-post-text .rcomment {color: #616161; font-size: 15px;}

.contact-page-form{margin-top: 60px; margin-bottom: -100px; position: relative;}
.contact-page-form:before{content: ''; background: url(../images/about-bg.png) left;
    position: absolute; top: -160px; left: 30px; width: 50vw; height: 100vh;
    z-index: -1; background-repeat: no-repeat; background-size: 400px;}
.contact-page-form .left .heading{margin-bottom: 30px;}
.contact-page-form .left .heading h1{font-size: 36px; font-weight: 700;
    letter-spacing: 1px; color: #393471;}
.contact-page-form .left .heading p{color: #777;}
.contact-page-form .left ul{margin: 0; padding: 0;}
.contact-page-form .left li{list-style: none;}
.contact-page-form .left a{display: flex; align-items: center; margin-bottom: 20px;}
.contact-page-form .left li .icon{margin-right: 12px;}
.contact-page-form .left li .icon .feather {background: #fadedf; color: #ce2127;
    padding: 10px; width: 40px; height: 40px; border-radius: 40px;}
.contact-page-form .left .content p{margin-bottom: 4px; letter-spacing: 2px;
    color: #ce2127;}
.contact-page-form .left .content h4{font-size: 18px; letter-spacing: 2px;
    color: #393471;}
.contact-page-form .form-section .heading{margin-bottom: 30px;}
.contact-page-form .form-section .heading h1{font-size: 36px; font-weight: 700;
    letter-spacing: 1px; color: #393471;}
.contact-page-form .form-section .heading p{color: #ce2127; font-weight: 500;}
.contact-page-form .form-section{background: #fff; width: 100%;
    box-shadow: 0px 5px 83px 0px rgb(9 29 62 / 15%); padding: 30px 40px;
    background-image: url(../images/bg1.png); background-size: contain;}
.contact-page-form .form-section .form-group{margin-bottom: 15px;}
.contact-page-form .form-section .form-group .form-control{padding: 12px 18px;}
.contact-page-form .btn {background: #ce2127; border-color: #ce2127;
    color: #fff; padding: 12px 20px; border-radius: 4px; margin-right: 10px;
    font-size: 15px; letter-spacing: 1px; text-transform: uppercase;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); position: relative;}
.contact-page-form .btn .feather {background: #ffffff; color: #ce2127;
    padding: 4px; width: 22px; height: 22px; border-radius: 40px;
    position: relative; top: -2px;}
.contact-page-form .social-icon{display: flex; justify-content: left;
    margin-top: 40px;}
.contact-page-form .social-icon .feather{width: 32px; height: 32px;
    background: #ce2127; margin: 0px 4px; padding: 8px; color: #ffffff;
    border-radius: 40px; opacity: 0.8;}
.contact-page-form .social-icon .feather:hover{opacity: 1;}
.contact-page-google-map{position: relative; bottom: -90px;}

.career-page {padding-top: 40px;}
.career-page .accordion{background: #fff;}
.career-page .form{background-color: #fff; border: 1px solid transparent;
border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
box-shadow: 0 1px 1px rgb(0 0 0 / 10%);}
.career-page .form form{padding: 10px 26px 10px 26px; box-shadow: 0px 5px 83px 0px rgb(9 29 62 / 15%);}
.career-page .form form .form-group{margin: 15px 0px;}
.career-page .form form .form-control {padding: 0.675rem 0.75rem;}
.career-page .form label {font-weight: 600; letter-spacing: 1px; font-family: inherit; color: #393471; margin-bottom: 3px; font-size: 15px;}
.career-page .form h1{background: #ce2127; color: #fff; font-size: 20px;
text-transform: uppercase; letter-spacing: 1px; word-spacing: 5px;
font-weight: 600; padding: 12px 30px; border-radius: 4px; margin-bottom: 0;}
.career-page .form button{width: 100%; margin-top: 6px; background: #393471;
border-color: #393471;}
.career-page .left .accordion-button:not(.collapsed) {color: #ffffff;
background-color: #393471;}
.career-page .left .accordion-button {font-size: 18px!important; letter-spacing: 0.5px; font-weight: 600;}
.career-page .left .accordion-button:focus {border-color: #dfdfdf;
box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);}

.technology-page .row{align-items: center; background: #fff; margin: 0;
    border: 1px solid #e3e3e3; border-radius: 15px; padding: 15px 0;
    margin: 30px 0px;}
.technology-page .image{border: 1px solid #e3e3e3; text-align: center;
    padding: 15px; border-radius: 15px;}
.technology-page .image img{max-width: 100%; border-radius: 15px; width: auto;}
.technology-page .content{padding-left: 15px;}
.technology-page .content h1{position: relative; font-size: 30px; color: #393471;
    font-weight: 600; letter-spacing: 1px; word-spacing: 2px; margin-bottom: 24px;
    padding-bottom: 15px;}
.technology-page .content h1:before{content: ''; position: absolute;
    left: 0; bottom: 0; background: #393471; width: 150px; height: 2px;
    border-radius: 40px;}
.technology-page .content h1:after{content: ''; position: absolute;
    left: 0; bottom: 0; background: #ce2127; width: 50px; height: 2px;
    border-radius: 40px;}


.package-section.package-page{margin-top: 0px; margin-bottom: 0;}
.package-section.package-page{background-image: none; padding-bottom: 0; margin-bottom: 0;}
.package-section.package-page:before{content: none;}
.package-section.package-page .heading h4{color: #ce2127;}
.package-section.package-page .heading h1{color: #393471;}
.package-section.package-page .content{margin: 15px 0px;}

.team-section.team-page .box{margin: 30px 0px;
    box-shadow: 0px 5px 83px 0px rgb(9 29 62 / 15%);}

.test-page .box{background: #fff; border-radius: 6px;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 20%); margin-top: 30px;}
.test-page .box h2.title{font-size: 18px; color: #393471; font-weight: 600;
    border-bottom: 1px solid #00000029; padding: 20px 15px 12px 15px;
    height: 60px; display: flex; align-items: center;}
.test-page .box .content{padding: 15px; max-height: 415px; overflow-y: auto;}
.test-page .box .content h2{font-size: 20px;}
.test-page .box .box-bottom{background: #393471; display: flex;
    align-items: center; justify-content: space-between;
    border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;}
.test-page .box .box-bottom p{margin-bottom: 0; color: #fff; padding-left: 15px;
    font-size: 18px; letter-spacing: 1px; font-weight: 600;}
.test-page .box .box-bottom a{background: #ce2127; border: 1px solid transparent;
    display: flex; align-items: center; color: #fff; padding: 12px 20px;
    border-radius: 0; letter-spacing: 1px; position: relative; z-index: 1;
    border-bottom-right-radius: 6px;}
.test-page .box .box-bottom a:before {content: ''; position: absolute;
    left: 0; top: 0; width: 0; height: 100%; transition: 0.5s;z-index: -1;
    background: #fff;}
.test-page .box .box-bottom a:hover{color: #393471; border-color: #393471;}
.test-page .box .box-bottom a:hover:before {width: 100%;}

/*Cart Page*/
.cart-page .left-title{margin-top: 20px; margin-bottom: 20px;}
.cart-page .left-title h1{font-size: 30px; color: #393471; font-family: 'Philosopher';
    font-weight: 700;}
.cart-page .left-section{border: 1px solid #dee2e6; border-radius: 6px;}
.cart-page .left-section .box{border-bottom: 1px solid #dee2e6; padding: 18px;}
.cart-page .left-section .box:last-child{border-bottom: none;}
.cart-page .left-section .box h1{font-size: 18px;}
.cart-page .left-section .box .bottom-box{display: flex; align-content: center;
    justify-content: space-between;}
.cart-page .left-section .box .bottom-box a.left{color: #393471; font-size: 21px;
    font-weight: 800; font-family: 'Philosopher';}
.cart-page .left-section .box .bottom-box a.right{background: #ce2127; color: #fff;
    padding: 6px 10px; display: flex; border-radius: 4px; align-items: center;
    font-size: 14px; letter-spacing: 1px;}
.cart-page .left-section .box .bottom-box a.right i,
.cart-page .left-section .box .bottom-box a.right svg{width: 16px; margin-right: 4px;}
.cart-page .amount-box{border: 1px solid #dee2e6; background: #fff;
    padding: 20px; margin-top: 25px; border-radius: 6px;}
.cart-page .amount-box .amount{border: 1px solid #dee2e6; background: #fff;
    padding: 20px; margin-bottom: 25px; border-radius: 6px;}
.cart-page .amount-box .amount h1{font-size: 14px; color: #ffffff; letter-spacing: 2px;
    margin-bottom: 15px; text-transform: uppercase; font-weight: 500;
    background: #393471; padding: 10px 14px 5px 15px; width: fit-content;
    border-radius: 40px;}
.cart-page .amount-box .amount p{font-size: 18px; letter-spacing: 1px; margin-bottom: 0px;}
.cart-page .amount-box .amount p span{font-size: 20px; font-weight: 600; color: #ce2127;}
.cart-page .amount-box h4{font-size: 16px; color: #393471; letter-spacing: 2px;
    word-spacing: 2px;}
.cart-page .amount-box .form-control{margin: 12px 0px; border-radius: 6px;}
.cart-page .amount-box button{background: #393471; border-radius: 0;
    color: #fff; position: relative; z-index: 1; transition: 0.5s; margin-top: 15px;
    box-shadow: 4.5px 7.794px 13px 0px #afc1ec; display: block; border: none;
    letter-spacing: 1px; border-radius: 4px;}
.cart-page .amount-box button:after{content: ''; position: absolute; left: 0;
    top: 0; width: 0; height: 100%; background: #ce2127; transition: 0.5s;
    z-index: -1;}
.cart-page .amount-box button:hover:after{width: 100%;}
.cart-page .amount-box button:hover{color: #fff;}
.cart-page .amount-box button .feather{width: 18px; margin-right: 6px;}

.discount-box{margin-top: 25px;}
.discount-box .accordion-body{margin-top: 15px;}
.discount-box .accordion-button{background: #edebff; color: #393471;
    box-shadow: 4.5px 7.794px 13px 0px #87878754; font-size: 17px;
    letter-spacing: 1px; font-weight: 600;}
.discount-box .accordion-button:not(.collapsed)::after {
    background-color: #fff; border-radius: 40px;}
.discount-box .accordion-button::after{
    background-color: #fff; border-radius: 40px;}
.discount-box form{display: flex;}
.discount-box .form-control{border-radius: 0; padding: 10px 16px;}
.discount-box button.btn{background: #393471; border-radius: 0;
    color: #fff; position: relative; z-index: 1; transition: 0.5s;}
.discount-box button.btn:after{content: ''; position: absolute; left: 0;
    top: 0; width: 0; height: 100%; background: #ce2127; transition: 0.5s;
    z-index: -1;}
.discount-box button.btn:hover:after{width: 100%;}
.cart-page .accept-box{border: 1px solid #dee2e6; background: #fff;
    padding: 20px; margin-top: 25px;}
.cart-page .accept-box h2{font-size: 16px; color: #393471; letter-spacing: 2px;
    word-spacing: 2px; margin-bottom: 30px;}
.cart-page .accept-box ul{padding: 0; margin: 0;}
.cart-page .accept-box ul li{list-style: none; display: inline-block;
    margin-right: 15px;}
.cart-page .accept-box ul li img{width: 80px;}

@media (max-width: 575.98px) {
    .top-section{display: none;}
    .top-section .right{display: none;}
    .top-section .left li:first-child:before{content: none;}
    .top-section .left ul li{padding: 1px 0px;}
    .logo-section .logo {text-align: center;}
    .logo-section .right ul li{margin-left: 0; display: flex; margin-top: 10px;
        margin-bottom: 10px;}
    .logo-section .right h4 {font-size: 20px;}
    .logo-section .right ul li .icon img {width: 36px;}
    .logo-section .right p{font-size: 14px;}
    .logo-section .right ul li .icon {margin-right: 15px;}
    .menu-section .navbar-toggler {background-color: #FFF!important; margin: 10px 0px;}
    .banner-section .banner-form form {padding: 120px 30px 60px 30px}
    .banner-section .banner-form .btn-row {padding: 0px 10px;}
    .banner-section .banner-form .btn-row .individual-test {padding: 15px 12px 12px 12px;
        font-size: 13px;}
    .banner-section .banner-form .btn-row .individual-test .feather{width: 20px; height: 20px;}
    .banner-section .banner-form .btn-row .package-test {padding: 15px 12px 12px 12px;
        font-size: 13px;}
    .banner-section .banner-form .btn-row .package-test .feather{width: 20px; height: 20px;}
    .banner-bottom .banner-bottom-row {padding: 26px; margin: 0;}
    .about-section {margin-top: -60px; margin-bottom: 0;}
    .about-section .about_right{margin-top: 36px;}
    .about-section .about_right .sub_heading{font-size: 30px;}
    .about-section .about_right ul.first{width: 100%;}
    .about-section .about_right ul.second{width: 100%; margin-left: 0;}
    .service-section{padding: 0px;}
    .service-section .row{margin: 0;}
    .service-section .nav-tabs .nav-link{max-width: 110px; min-width: auto;
        padding: 10px 6px; font-size: 14px;}
    .service-section .tab-content .content h1{font-size: 30px;}
    .service-section .nav-tabs .nav-item{margin-bottom: 20px;}
    .service-section .nav-tabs .nav-item:first-child{margin-left: 0px;}
    .team-section{margin-bottom: 30px;}
    .team-section .heading{margin-bottom: 20px;}
    .team-section .heading .left h1{font-size: 30px;}
    .team-section .heading .right{display: none;}
    .package-section{padding: 30px 0px;}
    .package-section .heading h1{font-size: 30px; line-height: 36px;}
    .blog-section .heading h4 {font-size: 15px;}
    .blog-section .heading h1{font-size: 30px;}
    .blog-section .heading .col-md-4{display: none;}
    .blog-section .heading{margin-bottom: 20px;}
    .blog-section{padding: 30px 0;}
    .subscribe-section{bottom: 0;}
    .subscribe-section .row {padding: 0px; margin: 0;}
    .subscribe-section .row h1 {font-size: 18px;}
    .subscribe-section .form-group{margin-top: 15px;}

    .footer-top-section ul{display: block!important; padding: 15px!important;
        text-align:left!important;}
    .footer-top-section li{margin-left: 0; margin: 6px 0px;}
    .footer-top-section li h4 {font-size: 14px;}
    .footer-top-section li p{font-size: 12px; letter-spacing: 1px;}
    .footer-section{padding-top: 0; margin-top: 20px;}
    .footer-section .box-section{padding-top: 30px;}
    .footer-section .box-section .two{margin-top: 30px;}
    .footer-section .box-section .three{margin-top: 30px;}
    .footer-section .bottom ul{text-align: left; margin-top: 15px;}
    .footer-section .bottom ul li:first-child{padding-left: 0;}


    .breadcumb-area {padding: 36px 0 36px;}
    .breadcumb-area .brpt h2 {font-size: 36px; letter-spacing: 1px;}
    .blog-section.blog-page{margin-top: 0; padding-top: 10px;}
    .blog-page-detail-section {margin-top: 15px;}
    .blog-page-detail-section .entry-media .image{height: auto;}
    .blog-page-detail-section .inner-post{padding: 30px 10px 10px 10px;}
    .blog-page-detail-section .entry-media .post-cat{left: 0;}
    .blog-page-detail-section .right {padding-left: 15px;}
    .blog-page-detail-section .entry-title a{font-size: 26px; font-weight: 700;}
    .contact-page-form {margin-top: 26px; margin-bottom: 40px;}
    .contact-page-google-map{bottom: 0;}

}