@charset "utf-8";
/* font face start */
@font-face {
    font-family: 'Proxima Nova Alt Rg';
    src: url('../fonts/ProximaNovaA-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Th';
    src: url('../fonts/ProximaNovaA-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url('../fonts/ProximaNovaA-Light.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('../fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Proxima Nova Bl';
    src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */


/* font face end */



/* CSS Document */



body {    
    font-weight: 400;  
    font-family: 'Proxima Nova Rg';  
    /* background: url(../images/bg1.jpg) center top no-repeat;    */
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

#header {
    width: 100%;
    position: absolute;
    padding: 35px 0;
    left: 0;
    top: 0;
}
.sub-header-holder #header{
    position: relative;
    background-color: rgba(0,0,0,0.5);
}
.navbar-brand{
   padding: 0;
   margin: 0;
}
#header:after {
    content: "";
    clear: both;
    display: block
}

.search {
    float: right;
    padding: 30px
}

input {
    border: none;
    padding: 10px;
    border-radius: 20px
}

.logo {
    float: left;  
}
nav > ul {
    float: left;
    position: relative;
    margin: 15px 0 0 0;
    padding: 0;
}

nav li {
    list-style: none;
    float: left
}

nav .dropdown {
    position: relative
}

nav li a {
        text-decoration: none;
    float: left;
    padding: 18px 8px;   
    font-size: 15px;   
    color: #ffffff;    
    font-family: 'Proxima Nova Bl';    
    text-transform:capitalize;
    font-style: normal;
}

nav li a:hover,
nav li.active a {
    color: #e9563d;
    text-decoration: none;
}

nav li ul {
    display: none
}

nav li:hover ul {
    display: inline
}

nav li li {
    float: none
}

nav .dropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 20px 0;
    border-bottom: 3px solid #34495e
}

nav .dropdown li {
    white-space: nowrap
}

nav .dropdown li a {
    padding: 18px 15px 0;
    font-size: 13px;
    min-width: 200px
}

nav .mega-dropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    overflow: hidden;
    padding: 20px 35px;
    border-bottom: 3px solid #34495e
}

nav li li a {
    float: none;
    color: #333;
    display: block;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 13px
}

nav li li a:hover {
    background: #bdc3c7;
    background: #FAFBFB
}

.mega-col {
    width: 25%;
    float: left
}

#menu-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    margin-right: 40px;
    display: none
}

#menu-icon span {
    border: 2px solid #fff;
    width: 30px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .1s
}

.icon-radius {
    font-size: 25px;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}

@media only screen and (max-width: 1170px) {
    /*nav > ul > li > a {*/
    /*    padding: 35px 15px*/
    /*}*/
}
@media (min-width: 1200px){
nav li a {
    font-size: 18px;
    padding: 24px 8px !important;
}
}
@media only screen and (max-width: 991px) {

    /* nav{display:none;width:100%;clear:both;float:none;max-height:400px;overflow-y:scroll} */
   

    #menu-icon.active .first {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 10px
    }

    #menu-icon.active .second {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        position: relative;
        top: -9px;
    }

    #menu-icon.active .third {
        display: none
    }

    .search {
        float: none
    }

    .search input {
        width: 100%
    }

    nav {
        padding: 10px
    }
     div#header .col-lg-6 nav {
        display: none;
    }

    nav ul {
        float: none
    }

    nav li {
        float: none
    }

    nav ul li a {
        float: none;
        padding: 8px;
        display: block
    }

    #header nav ul ul {
        display: block;
        position: static;
        background: none;
        border: none;
        padding: 0
    }
   
    #header nav ul li li a:before {
        content: "- "
    }

    .mega-col {
        width: 100%
    }
}

.banner_holder {
    background-size: cover;
    padding: 220px 0 164px;
}

.aame {
    width: 137px;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    background: #2e778b;
    color: #fff;
    display: block;
    margin: 26px 0 0 0;
    border-radius: 4px;
    float: left;
}

.aame:hover {
    background: #3db8da;
    color: #ffffff;
    text-decoration: none;
}

.phone {
    float: right;
    margin: 25px 0 12px 15px;
}
.phone::after{
    content: "";
    background-color: #000000;
    border: 1px solid #ffffff;
    position: absolute;
    top: -4px;
    left: 140px;
    height: 45px;
  }
.call {    
    font-size: 12px;
    color: #ffffff;    
    text-align: right;
    text-transform: uppercase;   
    float: left;
    margin: 0;
    font-family: 'Proxima Nova Bl';
    letter-spacing: 1.5px;
}

.call br {
    display: none;
}

.call span {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;    
    display: block;   
}

.phone img {
    float: left;
    margin: 5px 10px 0 0;
    display: none;
}
.banner_holder h1{
    font-size: 25px;
    color: #ffffff;   
    text-transform:uppercase;
    letter-spacing: 2.5px;
    position: relative;
    margin: 0;
  }
  .banner_holder h1 span {
    font-size: 70px;
    color: #ffffff;    
    display: block;
    text-transform:none;
    letter-spacing: 0;
    margin-top: 7px;
  }
  .banner_holder h1::after{
    content: "";
    background-color: #ffffff;
    border: 1px solid #ffffff;
    position: absolute;
    bottom: -42px;
    left: 0px;
    width: 58px;
  }

.banner_holder p{
    width: 645px;
    font-size: 30px;
    color: #ffffff;    
    margin: 82px 0 50px 0;
    line-height: 1.35;
}
.action-btn span{  
      color: #fff;
      text-transform: uppercase; 
      font-size: 18px; 
      margin: 0 25px;
}
.action-btn a{
    text-decoration:none;
}
.banner_holder p br{
    display: none;
}
.action-btn a:hover{
    color:white;
}
.service {  
    text-align: center;
    padding: 8px 15px;    
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    background-color: #3d769a;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;    
    text-decoration:none;
    letter-spacing: 2px;
}

.accou{
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: bold;    
    background:none;
    border:1px solid #3d769a;
    text-decoration:none;
    margin: 0;
    text-align: center;
    padding: 8px 15px;   
    text-transform: uppercase; 
    border-radius: 4px;
    display: inline-block;
  }
.accou:hover{
    color: #fff;
    background-color: #3d769a;
}


#services {
    padding: 0 0 292px;    
}
#services .row > div{
  display: flex;
}
#services h1 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}
/* 
.im {    
    margin: 0 20px 0 0;
} */

.slider .im {
    margin: 0 20px 0 0;
}

.text {    
    color: #313233;
}

.text h2 {    
    font-size: 20px;
    min-height: 50px;    
    text-transform: uppercase;   
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.text p {   
    font-size: 16px; 
    margin-bottom: 0;
    line-height: 1.5;
}

.holder {
    margin: 0 0 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 56px 32px 30px;
    position: relative;
}
.im{
    width: 83px;
    height: 83px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;   
}
.im i{
    color: #3D769A;
    font-size: 35px;
}
.im img{    
        max-height: 36px;
        width: auto;    
}
.section-head{
    color: #313233;   
    padding: 62px 0;
}
.section-head>div{
    padding: 25px;
    border-radius: 8px;
    background: aliceblue;
}
.section-head p{
    font-size: 25px; 
    line-height: 1.25;
    padding: 0 13%;
}
.section-head>div>p>span{
    
}
.section-head a{
    text-decoration:none;
}
.section-head>a:hover{
    color:white;
}
.sub-title{
    text-transform: uppercase;
    font-size: 25px;   
    margin-bottom: 22px; 
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 2.5px;
}
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: 'â†'
}

.slick-slider {
    margin-bottom: 30px;
    margin-top: 25px;
}

.slick-dots {

    width: 100%;
    list-style: none;

}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 3px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #10242b;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 3px;
    background: #10242b;

    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
    background: #e9563d;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;

    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.bg_one {
    width: 100%;
    padding: 25px;
    background: #3db8db;
}

.bg_one h3 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.bg_one p {
    padding: 8px 40px;
    font-size: 15px;
    color: #e5f9ff;
    line-height: 30px;
    margin: 25px 0 0;
    font-weight: 500;
}

.left {
    margin: 1px auto;
    position: absolute;
    top: 95px;
    left: 49px;
}

.right {
    /*position: absolute; */
    /* right: 0; */
    margin: 0 60px;
    top: 244px;
    float: right;
    margin-top: -20px;
    margin-right: 25px;
}

.cd-author img {
    width: 58px;
    height: 58px;
}

.cd-author img {
    border-radius: 50%;
    margin-right: 5px;
}

.cd-author img,
.cd-author .cd-author-info {
    display: inline-block;
    vertical-align: top;
}

cd-author .cd-author-info {
    line-height: 1.4;
}

.cd-author .cd-author-info {
    text-align: left;
    line-height: 1;
    margin: 4px 0 0;
}

.con_one .coun {
    margin: 5px 0 16px 10px;
}
.con_one a{
    text-decoration:none;
}
.con_one>a:hover{
    color:white;
}

li:first-child {
    font-size: 18px;
}

.cd-author {
    margin: 40px auto 0 auto;
    margin-left: 42px;
}

.cd-author-info {
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
}

.cd-author-info li {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.cre {
    background: #5bd1f3;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    width: 274px;
    display: block;
    margin: 40px auto 0 auto;
    font-weight: 600;
}

.cre:hover {
    color: inherit;
    text-decoration: none;
}

#services .form h1 {
    margin: 0 0 20px;
}
.con_one {
    color: #fff;
}
.con_one h3 {
    font-size: 40px;
    margin: 0 0 38px;   
    font-weight: 400;
}

