@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700|Work+Sans:300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700|Work+Sans:300,400,500,600,700,900&display=swap");
.parallax{
    position:relative;
    background-size:cover;
    /*background-attachment:fixed;*/
    /*height:100vh; */
    /*min-height: calc(70vh - 102px);*/
    width:100%;
   background-position:center; 
   -webkit-transform: translateZ(0);
}
.zoom-image{
    position:relative;
}
* {
  box-sizing: border-box;
}
.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.image-box .zoom-content {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
 .consultation-main {
     top:50%;
     }
.image-box:hover .zoom-content {
    transform: scale(1.1);
}
 header li:hover, header .header-item:hover, header .active, header .active .header-item{
     color: #009AC7 !important;}
     
.depertment_area .depart_ment_tab .nav li {
    -webkit-box-flex: 14.4%;
    -ms-flex: 14.4% 0 0px;
}
#consultation-contracting .image-content .section_title p, #consultation-contracting .image-content h5,#consultation-contracting .image-content .book_room .book_btn a, #consultation-contracting .FAQ-image{ 
    color:black !important;
}
#consultation-contracting .image-content .book_room .book_btn a:hover{
    color:white !important;
}
#FAQ .parallax{
   background-image: url(../img/header-FAQ.png);
}
#about .parallax{
  background-image: url(../img/header-about.png);
}
#contracting .parallax{
  background-image: url(../img/header-contracting.png);
}
.parallax_2{
  background-image: url("img_parallax.jpg");
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-title{
  color: #000000;
  font-weight: bold;
  font-family: "Frank Ruhl Libre";
  font-size: 60px;
  margin-top: 22px;
  margin-bottom: 42px;
}

.parallax-description{
  font-family: "Montserrat";
  color:#000000;
font-size: 21px;
line-height:1.6em;
font-weight:bold;
}

.content-module{
width: 100%;
padding-right:15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.content-module-left{
  padding-left: 10px;
}

@media (min-width: 1200px){
.content-module {
    max-width: 1200px;
}
}

@media(max-width:540px){
  .parallax-title{
    font-size:30px;
  }
}
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
body {
  font-weight: normal;
  font-style: normal;

}
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a,
.button, button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}
a,
button {
  outline: medium none;
}
h1, h2, h3, h4, h5 {
  font-family: "Work Sans", sans-serif;
  color: #191d34;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: black;
  margin-bottom: 13px;
  font-family: "Roboto", sans-serif;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
h3 {
  font-size: 24px;
}
.mb-65 {
  margin-bottom: 67px;
}
.white-bg {
  background: #ffffff;
}
.gray-bg {
  background: #f5f5f5;
}
.overlay {
  position: relative;
  z-index: 0;
}
.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.overlay_skyblue {
  position: relative;
  z-index: 0;
}
.overlay_skyblue::before {
  position: absolute;
  content: "";
  background-color: #5DB2FF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}
.bradcam_overlay {
  position: relative;
  z-index: 0;
}
b, strong{
    font-weight:bold;
}
.bradcam_overlay::before {
  position: absolute;
  content: "";
  background: -moz-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8',GradientType=1 );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pt-120 {
  padding-top: 120px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-40 {
  margin-bottom: 40px;
}
#contracting-quick .section_title p{
    font-weight:bold;
}
#contracting-quick-item li {
  list-style:square;
  font-family:'Montserrat';
  color:#1E2E3F;
}
#contracting-quick-item span{
  font-weight:bold;
  color:#1E2E3F;
}
.numbered-cards{
    font-size:100px;
    color:#23B9E5;
    font-family:'Frank Ruhl Libre';
}
.boxed-btn {
  background: #fff;
  color:#707070;
  display: inline-block;
  padding: 10px 30px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #27bcf2;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 767px) {

  .boxed-btn {
    font-size: 15px;
  }
}
.boxed-btn5 {
  border: 1px solid black;
  color:black;
  display: inline-block;
  padding: 17px 44px;
  font-family: "Montsserrat";
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom:50px;
}
.boxed-btn5:hover {
  background: #23B9E5;
  color: #000 !important;
  border:none;
/* border: 1px solid #000000; */
}
.boxed-btn5:focus {
  outline: none;
}
.line-button {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-bottom: 2px;
}
.line-button::before {
  position: absolute;
  content: "";
  background: #919191;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.line-button:hover {
  color: #009DFF;
}
.line-button:hover::before {
  background: #009DFF;
}
.book_now {
  display: inline-block;
  font-size: 14px;
  color: #009DFF;
  border: 1px solid #009DFF;
  text-transform: capitalize;
  padding: 10px 25px;
}
.book_now:hover {
  background: #009DFF;
  color: #fff;
}
h5 {
  font-size:28px;
  font-weight: 700;
  color: #1E2E3F;
  position: relative;
  /* z-index: 1; */
  padding-bottom: 15px;
  font-family: "Frank Ruhl Libre";
}
.section_title h6 {
  font-size: 18px;
  font-weight: bold;
  color: #1E2E3F;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  font-family: "Montserrat";
}
.welcome_clicnic_area .section_title h6{
     padding-bottom:0;
}
/*.shadow-cards{*/
/*box-shadow: 35px 35px 35px 35px rgb(242 245 245);*/
/*}*/
@media (max-width:400px) {
#index-card  h5{
  font-size:25px;
  padding-top:100px;

}
#index-card .section_title h6{
  font-size:20px;
  
}
}
.hover-item-show{
  padding: 20px;
  font-size: 10px;
  color: white;
  font-weight: normal;
  font-family: 'Montserrat';
  line-height: 1.9em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
    .section_title h3 br {
    display: none;
  }
  .layer{
   background: rgba(255,255,255,0.35) !important;
  }
}
#contracting-quick-item p{
color: #1E2E3F;
font-size: 15px;
font-family: "Montserrat";
font-weight: bold;
font-weight: bold;
}
.section_title p {
font-size: 15px;
color:#1E2E3F;
font-family: 'Montserrat';
line-height:1.5em;
}
@media (max-width: 767px) {
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
    .section_title p br {
    display: none;
  }
}
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #009DFF;
}
.slicknav_menu .slicknav_nav a.active {
  color: #009DFF;
}
.slicknav_menu .slicknav_nav .slicknav_btn {
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid red;
  top: 3px;
  right: 5px;
  top: -36px;

}
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -70px;
}

