/*Project : Mistry - Home Service & Handyman Booking HTML Template */



/*-------------------------------------------------------------------------------------
    Google Font Import 
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;900&family=Roboto:wght@400;500;700&display=swap');


/*-------------------------------------------------------------------------------------
    Common CSS 
---------------------------------------------------------------------------------------*/

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #0f1d46;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

input:focus,
input:visited,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #012a68;
}

 .card-view {
      display: none;
    }

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    font-size: 15px;
    font-family: roboto, sans-serif;
    font-weight: 500;
}

img {
    max-width: 100%;
}

hr {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    color: #004876;
}

h1 {
    font-size: 70px;
    line-height: 80px;
}

h1 b {
    color: #F7C355;
}

h2 {
    font-size: 50px;
}

h2 b {
    color: #F7C355;
}

h3 {
    font-size: 45px;
}

h3 b {
    color: #F7C355;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

h7 {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

h8 {
    font-size: 12px;
    line-height: 26px;
    margin: 0;
}

p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #3c6382
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background: #004976;
}

.productDetailImage {
    background-position: center center;
    background-image:none;
    background-repeat: no-repeat;
    background-size:contain;height:400px;
}

.section-padding {
    padding: 120px 0;
}

.waitGif {
    position:fixed;
    top:50%;
    right:50%;
    display:none;
    z-index:999999;
}

/*Section Title */

.section-title {
    position: relative;
    margin-bottom: 20px;
}

.section-title h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin: 10px 0;
}

.section-title h3 {
    font-weight: 700;
    margin: 5px 0 5px 0;
    color: #030520;
}

.section-title h5 {
    font-size: 15px;
    color: #012a68;
    position: relative;
    padding-left: 40px;
}

.section-title h5:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #FFD57F;
    margin-top: -1px;
}

.section-heading.white .section-title h2 {
    color: #fff;
}

.section-heading.white .section-title h5 {
    color: #fff;
}

.feature .section-title h5:before,
.portfolio-section .section-title h5:before,
.testimonial-area .section-title h5:before,
.pricing-section .section-title h5:before,
.service-section .section-title h5:before,
.client .section-title h5:before,
.newsletter .section-title h5:before,
.process-area .section-title h5:before,
.team-area .section-title h5:before,
.subscription-section .section-title h5:before {
    margin: 0 auto;
    right: 100px;
}

.box-shadow {
    box-shadow: 0 0 9px 0 rgb(29 33 67 / 10%);
}

.section-heading {
    text-align: center;
}

.service-area .section-heading {
    text-align: left;
}


.EM123_Logo {
    position:relative;
    top:-35px;
}

/* Background Color & Overlay
============== */

.sky-bg {
    background: #F7FBFF;
}

.sky-bg-2 {
    background: #f0f5ff;
}

.gray-bg {
    background: #EDEFF0;
}

.white-bg {
    background: #fff;
}

.blue-bg {
    background: #004876;
}

.overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #024b78 0%, #1a3d7d 100%);
    opacity: .6;
    top: 0;
    left: 0;
    z-index: -1
}

.overlay-2 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #002542d1;
    opacity: .9;
    top: 0;
    left: 0;
    z-index: -1
}

.overlay-3 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #002542;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1
}

/*Margin & Padding */

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}


.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-150 {
    margin-bottom: 150px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-auto {
    margin-left: auto ! important;
}

.mr-auto {
    margin-right: auto ! important;
}

.m-auto {
    margin: 0 auto;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.pl-150 {
    padding-left: 150px;
}

/*Button Style */



.longButton {
    width:100%;
    text-align:center;
    background:#f7c355;
    color:white;
    border-radius:8px;
    margin:3px;
    cursor:pointer;
}

.shortButton {
    width:48%;
    text-align:center;
    background:#f7c355;
    color:white;
    border-radius:8px;
    margin:3px;
    cursor:pointer;
}

.buttonYMW {
    height:1.5em;
    width:6em;
    border:1px solid grey;
    background:#004976;
    margin:0 3px 0 3px;
    float:left;
    color:white;
    border-radius:3px;
    text-align:center;
    cursor:pointer;
    opacity:0.5;
}

.buttonYMW:hover {
    opacity: 1;

}

.main-btn {
    display: inline-block;
    background: #fff;
    padding: 12px 35px;
    position: relative;
    font-weight: 500;
    background: #F7C355;
    color: #fff;
    cursor: pointer;
    border-radius: 7px;
}

.main-btn.transparent {
    border: none;
}

.main-btn.blue {
    background: #004876;
    color: #fff;
    border: none;
}

.main-btn.yellow {
    background: #F7C355;
    color: #fff;
    border: none;
}

.main-btn.white {
    background: #fff;
    color: #004976;
}

.main-btn:hover {
    background: #6792ae;
    border-color: #004876;
    color: #fff;
}

.btn-border {
    border: 1px solid #ddd;
    margin-left: 12px;
}

.btn-trash {
    cursor:pointer;
}

.btn-trash:hover {
    color: blue;
    font-weight:bold;
}

/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #002b44;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/preloader.svg);
}

.forgotPassword {
    font-size:6px;
    float:right;
}


/*-------------------------------------------------------------------------------------
    Header Top
---------------------------------------------------------------------------------------*/

.topbar {
    background: #004976;
    padding-top: 15px;
    padding-bottom: 15px;
}

.topbar .topbar-left ul,
.topbar .topbar-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

.topbar .topbar-left ul li,
.topbar .topbar-right ul li {
    display: inline-block;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .topbar-left ul li i,
.topbar .topbar-right ul li i {
    display: inline-block;
    color: #F7C355;
    font-size: 14px !important;
    margin-right: 3px;
}

.topbar .topbar-left ul li a,
.topbar .topbar-right ul li span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
}


/*-------------------------------------------------------------------------------------
    Header area
---------------------------------------------------------------------------------------*/

.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: .3s;
    top: 55px;
    background: transparent;
    padding: 10px 0px;
    height: 90px;
}

.header-absolute {
    position: fixed;
    top: 0;
}

.main-menu ul {
    display: flex;
    align-items: center;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 99999;
    margin-left: 40px;
}

.main-menu ul li a {
    display: block;
    padding: 20px 0;
    text-transform: capitalize;
    color: #fff;
}

.main-menu ul li a:hover {
    color: #F7C355;
}

.main-menu .left-space {
    margin-left: 40px;
}

.main-menu ul li a svg {
    font-size: 19px;
    color: #fff;
}

.main-menu ul li a svg:hover {
    color: #F7C355;
}

.main-menu ul li sup {
    position: absolute;
    top: 11px;
    right: -8px;
    line-height: 18px;
    padding: 0px 5px;
    border-radius: 30px;
    color: #fff;
    background: #012a68;
    font-size: 12px;
    font-weight: bold;
}

.main-menu .registration-button {
    padding: 12px 20px;
    background: #F7C355;
}

.main-menu .login-button {
    padding: 10px 25px;
    background: #F7C355;
    border-radius: 7px;
    color: #fff;
}

.main-menu .login-button:hover {
    background: #fff;
    color: #004876;
}

.main-menu .registration-button {
    padding: 12px 20px;
    background: #F7C355;
}

.main-menu .vendor-button:hover {
    background: #fff;
    color: #004976;
}

.main-menu .vendor-button::before {
    background: none !important;
}

.main-menu ul li ul.submenu {
    position: absolute;
    background: #ffffff;
    width: 220px;
    top: 130%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border-top: 5px solid #F7C355;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    z-index: 99;
    display: block;
}

.main-menu ul li ul.submenu li {
    margin: 0;
    display: block;
}

.main-menu ul li ul.submenu li a {
    color: #0f1d46;
    padding: 7px 30px;
}

.main-menu ul li ul.submenu li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #0f1d46;
    position: absolute;
    left: 27px;
    top: 52%;
    -webkit-transform: none;
    transform: none;
    margin-top: -1px;
    opacity: 0;
    transition: all .3s linear;
}

.main-menu ul li ul.submenu li a:hover {
    padding-left: 50px;
}

.main-menu ul li ul.submenu li:hover a:before {
    opacity: 1;
    width: 15px;
}

.main-menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 118%;
}

.main-menu ul li ul.submenu.auth-menu {
    left: -280%;
    width: 200px;
}

.black {
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    background: #004976;
    position: fixed;
    top: 0;
    height:10em;
}

.pointer {
    cursor:pointer;
}


/*-------------------------------------------------------------------------------------
   Search Product Styles
---------------------------------------------------------------------------------------*/

.searchCheck {
    font-size:2em;
    margin-left:1em;
}


/*-------------------------------------------------------------------------------------
   Download Styles
---------------------------------------------------------------------------------------*/

th {
    position: sticky;
  top: 0;
  background-color: #f2f2f2; /* Choose your desired background color */
  z-index: 1;
}


.downloadTable {
    background: inverit;
    color: #004976;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size: 16px !important;
    font-weight: bold;
    margin:2%;
}