.con_one h5 {
    font-size: 21px;
    color: #5c666a;
    margin: 0;
    font-weight: 300;
    line-height: 38px;
    margin: 15px 0 20px 0;
}

.con_one p {    
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 43px;
}
.con_one p br {
    display: none;
}

.readmore {
    width: 140px;
    background: #67b930;
    border-radius: 4px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 40px 0 0;
}

.readmore:hover {
    color: #fff;
    text-decoration: none;
}

.pro {
    padding: 10px 0;
    background-color: #3e759b;
}
.quote-block{
    position: relative;
    padding-left: 100px;
    margin-top: -263px;
    margin-bottom: 98px;
}
.quote-block img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    
}
.user-quote{
    position: absolute;
    left: 0;
    top: 90px;
    width: 370px;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 32px 32px;
    color: #313233;
}
.user-quote:after{
  content: "“";
  position: absolute;
  top: -30px;
  left: 30px;
  font-size: 107px;
  line-height: 1;
  height: 45px;
}
.user-quote blockquote{
    font-size: 16px;
    margin-bottom: 25px;
}
.user-info{
    display: flex;
    align-items: center;
}
.user-info figure{
  width: 51px;
  margin: 0 17px 0 0;
}
.user-info figure img{
    width: 51px;
    height: 51px;
    border-radius: 50%;
}
.username{
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.rating{
    display: flex;
}
.feature-block{
    color: #fff;    
    margin-bottom: -142px;
}
.feature-block h2{
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 67px;
}
.feature-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.feature-text{
    width: 68.4%;
    padding: 60px 85px 30px 130px;
    background-color: #fff;
}
.feature-inner{
    position: relative;
    color: #313233;
}
.feature-inner i{
  position: absolute;
  left: -60px;
  top: 0;
  font-size: 32px;
  color: #3D769A;
}
.feature-inner h4{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 11px;
}
.feature-inner p{
    font-size: 16px;
}
.feature-img{
    width: 31.6%;
    height:250px;
    display: flex;
}
.feature-img img{
  width: 100%;
  object-fit:cover;
}
.sec-customer{
    padding: 138px 0 163px;    
}
.sec-customer .section-head{
    padding-bottom: 10px;
}
.customer-slider .slide-item{
   padding: 0 15px;
}
.cstmr-logo{
    font-size: 25px;
    text-transform: uppercase;
    border: 1px solid #707070;
    text-align: center;
    padding: 32px 20px;
    color: #313233;
    letter-spacing: 3px;
}
.customer-slider .slick-arrow{
   width: 8px;
   height: 21px;
}
.customer-slider .slick-arrow:before{
  display: none;
}
.customer-slider .slick-prev{
   background: url(../images/arrow-left.png) center top no-repeat;
   left: -45px;
}
.customer-slider .slick-next{
    background: url(../images/arrow-right.png) center top no-repeat;
    right: -45px;
 }
.bg {
    background: #3e759b;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-top: -102px;
    margin-bottom: 95px;
}

.left_one {
    float: left;
    padding: 62px 20px 48px 76px;
}

.icon-screen-smartphone {
    color: #fff;
    font-size: 30px;
    float: left;
    margin: 0 10px 0 0;
}

.left_one p {
    font-size: 16px;   
    margin: 0;
    color: #d4f5ff;  
    line-height: 18px;
}

.left_one span, .right_one span {
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-size: 15px;   
    font-family: 'Proxima Nova Bl';
    letter-spacing: 1.5px;
    margin-bottom: 9px;
}
.right_one span {
   
}
.num {
    font-size: 28px;  
    color: #fff;
    font-family: 'Proxima Nova Bl';  
    text-transform: uppercase;
    letter-spacing: 3px;
}
.num i{
    font-size: 31px;  
    margin-right: 5px;
}
.num:hover {
    color: #fff;
    text-decoration: none;
}

.line_one {
    width: 45px;
    margin: 0 auto 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.line {
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto 0 auto;
}

.rou {
    width: 46px;
    height: 46px;
    background: #fff;   
    font-size: 18px;
    color: #3D769A;
    line-height: 46px;
    text-transform: uppercase;
    border-radius: 50%;
    text-align: center;
    position: relative;  
}

.call_one {
    padding: 10px 0 83px;
    /*background: url(../images/banner2.jpg) center top no-repeat;*/
    background-size: cover;
}

.right_one {
    padding: 62px 74px 20px 20px;
    float: right;
}

.right_one p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: #d4f5ff;
    float: left;
    line-height: 18px;
}



.icon-envelope-open {
    color: #fff;
    font-size: 30px;
    float: left;
    margin: 0 10px 0 0;
}

.imhone {
    width: 100%;
}

.imhone img {
    width: 100%;
}

.sm {
    float: left;
    margin: 9px 0 0 0;
}



.coun p {
    margin: 0;   
    font-size: 15px;
    font-weight: 300;
}
.count-title{
    font-size: 20px;  
    font-weight:normal;
    margin-bottom: 4px;
    letter-spacing: 2px;
  }
  .coun p{
    font-size: 20px;   
    text-transform:uppercase;
    letter-spacing: 2px;
  }
.sec-blog{
    background-color: #3e759b;
    padding: 45px 0;
    color: #ffffff;   
} 
.counter {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}
.info-graph{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 24px;
}
.info-graph i{
    color: #3D769A;
    font-size: 24px;
}
.footer-primary {
    padding: 77px 0 95px;
    background: #f5f5f5;
}
.footer h3 {
    font-size: 16px;
    color: #313233;
    font-weight: bold;
    font-family: "Proxima Nova Bl";
    margin-bottom: 20px;
}
.icon-location-pin {
    font-size: 14px;
    color: #fff;
    margin: 11px 9px 25px 0;
    float: left;
}

.location_holder span {
    color: #fff;
}

.location_holdertwo span {
    font-size: 15px;
    color: #313233;
}
.location_holdertwo span a{
    margin-left: 5px;
    text-decoration: underline;
    color: #313233;
}
.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer ul li a {
    font-size: 15px;
    color: #313233;
}
.footer p{
   font-size: 15px;
   color: #313233;   
   line-height: 1.65;
}
.footer-secondary{
  padding: 20px 0;
}
.sub {
    width: 100%;
    background: #252627;
    margin: 15px 0 0 0;
}

.icon-envelope {
    font-size: 14px;
    color: #67b930;
    float: left;
    padding: 19px 13px 0;
}

.sub input[type="text"] {
    float: left;
    background: none;
    height: 51px;
    border: none;
    font-size: 14px;
    text-transform: inherit;
    color: #fff;
    width: 60%;
    font-family: 'Poppins', sans-serif;
}

.sub input[type="submit"] {
    width: 30%;
    float: right;
    background: #67b930;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 0;
    height: 51px;
}

.sub button[type="button"] {
    width: 30%;
    float: right;
    background: #67b930;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 0;
    height: 51px;
}

.face {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin: 15px 8px 0 0;
}

.footer_line {
    width: 100%;
    background: #22282c;
    height: 1px;
    margin: 30px 0 20px;
}

.copy {
    font-size: 15px;
    color: #313233;
    margin: 0;
}

.copy span {
    float: right;
    /*color: #ffffff;*/
}

.copy span a {
    /*color:#ffffff;*/
    color: #64676a;
}

.copy span a:hover {
    text-decoration: underline;
}

.sub input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.sub input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.sub input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.sub input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}


.cart-sec select.form-control:not([size]):not([multiple]) {
    height: 56px;
}
.alert-success>p{
    margin-bottom:0;
}

/********************inner pages******************************/

#innerbanner {
    background: url(../images/banner_image.png) no-repeat center top;
    background-size: cover !important;
    padding: 300px 0 25px;
}

.text_inner h1 {
    padding-bottom: 15px;
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.text_inner h1 a{
color: white;
}

.text_inner p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 10px 0 0 0;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 40px;
    padding-bottom: 55px;
    line-height: 40px;
}

.im_inner img {
    width: 100%;
}

.height {
    height: 60px;
}

h2.bio {
    text-align: center;
}

.bio {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #10242b;
    margin: 0;
    font-weight: 600;
}

.biotext {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5c666a;
    margin: 10px 0 0 0;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.line_one_text {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.line_one_text li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5c666a;
    background: url(../images/divider.jpg) no-repeat 0 50%;
    padding: 3px 15px;
}

.lees {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #e9563d;
    padding: 15px 0;
    display: block;
}

.lees:hover {
    color: #e9563d;
    text-decoration: none;
}

.info {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #e9563d;
    text-decoration: underline;
    margin: 15px 0 0 0;
    display: inline-block;
}

.profi {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #10242b;
    margin: 25px 0 20px;
    font-weight: 500;
}

.ta {
    width: 40%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5c666a;
    padding: 5px 0;
}

.taone {
    width: 60%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5c666a;
    padding: 5px 0;
}

.form h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #10242b;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

.search_holder {
    width: 100%;
    height: 55px;
    border: solid 2px #dee6ec;
    margin: 0 0 20px;
}

.search_holder img {
    float: left;
    padding: 14px 8px;
}

.search_holder input[type="text"] {
    width: 92%;
    float: left;
    height: 51px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #5c666a;
}

.search_holder select {
    color: #5c666a;
    border: 0;
    background: 0;
    width: 90%;
    padding: 13px 0;
}

.text_area {
    width: 100%;
    height: 162px;
    border: solid 2px #dee6ec;
}

.text_area img {
    float: left;
    padding: 14px 8px;
}

.text_area textarea {
    width: 96%;
    float: left;
    height: 154px;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #5c666a;
    padding: 13px 0;
    margin: 0;
}

.search_holder1 input[type="submit"] {
    width: 151px;
    height: 48px;
    background: #67b930;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 46px;
    text-transform: uppercase;
    display: block;
    margin: 20px auto 0 auto;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
    font-weight: 600;
    border-radius: 4px;
}

.list-inline {
    margin: 0;
}

#mess {
    padding: 80px 0;
    background: #ebf1f6;
}

