p
{
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
h2 b
{
      /*color: #4596a7;*/
      color:  #310101;
          font-size: 35px;
          font-family: 'Montserrat', sans-serif;
}
h3
{
    color: #231f20;
    font-size: 25px;
    font-weight: bold;
}
.dog-bg
{
    background-color: #ffffff !important;
   
            padding-top: 13px;
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    z-index: 9;
    top: -15px;
    width: 97%;
    border-bottom: 5px solid #ccad03;
    border-left: 1px solid #ccad03;
    border-right: 1px solid #ccad03;
    /* box-shadow: inset 1px 12px 10px -10px #234951; */
    box-shadow: inset 1px 12px 10px -10px #635400;
    padding-bottom: 15px;
}
/*.dog-bg:after
{
    content: "";
    width: 100%;
    height: 10px;
    background-color: #000;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;

}*/
.line
{
        height: 14px;
    background-color: #655602;
    width: 98.1%;
    position: absolute;
    content: "";
    z-index: 1;
    left: 8px;
    top: -15px;
    border-radius: 10px 10px 0px 0px;
    opacity: .5

}

.phone
{
           padding: 0;
        color: #231f20;
    font-size: 15px;
    z-index: 1000;

    
}
.phone p
{
    margin-bottom: 0px;
}
.phone a
{
      color: #231f20;
      text-decoration: none;
}
.phone a:hover
{
  font-weight: bold;
}
.mobile
{
  /*background-color: #e0f5f9;*/
      background-color: rgb(255, 217, 0);
    /*border-bottom: 2px solid #ccad03;*/
}

/*menu starts here*/

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav a {
    position: relative;
    display: inline-block;
   /* margin: 20px 12px;*/
   padding: 20px 12px;
    outline: none;
    color: #231f20 !important;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 18px;
}

nav a:hover,
nav a:focus {
    outline: none;
    text-decoration: none;
    /*color: #000 !important;*/
    font-weight: bold;
    color: 
}
nav .active
{
     color: #FC002A !important;
/*    font-weight: bold;*/

}
/* Effect 8: border slight translate */
.cl-effect-8 a {
  padding: 10px 20px;
}

.cl-effect-8 a::before,
.cl-effect-8 a::after  {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border: 3px solid #354856;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-8 a::after  {
  border-color: #000;
  opacity: 0;
  -webkit-transform: translateY(-7px) translateX(6px);
  -moz-transform: translateY(-7px) translateX(6px);
  transform: translateY(-7px) translateX(6px);
}

.cl-effect-8 a:hover::before,
.cl-effect-8 a:focus::before {
  opacity: 0;
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px);
}

.cl-effect-8 a:hover::after,
.cl-effect-8 a:focus::after  {
  opacity: 1;
  -webkit-transform: translateY(0px) translateX(0px);
  -moz-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
}
.cl-effect-7
{
  float: right;
}

/*menu end here*/