.table #downloadTable td {
    vertical-align: middle;
    text-align: center;
}


.downloadTableRB{
    padding-right:3em;

}

/*-------------------------------------------------------------------------------------
   My Account Table Style
   ------------------------------------------------------------------------------------*/


.tableRegion {
    overflow-y: auto; /* or scroll */
    overflow-x: hidden;
    max-height:425px;
    height:auto;
    width:100%;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    width:100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    color: #004976;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}


.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}



.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}



/*-------------------------------------------------------------------------------------
   Object Review styles
---------------------------------------------------------------------------------------*/

.reviewDiv {
    height:300px;
    overflow:scroll;
}

.reviewBubble {
    width:auto;
    border-radius:8px;
    min-height:100px;
    background:#FFFFEE;
    box-shadow:3px 3px 3px black;
    padding:8px;
    margin:8px;
    color:bkack;
}

.reviewHeaderL {
    color:blue;
    float:left;
}


.reviewHeaderR {
    color:blue;
    float:right;
}

.reviewText {
    font-style: italic;
    font-size:0.75em;
    margin-top:8px;
}




/*-------------------------------------------------------------------------------------
   Object Detailed Description Table Styles
---------------------------------------------------------------------------------------*/


.objectDataTable {
    width:100%;
    font-size:1em;
}

.objectTable {
    margin:0;
    padding:0;
    width:100%;
}

.objectTableDescLabel{
    font-size:2em;
    font-weight:bold;
    text-align:right;
    opacity:50%;
    width:23%;
    border-right:1px solid lightgrey;
    padding-right:6px;
}
.objectTableDescText {
    font-size: 20px;
    margin-left:5px;
    padding:15px;
    text-align:left;
}

/*-------------------------------------------------------------------------------------
    Hero area
---------------------------------------------------------------------------------------*/

.homepage-slides {
    position: relative;
    overflow: hidden;
}

.homepage-slides-2 {
    position: relative;
    overflow: hidden;
}

.homepage-slides .single-slide-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ddd;
    width: 100%;
    height: 700px;
    display: table;
    align-items: center;
    position: relative;
    z-index: 1;
}

.homepage-slides-2 .single-slide-item-2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ddd;
    width: 100%;
    height: 600px;
    display: table;
    align-items: center;
    position: relative;
    z-index: 1;
}

.homepage-slides .single-slide-item .image-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: all 7000ms linear;
}

.homepage-slides-2 .single-slide-item-2 .image-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: all 7000ms linear;
}




.single-slide-item h1 {
    color: #fff;
    font-size: 75px;
    line-height: 90px;
    margin: 30px 0;
}

.single-slide-item-2 h1 {
    color: #fff;
    font-size: 70px;
    line-height: 85px;
    margin: 30px 0;
}

.single-slide-item p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.single-slide-item-2 p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}


.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 100;
    line-height: 16px;
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -25px;
    color: #FFD57F;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
    left: auto;
    right: 15px;
}


.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: .3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
    background: #FFD57F;
    color: #fff;
    border-color: #FFD57F;
    opacity: 1;
}

.hero-area-wrap {
    display: table-cell;
    vertical-align: middle;
}

.hero-area-content {
    padding: 150px 0;
}


/*-------------------------------------------------------------------------------------
    Search Section 
---------------------------------------------------------------------------------------*/

.service-search-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0px #d9e1e9;
    box-shadow: 0 8px 16px 0px #d9e1e9;
    padding: 80px;
    padding-bottom: 60px;
    border-bottom: 4px solid #004976;
    padding-top: 45px;
    margin-top: -95px;
    position: relative;
    z-index: 2;
    margin-bottom: 120px;
}

.service-search-wrapper .form-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-search-wrapper .form-group {
    margin: 0;
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.service-search-wrapper .form-group label {
    position: absolute;
    font-size: 18px;
    color: #F7C355;
    margin: 0;
    top: 35px;
    left: 0;
}

.service-search-wrapper i:before {
    font-size: 25px;
    position: absolute;
    top: -10px;
    z-index: 2;
}

.service-search-wrapper .form-group input {
    border: none;
    border-bottom: 2px solid #004876;
    font-size: 16px;
    color: #004876;
    font-weight: 500;
    border-radius: 0px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-top: 35px;
}

.service-search-wrapper .form-group input::placeholder {
    color: #004876;
    font-weight: 500;
    opacity: 1;
}

.service-search-wrapper .form-group .nice-select {
    border: 0px;
    width: 100%;
    border-bottom: 2px solid #004876;
    border-radius: 0px;
    padding: 30px;
    height: auto;
    padding-right: 0;
    padding-bottom: 14px;
    padding-top: 25px;
}

.service-search-wrapper .form-group .nice-select::after {
    display: none;
}

.service-search-wrapper .form-group .nice-select .list {
    width: 100%;
}

.service-search-wrapper .form-group .nice-select .current {
    font-size: 16px;
    font-weight: 500;
}

.service-search-wrapper .form-group:nth-child(2) {
    margin-left: 15px;
}

.service-search-wrapper .site-btn {
    padding: 8px 36px;
    padding-right: 10px;
}


/*-------------------------------------------------------------------------------------
    About Section # 01
---------------------------------------------------------------------------------------*/

.about-section .section-content {
    background: #fff;
    padding: 10px 30px;
    border-left: 6px solid #F7C355;
}

.about-section .section-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.about-title h5 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.about-list .single-item .icon {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #004976;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
    box-shadow: 0 6px 12px 0px #d3dbe33d;
    margin-right: 20px;
}

.about-list .single-item span {
    font-weight: 600;
}

.about-list .single-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-section .main-btn {
    padding: 16px 40px;
    font-weight: 700;
    margin-left: 0;
}

.about-thumb {
    padding-right: 40px;
}

/*-------------------------------------------------------------------------------------
    Service Section # 01
---------------------------------------------------------------------------------------*/

.service-section-content p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.service-section-content::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    background: #F7C355;
    height: 130px;
    width: 3px;
    margin-top: -85px;
}

.service-content {
    background: #fff;
    margin-left: 30px;
    margin-right: 30px;
    padding: 29px 30px;
    -webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
    box-shadow: 0 8px 12px 0px #d3dbe33d;
    position: relative;
    margin-top: -60px;
}

.service-content .service-price {
    font-weight: 700;
    color: #00bbef;
    margin-bottom: 2px;
    display: block;
    transition: .2s;
}

.service-content .service-title {
    font-size: 24px;
    margin-bottom: 0;
}

.service-content .service-title a {
    display: inline-block;
    color: #004976;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.service-content:hover .service-title a {
    color: #00BAEE;
}

.service-content:hover .service-price {
    color: #004976;
}

.service-content .service-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #004976;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 20px;
    top: -40px;
    -webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
    box-shadow: 0 8px 12px 0px #d3dbe33d;
}

.service-icon i:before {
    font-size: 40px;
    color: #fff;
}

.single-service-box .service-thumb {
    overflow: hidden;
    background:#f7c355;
}


.service-thumb img {
    width: auto;
    height:200px;
    margin-top:10%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.single-service-box:hover .service-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.single-service-box:hover .service-icon {
    background: #F7C355;
    color: #fff;
}

.service-note p {
    font-size: 16px;
}

.service-note a {
    color: #004876;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.service-note a:hover {
    color: #004876;
    opacity: .7;
}

.service-note a::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #88cff6;
    position: absolute;
}

.service-box-area {
    position: relative;
    z-index: 1;
}

.service-box-area::after {
    background: #f7fbff;
    left: 0;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: -1;
}

.service-box-area::before {
    height: 165px;
    top: 2px;
    left: 0;
    content: "";
    background: #004876;
    position: absolute;
    width: 100%;
}

.service-content h6 {
    margin: 0;
    font-size: 18px;
}

.service-rate {
    position: absolute;
    top: 20px;
    right: 25px;
    background: #F7C355;
    color: #fff;
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 7px;
}

.service-content {
    padding: 15px 20px;
    border-radius: 8px;
}

.service-content p {
    margin: 0;
}

.review i {
    color: orange;
}

.service-content span {
    color: #444;
}


/*-------------------------------------------------------------------------------------
    Process Section 
---------------------------------------------------------------------------------------*/

.single-process-box-2 {
    padding: 0;
    background: transparent;
}

.single-process-box-2 .process-box-title {
    font-size: 20px;
    margin-bottom: 13px;
}

.single-process-box-2::after {
    display: none;
}

.single-process-box-2:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-process-box-2 .process-box-thumb {
    position: relative;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 220px;
    margin: 0 auto;
}

.single-process-box-2 .process-box-thumb img {
    border-radius: 50%;
}

.single-process-box-2 .count-small {
    width: 60px;
    height: 60px;
    background: #fff;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0px 16px 32px 0px #0049764b;
    box-shadow: 0px 16px 32px 0px #0049764b;
    border-radius: 50%;
    font-weight: 700;
    line-height: 63px;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 2;
}