.our_mi {
    width: 100%;
    margin: 0 0 25px;
}

.icon {
    width: 44px;
    height: 45px;
    float: left;
    margin: 12px 26px 0 0;
}

.text_inner_miss {
    width: 480px;
    float: left;
}

.text_inner_miss h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #10242b;
    margin: 0;
    font-weight: 500;
}

.text_inner_miss p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #5c666a;
}

.imgd {
    margin: 57px 0 25px 0;
}

.conta {
    width: 140px;
    height: 50px;
    background: #67b930;
    color: #fff;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 14px;
    margin: 0 0 0 73px;
}

#tes {
    background: url(../images/testi.jpg) no-repeat center top;
    background-size: cover;
    padding: 95px 0;
    width: 100%;
}

.contaone {
    width: 140px;
    height: 50px;
    background: #67b930;
    color: #fff;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 14px;
    margin: 0 auto 0 auto;
    font-weight: 600;
    border-radius: 4px;
}



.carousel {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 0;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
}

.carousel .item a {
    color: #eb7245;
}

.carousel .img-box {

    margin: 0 auto;

}

.carousel .img-box img {

    display: block;
    margin: 0 auto 0 auto;

}

.carousel .testimonial {
    padding: 30px 0 25px;
    color: #5c666a;
    font-size: 15px;
    line-height: 30px;

}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px;
    margin: 0;

}

.carousel .overview b {
    color: #333;
    font-size: 15px;
    position: relative;
    text-transform: capitalize;
    display: block;
    padding-bottom: 5px;
    color: #10242b;
    font-size: 18px;
    font-weight: 600;
}

.carousel .overview b:before {
    position: absolute;
    left: 50%;
    width: 22px;
    height: 3px;
    background: #10242b;
    content: "";
    transform: translateX(-50%);
    top: -10px;
}

.carousel .star-rating i {
    font-size: 12px;
    color: #ffdc12;
}

.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
    display: none;
    ;
}

.carousel-control i {
    font-size: 20px;
    margin-right: 2px;
}

.carousel-control.left {
    left: auto;
    right: 40px;
}

.carousel-control.right i {
    margin-right: -2px;
}

.carousel .carousel-indicators {
    bottom: 15px;
    display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent;
}

.carousel-indicators li.active {
    border: none;
    background: #888;
}

.uparro {
    float: left;
    position: absolute;
    left: -65px;
    top: 117px;
}

.uparroone {
    float: left;
    position: absolute;
    right: -65px;
    bottom: 125px;
}

div.carousel-inner,
div.carousel .item {
    overflow: visible;
}

.selectMultiple {
    width: 92%;
    position: relative;
    float: left;
}

.selectMultiple select {
    display: none;
}

.selectMultiple > div {
    position: relative;
    z-index: 2;
    padding: 12px 12px 2px 12px;

    background: #fff;
    font-size: 14px;
    min-height: 44px;

    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

.selectMultiple > div:hover {}

.selectMultiple > div .arrow {
    right: 1px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 28px;
    position: absolute;
}

.selectMultiple > div .arrow:before,
.selectMultiple > div .arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    border-bottom: 8px solid #99A3BA;
    top: 43%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.selectMultiple > div .arrow:before {
    right: 12px;
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
}

.selectMultiple > div .arrow:after {
    left: 9px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
}

.selectMultiple > div span {
    color: #99A3BA;
    display: block;
    position: absolute;
    left: 12px;
    cursor: pointer;
    top: 8px;
    line-height: 28px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.selectMultiple > div span.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
}

.selectMultiple > div a {
    position: relative;
    padding: 0 24px 6px 8px;
    line-height: 28px;
    color: #1E2330;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}

.selectMultiple > div a em {
    font-style: normal;
    display: block;
    white-space: nowrap;
}

.selectMultiple > div a:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 6px;
    width: 100%;
    position: absolute;
    display: block;
    background: rgba(228, 236, 250, 0.7);
    z-index: -1;
    border-radius: 4px;
}

.selectMultiple > div a i {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 28px;
    display: block;
}

.selectMultiple > div a i:before,
.selectMultiple > div a i:after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #4D18FF;
    border-radius: 1px;
}