.layer {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
  background: linear-gradient(263deg, rgba(0,0,0,0) 49%, rgba(255,255,255,0.840696019618785) 140%);
    height: 100%;
}
.header-area {
  /* position: absolute; */
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}
.header-area .main-header-area {
  background: white;
}
@media (max-width: 767px) {
  .header-area .main-header-area {
    padding: 10px 10px;
  }
   .header-area .main-header-area .logo-img {
    text-align: left;
  }
}
@media (min-width: 768px){
  .links-padding{
      padding-left:100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
    .header-area {
    padding-top: 0;
  }
   .header-area .main-header-area {
    padding: 10px 10px;
  }
   .slicknav_menu .slicknav_nav a i {
    display: none;
  }
    .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
    .depertment_area .depart_ment_tab .nav li {
    -webkit-box-flex: 30%;
    -ms-flex: 30% 0 0px;
    flex: 30% 0 0;
    margin-bottom: 0 !important;
  }
    .depertment_area .dept_main_info .dept_info {
    padding: 40px;
  }
    .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
    .welcome_clicnic_area .welcome_docmed_info {
    padding-left: 0;
    margin-top: 100px;
  }
    .welcome_clicnic_area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
    .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
    .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
   .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}
#header-content .book_room .book_btn a {
  padding: 10px 23px 13px 23px;
}
#header-content  .book_room .book_btn a:hover {
  background:#1E2E3F;
  color: #fff;
  border:1px solid transparent;
}
#header-content .book_room {
  padding-left:40px;
}
 .book_room {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
 

}
 #federal .book_room{
      -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
       -ms-flex-pack: flex-end;
 }