.single-process-box-2 .count-big {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 120px;
    font-weight: 700;
    line-height: 86px;
    top: -55px;
    z-index: -1;
    color: #f0f5f9;
    letter-spacing: -6px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-process-box-2:hover .count-big {
    top: -65px;
}

/*-------------------------------------------------------------------------------------
    Achievement Section  
---------------------------------------------------------------------------------------*/


.achievement-area {
   
    height: 350px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    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;
    position: relative;
    z-index: -1;
}

.achievement-area.home2 {
    background-color: #020E28;
}

.fact-icon i:before {
    font-size: 40px;
    line-height: 35px;
    color: #fff;
    margin: 30px 0;
    display: inline-block;
    background: #F7C355;
    padding: 20px;
    border-radius: 7px;
}

.single-counter-box {
    text-align: center;
}

.single-counter-box .counter-number span {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0 10px;
}

.single-counter-box p.counter-number {
    font-size: 40px;
    color: #fff;
}

.single-counter-box h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}




/*-------------------------------------------------------------------------------------
     product showcase / product.html page
---------------------------------------------------------------------------------------*/
.flex-container {
    display: flex;
    flex-direction: row; /* Lays out items horizontally */
    flex-wrap: wrap; /* Wraps items to the next line when space runs out */
    padding-left:5%;
    padding-right:5%;
}

/*-------------------------------------------------------------------------------------
     Features Section
---------------------------------------------------------------------------------------*/

.feature {
    padding: 90px 0px 100px 0px;
}

.feature-container {
    background: #F7F9FF;
    padding: 35px 30px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.feature-container:hover {
    color: #fff;
}

.feature-container:hover > .feature-icon {
    color: #fff;
}

.feature-container:hover > .feature-content p {
    color: #fff;
}

.feature-icon {
    color: #1F5F87;
    position: relative;
    z-index: 1;
    transition: all 600ms ease;
    display: inline-block;
}

.feature-icon i:before {
    font-size: 50px;
}

.feature-content {
    position: relative;
    z-index: 1;
    transition: all 600ms ease;
}

.feature-content span {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
    display: block;
}

.feature-container .shape-one {
    content: '';
    width: 250px;
    height: 250px;
    background: #004876;
    border-radius: 50%;
    position: absolute;
    top: -120px;
    opacity: 1;
    right: -120px;
    transform: scale(0);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.feature-container:hover .shape-one {
    transform: scale(5);
}


/*-------------------------------------------------------------------------------------
    Portfolio Section
---------------------------------------------------------------------------------------*/

.single-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-image {
    position: relative;
    z-index: 1;
}

.portfolio-image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004876;
    opacity: 0;
    visibility: hidden;
}

.portfolio-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all .4s;
    transform: translateY(-50px);
}

.portfolio-caption p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-transform: lowercase;
}

.portfolio-caption h4 {
    color: #fff;
    font-size: 24px;
    margin: 15px 0 30px;
}

.portfolio-caption .main-btn {
    margin: 0 auto;
}

.single-portfolio-item:hover .portfolio-caption {
    opacity: 1;
    transform: translateY(0);
}

.single-portfolio-item:hover .portfolio-image:before {
    visibility: visible;
    opacity: .8;
}


/*-------------------------------------------------------------------------------------
    Pricing Section
---------------------------------------------------------------------------------------*/

.single-price-item {
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    text-align: center;
    padding-bottom: 30px;
}

.price-title {
    background: #F7F7F7;
    padding: 20px 0;
}

.price-title h5 {
    margin: 0;
}

.price-title.active {
    background: #004976;
}

.price-title.active h5 {
    color: #fff;
}

.price-icon {
    font-size: 60px;
    color: #11557F;
    margin: 15px 0;
}

.price-amount {
    font-size: 40px;
}

.price-amount span {
    display: block;
    font-size: 40%;
    opacity: .5;
}

.price-feature ul li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    color: #565656;
    font-size: 15px;
}

.price-feature ul {
    margin: 20px 0;
}

.price-btn .main-btn {
    background: #004976;
    margin: 10px 0 0;
}

/*-------------------------------------------------------------------------------------
    Testimonial Section
---------------------------------------------------------------------------------------*/

.testimonial-carousel img {
    width: auto !important;
}

.testimonial-carousel {
    background: #fff;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 70px;
    padding-bottom: 60px;
    border-radius: 15px;
    position: relative;
    -webkit-box-shadow: 0px 6px 12px 0px #00497628;
    box-shadow: 0px 6px 12px 0px #00497628;
    z-index: 3 !important;
}

.testimonial-carousel::after,
.testimonial-carousel::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -20px;
    width: calc(100% - 40px);
    height: 20px;
    -webkit-box-shadow: 0px 6px 12px 0px #00497628;
    box-shadow: 0px 6px 12px 0px #00497628;
    z-index: -1;
    border-radius: 0px 0px 15px 15px;
}

.testimonial-carousel::before {
    left: 40px;
    bottom: -40px;
    width: calc(100% - 80px);
}

.single-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background: #fff;
    z-index: 4;
}

.single-testimonial .thumb {
    position: relative;
    margin-left: 20px;
}

.single-testimonial .thumb img {
    width: 90px !important;
    border-radius: 50%;
}

.single-testimonial .content {
    -ms-flex-preferred-size: 82%;
    flex-basis: 82%;
    padding-left: 60px;
}

.single-testimonial .thumb .icon {
    position: absolute;
    top: -18px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: #ffd57f;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    font-size: 14px;
    z-index: 2;
    -webkit-box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
    box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
}

.single-testimonial .content p {
    font-size: 16px;
    line-height: 28px;
}

.testimonial-meta .name {
    font-size: 20px;
}

.testimonial-meta .designation {
    font-size: 16px;
    opacity: .5;
}

.testimonial-carousel .owl-dots div {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #dceeff;
}

.testimonial-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 80px;
    top: 80px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.testimonial-carousel .owl-dots div.active {
    background: #35b3f1;
}

.testimonial-carousel .owl-dots div:not(:last-child) {
    margin-right: 10px;
}


/*-------------------------------------------------------------------------------------
    Blog Section
---------------------------------------------------------------------------------------*/

.postbox-text {
    padding: 30px 20px;
    border: 1px solid #e2edf6;
    border-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 36px;
    padding-bottom: 30px;
}

.postbox {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.postbox:hover {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
}

.postbox:hover .postbox-text {
    border-color: transparent;
}

.postbox .blog-title a {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.postbox .blog-title a {
    color: #004976;
}

.postbox .blog-title a:hover {
    color: #00bbee;
}

.postbox .post-meta a {
    font-weight: 600;
    color: #004976;
    position: relative;
}

.postbox .post-meta a:hover {
    color: #00bbee;
}

.postbox .post-meta a i {
    font-size: 20px;
    color: #00bbee;
    margin-right: 5px;
}

.postbox .post-meta a:not(:last-child) {
    margin-right: 36px;
}

.postbox .post-meta a:not(:last-child)::after {
    content: "";
    height: 14px;
    width: 2px;
    background: #cfe0e5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -17px;
}

.post-meta {
    display: flex;
}

.postbox-text p {
    font-size: 16px;
    line-height: 24px;
}

.postbox-thumb img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.postbox-thumb {
    overflow: hidden;
}

.postbox:hover .postbox-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*-------------------------------------------------------------------------------------
    Footer Area
---------------------------------------------------------------------------------------*/

.footer-area {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 500;
}

.footer-area::before {
    z-index: -1;
}

.footer-widget .title {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.footer-widget .title::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 4px;
    height: 20px;
    background: #ffd57f;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-widget ul li a {
    color: #fff;
    display: block;
    font-weight: 500;
}

.footer-widget ul li a:hover {
    color: #ffd57f;
}

.footer-widget ul li i {
    margin-right: 15px;
    color: #5b84a3;
}

.footer-widget ul li:not(:first-child) {
    margin-top: 20px;
}

.footer-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
}

.footer-contact-info .content {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}

.footer-contact-info .content p {
    color: #fff;
}

.footer-contact-info .box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background: #efc266;
    padding: 14px 30px;
    margin-top: 10px;
    position: relative;
    padding-right: 50px;
}

.footer-contact-info .box h2 {
    font-size: 30px;
    color: #002542;
    margin: 0;
}

.footer-contact-info .box h2 span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-contact-info .box .icon {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f0c877;
}

.footer-contact-info .content a {
    color: #ffd57f;
    display: inline-block;
    margin-top: 13px;
    font-weight: 500;
}

.footer-contact-info .content a i {
    margin-right: 20px;
}

