body{
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.7px;
}

.fixed-width{
    max-width: 1200px;
    margin: 0 auto;
}
button:focus{outline: 0;}
.logo{width:230px}
.navbar-toggler-icon {
    background-image: url('../img/menu.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.caption-cust h2{
    color: #495A63;
    font-size: 34px;
    font-weight: 600;
}
.caption-cust p{
    color: #94A4AD;
    font-size: 22px;
    font-weight: 600;
}
.caption-cust .form-control{
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #667C8A;
}
.form-control:focus, .form-control:active, .form-control:hover{
    box-shadow: none;
    border-color: #FA742B;
}
.pick-btn{
    background: linear-gradient(135deg, #FFE985 0%, #FA742B 100%);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}
.pick-btn:hover, .pick-btn:focus, .pick-btn:active{
    /* box-shadow: -1px 3px 30px #fa742b66; */
}
.pick-btn i{
    margin-left: 3px;
    transition: 0.3s;
}
.pick-btn:hover i, .pick-btn:focus i, .pick-btn:active i{
    transform: translateX(5px);
}
.send-btn{
    background: linear-gradient(135deg, #55C0E4 0%, #55C0E4 100%);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
}
.send-btn:hover, .send-btn:focus, .send-btn:active{
    /* box-shadow: -1px 3px 30px #fa742b66; */
}
.send-btn i{
    margin-left: 3px;
    transition: 0.3s;
}
.send-btn:hover i, .send-btn:focus i, .send-btn:active i{
    transform: translateX(5px);
}
.main-slider .carousel-caption{
    position: relative;
    /* width:40%;
    top: 30%;
    left: 4%;
    right: 50%;
    bottom: auto; */
}
.banner-img{height: 250px;}

.expect-cont{
    background: #EDEFF1;
}
.expect-title{
    color:#495A63;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}
.expect-cont p, .covid-news p{
    color:#94A4AD;
    font-size: 14px;
    font-weight: 600;
}
.owl-nav{display:none}

.news-bg{
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(124, 124, 123, 0.2), 0px 2px 2px -1px rgba(124, 124, 123, 0.12), 0px 2px 2px rgba(124, 124, 123, 0.14);
    border-radius: 10px;
    padding:15px;
    height:280px;
}
.news-bg p{padding-left:3%; color: #283237; font-size: 12px;}
.news-bg ul{padding-left:7%}
.news-bg ul li{font-size: 12px; font-weight: 400; color: #667C8A;}


a.like-btn{
    background-color: transparent;
    border: 1px solid #667C8A;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    color: #667C8A;

}
.news-bg p.quote-para{
    font-size: 12px; 
    font-weight: 400;
    color: #667C8A;
}
.news-bg .fa{color:#94A4AD;}
p.name{bottom:0}
.about-text{
    color: #495A63;
    font-size: 26px;
    font-weight: 600;
}
.about-para .about-text{
    font-size: 12px; 
    font-weight: 400;
    color: #667C8A;
}
.about-para .number
{
    color: #94A4AD;
    font-size: 25px;
    font-weight: 600;
    background-color: #edeff1;
    padding: 5px 17px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}
.footer-bg{
    background-color: #EDEFF1;
    color: #94A4AD;
    font-size: 12px;
    font-weight: 600;
}

.covid-news h2, .microns-bg h2{
    color: #283237;
    font-size: 34px;
    font-weight: 600;
}
.covid-news h3, .microns-bg h3{
    color: #94A4AD;
    font-size: 25px;
    font-weight: 600;
}
.covid-news a, a.mail{
    color: #94A4AD;
    font-size: 13px;
}

.accordion {
    margin-top: 40px;
  }
  .accordion .card {
    border: none;
    margin-bottom: 20px;
  }
  .accordion .card h3 {
    background: url('../img/arrow-up.png') no-repeat calc(100% - 10px) center;
    background-size: 10px;
    cursor: pointer;
    font-size: 18px;
  }
  .accordion .card h3.collapsed {
    background-image: url('../img/arrow-down.png');
  }
  .accordion .card-body {
    padding-left: 0;
    padding-right: 0;
  }
  .microns-bg h3{
    color: #94A4AD;
    font-size: 20px;
    font-weight: 600;
  }
  .microns-bg .card{
    border-bottom: 1px solid #EDEFF1 !important;
    padding: 15px 0;
    margin-bottom: 15px;
  }

  label {
    font-weight: 600;
    font-size: 15px;
    color: #283237;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}
.vh {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
label:after {
    content: ''; 
    width: 20px; 
    height: 20px; 
    background: #f2f2f2; 
    border: 1px solid rgba(75, 101, 132, 0.3); 
    display: inline-block; 
    margin-right: 5px;
    border-radius: 50%;
    position: absolute;
    right:0
}
input[type="checkbox"] ~ label:after{
    background: no-repeat center; background-size: 10px 10px;
    background-image: url('../img/black-arrow.png');
}
input[type="checkbox"]:checked ~ label:after {
    background: #63D3A6 no-repeat center;
    background-size: 10px 10px; 
    background-image: url('../img/white-arrow.png');
}
input[type="checkbox"]:focus ~ label {color: #63D3A6;}
p.all-para{
    font-size: 14px;
    color: #94A4AD;
    font-weight: 600;

}
.border-bottom-cust{border-bottom: 1px solid #EDEFF1;}
h4.all-title{
    color: #63A3AF;
    font-size: 16px;
    font-weight: 600;

}
@media (min-width:992px) and (max-width:1024px) {
    .w-50 {width: 60%!important;}

}

@media (min-width:768px) and (max-width:991px) {
    .caption-cust h2, .covid-news h2, .microns-bg h2{font-size: 28px;}
    .caption-cust p{font-size: 16px;}
    .caption-cust .form-control, .pick-btn{width: 75% !important;}
    .microns-bg h3{font-size: 16px;}
}
@media (min-width:576px) and (max-width:767px) {
    .caption-cust .form-control, .pick-btn{width: 90% !important;}
    .caption-cust h2, .covid-news h2, .microns-bg h2{font-size: 35px;}
    .caption-cust p{font-size: 16px;}
    .caption-cust .form-control, .pick-btn{width: 70% !important;}
    .microns-bg h3{font-size: 18px;}
    .accordion .card h3{font-size: 15px;}
    label {font-size: 13px;}
}
@media (min-width:300px) and (max-width:575px) {
    .fixed-width{margin:none}
    .caption-cust .form-control, .pick-btn{width: 95% !important;}
    .logo {width: 160px;}
    .navbar-toggler-icon{width:30px; height:30px}
    .main-slider .carousel-caption{right:3%; left:3%}
    .caption-cust h2, .covid-news h2, .microns-bg h2{font-size: 30px;}
    .caption-cust p{font-size: 20px;}
    a.like-btn{margin-top:15px}
    .accordion .card h3{font-size: 15px;}
    label {font-size: 13px;}
}