.selectMultiple > div a i:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.selectMultiple > div a i:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.selectMultiple > div a.notShown {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.selectMultiple > div a.notShown:before {
    width: 28px;
    -webkit-transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
    transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}

.selectMultiple > div a.notShown i {
    opacity: 0;
    -webkit-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
}

.selectMultiple > div a.notShown em {
    opacity: 0;
    -webkit-transform: translate(-6px, 0);
    transform: translate(-6px, 0);
    -webkit-transition: all .4s ease .3s;
    transition: all .4s ease .3s;
}

.selectMultiple > div a.notShown.shown {
    opacity: 1;
}

.selectMultiple > div a.notShown.shown:before {
    width: 100%;
}

.selectMultiple > div a.notShown.shown i {
    opacity: 1;
}

.selectMultiple > div a.notShown.shown em {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.selectMultiple > div a.remove:before {
    width: 28px;
    -webkit-transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
    transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}

.selectMultiple > div a.remove i {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.selectMultiple > div a.remove em {
    opacity: 0;
    -webkit-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.selectMultiple > div a.remove.disappear {
    opacity: 0;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s;
}

.selectMultiple > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    -webkit-transform: translate(0, 20px) scale(0.8);
    transform: translate(0, 20px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
    filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
    -webkit-transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
    transition: all 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s, -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), -webkit-filter 0.3s ease 0.2s;
}

.selectMultiple > ul li {
    color: #1E2330;
    background: #fff;
    padding: 12px 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
    transition: background .3s ease, color .3s ease, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
    transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s;
    transition: background .3s ease, color .3s ease, transform .3s ease .3s, opacity .5s ease .3s, border-radius .3s ease .3s, -webkit-transform .3s ease .3s;
}

.selectMultiple > ul li:first-child {
    border-radius: 8px 8px 0 0;
}

.selectMultiple > ul li:first-child:last-child {
    border-radius: 8px;
}

.selectMultiple > ul li:last-child {
    border-radius: 0 0 8px 8px;
}

.selectMultiple > ul li:last-child:first-child {
    border-radius: 8px;
}

.selectMultiple > ul li:hover {
    background: #4D18FF;
    color: #fff;
}

.selectMultiple > ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    border-radius: 100%;
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    transform: scale(1, 1) translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.selectMultiple > ul li.beforeRemove {
    border-radius: 0 0 8px 8px;
}

.selectMultiple > ul li.beforeRemove:first-child {
    border-radius: 8px;
}

.selectMultiple > ul li.afterRemove {
    border-radius: 8px 8px 0 0;
}

.selectMultiple > ul li.afterRemove:last-child {
    border-radius: 8px;
}

/* 
.cart-sec .row .col-md-4:first-child .select-cover:after{
  right: 21px;
} */


.selectMultiple > ul li.remove {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.selectMultiple > ul li.remove:after {
    -webkit-animation: ripple .4s ease-out;
    animation: ripple .4s ease-out;
}

.selectMultiple > ul li.notShown {
    display: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .4s ease, -webkit-transform .35s ease;
    transition: opacity .4s ease, -webkit-transform .35s ease;
    transition: transform .35s ease, opacity .4s ease;
    transition: transform .35s ease, opacity .4s ease, -webkit-transform .35s ease;
}

.selectMultiple > ul li.notShown.show {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.selectMultiple.open > div {}

.selectMultiple.open > div .arrow:before {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.selectMultiple.open > div .arrow:after {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.selectMultiple.open > ul {
    -webkit-transform: translate(0, 12px) scale(1);
    transform: translate(0, 12px) scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
    filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(30, 30);
        transform: scale(30, 30);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(50, 50);
        transform: scale(50, 50);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(30, 30);
        transform: scale(30, 30);
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(50, 50);
        transform: scale(50, 50);
    }
}


table.table.table-striped.table-inbox.print-page thead th {
    text-align: center;
}

table.table.table-striped.table-inbox.print-page thead th:first-child,
table.table.table-striped.table-inbox.print-page tbody td:first-child {
    text-align: left;
}

table.table.table-striped.table-inbox.print-page thead th:nth-child(2),
table.table.table-striped.table-inbox.print-page tbody td:nth-child(2) {
    text-align: left;
}

/* 07/07/2020 start */

h2.comman-title {
    font-family: 'Poppins', sans-serif;
    color: #10242b;
    font-size: 36px;
    margin: 50px 0;
    font-weight: 600;
}

h2.comman-title.mar-adjust {
    margin: 50px 0 30px;
}

.cart-sec .card {
    border: 2px solid #3db8da;
    border-radius: 0;
    margin-bottom: 40px;
}

.cart-sec .card-header {
    font-family: 'Poppins', sans-serif;
    border-radius: 0 !important;
    line-height: 65px;
    height: 65px;
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    background: #3db8da;
    border-bottom: 1px solid #3db8da;
}

.cart-sec .card-body {
    padding: 30px 25px;
}

.cart-sec .select-cover {
    position: relative;
}

.cart-sec .select-cover1:after {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 32px;
    top: 19px;
    font-size: 14px;
    transform: rotate(90deg);
    color: #a5a7a8;
}

/*   
   .cart-sec .select-cover:after{
   	 content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 14px;
    transform: rotate(90deg);
    color: #a5a7a8;
   } */

/*    .cart-sec .select-cover:before{
   	 content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 14px;
    transform: rotate(270deg);
    color: #a5a7a8;
   } */

.cart-sec .form-control {
    height: 56px;
    border: 2px solid #dee6ec;
    padding: 0 15px;
    font-size: 18px;
    margin-bottom: 22px;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: 'Poppins', sans-serif;
}

/* Chrome, Safari, Edge, Opera */
.cart-sec .form-control input::-webkit-outer-spin-button,
.cart-sec .form-control input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.auto-ht {
    height: auto !important;
}

.pro-file {
    padding-top: 10px !important;
}

.cart-sec .form-control:focus {
    box-shadow: none;
    border-color: #dee6ec;
}

/* .cart-sec input[type='number']::-webkit-outer-spin-button,
    .cart-sec input[type='number']::-webkit-inner-spin-button{
  	 -moz-appearance: none;
     -webkit-appearance: none;
  } */

table.table.table-striped.table-inbox thead th {
    text-align: left;
    font-size: 16px;
    vertical-align: middle;
}

table.table.table-striped.table-inbox tbody td {
    text-align: left;
    font-size: 15px;
    padding: 22px 8px;
}

table.table.table-striped.table-inbox.big-table tbody td:first-child,
table.table.table-striped.table-inbox.big-table tbody td:nth-child(2) {
    width: 160px;
}

table.table.table-striped.table-inbox.big-table tbody .fa-check {
    font-size: 23px;
}

table.table.table-striped.table-inbox.big-table tbody td,
table.table.table-striped.table-inbox.big-table thead th {
    text-align: left !important;
}

table.table.table-striped.table-inbox.big-table tbody td a.common-links {
    color: #007db7;
    font-size: 15px;
}

table.table.table-striped.table-inbox.big-table tbody td a.common-links:hover {
    color: #67b930;
    font-size: 15px;
}

table.table.table-striped.table-inbox tbody td:last-child,
table.table.table-striped.table-inbox thead th:last-child {
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

h3.comman-title {
    color: #10242b;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 14px;
    font-family: 'Poppins', sans-serif;
}

table.table.table-striped.table-inbox tbody td:nth-child(5),
table.table.table-striped.table-inbox thead th:nth-child(5) {
    text-align: center;
}

table.table.table-striped.table-inbox tbody td a.tick {
    font-size: 30px;
    color: #000000;
}

table.table.table-striped.table-inbox tbody td a.close {
    font-size: 30px;
    color: #000000;
}

.mob-center {
    text-align: center;
}

.mob-center .bttn-green {
    margin: 15px 0 0;
}

table.table.table-striped.table-inbox tbody td:last-child,
table.table.table-striped.table-inbox thead th:last-child {
    text-align: center;
}

table.table.table-striped.table-inbox tbody td a.close {
    opacity: 1;
    float: none;
}

.cart-sec .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5c666a;
}

.cart-sec .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #5c666a;
}

.cart-sec .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #5c666a;
}

.cart-sec .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #5c666a;
}

.bic_calendar tbody td div {
    padding: 31px 5px;
    border-top: 1px solid #fff;
}

.bic_calendar tbody tr.days-month td {
    background: none !important;
}

.bic_calendar .table.header tbody td {
    background: none;
}

.bic_calendar .table.header tbody td div {
    padding: 5px 5px;
    border-top: 1px solid #fff;
}

.bic_calendar .table tbody > tr > td.invalid-day {
    background: none !important;
}

.box-container {
    border: 2px solid #3db8da;
    margin-bottom: 18px;
}

.box-container .box-header {
    font-family: 'Poppins', sans-serif;
    border-radius: 0 !important;
    line-height: 55px;
    height: 55px;
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    background: #3db8da;
    border-bottom: 2px solid #3db8da;
}

.box-container .box-body {

    padding: 15px 20px;
    font-family: 'Poppins', sans-serif;
}

.box-container .box-body .title {
    color: #5c666a;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
    height:100px;
}

.box-container .box-body .title strong {
    font-weight: 400;
    display: block;
}

.box-container .prod-pic img {
    display: inline-block;
    max-width: 100%;
    width: auto;
}

.box-container .prod-pic {
    margin: 0 0 40px;
}

.box-container ul {
    list-style: none;
    text-align: left;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.box-container ul li {
    color: #5c666a;
    font-size: 18px;
}

.box-container ul li i {
    margin-right: 10px;
    color: #0bada1;
}


.box-container ul li + li {
    margin-top: 15px;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #5c666a;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: 34px;
    border: 2px solid #bcc4ca;
    background-color: #fff;
    border-radius: 100%;
}

.checkcontainer input:checked ~ .checkmark {
    background-color: #fff;
}

.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

.checkcontainer .checkmark:after {
    left: 4px;
    top: 5px;
    width: 22px;
    height: 20px;
    background: url('../images/green-tick.png') no-repeat;
    content: "";
    position: absolute;
    display: none;
}

.card-body.option-box {
    padding: 20px 25px 10px;
}

div.stad {
    width: 100%;
}

.short-note ul {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    padding: 0;
}

.short-note ul li {
    font-size: 15px;
    line-height: 30px;
    color: #e9563d;
    font-weight: 400;
}


.mob-center .bttn-green {
    width: 245px;
    line-height: 59px;
}

.bttn-green {
    width: 308px;
    height: 63px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 63px;
    border-radius: 5px;
    background: #67b930;
    font-size: 20px;
    display: inline-block;
    border: 2px solid #67b930;
    font-weight: 600;
    box-shadow: -1px 3px 2px rgba(0, 0, 0, 0.10);
    margin: 15px 0 40px;
    text-transform: uppercase;
}

.bttn-green:hover {
    color: #67b930;
    text-decoration: none;
    background: none;
}

table.table thead th {
    border-bottom: 2px solid #3db8da;
    vertical-align: top;
    padding: 10px 12px;
    color: #fff;
    font-size: 20px;
    background: #3db8da;
    font-weight: 500;
    text-align: center;
}

table.table thead th:nth-child(2) {
    text-align: left;
}

table.table {
    border: 2px solid #3db8da;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

table.table tbody td {
    color: #5c666a;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
    padding: 12px 18px;
    text-align: center;
}

table.table tbody td:nth-child(2) {
    text-align: left;
}

.table thead th span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}

table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f8fb;
}

table.table-striped tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

table.table-striped.print-page tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

table.table-striped.print-page tbody tr:nth-of-type(even) {
    background-color: #f4f8fb;
}

table.table-striped.blue-table thead th {
    text-align: left;
    padding: 18px 30px;
}

table.table-striped.blue-table thead th:last-child,
table.table-striped.blue-table tbody td:last-child {
    text-align: right;
}

table.table-striped.blue-table tbody td {
    text-align: left;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 12px 30px;
}

table.table-striped.blue-table tbody tr {
    background-color: #52ccee;
}

table.table-striped.blue-table thead th {
    border-bottom: 1px solid #ffffff;
}

div.ui-datepicker {
    width: 100%;
}

div.ui-widget-content {
    border: 0;
    background: none;
    padding: 0;
}

div.ui-state-default,
div.ui-widget-content .ui-state-default {
    border: 0;
    background: none;
    text-align: center;
    padding: 31px 0;
    color: #5c666a;
    background: #ddeff4;
    font-size: 24px;
}

a.ui-datepicker-prev span {
    background: none;
}

a.ui-datepicker-prev span:before {
    background: url('../images/arrow-left.jpg') no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -4px;
    content: "";
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: none !important;
    border: 0 !important;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background: none !important;
}

div.select-cover {
    position: relative;
}

table.table.table-striped.table-inbox.veren tbody td {
    padding: 22px 12px;
}

/* div.select-cover:after{
	content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    transform: rotate(90deg);
    color: #a5a7a8;
} */

.ui-widget-content table tbody a.ui-state-default.ui-state-hover {
    background: #ddeff4 !important;
    color: #5c666a !important;
}

div.select-cover select {
    -webkit-appearance: none;

}

a.ui-datepicker-next span:before {

    background: url('../images/arrow-left.jpg') no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -4px;
    content: "";
    transform: rotate(180deg);

}

div.star-rating .list-inline-item:not(:last-child) {
    margin-right: 0;
}

span.ui-icon {
    width: 16px;
    height: 31px;
    overflow: visible;
}

div.ui-widget-header {
    background: none;
    border: 2px solid #dee6ec;
    border-radius: 5px;
    font-size: 24px;
    line-height: 30px;
    color: #5c666a;
}

div.ui-widget-content .ui-state-default.ui-state-active {
    background: #3b3b3b;
    color: #ffffff;
}

#chkOutFrm .box-sec.h-100 {
    height: 94% !important;
}

.box-sec.h-100 {
    height: 93.5% !important;
}

div.inner-date .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    padding: 17px 0;
}

div.inner-date div.ui-state-default,
div.ui-widget-content .ui-state-default {
    font-size: 18px;
}

.cover-select {
    position: relative;
}

/* .cover-select:before{
	content: "\f150";
	font-size: 12px; font-family: 'FontAwesome';
	position: absolute; top: 12px;
    right: 27px;
}

.cover-select:after{
	content: "\f151";
	font-size: 12px; font-family: 'FontAwesome';
	position: absolute; top: -1px;
    right: 27px;
} */
.cover-select select,
.cover-select input {
    border: 1px solid #dadada;
    padding: 0 10px;
    border-radius: 3px;
    background: #f7f6f6f6;
    color: #5c666a;
    height: 38px;
}

.card-body.inner-part .checkcontainer {
    margin-bottom: 16px;
}

h3.comman-title a {
    background: #2e778b;
    line-height: 54px;
    width: 228px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    box-shadow: 0px 3px 5px #e5e5e5;
    margin: 0 0 15px;
}

button.btn-default {
    background: #2e778b;
    line-height: 54px;
    width: 228px;
    display: inline-block;
    padding: 0;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    box-shadow: 0px 3px 5px #e5e5e5;
    margin: 0 0 15px;
}

div.modal-body .form-control {
    height: auto;
}

table.table-striped.table-inbox.veren thead th:last-child,
table.table-striped.table-inbox.veren tbody td:last-child {
    text-align: left;
}

table.table-striped.table-inbox a {
    color: #5c666a;
}

table.table-striped.table-inbox a:hover {
    text-decoration: none;
    color: #67b930;
}

h3.comman-title a:hover {
    text-decoration: none;
}

table.table.table-striped.table-inbox.user thead th:last-child {
    background: #32abcc;
    border-left: 1px solid #ebebeb;
    width: 75%;
}

table.table.table-striped.table-inbox.user tbody td:last-child {
    border-left: 1px solid #ebebeb;
}


table.table-bordered.dataTable {
    border-right-width: 2px !important;
}

table.table-bordered.dataTable thead th {
    border-top: 0;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: "\f0d8" !important;
    color: #3c3e3f;
    bottom: 15px !important;
    font-family: 'FontAwesome';
    right: 10px !important;
    opacity: 1 !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "\f0d7" !important;
    font-family: 'FontAwesome';
    right: 10px !important;
    color: #3c3e3f;
    top: 13px !important;
    opacity: 1 !important;
}



table.dataTable tbody td,
table.dataTable thead th {
    border: 0;
}

table.table thead th {
    border-top: 0;
}

.chart-sec h2 {
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-size: 30px;
    margin: 50px 0 0;
    padding: 0 0 30px;
    font-weight: 600;
    position: relative;
}

.chart-sec h2:before {
    content: "";
    background: #0577af;
    width: 102px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}

table.dataTable.table.table-striped {
    margin: 0 !important;
}

table.dataTable.table.table-striped.table-inbox thead th:first-child {
    text-align: left;
}

table.dataTable.table.table-striped.table-inbox tbody td,
table.dataTable.table.table-striped.table-inbox thead th {
    text-align: center;
}

table.dataTable.table.table-striped.table-inbox tbody td:first-child,
table.dataTable.table.table-striped.table-inbox tbody td:nth-child(2),
table.dataTable.table.table-striped.table-inbox thead th:first-child,
table.dataTable.table.table-striped.table-inbox thead th:nth-child(2) {
    text-align: left;
}

a.bttn-green {
    width: 178px;
    height: 63px;
    border-radius: 5px;
    background: #67b930;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

a.bttn-green:hover {
    background: #3db8da;
    border: 2px solid #3db8da;
    color: #fff;
}

.cart-sec a.bttn-green {
    margin-top: 40px;
}

.chart-sec span {
    color: #5c666a;
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin: 0 0 50px;
}

.cart-sec {
    padding: 0 0 80px;
}

div.order-review {
    background: #fff;
    padding: 20px;
    border: 1px solid #3db8da;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
    font-family: 'Poppins', sans-serif;
}

table.table {
    font-family: 'Poppins', sans-serif;
}

div.order-review h3 {
    font-size: 24px;
    font-weight: 500;
    color: #10242b;
    text-transform: uppercase;
}

.order-review .col-md-6,
.order-review .col-md-12 {
    padding: 5px 0;
}

.order-review .col-md-12 {
    border-bottom: 1px solid #e2e2e2;

}

.order-review .col-md-6 {
    font-size: 18px;
    font-weight: 300;
    color: #10242b;
}

.order-review .col-md-6 strong {
    font-weight: 500;
}

div.box-card {
    background: #f4f8fb;
    padding: 15px;
    border: 2px solid #3db8da;
}

div.right-table.row {
    background: #fff;
    margin: 0;
    border: 2px solid #3db8da;
    border-top: 0;
    padding-top: 30px;
}

table.table.table-inbox.print-page {
    border-bottom: 1px solid #dee6ec;
    margin-bottom: 0;
}

table.table.normal-table {
    border: 0;
}

table.table.normal-table tbody td {
    text-align: left;
    font-size: 20px;
    color: #10242b;
    font-weight: 300;
    padding: 12px 10px;
}

table.table.normal-table tbody td:first-child {
    font-weight: 500;
}

table.table.normal-table tbody tr:last-child td:last-child {
    font-weight: 500;
}

div.order-review ul {
    list-style: none;
    margin-top: 10px;
    float: left;
    width: 100%;
    padding: 0;
}


div.order-review ul li {
    width: 50%;
    float: left;
    font-weight: 300;
    font-size: 16px;

}

div.order-review ul + ul {
    margin: 0;
}



table.table th,
table.table td {
    border-top: 1px solid #dee6ec;
}

table.table.table-striped.table-inbox.print-page tbody td,
table.table.table-striped.table-inbox.print-page thead td {
    text-align: center;
}

table.table.table-striped.table-inbox.print-page tbody td:first-child,
table.table.table-striped.table-inbox.print-page thead td:nth-child(2) {
    text-align: left;
}

nav.navbar {
    display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
}

nav.profi.navbar li a {
    text-transform: capitalize;
}

nav.profi.navbar .dropdown li a {
    min-width: inherit;
}

nav.profi.navbar ul.dashboard-menu {
    margin-left: 8%;
}

nav.profi.navbar {
    margin: 0;
}

.mynewmenu .user {
    padding-right: 15px;
}
.mynewmenu .stad{
    width:fit-content;
}
img.user_heaser {
    width: auto;
    height: auto;
}

div.pignose-calendar {
    max-width: 100%;
    border: 0;
}

div.pignose-calendar .pignose-calendar-unit {
    height: 5.45em;
    line-height: inherit;
    position: relative;
}

div.pignose-calendar .pignose-calendar-unit:after {
    content: "";
    position: absolute;
    z-index: 6;
    top: 0;
    height: 1px;
    background: #fff;
    width: 100%;
    left: 0;
}

div.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
    background: none;
    border: 2px solid #dee6ec;
    border-radius: 5px;
    font-size: 24px;
    line-height: 52px;
    color: #5c666a;
    padding: 0;
}

div.pignose-calendar .pignose-calendar-top {
    border-bottom: 0 solid #e2e2e2;
}

div.pignose-calendar .pignose-calendar-top span {
    font-size: 24px !important;
    margin: 0 !important;
    font-weight: 700;
    color: #5c666a !important;
}


div.pignose-calendar .pignose-calendar-unit:before {
    content: "";
    position: absolute;
    z-index: 6;
    top: 0;
    height: 100%;
    background: #fff;
    width: 1px;
    left: 0;
}

div.pignose-calendar .icon-arrow-left:before {
    background: url(../images/arrow-left.jpg) no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -4px;
    content: "";
}

div.pignose-calendar .icon-arrow-right:before {
    background: url(../images/arrow-left.jpg) no-repeat;
    width: 16px;
    height: 30px;
    position: absolute;
    left: 0;
    top: -4px;
    content: "";
    transform: rotate(180deg);
}


div.pignose-calendar .pignose-calendar-unit a {
    background: #ddeff4;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 31px 0;
    line-height: inherit;
    height: auto;
    color: #5c666a;
    height: auto;
    width: 100%;
    display: inline-block;
}

input:focus,
button:focus,
table:focus,
textarea::focus {
    outline: none;
}

div.stad div.pignose-calendar .pignose-calendar-unit {
    height: 3.45em;
}

div.stad div.pignose-calendar .pignose-calendar-unit a {
    padding: 15px 0;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #e9563d !important;
}

table.table.normal-table tr:first-child td {
    border: 0;
}
.im>img{
    color:#3D769A;
}
/* 07/07/2020 end */

.mynewmenu{
    padding-left:0;
}



/*contact-us*/
#contact-us .contact-section-box{
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 50px;
}
#contact-us .contact-img-box{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
}