.footer-social-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social-info .content {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

.footer-social-info .social-links {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-social-info .content a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.footer-social-info .content a:hover {
    color: #ffd57f;
}

.footer-social-info .content a span {
    color: #517fa2;
}

.social-links a {
    display: block;
    width: 40px;
    height: 40px;
    background: #0e4164;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.social-links a:hover {
    background: #35b3f1;
    color: #fff;
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-links a i:before {
    font-size: 18px;
}

.social-links a:not(:last-child) {
    margin-right: 10px;
}

.footer-area .copyright p {
    color: #fff;
    font-size: 14px;
}

.site-footer-2 .footer-widget .title {
    color: #004976;
}

.site-footer-2 .footer-widget ul li a {
    color: #004976;
}

.site-footer-2 .content p {
    color: #004976;
}

.site-footer-2 .footer-social-info .content a {
    color: #004976;
}

.site-footer-2 .footer-contact-info .content a {
    color: #004976;
}

.site-footer-2 .footer-contact-info {
    border-color: #dde6f2;
}

.site-footer-2 .copyright {
    border-color: #dde6f2;
}

.site-footer-2 .footer-contact-info .box {
    background: #02c0f0;
}

.site-footer-2 .footer-contact-info .box h2 {
    color: #fff;
}

.site-footer-2 .footer-contact-info .box .icon {
    color: #000;
    opacity: 0.1;
}

.footer-area.site-footer-2 .copyright p {
    color: #004976;
    font-size: 16px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Home Page # 02
--------------------------------------------------------------*/

.topbar.white {
    background: #fff;
}

.topbar.white .topbar-left ul li a,
.topbar.white .topbar-right ul li span {
    color: #333;
}

.service-search-wrap {
    position: relative;
    z-index: 5;
    background-color: rgb(30 58 88 / 80%);
    padding: 70px 100px 80px;
    margin-top: 100px;
    border-radius: 5px;
}

.service-search-wrap h2 {
    color: #fff;
    font-size: 45px;
    padding-bottom: 8px;
}

.service-search-wrap span {
    font-size: 20px;
    color: #fff;
}

.service-search input {
    background: #fff;
    height: 50px;
    border: none;
    border-left: 1px solid #eee;
}

.service-search .main-btn {
    margin: 0;
    border-radius: 0;
    height: 50px;
    border: none;
    margin-left: -85px;
}

.select-box select {
    background: #fff;
    color: #333;
    padding: 10px;
    width: 250px;
    height: 50px;
    border: none;
    outline: none;
    position: relative;
    margin-right: -6px;
}

.select-box select:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #eee;
}

.key-feature-wrap {
    margin-top: 100px;
}

a.subscription-link {
    color: #F7C355 !important;
}

/*--------------------------------------------------------------
# Service Category Section 
--------------------------------------------------------------*/

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.item {
    padding: 25px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 50px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
    margin-top: 30px;
}

.item h5 {
    line-height: 20px;
    margin-top: 20px;
    font-size: 18px;
}

.service-icon {
    position: relative;
}

/*--------------------------------------------------------------
# Feature Service Section 
--------------------------------------------------------------*/

.service-section-2 .single-service-item {
    padding: 0;
    margin-top: 30px;
}

.service-section-2 .service-content {
    margin: 0;
    padding: 30px;
}

.about-content-area .section-heading {
    text-align: left;
}

/*--------------------------------------------------------------
# About Section # 02
--------------------------------------------------------------*/

.about-content-area p.highlight {
    position: relative;
    margin: 20px 0 0;
}

.about-content-area .main-btn {
    background: transparent;
    color: #FBA919;
    border: 2px solid;
    margin: 40px 0;
}


.about-note a {
    color: #004876;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 30px 0 40px;
}

.about-note a:after {
    position: absolute;
    content: " ";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00BAEE;
}

.about-featured-icon i:before {
    font-size: 60px;
    color: #35B3F1;
    margin-bottom: 25px;
    display: inline-block;
}

.about-featured-area {
    position: relative;
    margin-top: 30px;
}

.col-lg-4:not(:last-child) .about-featured-area:after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #f1f1f1;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(0) translateY(-50%);
}

.about-img {
    position: relative;
    z-index: 1;
}

.about-founder {
    background: #FBA919;
    padding: 30px 40px 0px;
    position: absolute;
    left: 0px;
    bottom: -12px;
    border: 12px solid #fff;
    border-left: none;
}

.about-founder i:before {
    font-size: 45px;
    color: #fff;
}

.about-founder p {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    margin-top: 20px;
}

.about-featured-icon img {
    margin-bottom: 30px;
}

.about-thumb-box {
    position: absolute;
    background: #f7c355;
    padding: 25px;
    text-align: center;
    -webkit-box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
    box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
    bottom: 0;
    left: 0;
    z-index: 5;
}

.about-thumb-box .title {
    color: #004876;
    font-size: 60px;
}

.about-thumb-box .title .year {
    font-size: 15px;
    display: block;
    margin-top: -5px;
}

.about-thumb-box .title .plus {
    font-size: 40px;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/

.singel-team-box {
    background: #f7fbff;
    padding: 40px 35px;
    position: relative;
}

.singel-team-box::after,
.singel-team-box::before {
    content: "";
    left: 0;
    top: 110px;
    height: 58px;
    width: 4px;
    background: #F7C355;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.singel-team-box::after {
    left: auto;
    right: 0px;
}

.singel-team-box:hover::after {
    top: 0;
}

.singel-team-box:hover::before {
    top: 0;
}

.singel-team-box .team-thumb img {
    border-radius: 50%;
}

.singel-team-box .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.singel-team-box .social-links a {
    background: #fff;
    color: #004976;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
    box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
}

.singel-team-box .social-links a:hover {
    background: #F7C355;
    color: #fff;
}

.team-content .designation {
    font-size: 15px;
}

.team-content .name {
    font-size: 20px;
    margin-bottom: 6px;
}

.about-year {
    position: absolute;
    background: #f7c355;
    padding: 25px 20px;
    text-align: center;
    -webkit-box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
    box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
    bottom: -40px;
    right: 50px;
    z-index: 5;
}

.about-year .title {
    color: #004876;
    font-size: 65px;
}

.about-year .title .year {
    font-size: 16px;
    display: block;
    margin-top: -5px;
}

.about-year .title .plus {
    font-size: 40px;
}


/*--------------------------------------------------------------
# Home # 03
--------------------------------------------------------------*/

#header-3.header {
    top: 0;
}

.service-search .main-btn {
    margin-left: -85px;
    padding: 11px 35px;
}

.service-search .form-dropdown {
    font-size: 14px;
    height: 50px;
    width: 100%;
    border: none;
    color: #757575;
    border-radius: 0;
}

.nice-select.form-dropdown.select_option {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}


.section-headline {
    position: relative;
}

.section-headline:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 45px;
    background: #F7C355;
    top: 5px;
    left: -16px;
}

.section-headline p {
    font-size: 16px;
}

.view-link {
    position: relative;
}

.view-link span {
    color: #eeeeee94;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    top: 15px;
    right: 0;
}

.view-link h4 a {
    font-size: 16px;
    color: #004876;
}

.view-link i {
    font-size: 16px;
}


/*--------------------------------------------------------------
# Service Category # 02
--------------------------------------------------------------*/

.single-service-cat-wrap {
    background-image: url(../images/cat/1.jpg);
    position: relative;
    z-index: 1;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 5px;
}

.bg-2 {
    background-image: url(../images/cat/2.jpg);
}

.bg-3 {
    background-image: url(../images/cat/3.jpg);
}

.bg-4 {
    background-image: url(../images/cat/4.jpg);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.service-cat-inner {
    text-align: center;
}

.service-cat-inner h6 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 10px 0;
    /* transform: translateY(70px); */
    transition: all .4s ease-out;
}

.service-cat-inner p {
    color: #fff;
    /* transform: translateY(65px); */
    transition: all .4s ease-out;
}

.service-cat-inner .main-btn {
    opacity: 0;
    transform: translateY(200%);
    transition: all .5s ease-out;
}

p.service-qt {
    background: transparent;
    margin-bottom: 30px;
}

.service-cat-inner .main-btn {
    background: #FCC741;
    color: #fff;
    padding: 15px 20px;
    font-size: 15px;
    margin: 20px 0;
    border-radius: 5px;
}

/*--------------------------------------------------------------
# Popular Service
--------------------------------------------------------------*/

.single-popular-item {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    margin-top: 30px;
}

.popular-bg {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.popular-bg img {
    border-radius: 5px 5px 0 0;
    transition: transform ease 0.3s;
}

.single-popular-item:hover .popular-bg img {
    transform: scale(1.07);
}

.popular-meta {
    position: absolute;
    background: #fcc741;
    padding: 5px 10px;
    top: 0;
    left: 0;
    color: #fff;
}

.review-mark i:before {
    color: gold;
}

.review-mark i:last-child {
    margin-right: 15px;
}

.popular-content {
    background: #fff;
    padding: 25px;
    padding-bottom: 0;
    border-radius: 5px;
}

.popular-content p {
    margin: 15px 0 25px;
}

.popular-content h5 a {
    color: #333;
    margin: 20px 0 5px;
    font-size: 18px;
    line-height: 28px;
}

.author span {
    color: #fcc741;
    margin: 10px 5px;
}

.popular-user {
    border-top: 1px solid #eee;
    padding: 15px 8px;
}

.popular-user i {
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}

.popular-user span {
    float: right;
    color: #48D396;
    font-size: 18px;
    font-weight: 500;
}


/*--------------------------------------------------------------
# Counter Area
--------------------------------------------------------------*/

.counter-area::before {
    background: #000;
}

.counter-area .container-fluid {
    padding: 0px;
}

.counter-area .pb-120 {
    padding-bottom: 120px;
}

.single-counter-box {
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}

.counter-content-top .plus {
    font-size: 18px;
}

.counter-content-top .big {
    font-size: 60px;
}

.counter-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.counter-content-top .conter-title {
    margin-right: 20px;
    font-size: 40px;
    letter-spacing: -2px;
}

.single-counter-box.blue {
    background: #004976;
}

.single-counter-box.yellow {
    background: #f7c355;
}

.single-counter-box.yellow p {
    color: #fff;
}

.counter-content-top p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.counter-area {
    position: relative;
    z-index: 1;
    background-size: contain;
    background-position: left;
    background-attachment: fixed;
}

.counter-area .pop-up-video a.video-play-btn {
    font-size: 20px;
    color: #fff;
    border: 2px solid #FFD57F;
    border-radius: 50%;
    padding: 15px;
    width: 80px;
    height: 80px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    top: 0;
    background: #FFD57F;
    cursor: pointer;
    z-index: 9;
    top: 40%;
    left: 180px;
}

.counter-icon img {
    width: 60px;
}

.be_a_vendor {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 45px;
}

.be_a_vendor h3 {
    font-size: 30px;
    color: #F7C355;
}

/* breadcrumb section  */

.breadcrumb-section {
    background: url('../images/iStock/breadcrumb.jpg') no-repeat center center;
    padding: 150px 0px 100px;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.breadcrumb-title h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 1px;
}

.breadcrumb-title h6 {
    color: #fff;
    font-size: 15px;
}

.breadcrumb-title h6 a {
    color: #F7C355;
}

/*--------------------------------------------------------------
# Service Page
--------------------------------------------------------------*/

.single-service-item {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    padding: 45px 40px;
    position: relative;
    transition: .5s;
    margin-bottom: 30px;
    border-radius: 8px;
}

.single-service-item .service-icon img {
    width: 50px;
}

.single-service-item .service-icon i:before {
    color: #1F5F87;
    font-size: 50px;
}

.single-service-item .service-title h5 {
    font-size: 20px;
    margin: 15px 0;
}

.single-service-item p {
    margin-top: 25px;
}

.single-service-item .main-btn {
    background: #004976;
    padding: 8px 20px;
    margin: 11px 0;
}

.service-rating {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px 12px;
    text-align: center;
    z-index: 1;
}

.service-rating:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 75px;
    height: 70px;
    z-index: -1;
    background-color: #f7c355;
    border-radius: 0 8px 0 45px;
}

.single-service-item:hover {
    transform: translateY(-10px);
}

.single-service-item .main-btn:hover {
    background: #F7C355;
}

/*--------------------------------------------------------------
# Booking Page
--------------------------------------------------------------*/

.booking-box {
    border: 1px solid #ddd;
    padding: 30px;
}

.booking-box p {
    font-size: 15px;
}

.section-heading h5 {
    font-size: 15px;
    margin: 0;
}

.how_often {
    padding: 0px;
    margin: 0;
    margin-bottom: 25px;
}

.how_often li {
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: inline-block;
    padding: 12px 10px;
    text-align: center;
    width: 145px;
    margin-right: 19px;
    cursor: pointer;
}

.how_often li:last-child {
    margin-right: 0px;
}

.how_often a {
    color: #8e8e8e;
    font-size: 15px;
    text-decoration-line: unset;
}

.how_often li.active {
    color: #fff;
    background-color: #004976;
}

.how_often li.active a {
    color: #fff;
}

.how_often li:hover {
    color: #fff;
    background-color: #004976;
}

.how_often li:hover a {
    color: #fff;
}

.booking-summary {
    border-radius: 5px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
    color: #1A3D7D;
}

.title-booking {
    background: #004976;
    padding: 15px 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.title-booking .text-color-white {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.list-summary,
.list-price {
    padding: 20px 26px;
    position: relative;
    margin-bottom: 0;
    color: #71706c;
}

.list-summary::after,
.list-price::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #e8e8e8;
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-total li {
    margin: 12px 0;
}

.list-summary li,
.list-price li {
    margin-bottom: 12px;
    font-weight: 500;
}

li.w-right {
    font-weight: 400;
}

ul.date,
ul.hours,
ul.name-vendor,
ul.price,
ul.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.list-total {
    padding: 0px 14px;
}

.box-btn .button {
    width: 100%;
    text-align: center;
}

ul.price.font-bold {
    font-weight: 700;
}

.booking-summary .main-btn.blue {
    background: #004876;
    color: #fff;
    margin: 20px 0;
    display: block;
    text-align: center;
}

.booking-box .main-btn {
    margin: 20px 0 0;
}

/* checkbox  */

.check_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 20px 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check_container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #eee;
}

.check_container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check_container input:checked ~ .checkmark:after {
    display: block;
}

.check_container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Booking List Page 
--------------------------------------------------------------*/

.table {
    margin-bottom: 0;
    margin-top: 15px !important;
    font-size: 14px;
    color: #565656;
    border: 1px solid #dee2e6;
}

.table td,
.table th {
    text-align: center;
    border: 1px solid #dee2e6;
}

td.border.border-dark.slot-selected {
    background: #1E90FF;
    color: #fff;
}

tr.off-day td.slot-selected {
    background: #FF7F50 !important;
}

.table .thead-dark th {
    color: #fff;
    background-color: #1A3D7D;
    border-bottom: 4px solid #2B8FE5;
}

.list-btn.edit {
    border: none;
    color: #2B8FE5;
    background: transparent;
    font-size: 20px;
}

.list-btn.scan {
    border: none;
    color: #1A3D7D;
    background: transparent;
    font-size: 20px;
}

.list-btn.delete {
    border: none;
    color: #f03e56;
    background: transparent;
    font-size: 20px;
}

.list-btn.watch {
    margin-left: 10px;
    border: none;
    color: #2B8FE5;
    background: transparent;
    font-size: 20px;
}

.quote-box button {
    background: orange;
    border: none;
    border-radius: 0;
    padding: 10px 50px;
    margin-top: 20px;
}

.page-link {
    color: #004976;
}

.page-item.active .page-link {
    background: #004976 !important;
    border-color: #004976 !important;
}

a.green svg {
    font-size: 18px;
    color: #2ecc71;
}



/*--------------------------------------------------------------
    User Login page
----------------------------------------------------------------*/

.user-login-cta {
    margin-top: 30px;
    display: block;
}

.user-login-cta a:hover {
    color: #004976;
}

.user-login-cta a {
    padding-left: 10px;
}

.user-login-wrap,
.create-user-wrap {
    padding: 30px 50px 30px;
    -webkit-box-shadow: 0 0 30px rgb(51 51 51 / 10%);
    box-shadow: 0 0 30px rgb(51 51 51 / 10%);
    border-radius: 10px;
}

.widget h5 {
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
# User Profile Page 
--------------------------------------------------------------*/

.user-profile {
    background: #f6f6f6;
}

.user-profile p {
    font-size: 15px;
}

.user-profile-box {
    border: 1px solid #eee;
    text-align: center;
    padding: 30px;
    background-color: #fff;
    position: relative;
}

.user-profile-box i {
    position: absolute;
    top: 0;
    right: 0;
}

.user-profile-img img {
    border-radius: 50%;
    width: 100px;
    height: auto;
}

.user-title h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 25px 0;
}

.user-title h5 span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    opacity: .5;
}

.social-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link ul li a {
    color: #2196F3;
    margin: 0 10px;

}

.bg-white {
    position: relative;
}

.bg-white h5 {
    margin: 0 0 15px !important;
}

.edit-btn i:before {
    color: #1A3D7D;
    position: absolute;
    right: 0;
    top: -63px;
}

.form-select:not(.form-select-sm) {
    height: 25px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.form-control,
.form-select {
    border-color: #dae1e3;
    font-size: 16px;
    color: #656565;
}

.form-select:not(.form-select-sm) {
    height: 50px;    
    width: 100%;
}

.form-control,
.form-select {
    border-color: #dae1e3;
    font-size: 16px;
    color: #656565;
}

form label {
    font-size: 14px;
    font-weight: 500;
    color: #4c4d4d;
    width: 100%;
}

.avatar-icon i {
    position: absolute;
    left: 56px;
    top: 36%;
}

.avatar-icon i:before {
    font-size: 25px;
    color: #fff;
    background: #2B8FE5;
    border-radius: 50%;
    padding: 7px;
    cursor: pointer;
}

.custom-file-input {
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.main-menu-area .is-sticky .sticky-area {
    background: #fff;
    z-index: 999 !important;
    -webkit-animation: slideInDown .6s forwards;
    animation: slideInDown .6s forwards;
    -webkit-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee;
}

.form-dropdown {
    font-size: 14px;
    height: 50px;
    width: 100%;
    border: 1px solid #ddd;
    color: #757575;
}

.edit-btn {
    position: relative;
    display: flex;
    top: 20px;
}

.edit-btn i {
    font-size: 25px;
}

ul.skills-list li i {
    background: #004976;
    border-radius: 50%;
    padding: 2px;
    color: #fff;
    margin-right: 10px;
}


/*-------------------------------------------------------------------------------------
    # Vendor Registration Page 
---------------------------------------------------------------------------------------*/

.vendor-signup {
    padding: 110px 0px 110px 0px;
}

.left-side img {
    height: 678px;
    width: 100%;
}

.right-side {
    padding: 37px 40px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 26px;
}

.form-group label {
    color: rgb(117, 117, 117);
}

::placeholder {
    color: rgb(117, 117, 117);
}

input,
select {
    width: 100%;
    padding: 13px 20px;
    outline: none;
    border: 1px solid #ddd;
    height: 45px;
}

textarea {
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.select_option {
    color: rgb(117, 117, 117);
}


.register-left {
    background: url('../images/iStock/Spools_of_Filiment-SFW.jpg') no-repeat center center;
    background-size: cover;
    padding: 426px 0;
}

.register-left2 {
    background: url('../images/iStock/3D_printing_Golden-SFW.jpg') no-repeat center center;
    background-size: cover;
    padding: 426px 0;
}

.right-side.register-right {
    border: 1px solid #eee;
    border-left: none;
    border-top: none;
}

.right-side.register-right h4 {
    background: #004976;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.right-side.register-right form {
    padding: 10px 45px;
}

.nav-tabs {
    border-bottom: 0
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: #eee;
    color: #555;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 22px;
    width: 50%;
    text-align: center;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2B8FE5;
}

.tab-content {
    margin-top: 25px;
}

.register-controls .form-group {
    margin-bottom: 20px;
    font-size: 15px;
}

.register-controls .form-group input {
    border-radius: 0;
}

.controls.register-controls button {
    padding: 8px 30px;
    font-size: 15px;
    margin-top: 16px;
}


/*--------------------------------------------------------------
# Vendor Profile 
--------------------------------------------------------------*/

.vendor-title h6 {
    margin: 10px 0 0;
}

.vendor-title span {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    opacity: .7;
}

.vendor-profile-content {
    padding: 25px;
    padding-bottom: 0;
}

.vendor-info h5 {
    margin: 15px 0;
    font-size: 18px;
}

.feature-icon img {
    width: 50px;
}

.single-feature-item {
    padding: 25px;
    margin-bottom: 30px;
}

.single-feature-item h6 {
    margin: 20px 0 0;
}

.achievement-list li {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.achievement-list li i {
    padding-right: 10px;
    font-size: 20px;
}

.right-content-wrap h4 {
    font-size: 18px;
}

#datetime {
    margin-top: 20px;
    border: 1px solid #eee;
    padding: 30px;
}

#datetime .main-btn {
    margin-top: 30px;
}


.myc-day-time-container {
    width: 140px;
}

.myc-date-number {
    font-size: 18px;
}

.myc-available-time {
    font-size: 14px;
}

.myc-available-time:hover {
    background: #F7C355;
    color: #fff;
}

.location-map {
    padding: 25px;
}

.location-map iframe {
    width: 100%;
    height: 215px;
}


/*--------------------------------------------------------------
# Vendor List 
--------------------------------------------------------------*/

#vendors {
    padding: 0 0 60px;
}

.team.style-16,
.team.style-17 {
    background-color: #fff;
    border: 1px solid #ebf2f3;
    box-shadow: none;
}

.team .team-thumb {
    position: relative;
    overflow: hidden;
}

.team .team-thumb img {
    transition: .3s;
    width: 100%;
}

#vendors .team .team-thumb img {
    width: 445px;
}

.team.style-16 .team-controls {
    position: absolute;
    top: 15px;
    right: 15px;
}

.team .team-controls a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #004976;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.team:hover .team-controls a {
    background-color: #F7C355;
    color: #fff;
}

