.hed {
    Font-size: 24px;
    font-weight: 500;
    padding-left: 17px;
    margin-bottom: 2px;
}

.btn1{
background-color: #FF6E50;
    border-radius: 8px;
    font-weight: 600;
    width: 200px;
    height: 50px;
    font-size: 22px;
    margin-left: -12px;
}


.shadow{
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
    border-radius:17px;
    padding:11px;
    margin:1px;
}

.val{
    height:78px;
    width:78px;
}

.color-one{
    color: #363352;   
}
 
 .myspan{
     color: #fb775a;
}
 
 .imgs{
     max-width:100%;
    
 }
 
 .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.accordion>.card>.card-header {
    border-radius: 9px;
     width: 100%;
}




.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background:none;
}
.card-body{
    font-size:15px;
}

.bg-con{
 background-color:#F8F7F6;   
}

.card-title {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #363352;
}

.card {
    font-size: 16px;
    font-weight:100;
    color:#363352;
}


a:hover {
    color: #363352;
}

/*.active-header a {*/
/*        color: #FF6E50; */
/*    }*/
    
    .mypic{
        height:100px;
        width:100px;
    }
    
    .mydiv{
        margin-left:10px;
        margin-right:10px;
    }
    
* {
  box-sizing: border-box;
}

/* Style the search field */
form.example input[type=text] {
  padding: 10px;
    font-size: 17px;
    border: 1px solid white;
    float: left;
    width: 65%;
    background: white;
    color:grey;
    margin-left: 32px;
}

/* Style the submit button */
form.example button {
float: left;
    width: 134px;
    padding: 10px;
    background: #FF6E50;
    color: white;
    font-size: 17px;
    border: 1px solid white;
    border-left: none;
    border-radius: 33px;
    height: 52px;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}

::placeholder{
  color:grey;  
}
.faq{

    margin: 2rem 1rem;
}
.ser{
background-color: white;
    height: 64px;
    border-radius: 40px;
    padding: 6px;
    text-align: center;
        max-width: 100%;
    width: 79%;
}
.swroz{
   height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff6e50;
    border-radius: 23px;
}

.mx-10{
    padding-right: 154px;
    padding-left: 154px;
}

.sub{
    font-size:24px;
    
}

@media screen and (min-width:768px)
{
    .res{
        margin-left: -16px;
    margin-right: 16px;
    }
    .imgsfaq {
    max-width: 46%;
    margin-top: -7%;
}
}


@media screen and (max-width:768px) {
  form.example input[type=text] {
      width: 51%;
          margin-left: 25px;
      
  }
  .ser{
      max-width: 100%;
  }
  .imgsfaq {
    max-width: 46%;
    margin-top: -4%;
  }
  .faq{
      margin-bottom: -67px;
  }
  .accordion>.card>.card-header {

    text-align: left;
}
.card-body {
    text-align: left;
}
  
}