.welcome_thumb .book_room{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#about_help  .book_room{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.header-area .main-header-area .book_room .socail_links ul li {
  display: inline-block;
}
.header-area .main-header-area .book_room .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}
.header-area .main-header-area .book_room .socail_links ul li a:hover {
  color: #fff;
}
.book_room .book_btn a {
  background: transparent;
  font-size: 16px;
  border:1px solid #23B9E5;
  font-weight: 400;
  color: #707070;
  padding: 10px 23px 13px 23px;
  font-family: "Work Sans", sans-serif;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
 .about_item ul li:before{
    display: inline-block;
    /* margin-right: 1em; */
    content: '';
    background-image: url(../img/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
 .about_item ul li{
     text-align:justify;
     padding-top:10px;
     padding-bottom:10px;
 }

.child-title-help{
  color: #1E2E3F;
  font-size:20px;
  font-family: "Montserrat";
  font-weight: bold;
  padding-right:30px;
}

#federal h5{
  color: #1E2E3F;
  font-size:20px;
  font-family: "Montserrat";
  font-weight: bold;
  padding-right:30px;
}
.seperator{
border-left:2px solid #23B9E5;
}
@media(max-width:800px){
  .seperator{
    border-left:none;
    }
}
.dept_info .description_dept {
  color:black;
}
.book_room_federal .book_btn a {
  background:#1E2E3F;
  font-size: 16px;
  font-weight: 400;
  color: white;
  /* padding: 10px 23px 13px 23px; */
  font-family: "Montserrat";
  /* display: in line-block; */
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position:absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.book_room .book_btn a:hover {
  background:#1E2E3F;
  color: #fff;
  border:1px solid transparent;
}
.card-header{
  background-color:white;
  position: relative;
}
.header-area .main-header-area .main-menu {
  text-align: center;
}
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 33px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li {
    margin-right: 25px;
  }
}
.header-area .main-header-area .main-menu ul li:last-child {
  margin-right: 70px;
}
.header-area .main-header-area .main-menu ul li a {
  color: #707070;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 47px 0px 48px 0px;
  font-family: "Work Sans", sans-serif;
  position: relative;
  text-transform: capitalize;
}
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}
@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 140%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 999;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area.sticky {
    padding: 5px 5px;
  }
   .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}
.FAQ-image{
  position:relative;
  display: flex;
}
/*.FAQ-image img{*/
/*        width: 100%;*/
/*    height: 54%;*/
/*}*/
.image-content{
  position:absolute;
  top:20%;
  padding-left:90px;
}
@media(max-width:800px){
  .image-content{
    padding-left:10px;
  }
}
.image-content h5 {
  color:white;
}
.image-content .section_title p {
  color:white;
}
.image-content .book_room .book_btn a:hover{
background:#23B9E5;
}
.image-content .book_room .book_btn a{
  color:white;
}
.card .child-title-help{
  font-size:15px;
}
#contact-section-form h5{
font-size:50px;
 padding-top:20px;