#contact-us .contact-box{
    position: absolute;
    top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#contact-us .contact-box-1{
    width: 30%;
    min-width: 300px;
}
#contact-us .contact-box-2{
    width: 35%;
    min-width: 300px;
    height: 100%;
}
#contact-us .contact-box-content{
    margin-top: 60px;
}
#contact-us .contact-box-content-text-title h1{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -2.5px;
}

#contact-us .contact-box-content-text-title div{
    background-color: rgb(132,201,189);
    width: 70%;
    height: 8px;
}
#contact-us .contact-box-content-text{
    margin-top: 55px;
}
#contact-us .contact-box-content-text p{
    margin-bottom: 25px;
}
#contact-us .contact-box-content-form{
    margin-top: 60px;
    margin-left: 120px;
}

#contact-us .contact-input{
    width: 100%;
    background-color: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border: 0.1px solid lightgrey;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 5px;
}
#contact-us .contact-input:focus {
    outline: none;
}

#contact-us textarea.contact-input{
    height: 195px;
}
#contact-us .contact-box-content-form-btn input{
    width: 105px;
    height: 40px;
    border-radius: 0px;
    background-color: rgb(57,117,153);
    color: white;

}
@media only screen and (max-width: 1200px) {
    #contact-us .contact-box-content-form{
        margin-left: 20px;
    }
    .section-head p {
        font-size:22px;
    }

}