.team.style-16 .team-body {
    position: relative;
    background-color: #fff;
    padding: 33px 29px;
}

.team .team-body h5 {
    margin-bottom: 0;
    font-size: 22px;
}

.rating {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.rating svg {
    display: inline-block;
    color: #fcb71b;
    padding-left: 4px;
}

.rating span {
    color: #848E9F;
}

.team.style-16 .team-categories {
    margin-top: 0;
}

.team .team-categories a {
    color: #1A3D7D;
    font-weight: 600;
}

.team.style-16 .team-info {
    margin-top: 10px;
}

.team .team-info span {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #848E9F;
}

.team .team-info span svg {
    margin-right: 10px;
    color: #2B8FE5;
}

.team-body .button {
    margin-top: 20px;
    text-align: center;
}

.featured-vendors {
    display: flex;
}

.featured-body {
    width: 50%;
}

.team-paragraph {
    margin-top: 12px;
}

.location-map {
    padding: 15px 0 15px 0px;
}

.doc-meta {
    margin-left: 30px;
}

.doc-meta h5 {
    font-size: 20px;
}

.doc-right-info .doc-img {
    width: 300px;
    height: auto;
}

.doc-right-info .doc-img img {
    width: 100%;
    height: 100%;
}

.flex-items {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.doctors-search-list .team-thumb img {
    width: 300px;
}

#doctors .team .team-thumb img {
    width: 350px;
}

.datetime-confirm {
    background: #1A3D7D;
    color: #fff;
    border: none;
}

.remove-conf {
    display: none;
}

.add-conf {
    display: block;
}

.location-map iframe {
    height: 100%;
    width: 362px;
    border: none;
}

.rating i {
    color: orange;
}

.team-info span i {
    font-size: 28px;
    color: #2B8FE5;
}

#vendors .main-btn {
    margin-top: 15px;
}

