 /* Normalize style */
 html {
     font-family: sans-serif;
     line-height: 1.15;
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%
 }

 body {
     margin: 0;
 }

 main {
     display: block;
 }

 h1 {
     font-size: 2em;
     margin: 0.67em 0;
 }

 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible;
 }

 pre {
     font-family: monospace, monospace;
     font-size: 1em;
 }

 a {
     background-color: transparent;
     text-decoration: none;
 }

 abbr[title] {
     border-bottom: none;
     text-decoration: underline;
     -webkit-text-decoration: underline dotted;
     text-decoration: underline dotted;
 }

 b,
 strong {
     font-weight: bolder;
 }

 code,
 kbd,
 samp {
     font-family: monospace, monospace;
     font-size: 1em;
 }

 small {
     font-size: 80%;
 }

 sub,
 sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
 }

 sub {
     bottom: -0.25em;
 }

 sup {
     top: -0.5em;
 }

 img {
     border-style: none;
 }

 button,
 input,
 optgroup,
 select,
 textarea {
     font-family: inherit;
     font-size: 100%;
     line-height: 1.15;
     margin: 0;
 }

 button,
 input {
     overflow: visible;
 }

 button,
 select {
     text-transform: none;
 }

 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
     -webkit-appearance: button;
 }

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
 }

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
 }

 fieldset {
     padding: 0.35em 0.75em 0.625em;
 }

 legend {
     box-sizing: border-box;
     color: inherit;
     display: table;
     max-width: 100%;
     padding: 0;
     white-space: normal;
 }

 progress {
     vertical-align: baseline;
 }

 textarea {
     overflow: auto;
 }

 [type="checkbox"],
 [type="radio"] {
     box-sizing: border-box;
     /* 1 */
     padding: 0;
     /* 2 */
 }

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
     height: auto;
 }

 [type="search"] {
     -webkit-appearance: textfield;
     /* 1 */
     outline-offset: -2px;
     /* 2 */
 }

 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
 }

 ::-webkit-file-upload-button {
     -webkit-appearance: button;
     /* 1 */
     font: inherit;
     /* 2 */
 }

 details {
     display: block;
 }

 summary {
     display: list-item;
 }

 template {
     display: none;
 }

 [hidden] {
     display: none;
 }

 /* General styles */

 *,
 *::before,
 *::after {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     outline: 0;
 }

 body {
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     margin: 0;
     padding: 0;
     font-weight: 400;
     color: #747474;
     line-height: 1.2;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p {
     margin: 0;
 }

 .font-weight-600 {
     font-weight: 600;
 }

 .font-30 {
     font-size: 30px;
 }

 .text-uppercase {
     text-transform: uppercase;
 }

 .text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 .form-control {
     display: block;
     width: 100%;
     height: 34px;
     padding: 6px 12px;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: 5px;
 }

 textarea.form-control {
     height: auto;
 }

 .d-block {
     display: block;
 }

 .d-inline-block {
     display: inline-block;
 }

 .align-items-center {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }

 .color1 {
     color: #82b440;
 }

 .color2 {
     color: #747474;
 }

 .position-relative {
     position: relative;
 }

 .position-absolute {
     position: absolute;
 }

 .clear {
     clear: both;
     overflow: hidden;
 }

 .rounded-circle {
     border-radius: 50%;
 }

 .m-0 {
     margin: 0;
 }

 .p-0 {
     padding: 0;
 }

 .mtb-20 {
     margin-top: 20px;
     margin-bottom: 20px;
 }

 .mtb-50 {
     margin-top: 50px;
     margin-bottom: 50px;
 }

 .m-t-20 {
     margin-top: 20px;
 }

 .m-t-30 {
     margin-top: 30px;
 }

 .m-t-40 {
     margin-top: 40px;
 }

 .m-t-50 {
     margin-top: 50px;
 }

 .m-b-10 {
     margin-bottom: 10px;
 }

 .m-b-30 {
     margin-bottom: 30px;
 }

 .m-b-50 {
     margin-bottom: 50px;
 }

 .m-t-50 {
     margin-top: 50px;
 }

 .m-l-20 {
     margin-left: 20px;
 }

 .p-l-20 {
     padding-left: 20px;
 }

 .img-fluid {
     max-width: 100%;
     height: auto;
 }

 .common-action-btn {
     background-color: #234d94;
     border: 1px solid #234d94;
     border-radius: 5px;
     color: #ffffff;
     font-size: 22px;
     min-height: 55px;
     padding: 10px 25px;
     box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
     -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
     -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
     -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
     -o-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
 }

 .common-action-btn:hover,
 .common-action-btn:focus {
     color: #234d94;
     border-color: #234d94;
     background-color: transparent;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
 }

 .common-heading {
     font-size: 30px;
     text-align: center;
 }

 .common-heading:before {
     position: absolute;
     content: "";
     width: 125px;
     height: 2px;
     background: #82b440;
     bottom: -10px;
     margin: 0 auto;
     left: 0;
     right: 0;
     border-radius: 50px;
     overflow: hidden;
 }

 .common-left-heading:before {
     position: absolute;
     content: "";
     width: 50px;
     height: 3px;
     background: #82b440;
     bottom: -10px;
     left: 0;
     right: 0;
     border-radius: 50px;
     overflow: hidden;
 }

 .container-fluid {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
 }

 .container {
     max-width: 1140px;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
 }

 .row {
     display: -ms-flexbox;
     display: flex;
     -ms-flex: 1 0 100%;
     flex: 1 0 100%;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
 }

 .col-12 {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
 }

 .col-11 {
     -ms-flex: 0 0 91.666667%;
     flex: 0 0 91.666667%;
     max-width: 91.666667%;
 }

 .col-10 {
     -ms-flex: 0 0 83.333333%;
     flex: 0 0 83.333333%;
     max-width: 83.333333%;
 }

 .col-9 {
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
 }

 .col-8 {
     -ms-flex: 0 0 66.666667%;
     flex: 0 0 66.666667%;
     max-width: 66.666667%;
 }

 .col-7 {
     -ms-flex: 0 0 58.333333%;
     flex: 0 0 58.333333%;
     max-width: 58.333333%;
 }

 .col-6 {
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
 }

 .col-5 {
     -ms-flex: 0 0 41.666667%;
     flex: 0 0 41.666667%;
     max-width: 41.666667%;
 }

 .col-4 {
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
 }

 .col-3 {
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
 }

 .col-2 {
     -ms-flex: 0 0 16.666667%;
     flex: 0 0 16.666667%;
     max-width: 16.666667%;
 }

 .col-1 {
     -ms-flex: 0 0 8.333333%;
     flex: 0 0 8.333333%;
     max-width: 8.333333%;
 }

 [class*="col-"] {
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
 }

 /* Page Styles */

 .askbanner-left {
     padding-top: 100px;
 }

 .askbanner-left h1 {
     font-size: 28px;
     line-height: 38px;
     color: #82b440;
     font-weight: 600;
 }

 .askbanner-left select {
     height: 55px;
 }

 .askbanner-left .form-control {
     border: 1px solid #82b440;
 }

 ul.qstn {
    margin: 10px 0;
    font-size: 14px;
}

 ul.qstn li {
     border-right: 1px solid #ccc;
     padding-right: 5px;
 }

 ul.qstn li:last-child {
     border-right: 0;
 }

 /* Accordion section */

 .acc__card {
     position: relative;
 }

 .acc__title {
     color: #111111;
     cursor: pointer;
     display: block;
     padding: 20px 25px 20px 20px;
     position: relative;
     text-align: left;
     font-weight: 600;
     border-bottom: 1px solid #ccc;
     position: relative;
 }

 .acc__title:before {
     position: absolute;
     content: "";
     background: #82b440;
     height: 10px;
     width: 10px;
     top: 24px;
     left: 0;
 }

 .acc__title::after {
     width: 8px;
     height: 8px;
     border-right: 1px solid #4a6e78;
     border-bottom: 1px solid #4a6e78;
     position: absolute;
     right: 10px;
     content: " ";
     top: 24px;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }

 .acc__title.active::after {
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }

 .acc__panel {
     color: #111111;
     display: none;
     margin: 0;
     padding: 15px 0;
     text-align: left;
 }

 .faq-accordion p {
     margin-left: 20px;
     margin-right: 20px;
     line-height: 160%;
 }

 /* Responsive Styles */

 @media screen and (max-width: 767px) {
     .col-100p {
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }

     .ask-lawyer-banner {
         text-align: center;
     }

     .askbanner-left {
         padding-top: 40px;
     }

     .askbanner-left h1 {
         font-size: 20px;
         line-height: 28px;
     }

     .askbanner-left .form-control {
         margin-bottom: 20px;
     }

     .common-action-btn {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         width: 100%;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
     }

     .common-heading {
         font-size: 20px;
     }

     .order1-small {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
     }

     .order2-small {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
     }

     .accordion-right img,
     .questions-action img {
         display: table;
         margin: 0 auto;
     }

     ul.qstn {
         margin: 10px -20px 0px -20px;
     }

     ul.qstn li {
         font-size: 10px;
         text-align: center;
         margin: 5px 0;
         color: #999;
     }

     .questions-action {
         margin: -30px 0 40px 0;
         text-align: center;
     }

     .questions-action h2 {
         font-size: 20px;
         margin: 20px 0 30px 0;
     }
 }