@media only screen and (max-width: 766px) {
    #contact-us .contact-section-box{
        height: 900px;
    }
    #contact-us .contact-box-content-form{
        width: 90%;
        margin-top: 50px;
        margin-left: 0px;
    }
    #contact-us .contact-box-1{
        width: 100%;
        margin-left: 10px;
    }
    #contact-us .contact-box-2{
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .section-head p{
        font-size:20px !important;
    }
}






@media only screen and (max-width: 411px) {
    #header {
        height: inherit;
    }

    .imh img {
        width: 100%;
    }

  

    .con_one {
        margin: 20px 0 0 0;
    }

    .line_one {
        display: none;
    }

    .sub input[type="submit"] {
        width: 100%;
    }

    .text_inner_miss {
        width: 100%;
    }

    .search_holder input[type="text"] {
        width: 89%;
    }

    .selectMultiple {
        width: 89%;
    }

    .text_area textarea {
        width: 87%;
    }

    .conta {
        margin: 0;
    }

    .carousel {
        width: 100%;
        padding: 15px;
    }
}


@media only screen and (max-width: 384px) {

    #header {
        height: inherit;
    }

    .imh img {
        width: 100%;
    }

    .con_one {
        margin: 20px 0 0 0;
    }

    .line_one {
        display: none;
    }

    .sub input[type="submit"] {
        width: 100%;
    }

    .text_inner_miss {
        width: 100%;
    }

    .search_holder input[type="text"] {
        width: 89%;
    }

    .selectMultiple {
        width: 89%;
    }

    .text_area textarea {
        width: 87%;
    }

    .conta {
        margin: 0;
    }

    .carousel {
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (max-width: 375px) {

    #header {
        height: inherit;
    }

    .imh img {
        width: 100%;
    }

    .con_one {
        margin: 20px 0 0 0;
    }

    .line_one {
        display: none;
    }

    .sub input[type="submit"] {
        width: 100%;
    }

    .text_inner_miss {
        width: 100%;
    }

    .search_holder input[type="text"] {
        width: 89%;
    }

    .selectMultiple {
        width: 89%;
    }

    .text_area textarea {
        width: 87%;
    }

    .conta {
        margin: 0;
    }

    .carousel {
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (max-width: 360px) {
    #header {
        height: inherit;
    }
    
    .imh img {
        width: 100%;
    }

    

    .con_one {
        margin: 20px 0 0 0;
    }

    .line_one {
        display: none;
    }

    .sub input[type="submit"] {
        width: 100%;
    }

    .text_inner_miss {
        width: 100%;
    }

    .search_holder input[type="text"] {
        width: 87%;
    }

    .selectMultiple {
        width: 87%;
    }

    .text_area textarea {
        width: 87%;
    }

    .conta {
        margin: 0;
    }

    .taone {
        font-size: 13px;
    }

    .ta {
        font-size: 13px;
    }

    .carousel {
        width: 100%;
        padding: 15px;
    }
}

@media only screen and (max-width: 320px) {
    #header {
        height: inherit;
    }


    .imh img {
        width: 100%;
    }


    .con_one {
        margin: 20px 0 0 0;
    }

    .line_one {
        display: none;
    }

    .sub input[type="submit"] {
        width: 100%;
    }

    .text_inner_miss {
        width: 100%;
    }

    .search_holder input[type="text"] {
        width: 89%;
    }

    .selectMultiple {
        width: 89%;
    }

    .text_area textarea {
        width: 87%;
    }

    .conta {
        margin: 0;
    }

    .carousel {
        width: 100%;
        padding: 15px;
    }
}


@media only screen and (max-width: 767px) {

    .cart-sec .card-body form .row {
        display: block;
    }
 

    .copy span {
        float: none;
        display: block;
    }

    div.mobile-part {
        margin: 20px 0 0;
    }

    div.height {
        height: 30px;
    }

    section#tes {
        padding: 95px 15px;
    }

    div.text_inner_miss {
        width: 100%;
    }

    div.carousel {
        width: 100%;
    }

    
    

    .con_one {
        margin: 20px 0 30px 0;
    }

    .num {
        font-size: 20px;
    }

    .cart-sec .card-body {
        padding: 30px 25px 10px;
    }

    div.login_box .form-control {
        font-size: 15px;
        line-height: 30px !important;
        border-radius: 6px;
        padding: 0 0.75rem
    }

    div#header {
        height: auto;
    }

    .logo a {
        padding: 0;
    }

    .uparro {
        left: 0;
        top: 127px;
    }

    .carousel .img-box {
        margin-bottom: 40px;
    }

    .uparroone {
        right: 0;
        bottom: 88px;
    }

    .bttn-green {
        width: 100%;
    }

    div.imh img {
        max-width: 100%;
    }

    div.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
        margin-left: 10px;
    }

    .short-note ul li {
        font-size: 15px;
        line-height: 24px;
    }

    div.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
        margin-right: 10px;
    }



    nav.profi.navbar .dropdown-item li.show a.dropdown-item {
        padding-left: 15px;
    }


   

   

    .mob-center {
        text-align: center;
    }

    div.pignose-calendar .pignose-calendar-unit a {
        padding: 15px 0;
    }

    div.pignose-calendar .pignose-calendar-unit {
        height: 3.45em;
    }

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        top: 26px !important;
    }

    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before {
        bottom: 29px !important;
    }

    table.dataTable.veren thead .sorting:after,
    table.dataTable.veren thead .sorting_asc:after,
    table.dataTable.veren thead .sorting_desc:after,
    table.dataTable.veren thead .sorting_asc_disabled:after,
    table.dataTable.veren thead .sorting_desc_disabled:after {
        top: 14px !important;
    }

    table.dataTable.veren thead .sorting:before,
    table.dataTable.veren thead .sorting_asc:before,
    table.dataTable.veren thead .sorting_desc:before,
    table.dataTable.veren thead .sorting_asc_disabled:before,
    table.dataTable.veren thead .sorting_desc_disabled:before {
        bottom: 13px !important;
    }

    ul.mynewmenu .stad {
        padding: 0;
        text-align: left;
    }

    nav.profi.navbar .dropdown li a {
        padding-left: 10px;
    }

    nav.profi.navbar ul.dashboard-menu {
        margin-left: 0;
    }

    #footer_holder .footer ul li a {
        text-transform: capitalize;
    }

    div.rowX {
        display: block;
    }

    .cart-sec .form-control {
        margin-bottom: 22px !important;
    }

    div.ui-state-default,
    div.ui-widget-content .ui-state-default {
        padding: 5px;
    }

    table.table-striped.blue-table thead th:last-child,
    table.table-striped.blue-table tbody td:last-child {
        width: 100px;
        padding: 18px 15px;
    }

}