/*slider*/
.slider
{
    padding: 110px 0px 25px 0px;
    /*background-color: rgba(204, 204, 204, 0.24);*/
    border-bottom: 2px solid #000;
    background: #fff;
    box-shadow: 1px 1px 9px #000;
        /*padding: 120px 0px 50px 0px;*/
}
.submit
{
      background-color: #ccad03;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    margin-top: 10px;
    box-shadow: 0px 0px 10px #ccc;
}
.submit:hover
{
     background-color: #ccad03;
    color: #fff;
    font-size: 18px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #7a7a7a;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 -5px 1px rgba(224, 245, 249, 0.87);*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*slider ends here*/
/*welcome to starts here*/
.line1
{border-bottom: 4px solid #4596a7;width: 100px;margin-bottom: 30px;margin-top: 5px;border-bottom: 4px solid #4596a7;}
.welcome
{
    /*  padding: 44px 0px 55px 0px;
    background-color: rgba(240, 249, 247, 0.68);
    border-radius: 0px 0px 50px 50px;
    box-shadow: 1px 1px 9px #ccc;
    border-bottom: 9px solid #c4c4c4;*/
    padding: 44px 0px 55px 0px;
    background-color: rgb(255, 217, 0);
    border-radius: 0px 0px 101px 100px;

    box-shadow: 1px 1px 9px #ccc;
    border-bottom: 4px solid #927d03;
}


/*welcome to ends here*/
/*footer starts here*/
.footer
{
    background-color: #fff;
    padding: 16px 0px 10px 0px;
    border-top: 3px solid #c7c5c5;
}
.footer-icon
{
    font-size: 14px;
    color: #4596a7;
    padding: 4px 20px;
    font-weight: bold;
    box-shadow: 0px 0px 10px #ccc;
}
.footer-icon:hover
{
      font-size: 26px;
    color: #000;
}
.srk
{
  color: #231f20;
  font-size: 14px;
  text-decoration: none;
  /* font-weight: bold; */
}
.srk:hover
{
  text-decoration: none;
}
.contact
{
      padding: 5px 15px;
      border-radius: 90px 90px 0px 0px;
      background: #ffd900;
      box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.25);
      margin-top: 30px;
}
.company_address
{
    /* background: #e6c400; */
    padding: 20px;
    border-radius: 20px;
    box-shadow: inset 0px 0px 16px #af9503
}
.tick-head h3
{
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.tick-information h3
{
  padding-top: 40px;
}
.tick-information ul li
{
  font-size: 16px;
  padding-bottom:10px;
}
.tick-information ul
{
  padding-top: 40px;
}
.informations
{
  background: rgba(204, 204, 204, 0.18);
    padding: 0px;
    border-radius: 21px 21px 0px 0px;
    margin-bottom: 40px;
}
.tick-information
{
  box-shadow: 0px 0px 10px #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}

/*footer ends here*/




/*tick removal starts here*/
.spacing ul li
{
    list-style: none;
    font-size: 16px;
    margin: 45px 0px;
    background-color: #fff;
    border-radius: 20px;
    
   
    font-weight: bold;
}

.spacing .services
{
  text-align: right;
  float: right;


}
.spacing .services li
{
    padding: 5px 0px 5px 20px;
     box-shadow: -14px 0px 10px #ccc;
}
.spacing .services1 li
{
    padding: 5px 20px 5px 0px;
     box-shadow: 14px 0px 10px #ccc;
}
.spacing .services img
{
     text-align: right;
    float: right;
    border-radius: 50%;
    border: 3px solid #ccaf00;
    margin-left: 20px;
    position: relative;
    top: -17px;
    box-shadow: 6px 0px 9px #ccc;

}
.contact h4
{
    font-weight: bold;
}
.spacing ul
{
  padding: 0px;
}
.spacing .services
{
  text-align: right;
  float: right;
}
.spacing .services1 img
{
  text-align: left;
  float: left;
      border-radius: 50%;
    border: 1px solid #000;
   margin-right: 20px;
         position: relative;
     top: -17px;

}
.spacing
{
  box-shadow: 0px 9px 10px #ccc;
    padding-bottom: 200px;
    border-radius: 0px 0px 50% 50%;
    padding-top: 50px;
    padding: 53px 40px 250px 40px;
    margin-bottom: 40px;
}
.tick-head img
{
  padding: 20px 20px 0px 20px;
}
.tick-head h4
{
      text-align: center;
      background: #ffd900;
      font-weight: bold;
      margin: 0px;
      padding: 11px 20px;
      font-size: 19px;
      border-radius: 12px 12px 0px 0px;
      x;
      border-bottom: 1px solid #927d03;3
      box-shadow: 0px 0px 10px #ccc;
}
.tick-head
{
  margin-bottom: 80px;
  /*padding: 850px 0px;*/
}
.spacing .services,.spacing .services1
{
  padding-top: 20px;
}
.spacing ul li
{
  
}
#service img
{
  padding: 0px;
}
.spacing h4
{
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0px 0px 10px #ccc;
  padding: 20px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.spacing h4 i
{
      font-size: 18px;
    position: relative;
    top: -14px;
    padding-top: 20px;
}
/*tick removal ends here*/

@media(max-width: 767px)
{
  .spacing {
    box-shadow: 0px 9px 10px #ccc;
    padding-bottom: 206px;
    border-radius: 0px 0px 11% 11%;
    /* padding-top: 50px; */
    padding: 53px 40px 170px 40px;
    margin-bottom: 40px;
    padding: 0px 0px 12px 0px;
    }
    .tick-information-head
    {
      padding: 0px;
    }
    .tick-information ul li {
    font-size: 15px;
    padding-bottom: 10px;
  }
  #contact img,#service .dog-img
  {
    display: none;
  }
    .srk {
    color: #231f20;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
    }
    .company_address a
    {
        font-size: 12px;
    }
    nav a {
    position: relative;
    display: inline-block;
    /* margin: 20px 12px; */
    padding: 9px 12px;
    outline: none;
    color: #231f20 !important;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 18px;
    width: 100%;
    }
    .phone p {
    font-size: 13px;
    color: #333;
    line-height: 29px;
    text-align: center;
    margin-bottom: 0px;
    }
    h2 b {
    /* color: #4596a7; */
    color: #310101;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    }
    .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #ffd900;
    }
    .dog-bg {
    background-color: #ffffff !important;
    padding-top: 13px;
    border-radius: 0px 0px 20px 20px;
     position: relative; 
    z-index: 9;
    top: -14px;
    width: 97%;
    border-bottom: 5px solid #ccad03;
    border-left: 1px solid #ccad03;
    border-right: 1px solid #ccad03;
    /* box-shadow: inset 1px 12px 10px -10px #234951; */
    box-shadow: inset 1px 12px 10px -10px #635400;
    }
    .line {
    height: 14px;
    background-color: #655602;
    width: 92.1%;
    position: absolute;
    content: "";
    z-index: 1;
    left: 8px;
    top: -15px;
    border-radius: 10px 10px 0px 0px;
	display:none
    }
    .map
    {
      margin-bottom: 30px;
    }
    .footer p
    {
      text-align: center;
    }
    .footer-icon {
    font-size: 13px;
    color: #3b808f;
    padding: 6px 10px;
    font-weight: bold;
}
    .slider {
    padding: 120px 0px 25px 0px;
    /* background-color: rgba(204, 204, 204, 0.24); */
    border-bottom: 2px solid #000;
    background: #fff;
    box-shadow: 1px 1px 9px #000;
    padding: 31px 0px 50px 0px;
    }
    .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #000;
    }
    .welcome p
    {
      padding: 15px;
      text-align: justify;
    }

}

.required
{
  color: red;
}
.sticky
{
      /*position: relative;*/
    width: 100%;
    z-index: 99;
        /*top: 67px;*/
        /*margin-top: 68px;*/
}
.header-top
{
      /*position: relative;*/
    width: 100%;
    z-index: 99;
    background-color: #ffd900;
    padding: 10px 0px 18px 0px;
}
.welcome span
{
      color: #f50000;
      font-weight: bold;
}










.member-section
{
    /* padding-bottom: 60px; */
    padding-top: 40px;
}
.small-breed
{
    position: relative;
    top: 48px;
}
.large-breed
{
    width: 54%;
}
.giant-breed
{
    width: 68%;
}
.member-column-1
{
    background: #fff;
    border: 1px solid #999;
    padding: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 10px 10px -10px #000;
}
.member-column-1 h2
{
        background: #ffc107;
    color: #211f1f;
    padding: 40px 0px;
    margin: 0px;
        margin: 0px;
    text-shadow: 0px 1px 1px #868585;
}
.member-column-1 h4
{
        background: #ffc107;
    color: #211f1f;
    font-weight: bold;
    font-size: 35px;
    padding: 40px 0px;
    margin: 0px;
        margin: 0px 0px 20px 0px;
    text-shadow: 0px 1px 1px #868585;
}
.member-column-1 li
{
    font-size: 18px;
    padding: 5px 20px 5px 0px;
    border-bottom: 1px dashed #ccc;
    list-style: none;
    /*list-style-image: url('/web/20190104173637im_/http://www.tickremoval.in/images/member-icon.png');*/
    list-style-position: outside;

}
.member-column-1 li:last-child
{
    border-bottom: none;
}
.member-img
{
    width: 30%;
}
.member-column-1 ul
{
    padding-left: 39px;
}
.pricing-box-price {
    padding: 20px 10px;
    margin-bottom: 0px;
    background-color: #ededed;
    border-bottom: solid 1px #ddd;
}
.pricing-box-price h3 {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 2em;
    text-align: center;
}
.pricing-box-price h3 > sub {
    font-size: .6em;
}

@media(max-width: 767px)
{
    .member-img {
    width: 92%;
    }
    .res-padding
    {
        padding: 0px;
    }


}

.member-content
{
    background: #fff;
    box-shadow: 0px 10px 10px -10px solid #000;
    padding: 0px 0px 6px 0px;
}
.member-content ul li
{
    text-align: center;
    font-size: 20px;
}
.member-content ul li img
{
    float: left;
    margin: auto;
}
.member-content ul li i
{
    padding-right: 5px;
    color: #ffa81d;
}
.member-content ul li a
{
    font-weight: bold;
    color:#f00;
    text-decoration: none;
    font-size: 23px;
    /*animation-name:example;
    animation-duration: 3s ;
    animation-iteration-count: infinite;*/
}

/*
@-webkit-keyframes example
{
    0%
    {
        transform: scale(1);
    }
    50%
    {
        transform: scale(1.05);
    }
    100%
    {
        transform: scale(1);
    }
}*/



.member-top
{
    /*position: absolute;*/
    top: 15%;
    /* right: 40%; */
    
    /*height: 68px;*/
    content: '';
    right: 32%;
    width: 300px;
    z-index: 999;
    margin: auto;
     /*background: #f2f2f2;*/
    padding-top: 10px;
    border-radius: 10px;
    
}
.member-top img
{
    padding: 0px 9px;
    width: 44%;
    float: left;
}
.member-top p
{
    border: 3px solid #ff3030;
    padding: 7px;
    text-align: center;
    color: red;
    /* padding-top: 0px; */
    font-size: 20px;
    letter-spacing: 1.1px;
    /* box-shadow: 0px -7px 10px -10px #000; */
    /* margin-top: 4px; */
    display: inline-block;
    background: #e2e2e2;
    border-radius: 10px;
}
.member-top p a
{
    text-decoration: none;
    color: red;
    font-weight: bold;
}



@media(max-width: 767px)
{

    .large-breed, .giant-breed {

    display: none;
    }
    .member-column-1 h2 {
    background: #4596a7;
    color: #fff;
    padding: 13px 0px;
    font-size: 23px;
    }
    .pricing-box-price h3 {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 24px;
    text-align: center;
    }
    .small-breed {
    position: relative;
    top: 34px;
    width: 70%;
    }
    .member-content ul
    {
    padding-left: 10px;
    text-align: left;
    }
    .member-content ul li
    {
        text-align: left;
        font-size: 16px;
    }
    .member-content ul li a
    {
        font-size: 19px;
    }
    .member-top {
     position: absolute;
    top: 11%;
    /* right: 40%; */
    width: 100%;
    height: 55px;
    content: '';
    /* width: 300px; */
    right: 0px;
    z-index: 999;
    background: transparent;
    padding: 3px;
    border-radius: 10px;

    }
    .member-top img {
    padding: 0px 9px;
    width: 44%;
    float: left;
    display: none;
    }
    .member-top p {
    border: 3px solid #ff3030;
    padding: 0px;
    text-align: center;
    color: red;
    /* padding-top: 0px; */
    font-size: 20px;
    letter-spacing: 1.1px;
    /* box-shadow: 0px -7px 10px -10px #000; */
    /* margin-top: 4px; */
    display: inline-block;
    background: #e2e2e2;
    border-radius: 10px;
    width: 100%;
    margin-top: 13px;
    }
    .res-one
    {
        display: block !important;
    }
    .des-one
    {
        display: none;
    }
    .gif-img1
    {
        display: none;
    }
    .gif-img img
    {
        width: 90%;
    }

}


.dog-main button {
    margin: 0px 0px 25px 0px !important;
}

.tick-head h3 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.tick-head button
{
  text-align: center;
}
.dog-main p
{
  text-align: justify !important;
}




.comp-head
{
    border: 1px solid #ddd;
}
.comp-head h3
{
        border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}
.comp-img
{
    padding: 15px;
    border: 1px solid #eee;
    background: #f1f1f1;
    box-shadow: inset 0px 0px 10px #ccc;
    margin-bottom: 20px;
}
.comp-img img
{
    margin: auto;
}
.comp
{
    margin-bottom: 50px;
}

@media(max-width: 767px)
{
    .comp-head h3 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    font-size: 15px;
    }
    .comp-img {
    padding: 1px;
    border: 1px solid #eee;
    background: #f1f1f1;
    box-shadow: inset 0px 0px 10px #ccc;
    margin-bottom: 20px;
    }
    .comp-head {
    border: 1px solid #ddd;
    padding: 0px 3px;
    }
}









.close {
    float: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #f11414;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.9;
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:rgba(0, 0, 0, 0.85);
  display:none;
}  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width: 399px;
    height: auto;
    padding: 10px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
    font-weight: bold;
    color: red;
    top: 156.5px !important;
    left: 551.5px;
}
.maintext{
    text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem{
    font-family: "Segoe UI", sans-serif;
    font-size: 12pt;
  text-align: left;
}
#popupfoot{
    font-family: "Segoe UI", sans-serif;
    font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
    text-decoration: none;
}

.popupoption:hover{
    background-color:#D1D1D1;
    color: green;
}
.popupoption2:hover{
    
    color: red;
}
#boxes a
{
    color: red !important;
    font-weight: bold;
}
#boxes h2
{
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.close
{position: relative;
}
.close i
{
    position: absolute;
    top: -45px;
    right: 0px;
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    font-size: 37px;
    /* color: #000; */
}
@media(max-width: 767px)
{
	.spacing .services, .spacing .services1 {
    padding-top: 0;
}
.member-section {
    /* padding-bottom: 60px; */
    padding-top: 0;
}
	.h1, h1 {
    font-size: 25px;
	}
	.h2, h2 {
    font-size: 20px;
    font-weight: bold;
}
h3 {
    color: #231f20;
    font-size: 20px;
    font-weight: bold;
}
p
{
	font-size: 14px;
}
	.dog-main p {
    text-align: justify !important;
    padding: 10px;
}
	.boarding-cont {
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 40px;
    min-height: auto !important;
}
    #boxes #dialog {
       width: 293px;
    height: auto;
    padding: 10px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
    top: 123px !important;
    left: 26px !important;
    display: block;
}
.tick-information h3 {
    padding-top: 23px;
}
.tick-head h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.tick-head h4 {
    text-align: center;
    background: #ffd900;
    font-weight: bold;
    margin: 0px;
    padding: 7px 20px;
    font-size: 15px;
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1px solid #927d03;
}

.tick-information ul {
    padding-top: 15px;
}

.myButton {
    font-size: 11px;
    padding: 7px;
}.spacing ul li {
    list-style: none;
    font-size: 13px;
    margin: 32px 0px;
    background-color: #fff;
    border-radius: 20px;
    font-weight: bold;
}

.spacing h4 {
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.welcome {
    padding: 15px 0;
    background-color: rgb(255, 217, 0);
    border-radius: 0px 0px 101px 100px;
    box-shadow: 1px 1px 9px #ccc;
    border-bottom: 4px solid #927d03;
}



}

.boarding-cont {
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 40px;
    min-height: 400px;
  }
@media(min-width: 768px) and (max-width: 900px){
  .boarding-cont {
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 40px;
    min-height: 440px;
  }
  nav a {
    
    padding: 5px 3px;
    
    font-size: 13px;
  }
  .slider {
    padding: 49px 0px 25px 0px;
  }
  .spacing {
    box-shadow: 0px 9px 10px #ccc;
    padding-bottom: 200px;
    border-radius: 0px 0px 20% 20%;
    padding-top: 50px;
    padding: 53px 40px 45px 40px;
    margin-bottom: 40px;
  }
  .spacing ul li {
    list-style: none;
    font-size: 13px;
    margin: 45px 0px;
    background-color: #fff;
    border-radius: 20px;
    font-weight: bold;
  }
  .spacing h4 {
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 30px;
}
}