line-height:0.9em;
}
/*.welcome_clicnic_area {*/
/*  padding-top: 25px;*/
/*  padding-bottom:100px;*/
/*}*/
@media (max-width: 767px) {
  .welcome_clicnic_area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.welcome_clicnic_area .welcome_thumb {
  position: relative;
  z-index: 0;
}
.back-trans{
  background-color:#FFFFFF;
  position:absolute;
  z-index:100;
  line-height:90px;
  -webkit-box-shadow: 35px 2px 21px 23px rgba(242,245,245,0.6);
-moz-box-shadow: 35px 2px 21px 23px rgba(242,245,245,0.6);
box-shadow: 35px 2px 21px 23px rgba(242,245,245,0.6);
}
#consultation-main .back-trans{
    top:30%;
}
.back-trans_2 {
  background-color:rgba(255,255,255,0.5);
  padding-top:20px;
}
.phone-Nb-parallax{
    color:#23B9E5; font-weight:bold; font-family:'Montserrat';
}
.faq-items{
  padding:30px;
}
.title{
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.welcome_clicnic_area .welcome_thumb .thumb_1 {
  left: 0;
  margin-left: 0px;
  position: relative;
  margin-left: 30px;
}
.welcome_clicnic_area .welcome_thumb .thumb_2 {
  left: 0;
  margin-left: 0px;
  position: relative;
  margin-left: 30px;
}
.welcome_clicnic_area .welcome_thumb .thumb_1::before {
  background:#1E2E3F;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  right: -30px;
  bottom: -30px;
}
.welcome_clicnic_area .welcome_thumb .thumb_2::before{
  background:#1E2E3F;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: -30px;
  bottom: -30px;
}
.welcome_clicnic_area .welcome_thumb .thumb_1 img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.welcome_clicnic_area .welcome_thumb .thumb_2 img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .welcome_clicnic_area .welcome_thumb .thumb_1 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .welcome_clicnic_area .welcome_thumb .thumb_2 img {
    width: 100%;
  }
}
.welcome_clicnic_area .welcome_docmed_info {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .welcome_clicnic_area .welcome_docmed_info {
    padding-left: 10px;
    margin-top: 10px;
  }
}
.welcome_clicnic_area .welcome_docmed_info h3 {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 40px;
  line-height: 60px;
}
.welcome_clicnic_area .welcome_docmed_info h3 span {
  display: block;
  color: #1a1a1a;
  font-weight: 700;
}
@media (max-width: 767px) {
  .welcome_clicnic_area .welcome_docmed_info h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .welcome_clicnic_area .welcome_docmed_info h3 br {
    display: none;
  }
}
.welcome_clicnic_area .welcome_docmed_info p {
  color:#1E2E3F;
  font-size: 19px;
  font-family: "Montserrat";
  font-weight:bold;
}

.welcome_clicnic_area .welcome_docmed_info ul {
  margin-bottom: 46px;
  margin-top: 20px;
}
.welcome_clicnic_area .welcome_docmed_info ul li {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 44px;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .welcome_clicnic_area .welcome_docmed_info ul li {
    line-height: 30px;
  }
}
.welcome_clicnic_area .welcome_docmed_info ul li svg {
  margin-right: 15px;
  color: #84dfff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .welcome_clicnic_area .welcome_docmed_info ul li svg {
    top: 0px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.disclaimer p{
    font-weight:400; font-size:12px;text-align:center;color:white;
}
@media (max-width: 767px) {
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.footer .footer_top .footer_widget {
  overflow: hidden;
}
.footer .footer_top .footer_widget .address_text {
  font-size: 16px;
  font-weight: 400;
  color: #b8bdc3;
  line-height: 30px;
}
@media (max-width: 767px) {
  .footer .footer_top .footer_widget {
    margin-bottom: 40px;
  }
}
.footer .footer_top .footer_widget .links {
  position: relative;
}
.footer .footer_top .footer_widget .meting_time li span {
  color: black;
  font-size: 16px;
  font-weight:700;
  font-family: "Frank Ruhl Libre";
}
.footer .footer_top .footer_widget .footer_title {
  font-size: 20px;
  font-weight: bold;
  color:black;
  text-transform: capitalize;
  font-family: "Montserrat";
  position: relative;
}
.footer .footer_top .footer_widget .footer_title_nb {
  font-size: 20px;
  font-weight: bold;
  color:#23B9E5;
  text-transform: capitalize;
  margin-bottom: 38px;
  font-family: "Frank Ruhl Libre";
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 28px;
}
.footer .footer_top .footer_widget .footer_title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}
.footer .footer_top .footer_widget p a {
  color: #AAB1B7;
}
.footer .footer_top .footer_widget p a:hover {
  color: #009DFF;
}
.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 26px;
}
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}
.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #009DFF;
  border-bottom: 1px solid #009DFF;
}
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #009DFF;
  border-bottom: 1px solid #009DFF;
}
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}
.footer .footer_top .footer_widget ul li {
  color: #b8bdc3;
  font-size: 30px;
  font-family:"Frank Ruhl Libre";
}
.footer .footer_top .footer_widget ul li a {
  color:#707070;
  font-weight: 400;
  font-family: "Montserrat";
  font-size:15px;
}
.footer .footer_top .footer_widget ul li a:hover {
  color: #23B9E5;
}
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 50px;
  background: #F5FBFF;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
  border: none;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  padding-right: 120px;
}
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 15px;
  color: #AAB1B7;
}
.footer .footer_top .footer_widget .newsletter_form input:focus {
  outline: none;
}
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #009DFF;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 30px;
  top: 5px;
  right: 5px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 14px;
  color: #AAB1B7;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
}
.footer .footer_top .footer_widget .instagram_feed {
  margin: -7.5px -7.5px 0 -7.5px;
}
.footer .footer_top .footer_widget .instagram_feed .single_insta {
  width: 33.33%;
  float: left;
  padding: 7.5px;
  overflow: hidden;
}
.footer .footer_top .footer_widget .instagram_feed .single_insta img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.footer .copy-right_text {
  padding-bottom: 32px;     background-color: #149ec6;
}
.footer .copy-right_text .copy_right {
  font-size: 13px;
  color:white;
  margin-bottom: 0;
  font-family:'Montserrat';
}
.footer .copy-right_text .copy_right a {
  color: #009DFF;
}
@media (max-width: 767px) {
    .copy_right{
        padding-left:10px;
    }
}
.footer .section_title p{
  line-height: 1.4em;
}
.footer .socail_links {
  margin-top: 26px;
  letter-spacing:50px;
}
@media (max-width: 767px) {
  .footer .socail_links {
    margin-top: 20px;
  }
}
.footer .socail_links ul li {
  display: inline-block;
}
.footer .socail_links ul li a {
  font-size: 15px;
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  line-height: 40px !important;
}
.footer .socail_links ul li a:hover {
  color: #009DFF !important;
  border-color: transparent;
}
#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}
#test-form button.mfp-close {
  display: none !important;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: .7;
}
@media(max-width:800px){
  #federal .book_room{
  justify-content: center;
  }
}
@media (max-width: 767px) {
  .depertment_area {
    padding-top: 10px;
    padding-bottom:10px;
  }
}
.depertment_area .row.custom_align {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .depertment_area .learn_more_btn {
    text-align: left !important;
    margin-top: 30px;
  }
}
.depertment_area .dept_main_info .dept_thumb img {
  width: 100%;
}
.depertment_area .dept_main_info .dept_info {
  padding-left: 68px;
  padding-right: 75px;
}