/*@media(max-width : 992px){*/
/*    ul.mynewmenu .stad {*/
/*      visibility: hidden;*/
/*    }*/
}
@media (max-width: 991px) and (min-width: 768px) {
    .sub input[type="submit"] {
        font-size: 12px;
    }

    div.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
        font-size: 13px;
    }

    div.pignose-calendar .pignose-calendar-top {
        padding: 15px 0;
    }

    div.pignose-calendar .pignose-calendar-top span {
        font-size: 18px !important;
    }

    div.pignose-calendar .icon-arrow-right:before {
        top: 0;
    }

    div.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
        margin-right: 10px;
    }

    div.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
        margin-left: 10px;
    }

    table.table.table-striped.table-inbox tbody td {
        padding: 22px 5px;
        font-size: 13px;
    }

    table.table.table-striped.table-inbox thead th {
        padding: 10px 5px;
    }

    .box-container .box-header {
        font-size: 20px;
    }

    table.table thead th {
        font-size: 16px;
    }

    .checkcontainer {
        font-size: 14px;
        line-height: 28px;
    }

    .box-container ul li {
        font-size: 12px;
    }

    .search_holder select {
        width: 86%;
    }

    
    li.bio {
        text-align: left;
    }

    .footer p {
        font-size: 13px;
    }

    .uparro {
        left: -35px;
    }


    .con_one .coun {
        margin: 5px 0 16px 0;
        text-align: center;
        width: 100%;
    }


    .uparroone {
        right: -35px;
    }

    div.location_holdertwo {
        padding: 0 0 0 0;
    }

    #header {
        height: auto;
    }

    #header .col-lg-6 nav {
        display: none;
    }



    .call_one .left_one i.icon-screen-smartphone {
        float: none;
        display: inline-block;
    }

    .call_one .left_one p {
        float: none;
        display: inline-block;
    }

    .call_one .left_one .num {
        float: none;
        display: inline-block;
    }

    .call_one .right_one i.icon-envelope-open {
        float: none;
        display: inline-block;
    }

    .call_one .right_one p {
        float: none;
        display: inline-block;
    }

    .call_one .right_one .num {
        float: none;
        display: inline-block;
    }

    .right_one p,
    .left_one p {
        font-size: 14px;
    }

    .num {
        margin: 9px 9px 0 10px;
        font-size: 15px
    }
    .imh img {
        max-width: 100%;
    }

    .sm {
        float: none;
        margin: 9px 0 0 0;
        display: inline-block;
    }

    .footer ul li a {
        text-transform: capitalize;
    }

    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before {
        bottom: 27px !important;
    }


    table.dataTable.veren thead .sorting:after,
    table.dataTable.veren thead .sorting_asc:after,
    table.dataTable.veren thead .sorting_desc:after,
    table.dataTable.veren thead .sorting_asc_disabled:after,
    table.dataTable.veren thead .sorting_desc_disabled:after {
        top: 14px !important;
    }

    table.dataTable.veren thead .sorting:before,
    table.dataTable.veren thead .sorting_asc:before,
    table.dataTable.veren thead .sorting_desc:before,
    table.dataTable.veren thead .sorting_asc_disabled:before,
    table.dataTable.veren thead .sorting_desc_disabled:before {
        bottom: 13px !important;
    }

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        top: 27px !important;
    }

    nav.profi.navbar ul.dashboard-menu {
        margin-left: 0;
    }

    .location_holdertwo {
        padding: 0;
    }

    .footer ul li a {
        text-transform: capitalize;
    }

    ul.mynewmenu .stad {
        /*display:none;*/
        /* padding: 0; */
        margin: 0;
        text-align: left;
        font-size: 27px
    }

    nav.profi.navbar .dropdown li a {
        padding-left: 10px;
    }

    .mynewmenu .user {
        padding-top: 15px;
    }

    nav.navbar-expand-md .navbar-nav .dropdown-menu {
        right: 0;
        left: inherit;
    }

    .cart-sec .form-control {
        font-size: 14px;
    }

}


@media (max-width: 1199px) and (min-width: 992px) {
    .sub input[type="text"] {
        width: 57%;
    }

    nav > ul {
        margin: 0;
    }

    .text_inner_miss {
        width: 100%;
    }

    .box-container .box-header {
        font-size: 20px;
    }

    .checkcontainer {
        font-size: 14px;
        line-height: 28px;
    }

    table.table thead th {
        font-size: 16px;
    }

    ul.mynewmenu .stad {
        font-size: 21px;
        padding: 0px;
    }

    .mynewmenu .user {
        padding: 10px 5px;
        padding-top: 15px;
    }

    table .taone,
    table .ta {
        font-size: 13px;
    }

    .search_holder input[type="text"],
    .text_area textarea {
        width: 85%;
    }

    .footer p {
        font-size: 13px;
    }

    .call {
        font-size: 11px;
    }

    .call span {
        font-size: 16px;
    }

    div.text {
        width: 68%;
    }

    div.text h2 {
        line-height: normal;
    }

    .con_one .coun {
        margin: 5px 0 16px 0;
    }

    .imh img {
        max-width: 100%;
    }

    .location_holdertwo {
        padding: 0;
    }

    .footer ul li a {
        text-transform: capitalize;
    }
    .cre {
        width: 100%;
    }

    

    .right_one p,
    .left_one p {
        font-size: 14px;
    }

   


    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before {
        bottom: 14px !important;
    }

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        top: 13px !important;
    }


    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0 5px;
    }

    nav.navbar-nav.dashboard-menu > li {
        margin-left: 0 !important;
    }

    .aame {       
        font-size: 11px;
        padding: 10px 5px;
        width: 95px;
    }

   
}


@media (max-width: 1600px) and (min-width: 1400px) {
    .cart-sec .row .col-md-4:first-child .select-cover:after {
        right: 21px;
    }
}

/***************New******************/




@media(max-width:767px) {
  

    div.order-review {
        padding: 12px;
    }

    .order-review .col-md-6 {
        text-align: left !important;
    }

    .search_holder {
        width: 100%;
        height: auto;
        border: solid 2px #dee6ec;
        margin: 0 0 20px;
        float: left;
    }
}

.selectMultiple > div .arrow {
    background: #fff;
    right: -7px;
}

.text_area textarea {
    padding: 13px;
}

@media only screen and (max-width: 767px) {
   

    .im img {
        height: 50px;
    }

    nav.profi.navbar .dropdown li a {
        padding: 18px 15px 18px;
        padding-left: 0;
    }

    nav.profi.navbar .dropdown.show a.dropdown-item {
        padding-left: 10px;
    }
}






/***25feb**/
.price-tooltip .tooltip {
    position: relative !important;
    opacity: 1 !important;
}

.price-tooltip .tooltip .tooltiptext {
    visibility: hidden;
    background-color: #3db8da;
    color: #fff;
 
    padding: 10px;
    position: absolute;
    z-index: 1;
    width: 200px;

}

.price-tooltip .tooltip .tooltiptext p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
padding-bottom: 5px;
}

.price-tooltip .tooltip:hover .tooltiptext {
    visibility: visible;
    left: -70px;
    top: -50px;
}

.price-tooltip .tooltip i {
    font-size: 11px;
    line-height: 11px;
    border: 1px solid #3db8da;
    padding: 5px;
}

.box-body ul li {
    position: relative;
}

.price-tooltip {
    position: absolute;
    top: 0;
    right: 0;
}
@media(max-width:992px){
    .nav-menu{
        display:none;
    }
    .mynewmenu{
        margin-top:20px !important;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .price-tooltip {
        right: -27px;
    }
}
@media (min-width: 992px) and (max-width: 1024px){
     .price-tooltip {

        right: 0;
    }
}
@media (max-width: 767px){
         .price-tooltip {

        right: 0px;
    }
    .price-tooltip .tooltip:hover .tooltiptext {
      width: auto;
    left: -121px;
    display: block;
    /* top: -74px; */
    margin-top: -12px;
    }
}
@font-face {
    font-family: 'Proxima Nova Alt Rg';
    src: url('ProximaNovaA-Bold.woff2') format('woff2'),
        url('ProximaNovaA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Th';
    src: url('ProximaNovaA-Thin.woff2') format('woff2'),
        url('ProximaNovaA-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url('ProximaNovaA-Light.woff2') format('woff2'),
        url('ProximaNovaA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/PProximaNovaT-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('ProximaNova-Extrabld.woff2') format('woff2'),
        url('ProximaNova-Extrabld.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('ProximaNova-Regular.woff2') format('woff2'),
        url('ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.titel-over-ons {
    padding: 80px 0;
    align-items: center;
}
.titel-hoe-ons{
    padding:80px 0;
    align-items:center;
}

.titel-over-ons-left-absolute {
    height: fit-content;
    padding: 70px 50px;
    background: white;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 110%;
    z-index: 1;
}

.titel-over-ons-left-absolute h3 {
    font-size: 20px;
    text-transform: initial;
}

.titel-over-ons-left-absolute p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #474747;
}
.team-members {
    display: grid;
    gap: 50px;
}

.team-members-head h5 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.team-members-head h2 {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-size: 26px;
}

.team-members-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr));
    gap: 40px;
}

.single-team-member {
    position: relative;
    height:500px;
}

.team-member-text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
}

.team-member-text p {
    color: white;
    text-transform: capitalize;
    font-size: 23px;
    margin-bottom: 0;
}

.team-member-text span {
    color: white;
    text-transform: capitalize;
    font-size: 18px;
}

.single-team-member img {
    width: 100%;
    height:100%;
    object-fit: cover;
}

.faqs {
    margin: 80px 0;
    padding: 80px 0;
    background: #F5F5F5;
}

.faqs .faqs-title h2 {
    font-size: 55px;
    color: #313233;
    font-weight: 600;
    margin-bottom: 50px;
}

.faqs .faqs-menu {
    padding-right: 30px;
    border-right: 2px solid #98B5C7;
}

.faqs .faqs-menu .menu-text {
    font-size: 22px;
    font-weight: 400;
}

.faqs .faqs-menu .menu-item {
    border: 1px solid #D1D1D1;
    font-size: 18px;
    font-weight: bold;
    color: #313233;
    padding: 8px 16px;
    border-radius: 5px;
}

.faqs .faqs-menu .active-menu-item {
    background: #3D769A;
    border-color: #3D769A;
    color: #ffff;
}

.faqs .faqs-menu-content {
    padding-left: 30px;
}

.faqs .menu-content {
    display: none;
}

.faqs .active-menu-content {
    display: block;
}

.faqs .faqs-menu-content .menu-content .accordion {
    width: 100%;
    display: grid;
    gap: 30px;

}

.faqs .faqs-menu-content .menu-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #313233;
    background-color: white;
}
.faqs .faqs-menu{
    display:block;
}

.faqs .faqs-menu-content .menu-content .accordion .accordion-item .accordion-collapse {
    border: none;
}

.faqs .faqs-menu-content .menu-content .accordion .accordion-item {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(30, 30, 30, 0.2);
}

.faqs .faqs-menu-content .menu-content .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faqs .faqs-menu-content .menu-content .accordion .accordion-item .accordion-header .accordion-button {
    outline: none;
    border-color: transparent;
    box-shadow: unset;
}