.location {
    position: relative;
}

.location i {
    position: absolute;
    top: 40px;
    right: 15px;
    font-size: 20px;
    color: #004976;
}

li.option.selected.focus {
    font-weight: 400;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.nice-select {
    display: flex;
    align-items: center;
    width: 100%;
}

select#service {
    display: none;
}

select#service-select {
    border: none;
    border-bottom: 2px solid #004876;
    border-radius: 0;
}

.form-group .nice-select {
    line-height: inherit;
}

.custom-search-wrapper {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 40px 25px;
}

.custom-search p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.custom-search-wrapper h6 {
    font-size: 15px;
    opacity: .7;
}

.search-bar-items {
    display: none;
}

.search-bar-items-2 {
    display: none;
}

.space {
    margin-top: 30px;
}

.quote-item .main-btn {
    margin-top: 30px;
}

li.list-group-item:hover {
    cursor: pointer;
}

.select-box {
    position: relative;
    display: flex;
    flex-direction: column;
}

.select-box .options-container {
    border: 1px solid #eee;
    color: #565656;
    max-height: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    overflow: hidden;
    order: 1;
}

.selected {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 8px;
    position: relative;
    order: 0;
}

.selected::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;
    height: 100%;
    width: 32px;
    right: 10px;
    top: 5px;

    transition: all 0.4s;
}

.select-box .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: scroll;
    margin-top: 54px;
}

.select-box .options-container.active + .selected::after {
    transform: rotateX(180deg);
    top: -6px;
}

.select-box .options-container::-webkit-scrollbar {
    width: 8px;
    background: #F2F2F2;
    border-radius: 0 8px 8px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
    background: #525861;
    border-radius: 0 8px 8px 0;
}

.select-box .option,
.selected {
    padding: 12px 24px;
    cursor: pointer;
}

.select-box .option:hover {
    background: rgb(246, 246, 246);
}

.select-box label {
    cursor: pointer;
}

.select-box .option .radio {
    display: none;
}

/* Searchbox */

.search-box input {
    width: 100%;
    padding: 12px 16px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    position: absolute;
    border-radius: 8px;
    z-index: 100;
    border: 2px solid #F2F2F2;

    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}

.search-box input:focus {
    outline: none;
}

.select-box .options-container.active ~ .search-box input {
    opacity: 1;
    pointer-events: auto;
}


/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 60px;
}

.service-details_sidebar {
    position: relative;
    display: block;
}

.service-details_sidebar-service {
    position: relative;
    display: block;
}

.service-details_sidebar-service-list {
    margin: 0;
}

.service-details_sidebar-service-list li + li {
    margin-top: 2px;
}

.service-details_sidebar-service-list li a {
    color: #004976;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background-color: #edf3f6;
    padding: 20px 40px;
    margin-bottom: 10px;
}

.service-details_sidebar-service-list li.current a,
.service-details_sidebar-service-list li a:hover {
    background-color: #004976;
    color: #fff;
}