@media (max-width: 767px) {
  .depertment_area .dept_main_info .dept_info {
    padding: 30px;
  }
}
.depertment_area .dept_main_info .dept_info h3 {
  font-size: 25px;
  line-height: 35px;
  color: #242424;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 767px) {
  .depertment_area .dept_main_info .dept_info h3 {
    font-size: 20px;
  }
}
.depertment_area .dept_main_info .dept_info p {
  margin-bottom: 52px;
  margin-top: 20px;
  color: #5c5c5c;
}
.depertment_area .depart_ment_tab .nav {
  justify-content: space-between;
}
.depertment_area .depart_ment_tab .nav li {
  -webkit-box-flex: 14.4%;
  -ms-flex: 14.4% 0 0px;
  flex: 18.4% 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .depertment_area .depart_ment_tab .nav li {
    /*-webkit-box-flex: 100%;*/
    /*-ms-flex: 100% 0 0px;*/
    flex: 100% 0 0;
    margin-bottom: 0 !important;
    min-width:150px;
    padding-top:30px;
  }
}
.depertment_area .depart_ment_tab .nav li a {
  /* background: #fff; */
  margin-bottom: 30px;
  height:100%;
  border: 1px solid #cdf2ff;
  padding-top:50px ;
  padding-right:50px ;
  padding-left:50px;
  padding-bottom:50px;
  text-align: center;
  /* -webkit-border-radius: 3px;
  -moz-border-radius: 3px; */
  /* border-radius: 3px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
border: 1px solid #23B9E5;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
/* border-radius: 10px; */
/* padding: 70px 45px 63px 45px; */
display:grid;
align-items:center;
margin-bottom: 0px;
text-align: center;
}