.faqs .faqs-menu-content .menu-content .accordion .accordion-item {
    background: white;
    outline: none;
}

.contact-body .contact-form {
    display: grid;
    gap: 30px;
    width: 50%;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 80px;
}

.contact-body h2 {
    text-align: center;
}

.contact-body .contact-form .contact-form-btn {
    width: fit-content;
    margin-top: 30px;
    background: #3D769A;
    color: white;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 22px;
    justify-self: center;
    border: none;
}

.contact-body .contact-form .contact-type-input {
    width: 100%;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    padding: 10px;
    font-size: 21px;
    color: #474747;
}

.contact-body .contact-form .contact-type-input::placeholder {
    font-size: 21px;
    color: #474747;
}

.faqs-menu-select {
    display: none;
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px !important;
    }
}

@media (max-width: 1400px) {
    .titel-over-ons-left-absolute {
        padding: 30px !important;
    }
}

@media (max-width: 1200px) {
    .titel-over-ons-left-absolute {
        padding: 15px 20px;
    }
}

@media (max-width: 1024px) {
    .titel-over-ons-left {
        width: 90% !important;
    }
    .titel-hoe-left{
        width:90% !important;
    }

    .titel-over-ons-right {
        width: 100% !important;
    }
    .titel-hoe-right{
        width:100% !important;
    }
    .titel-over-ons-right-bio{
        width:100% !important;
    }

    .titel-over-ons-left-absolute {
        width: 100% !important;
        padding: 50px;
        transform: translateY(-50px);
    }

    /*.titel-over-ons {*/
    /*    flex-direction: column-reverse;*/

    /*}*/

    .contact-body .contact-form {
        width: 80% !important;
    }

    .faqs-menu-body {
        flex-direction: column;
    }

    .faqs .faqs-menu-content {
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }

    .faqs-menu {
        display: none;
    }

    .faqs-menu-select {
        display: grid;
        padding-bottom: 20px;
        border-bottom: 2px solid #3D769A
    }

    .faqs-menu-select select {
        padding: 10px 20px;
        border: 1px solid #D1D1D1 !important;
        outline: none;
        box-shadow: none;
        background-position: calc(100% - 0.75rem) center !important;
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        appearance: none !important;
        background-color: white;

    }

    .faqs-menu-select select option:checked {
        outline: none;
    }

    .faqs .faqs-menu-select .menu-text {
        font-size: 22px;
        font-weight: 400;
    }
    @media (max-width: 768px) {
        .team-members-body{
            grid-template-columns:  repeat(auto-fit, minmax(300px, 1fr));
        }
        .form-select{
            width: 100%;
        }
        .team-members-head h2{
            font-size: 15px;
        }
        .contact-body h2{
            font-size: 15px;
        }
        .contact-body .contact-form .contact-type-input::placeholder{
            font-size: 15px;
        }
        .accordion-button{
            font-size: 15px;
        }

    }
}
.list-of-links {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 20px auto;
}

.list-of-links .list-icons {
    width: 22px;
    height: 22px;
}

.list-of-links svg path {
    fill: #3D769A;
}

.list-of-links a {
    text-transform: uppercase;
    text-decoration: none;
    color: #313233;
    font-size: 22px;
    padding: 0 15px;
}
.list-of-links a:hover {
    text-transform: uppercase;
    text-decoration: none;
    color: #313233;
    font-size: 22px;
    padding: 0 15px;
}
.list-of-links .list-arrow {
    width: 22px;
    height: 22px;
}

.titel-over-ons {
    padding: 100px 0;
    align-items: center;
    flex-direction: row-reverse;
    align-items: stretch;
}
.titel-hoe-ons{
    padding: 100px 0;
    align-items: center;
    flex-direction: row-reverse;
    align-items: stretch;
}

.titel-over-ons-left-absolute {
    height: fit-content;
    padding: 50px;
    background: white;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 110%;
    z-index: 1;
    display: grid;
    gap: 20px;
    margin: 50px 0;
}
.titel-over-ons-left-absolute .titel-over-ons-title {
    font-size: 20px;
    font-weight:bold;
    text-transform: initial;
}

.titel-over-ons-left-absolute .titel-over-ons-header {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #474747;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.titel-over-ons-left-absolute .titel-over-ons-header .list-icons {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
.titel-over-ons-left-absolute .titel-over-ons-text {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #474747;
}

.titel-over-ons-left-absolute .titel-over-ons-header svg path {
    fill: #3D769A;
}

.titel-over-ons-right img {
    width: 600px;
    height: 600px;
    min-height: 40vh;
    object-fit: cover;
}
.titel-hoe-right img{
    width: 600px;
    height: 600px;
    min-height: 40vh;
    object-fit: cover;
}
.titel-over-bio-img{
    width: 100%;
    height: 600px;
    min-height: 40vh;
    object-fit: cover;
}

.titel-over-ons2 {
    padding: 0 0 100px 0;
    align-items: center;
    align-items: stretch;
}

.titel-over-ons2 .titel-over-ons-left-absolute {
    height: fit-content;
    padding: 50px;
    background: white;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateX(0);
    width: 110%;
    z-index: 1;
    margin: 50px 0;
}
.titel-over-ons-left-absolute .titel-over-ons-header {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #474747;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.titel-over-ons-left-absolute .titel-over-ons-header .list-icons {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.titel-over-ons-left-absolute .titel-over-ons-text {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #474747;
}

.titel-over-ons-left-absolute .titel-over-ons-header svg path {
    fill: #3D769A;
}


.titel-over-ons-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.titel-hoe-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-84px);
}
.aanbod-button{
    color: white;
    border: none;
    background-color: #3D769A;
    font-size: 20px;
    text-transform: uppercase;
    width: fit-content;
    padding: 5px 10px;
    letter-spacing: 2px;
    border-radius: 5px;
}
.header-bottom-section{
    margin-top: 50px;
}
.aanbod-button{
        Outline: 0 !important;
}
.titel-over-ons-left-absolute button {
    background-color: #3D769A;
    border: none;
    outline: none;
    padding: 5px 10px;
    width: fit-content;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 2px;
}

.header-bottom-section{
justify-content: space-around;
}
.header-bottom-section{
justify-content: space-around;
}
.card-header-ordering{
    font-family: 'Poppins', sans-serif;
    border-radius: 0 !important;
    line-height: 65px;
    height: 65px;
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    background: #3db8da;
    border-bottom: 1px solid #3db8da;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-tooltip-ordering{
    position: relative;
    height: 40px;
    display: flex;
    padding: 2px;
    margin-bottom: 6px;
    margin-left: 27px;
    align-items: center;
}
.price-tooltip-ordering .tooltip-ordering i{
    font-size: 25px;
    color: #3db8da;
    position: relative;
    line-height: 11px;
    margin-top: 9px;
}
.price-tooltip-ordering .tooltip-ordering .tooltiptext-ordering {
    visibility: hidden;
     background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid lightgrey;
    color: #292929;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    width: 200px;
    bottom: 31px;
    margin-left: 10px;
    line-height: 15px;
    padding: 10px;
    transition:0.2s;
}
.price-tooltip-ordering .tooltip-ordering:hover .tooltiptext-ordering {
    visibility: visible;
}
@media (max-width: 990px) {
    .tooltiptext-ordering{
        right: 20px;
    }
}
@media (min-width: 990px){
    .header-bottom-section-left{
        flex: 0 0 50%;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
        max-width: 45%;
    }
}
@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px !important;
    }
}

@media (max-width: 1024px) {
    .titel-over-ons-right img {
        width: 100%;
        min-height: unset;
    }
    .titel-hoe-right img{
        width: 100%;
        min-height: unset;
    }
    .titel-over-ons-right-bio{
        width:100% !important;
    }
    .titel-over-ons-left {
        width: 90% !important;
    }
    .titel-hoe-left{
        width: 90% !important;
        transform: translateX(0);
    }

    .titel-over-ons-right {
        width: 100% !important;
    }

    .titel-hoe-right{
        width: 100% !important;
    }
    .titel-over-ons-left-absolute {
        margin-top: 0;
        width: 100% !important;
        padding: 50px;
        transform: translateY(-50px);
    }

    .titel-over-ons {
        flex-direction: column;
    }
    .titel-hoe-ons{
        flex-direction: column-reverse;
    }

    .titel-over-ons2 {
        flex-direction: column-reverse;
    }

    .titel-over-ons2  {
        width: 100% !important;
        padding: 50px;
        transform: translateY(-50px);
    }
    .header-bottom-section-right{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .titel-over-ons{
        align-items: center;
        padding: 30px;
    }
    .titel-hoe-ons{
        align-items:center;
        padding:30px;
    }
    .titel-over-ons2 {
        align-items: center;
        padding: 30px;
    }
    .titel-over-ons-left-absolute{
        margin-top:0 ;
    }
    .titel-over-ons2 .titel-over-ons-left-absolute{
        margin-top: 0;
        width: 100% !important;
        padding: 50px;
        margin-bottom: 0;
        transform: translateY(-50px);
    }

}
@media(max-width: 768px){
    .aanbod-button{
        font-size: 15px;
    }
    .titel-over-ons-left-absolute button{
        font-size: 15px;
    }
    .header-bottom-section-left>h3{
        font-size: 18px;
    }
}
@media (max-width: 500px) {
    .card-header-ordering>h3{
        font-size: 1rem;
    }
    .price-tooltip-ordering{
        margin-left: 7px;
    }
}