.service-details_sidebar-service-list li a span {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #004976;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.service-details_sidebar-service-list li.current a span,
.service-details_sidebar-service-list li a:hover span {
    transform: translateY(-50%) scale(1);
    color: #fff;
}

.service-details_need-help {
    position: relative;
    display: block;
    padding: 53px 50px 51px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color: #004976;
}

.service-details_need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #004976;
    opacity: 0.1;
    z-index: -1;
}

.service-details_need-help-icon {
    height: 57px;
    width: 57px;
    background-color: #F7C355;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 0;
    transition: all 500ms ease;
}

.service-details_need-help-icon:hover {
    background-color: #fff;
    color: #004976;
}

.service-details_need-help-title {
    font-size: 35px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 33px;
}

.service-details_need-help-contact {
    position: relative;
    display: block;
    margin-top: 31px;
}

.service-details_need-help-contact p {
    font-size: 16px;
    color: #9aadbd;
    margin: 0;
    line-height: 29px;
}

.service-details_need-help-contact a {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details_need-help-contact a:hover {
    color: #004976;
}

.service-details_right {
    position: relative;
    display: block;
}

.service-details_img {
    position: relative;
    display: block;
}

.service-details_img img {
    width: 100%;
}

.service-details_img-icon {
    position: absolute;
    bottom: -40px;
    right: 30px;
    height: 98px;
    width: 98px;
    background-color: #fff;
    font-size: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px 0px #b0b4b73d;
}

.service-details_img-icon img {
    width: 55px;
    height: auto;
}

.service-details_content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.service-details_title {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 23px;
    text-align:center;
    border-bottom: 1px solid #c9d5db;
}

.service-details_text-1 {
    margin: 0;
}

.service-details_text-2 {
    margin: 0;
    padding-top: 34px;
}

.service-details_two-icons {
    position: relative;
    display: flex;
    overflow: hidden;
    border-top: 1px solid #c9d5db;
    border-bottom: 1px solid #c9d5db;
    padding: 39px 0 43px;
    margin: 49px 0 49px;
}

.service-details_two-icon-single {
    position: relative;
    display: block;
    max-width: 360px;
    width: 100%;
    padding-left: 110px;
    float: left;
}

.service-details_two-icon-single + .service-details_two-icon-single {
    margin-left: 40px;
}

.service-details_two-icon {
    height: 90px;
    width: 90px;
    background-color: #edf3f6;
    font-size: 28px;
    color: #004976;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 11px;
    left: 0;
}

.service-icon img {
    width: 50px;
}

.service-details_two-icon span {
    position: relative;
    display: inline-block;
}

.service-details_two-icon-content {
    font-size: 20px;
    color: #004976;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}

.service-details_text-3 {
    margin: 0;
}

.service-details_bottom {
    position: relative;
    display: flex;
    background-color: #004976;
    align-items: center;
    padding: 51px 60px 51px;
    margin-top: 55px;
    margin-bottom: 60px;
}

.service-details_bottom-icon {
    display: flex;
    align-items: center;
}

.service-details_bottom-icon span {
    font-size: 62px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.service-details_bottom-text {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    line-height: 36px;
    margin-left: 30px;
}

.service-details_how-we-help {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.service-details_how-we-help-img {
    position: relative;
    display: block;
}

.service-details_how-we-help-img img {
    width: 100%;
}

.service-details_how-we-help-content {
    position: relative;
    display: block;
    margin-top: -9px;
}

.service-details_how-we-help-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

.service-details_how-we-help-text {
    font-size: 20px;
    margin: 0;
    padding-top: 11px;
    padding-bottom: 35px;
}

.service-details_how-we-help-points {
    position: relative;
    display: block;
}

.service-details_how-we-help-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details_how-we-help-points li + li {
    margin-top: 6px;
}

.service-details_how-we-help-points li .icon {
    height: 15px;
    width: 15px;
    background-color: #004976;
    color: #fff;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-details_how-we-help-points li .text {
    margin-left: 15px;
}

.service-details_how-we-help-points li .text p {
    color: #004976;
    margin: 0;
    font-weight: 500;
}

.service-details_two-icon .service-icon i:before {
    color: #004976;
    font-size: 50px;
    font-weight: 500;
}

.service-details_bottom-icon {
    font-size: 50px;
    color: #fff;
}

.service-details_sidebar-service-list i:before {
    font-size: 25px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.single-content-wrapper {
    position: relative;
    margin-bottom: 70px;
}

.project-details-box {
    background: #004976;
    color: #fff;
    width: 360px;
    position: absolute;
    bottom: -60px;
    right: 0;
}

.project-details-box {
    padding: 30px;
}

.project-details-box-title h4 {
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

.detail-box-list .list-details h5 {
    color: #fff;
    padding-left: 15px;
}

.detail-box-list .list-details p {
    color: #fff;
}

.list-details {
    display: flex;
    align-items: baseline;
}

.list-details h5 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    opacity: .7;
}

.detail-box-list li {
    padding: 15px 0;
    display: block;
    margin-left: 15px;
}

.list-details svg {
    color: #F7C355;
    font-size: 15px;
}

.list-details svg {
    color: #F7C355;
    font-size: 16px;
}

.detail-box-list ul li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.single-content-area h4 {
    margin: 30px 0;
    font-size: 24px;
}

#portfolio-page .single-service-item {
    box-shadow: none;
}

#portfolio-page .single-service-item .service-rating {
    display: none;
}

.project-solutions-list {
    display: flex;
    align-items: center;
}

.project-solutions-list li {
    padding: 15px 16px;
    color: #3c6382;
}

.project-details-btn {
    margin: 50px 0;
}

.single-content-area ul li {
    margin-bottom: 25px;
}

.single-content-area ul li svg {
    margin-right: 20px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/


.single-post {
    padding: 50px 40px;
    border: 2px solid #ddd;
}

.post-cat span {
    background: #F7C355;
    padding: 7px 10px;
    font-size: 14px;
}

.post-title {
    margin: 25px 0;
}

.post-title h5 {
    font-size: 30px;
    font-weight: 600;
}

.post-meta {
    font-size: 15px;
}

.post-meta span {
    margin-right: 20px;
}

.post-inner-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 20px;
}

.post-inner-content ul li {
    padding-bottom: 15px;
}

.post-inner-content ul li i {
    margin-right: 14px;
}

.post-inner-content ul li {
    padding-bottom: 15px;
}

.post-inner-content ul li i {
    margin-right: 14px;
}

.single-post blockquote {
    background: #F3F5FF;
    padding: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-post blockquote p {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin-top: 20px;
    color: #004976;

}

.single-post blockquote span {
    color: #00BAEE;
    font-size: 95%;
    font-weight: 500;
}

.quote-icon {
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: -1;
}

.post-inner-content ul li {
    padding-bottom: 15px;
}

.post-inner-content ul li i {
    margin-right: 14px;
}

.single-post blockquote {
    background: #F3F5FF;
    padding: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-post blockquote p {
    font-size: 30px;
    line-height: 38px;
    margin-top: 20px;
    color: #004976;
    font-weight: 500;
}

.single-post blockquote span {
    color: #00BAEE;
    font-size: 95%;
    font-weight: 500;
}

.quote-icon {
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: -1;
}

.post-inner-content p {
    text-align: justify;
}

.post-text p {
    text-align: justify;
}

.blog-search {
    border: 1px solid #ddd;
    padding: 15px;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
    border: 1px solid #ddd;
    padding: 10px 30px 20px;
    margin: 20px 0;
}

.blog-meta {
    margin: 20px 0;
}

.blog-meta span i {
    color: #F7C355;
    font-size: 20px;
    margin-right: 10px;
}

.single-blog-wrap h3 {
    font-size: 28px;
    margin: 20px 0;
}

.single-blog-wrap h5 {
    margin: 20px 0;
}

.helpline-section {
    background-size: cover;
    background-position: center center;
    height: 350px;
    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;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.helpline-section {
    background: #F7C355;
    color: #fff;
    padding: 20px;
    margin-top: 35px;
    height: 272px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.helpline-content h4 {
    color: #ffff;
}

.helpline-content p {
    color: #fff;
    margin-top: 20px;
}

.helpline-content button {
    z-index: 9;
    position: relative;
}

.comments-form textarea {
    margin-bottom: 20px;
    margin-top: 20px;
}

.comments-form .main-btn.blue {
    margin-left: 0;
    margin-top: 30px;
    padding-right: 40px;
}

.blog-category a,
.archive a {
    display: block;
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
    color: #F7C355;
}

.blog-category a.active,
.archive a.active {
    color: #F7C355;
}

.popular-tag h5 {
    margin: 30px 0;
    margin-top: 50px;
    font-weight: 600;
}

.popular-tag span {
    display: inline-block;
    padding: 8px 15px;
    background: #00283F;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 7px;
}

.popular-tag a {
    color: #fff;
    padding: 5px;
}

.popular-tag span.active {
    background: #F7C355;
}

.popular-tag span:hover {
    background: #F7C355;
}

.popular-tag span:hover a {
    color: #fff;
}

.author {
    display: flex;
    align-items: center;
}

.author-img {
    width: 100%;
}

.author-img img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.author-text h3 {
    font-size: 24px;
}

.blog-coment-title h2 {
    font-size: 24px;
}

.comments-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.comments-avatar {
    width: 100%;
}

.avatar-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.avatar-name a {
    background: #004976;
    color: #fff;
    padding: 5px 10px;
}

.comments-text h5 {
    margin: 0;
}

.comments-text p {
    margin-top: 20px;
}

.post-comments-title h2 {
    font-size: 24px;
}

.contacts-post-form textarea {
    width: 100%;
}

#contacts-form input,
#contacts-form textarea {
    margin-bottom: 24px;
}

.single-recent-post img {
    width: 70px;
    height: 70px;
}

.single-recent-post h6 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}


/*--Search Criteria --*/

.panel .panel-heading button {
    background: #00ABA9;
    padding: 8px 18px;
}

.btn-group {
    float: right;
}

.search-criteria form {
    background: #fff;
    padding: 30px;
}

.search-criteria h4 {
    font-size: 18px;
    font-weight: 600;
    background: #eee;
    padding: 10px;
    padding-left: 25px;
}

.dataTables_wrapper {
    background: #fff;
}

#vendor-sort_filter input[type=search],
#vendor-sort_filter label {
    display: none;
}

.dataTables_filter button[aria-expanded="true"] .panel-heading {
    border-bottom: none;
}

.search-criteria .close {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 24px;
    opacity: .6;
}

.search-criteria {
    position: relative;
    border: 1px solid #eee;
}

.search-criteria .form-btn {
    margin-top: 25px;
}

.search-criteria-btn button {
    background: #00ABA9;
    border: none;
    margin-bottom: 20px;
    padding: 7px 18px;
}

#search_criteria #vendor-sort_paginate {
    text-align: right;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

#search_criteria {
    margin-top: 40px;
}

#search_criteria .pagination {
    justify-content: end;
}

tr .sorting:after {
    position: absolute;
    content: "\f063";
    font-family: 'Line Awesome Free';
    font-weight: 600;
    font-style: normal;
    right: 4px;
    bottom: 5px;
    opacity: .5;
}

tr .sorting:before {
    position: absolute;
    content: "\f062";
    font-family: 'Line Awesome Free';
    font-weight: 600;
    font-style: normal;
    right: 15px;
    bottom: 5px;
}

tr .sorting {
    position: relative;
}

/* pagination */

#vendor-sort_paginate {
    margin-bottom: 25px;
}

#vendor-sort_length label {
    display: none;
}