.depertment_area .nav-item.hover h4{
  position: absolute; top: 10px; left: 40px; transform:none; color:white;
}
#index-card .depertment_area .nav-item.hover svg{
  position: absolute;
  top: 10px;
  left: 13px;
  width: 20px;
  height: 20px;
  transform:none;
}
.depertment_area .nav-item.hover svg path{
  fill:white;
  background-color:#23B9E5;
}
.depertment_area .nav-item.hover {
  background-color:#23B9E5;
}

.depertment_area .nav-item.hover span{
  opacity: 1;
}
.card .card-header a svg{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.card .card-header a.collapsed svg{
  transform: translateY(-50%) rotate(0deg);
}
.card .card-header a svg .collapse .show{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: transform 400ms ease !important;
}
/*@media(max-width:900px){*/
/*  .card .card-header a svg{*/
/*    position: absolute;*/
/*     top: 4%; */
/*    right:-4%;*/
/*  }*/
/*}*/
#index-card .depertment_area .nav-item svg{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translateX(-50%);
}
.card .card-header svg .collapse .show {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-270deg);
  transition: transform 400ms ease !important;
}
#news-card .depertment_area .nav-item h4 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}

.depertment_area .nav-item span{
  opacity: 0;
}
.depertment_area .nav-item *{
  transition: .5s;
}
#attorney-about .depertment_area .depart_ment_tab .nav li a{
  border:none;
  /* display:grid; */
  align-items:center;
}
#attorney-about .depertment_area .depart_ment_tab .nav li.hover a{
background-color:red;
}
#attorney-about{
    padding-top:30px;
}
 .depertment_area .depart_ment_tab .nav li a{
  border-radius:0px;
}
@media (max-width: 767px) {
  .depertment_area .depart_ment_tab .nav li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
  }
}
.depertment_area .depart_ment_tab .nav li a i {
  font-size: 50px;
  color: #3eadf8;
  line-height: 1;
  margin-bottom: 13px;
}
@media (max-width: 767px){
.depertment_area {
    /*padding-top: 70px;*/
    padding-bottom: 10px;
}
}

