/*!
Theme Name: udaan
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: udaan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.form__wrapp .form-group input[type="tel"] {
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px #c1c1c1;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #000;
    outline: none;
    background: none;
}
.form__wrapp .form-group input[type="email"] {
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px #c1c1c1;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #000;
    outline: none;
    background: none;
}

.service__itemsone .owl-carousel .owl-stage
{
    margin: 0 auto;
}
.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}