/* Modal CSS */

.quote-box {
    padding: 20px 40px 40px;
    background-color: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
    box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
}

.quote-box .quote-item span.lable {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 5px;
}

.quote-box .quote-item svg {
    right: 34px;
    position: absolute;
    top: calc(32px + (53px / 2));
    font-size: 13px;
    z-index: 1;
    color: #1A3D7D;
}

.quote-box .quote-item input,
.quote-box .quote-item textarea {
    border: 2px solid #F9F9F9;
    padding: 12px;
    width: 100%;
    color: #1A3D7D;
    font-size: 14px;
    border-radius: 6px;
    background-color: #F9F9F9;
}

/*****************************************
  Dialog Box
 ******************************************/

.modal-dialog {
    position: fixed; /* or absolute within the fixed overlay */
    width: auto%;
    height: auto;
    top: 20%;
    left: 30%;
    transform: translate(-50%, -50%); /* Center the modal */
}

.modal-body textarea {
    height: auto;
    width: auto;
    border: 1px solid #ddd;
    padding: 20px;
}

.modal-body input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px;
    margin-bottom: 20px;
}

.modal-content {
    border-top: 20px solid #2B8FE5;
    margin-top: 100px;
}

.modal-footer {
    border-top: none;
}

.fade.bd-example-modal-lg {
    z-index: 99999;
}

.info-box {
    padding: 25px;
}

.info-box .info-item span.lable {
    margin-bottom: 0;
    padding-left: 15px;
    font-weight: 600;
}

.info-box h5 {
    margin-bottom: 20px;
}

.info-item {
    background: #f3f6f7;
    padding: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-item h5 {
    font-size: 15px;
    padding-right: 20px;
    margin-bottom: 0;
}

.info-box h3 {
    margin: 0;
    margin-bottom: 30px;
}

.quote-item .button {
    margin-top: 20px;
}



/*--------------------------------------------------------------
# Contact Page 
--------------------------------------------------------------*/
.contact-page-details {
    position: relative;
    display: block;
}

.contact-page-details_left {
    position: relative;
    display: block;
}

.contact-page-details_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 40px;
}

.contact-page-details_content-img img {
    width: 400px;
    height: auto;
}

.contact-page-details_content {
    position: relative;
    display: flex;
}

.contact-page-details_content-text-box {
    margin-left: 60px;
}

.contact-page-details_content-text-1 {
    margin: 0;
    padding-bottom: 34px;
}

.contact-page-details_content-text-2 {
    margin: 0;
}

.contact-page-details_sign {
    font-size: 18px;
    color: #0D2C45;
    margin-top: 36px;
}

.contact-page-details_sign span {
    display: block;
    opacity: .5;
}

.contact-page-details_right {
    position: relative;
    display: block;
    margin-right: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
    padding: 38px 50px 50px;
    margin-top: -84px;
}

.contact-page-details_right:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 4px;
    background-color: #0D2C45;
}

.contact-page-details_list {
    position: relative;
    display: block;
}

.contact-page-details_list li + li {
    margin-top: 27px;
}

.contact-page-details_list li span {
    font-size: 16px;
}

.contact-page-details_list li p {
    font-weight: 600;
    color: #444;
    margin: 0;
    line-height: 25px;
}

.contact-page-details_list li p a {
    color: #444;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page-details_list li p a:hover {
    color: #0D2C45;
}

.contact-page-details_list li:last-child p {
    line-height: 30px;
}

.contact-page-details_social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #c9d5db;
    padding-top: 30px;
    margin-top: 21px;
}

.contact-page-details_social a {
    position: relative;
    height: 47px;
    width: 47px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #444;
    font-size: 15px;
    background-color: #edf3f6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.contact-page-details_social a:hover {
    color: #fff;
}

.contact-page-details_social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #0D2C45;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: -1;
}

.contact-page-details_social a:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.contact-page-details_social a + a {
    margin-left: 15px;
}



/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
}

.contact-page .container {
    max-width: 768px;
    width: 100%;
}

.contact-page .section-title_tagline:before {
    left: 52%;
    transform: translateX(-50%);
}

.contact-page .section-title_tagline:after {
    right: 52%;
    left: inherit;
    transform: translateX(-50%);
}

.contact-page_form .comment-form_btn {
    margin: 20px auto 0;
    display: block;
    border: none;
}

#contactForm input {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Subscription Page
--------------------------------------------------------------*/

.single-subscription-item {
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    text-align: center;
    padding-bottom: 30px;
}

.single-subscription-item:hover {
    border-color: #004976;
}

.subscription-title {
    background: #F7F9FF;
    padding: 20px 0;
}

.subscription-title h5 {
    margin: 0;
}

.subscription-title.active {
    background: #004976;
}

.subscription-title.active h5 {
    color: #fff;
}

.subscription-icon {
    font-size: 60px;
    color: #11557F;
    margin: 15px 0;
}

.subscription-amount {
    font-size: 35px;
}

.subscription-amount span {
    display: block;
    font-size: 40%;
    opacity: .5;
}

.subscription-feature ul li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    color: #565656;
    font-size: 15px;
}

.subscription-feature ul {
    margin: 20px 0;
}

.subscription-btn .main-btn {
    border: 2px solid #004976;
    margin: 10px 0px 0px;
    background: transparent;
    color: #333;
    border-radius: 50px;
}

.subscription-btn .main-btn:hover {
    background: #004976;
    color: #fff;
}

.subscription-feature i {
    background: #004976;
    border-radius: 50%;
    padding: 3px;
    margin-right: 15px;
}

.subscription-feature i:before {
    color: #fff;
}

.subscription-feature {
    text-align: left;
    padding-left: 30px;
}

.subscription-wrapper {
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
    padding: 25px;
}

.subscription-title h6 {
    font-size: 20px;
    font-weight: 700;
}

.service-search {
    padding-left: 70px;
}

/*-------------------------------------------------------------------------------------
    back to top button
---------------------------------------------------------------------------------------*/

.top-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 16px;
    bottom: 32px;
    right: 32px;
    z-index: 999;
    color: #fff;
    background: #004976;
    text-align: center;
    cursor: pointer;
    display: none;
    border-radius: 7px;
}

.top-btn:hover {
    color: #fff;
    transition: all 0.4s linear;
}


div#responseMsg {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
    color: #1abc9c;
}