@media (max-width: 767px) {
  .depertment_area .depart_ment_tab .nav li a i {
    font-size: 25px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.depertment_area .depart_ment_tab .nav li a h4 {
  font-size: 18px;
  font-weight: bold;
  /* color:black; */
  font-family: "Montserrat";
  /* margin-bottom: 0; */
}
.depertment_area .nav-item.hover p{
color:white;
}
#attorney-about .depertment_area .depart_ment_tab .nav li a h4{
  color:white;
  font-size:12px;
  padding-left:20px;
  padding-right:20px;
  padding-top:10px;
  padding-bottom:10px;
}

@media (max-width: 767px) {
  .depertment_area .depart_ment_tab .nav li a h4 {
    margin-bottom: 0;
  }
}
@media(max-width:1000px){
   .attorney{
        padding-top:45%;
    }
}

#attorney-about .depertment_area .depart_ment_tab .nav li a.active{
    background-image: none;
}
.depertment_area .depart_ment_tab .nav li a.active i {
  color: #fff;
}
#news-card .depertment_area .depart_ment_tab .nav li a.active h4 {
  color:#1E2E3F;
  font-size:20px;
  font-weight: bold;
  font-family:"Montserrat" ;
  /* padding:20px; */
}
#attorney-about  .depertment_area .depart_ment_tab .nav li a{
  background-color: #1E2E3F;
}
#attorney-about  .depertment_area .depart_ment_tab .nav li:hover  a{
  background-color: #23B9E5;
}
.depertment_area .depart_ment_tab .nav li:last-child {
  margin-right: 0;
}
.expert_doctors_area .single_expert {
  margin-bottom: 40px;
}
.expert_doctors_area .single_expert .expert_thumb {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.expert_doctors_area .single_expert .expert_thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
.expert_doctors_area .single_expert .experts_name {
  background: #fff;
  padding-top: 16px;
  padding-bottom: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 22px 70px 25px 70px;
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 2, 0.03);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.expert_doctors_area .single_expert .experts_name h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #26bef2;
  margin-bottom: 6px;
}
.expert_doctors_area .single_expert .experts_name span {
  color: #738ea9;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}
.expert_doctors_area .single_expert .experts_name .social_links {
  border-top: 1px solid #cbf0ff;
  padding-top: 26px;
  margin-top: 24px;
}
.expert_doctors_area .single_expert .experts_name .social_links li {
  display: inline-block;
  margin: 0 11px;
}
.expert_doctors_area .single_expert .experts_name .social_links li a {
  color: #c2c8d3;
  display: inline-block;
  font-size: 16px;
}
.expert_doctors_area .single_expert .experts_name .social_links li a:hover {
  color: #0d448f;
}
.expert_doctors_area .single_expert:hover .expert_thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .quality_area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.quality_area .single_quality {
  border: 4px solid #23B9E5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 70px 45px 63px 45px;
  margin-bottom: 30px;
  text-align: center;
}
.quality_area .single_quality_federaly{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 70px 45px 63px 45px;
  margin-bottom: 30px;
  text-align: center;
}
.quality_area .single_quality .icon {
  background-image: -moz-linear-gradient(90deg, #24c0f1 0%, #4c9afe 100%);
  background-image: -webkit-linear-gradient(90deg, #24c0f1 0%, #4c9afe 100%);
  background-image: -ms-linear-gradient(90deg, #24c0f1 0%, #4c9afe 100%);
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  text-align: center;
  line-height: 90px;
}
.quality_area .single_quality .icon i {
  line-height: 90px;
}
.quality_area .single_quality_federal .icon img {
  line-height: 90px;
}
.quality_area .single_quality h3 {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #1E2E3F;
  margin-top: 32px;
  margin-bottom: 24px;
}
.quality_area .single_quality_federal h3 {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #1E2E3F;
  margin-top: 32px;
  margin-bottom: 24px;
}
.quality_area .single_quality p {
  color: #6b6a6a;
  margin-bottom: 0;
}
.quality_area .single_quality_federal p {
  color: #6b6a6a;
  margin-bottom: 0;
}
.quality_area .col-lg-4:nth-child(2) .single_quality .icon i {
  position: relative;
  left: 6px;
}
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact label {
  font-size: 14px;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border-bottom: 1px solid #e5e6e9;
  border-top:none;
  border-left:none;
  border-right:none;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}
.submit-contact input[type=button]:hover{
     background: #1E2E3F;
    color: #fff;
    border: 1px solid transparent;   
}
.submit-contact input[type=button]:focus{
    outline:none;
}
.submit-contact input[type=button]{
    background: transparent;
    font-size: 16px;
    border: 1px solid #23B9E5;
    font-weight: 400;
    color: #707070;
    padding: 10px 23px 13px 23px;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact textarea {
  border-radius: 0px;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0 40px;
  }
  .gavel-image {
    padding-top: 30px;
    height: 300px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 50px;
  }
    .depertment_area .depart_ment_tab .nav li a h4 br {
    display: none;
  }
    .depertment_area .depart_ment_tab .nav li a h4 {
    font-size: 14px;
  }
    .depertment_area .depart_ment_tab .nav li {
    -webkit-box-flex: 15%;
    -ms-flex: 15% 0 0px;
    flex: 15% 0 0;
    margin-bottom: 0 !important;
  }
    .depertment_area .dept_main_info .dept_info p {
    margin-top: 15px;
    margin-bottom: 20px;
  }
   .depertment_area .dept_main_info .dept_info h3 br {
    display: none;
  }
    .depertment_area .dept_main_info .dept_thumb img {
    max-width: 100%;
  }
   .depertment_area .dept_main_info .dept_info {
    padding: 40px;
  }
   .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }
    .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
    .header-area .main-header-area .main-menu ul li {
    margin-right: 20px;
  }
    .header-area .main-header-area .logo-img {
    text-align: left;
  }
}
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}
.contact-section .btn_2:hover {
  background-color: #ff5e13;
}
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}
h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}
.list-style {
  width: 14px;
  height: 14px;
}
.default-select {
  height: 40px;
}

.mt-10 {
  margin-top: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.cards-width{
  width:270 !important;
}
