/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&family=Open+Sans:wght@300;400;600;700;800&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,700;1,800;1,900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Poppins', sans-serif; */
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Open Sans Condensed', sans-serif; */
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Raleway', sans-serif; */
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
/* font-family: 'Lato', sans-serif; */
/*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

*,
*::before,
*::after,
{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #eee;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none !important;
    margin-bottom: 0 !important;
}

header {}

.headertop ul {
    margin: 0;
    padding: 0;
}

header ul li {
    display: inline;
    padding-right: 15px;
}

header ul li a {
    color: #e3e3e3;
    font-weight: 400;
    font-size: 15px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;

}

header ul li a:hover {
    color: #ffffff;
}

header ul li a i {
    width: 28px;
    line-height: 28px !important;
    height: 28px;
    text-align: center;
    background: #fff;
    margin-right: 5px;
    color: #333;
    border-radius: 100%;
    font-size: 17px;
    font-weight: normal;
}

.socialmedia {
    /* float: right; */
}

.socialmedia ul li a i {
    color: #eee;
    background: none;
    position: relative;
    border-radius: 0;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.socialmedia ul li a i:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 2px;
    background: #ff0000;
    left: 0;
    bottom: -9px;
    visibility: hidden;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.socialmedia ul li a i:hover {
    color: #ff0000;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.socialmedia ul li a i:hover:after {
    visibility: visible;
}

.headertop {
    padding: 8px 0;
    background: #9d5a35;
}

.headerbtm {
    /*      padding: 14px 0;*/
    background: #fff;
}

.logo {
    padding: 15px 0;
}

.banner .carousel-control-prev span {
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #000;
    border-radius: 100%;
    left: 50px;
    position: absolute;
    font-size: 17px
}

.banner .carousel-control-next span {
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #000;
    border-radius: 100%;
    right: 50px;
    position: absolute;
    font-size: 17px
}

.banner .carousel-indicators li {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
}

.banner .carousel-indicators .active {
    background-color: #333
}

.banner .carousel-caption {
    text-align: left;
    max-width: 745px;
    top: 50%;
    left: 15%;
}

.banner .carousel-caption h3 {
    background: #fff;
    color: #333;
    padding: 10px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 20px;
}

.banner .carousel-caption h1 {
    font-family: 'Montserrat', sans-serif;
    background: #9d5a35;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 32px;
}

.aboutus {

    background: #f1f1f1;

}

.tital1 {
    text-align: center;
}

.tital h4 {
    color: #9d5a35;
    font-size: 22px;
    margin: 0 0 15px 0;
}

.tital h1 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 25px 0;
}

.tital h2 {
    color: #282828;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 5px 0 0px 0;
    line-height: 32px;
}

.tital h1 span {
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;
    font-weight: normal;
}

.aboutus p {
    color: #000;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;

}

.aboutus1 p {
    color: #000;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    text-align: justify;
    padding-top: 15px;
    font-family: 'Roboto', sans-serif;

}

.readbtn {
    text-align: center;
}

.aboutus button {
    outline: none;
    background: #9d5a35;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 8px 15px;
    margin-top: 30px;
    border-left: 3px solid #333;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/* .aboutus:after{ */
/* content: ''; */
/* position: absolute; */
/* width: 420px; */
/* height: 100%; */
/* background: #c8ccd3; */
/* left: 0; */
/* top: 0; */
/* z-index: 99; */
/* } */

/*new page about us*/
.newpage {
    padding: 4em 0 2em 0;
    position: relative;
    text-align: center;
}

.tital h1 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 34px;
    margin: 0 0 -8px 0;
}

.tital strong {
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;
    font-weight: normal;

}

.newpage p {
    color: #000;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
    text-align: justify;
    padding-right: 60px;
    text-align: justify;

}

.newpage button {
    background: #ff0000;
    color: #000;
    border-radius: 0;
    border: none;
    padding: 8px 15px;
    margin-top: 30px;
    border-left: 3px solid #333;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.newpage:after {
    content: '';
    position: absolute;
    width: 420px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 99;
}


/*criminal page*/
.criminal {
    padding: 4.5em 0;
    position: relative;
    text-align: left;
}

.tital h1 {
    color: #9d5a35;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.tital strong {
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c !important;
    font-weight: 600;

}

.sercont h1 {
    color: #9d5a35;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-size: 30px;
    padding-bottom: 8px;
}

.criminal p {
    color: #000;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0;
    text-align: justify;
    padding-right: 0px;
    text-align: justify;

}

.criminal button {
    background: #ff0000;
    color: #000;
    border-radius: 0;
    border: none;
    padding: 8px 15px;
    margin-top: 30px;
    border-left: 3px solid #333;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.criminal:after {
    content: '';
    position: absolute;
    width: 420px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 99;
}

.profile {
    position: relative;
    z-index: 999;
    margin-top: 15px;
    text-align: center;
}

.profile img {
    outline: 5px solid #ddd;
    padding: 7px;
    border-radius: 50%;
    width: 24%;
}

.practice {
    padding: 4em 0;
    background: #f7f7f7;
}

.tital2 h1 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 34px;
    margin: 0 0 12px 0;
    text-align: center;
}

.tital2 span {
    background-image: url(../images/titalbg.png);
    display: block;
    width: 200px;
    height: 40px;
    margin: auto;
    background-repeat: no-repeat;
}

.expbox {
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.expbox img {
    border: 1px solid #ddd;
}

.expbox:hover .overlay {
    background: #ff0000;
}

.overlay {
    position: absolute;
    background: #9d5a35;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: -30px;
    padding: 10px 0;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.overlay h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.overlay p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 2px 7px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    display: inline-block;
    margin-top: 5px;
}

.overlay:hover {
    background: #2e2b2b;
}

.expbox:hover .overlay h2 {
    color: #fff;
}

.overlay p i {
    transform: translateY(1px);
    padding-left: 2px;
}

.expert {
    background-image: url(../images/bg3.jpg);
    height: auto;
    padding: 5em 0;
    background-size: cover;
    text-align: center;
}

.expert h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.home_model .modal-header {
    display: block;
}

.home_model .modal-content {
    background: #9d5a35;
    color: #fff;
}

.expert button {
    background: #fff;
    color: #333;
    font-size: 20px;
    width: 235px;
    text-align: left;
    padding: 5px 20px;
    border: none;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    margin: 0 10px;
    margin-top: 20px;
    cursor: pointer;
}

.expert button i {
    float: right;
    position: relative;
    top: 7px;
    color: #00204c;
    font-size: 18px;
}

.expert button.book2 {
    width: 260px
}

.expert button img {
    position: absolute;
    right: 50px;
    top: 2px;
}

.testimonial {
    padding: 4em 0;
}

.testimonial h4 {
    text-align: center;
    color: #ff0000;
    font-weight: 400;
    font-size: 22px;
}

.testibox {
    margin-top: 20px;
}

.testiboxcnt {
    background: #f5f5f5;
    padding: 20px;
    position: relative;
    border-radius: 10px;

}

.testiboxcnt img {
    width: 18px !important;
    height: 26px;
    position: absolute;
    bottom: -22px;
    right: 80px;
}

.testiboxcnt p {
    color: #000;
    line-height: 24px;
    margin-bottom: 0;
    text-align: justify;
}

img.quote {
    width: 40px !important;
    height: auto !important;
    margin: auto;
    position: static;
    margin-bottom: 20px;
}

.testibox h3 {
    font-size: 18px;
    color: #333;
    padding-top: 30px;
    text-align: right;
    font-weight: 600;
    padding-right: 30px;
}

.footertop {
    background: #1e1e1e;
    padding: 3em 0;
}

.footertop h1 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #eee
}

.footertop h1:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #9d5a35;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.footertop h1:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #666;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.footertop p {
    color: #ccc;
    line-height: 24px;
    font-weight: 300;
}

.links {}

.links ul {
    padding-left: 0;
}

.links ul li {
    line-height: 30px;
    font-weight: 300;
}

.links ul li a {
    color: #ccc;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.links ul li a:hover {
    color: #9d5a35;
}

.links ul li i {
    margin-right: 7px;
    font-size: 12px;
}

.fotteradd p {
    position: relative;
    padding-left: 30px;
    font-weight: 300;
}

.fotteradd p i {
    position: absolute;
    left: 0;
    top: 5px;
}

.fotteradd p a {
    color: #ccc;
}

.fotteradd p a:hover {
    color: #9d5a35;
}

.footerbtn {
    background: #9d5a35;
    padding: 10px 0;
}

.footerbtn p {
    font-weight: 300;
    color: #ccc;
    text-align: right;
    margin-bottom: 0;
    font-size: 13px;
}

.footerbtn p.copy {
    text-align: left;
}

.footerbtn p a {
    color: #ccc;
}

.footerbtn p a:hover {
    color: #9d5a35;
}

.innerbaner {
    background: url(../images/innerbanner.jpg);
    height: 150px;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
}

.innerbaner h1 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
}

.innerbaner ul {
    text-align: center;
    padding-left: 0;
    background: #9d5a35;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;

}

.innerbaner ul li {
    color: #fff;
    display: inline;

}

.innerbaner ul li a {
    color: #fff;
}

.innerbaner ul li i {
    margin: 0 10px
}

.contactpage {
    padding: 4.5em 0;
}

.address h3 {
    color: #333;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 800;

}

.address p {
    position: relative;
    padding-left: 55px;
    line-height: 26px;
    color: #333;
    margin-bottom: 25px;
    font-size: 16px;
    padding-top: 10px;
}

.address p a {
    color: #333;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.address p a:hover {
    color: #9d5a35;
}

.address i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 35px;
    height: 35px;
    background: #9d5a35;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}

.map h3 {
    color: #333;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 800;
}

.map iframe {
    width: 100%;
    height: 290px;
}

.enquiry {
    background: #eeeeee;
    padding: 4em 0;
}

.enquiry h1 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #333;
    margin-bottom: 30px;
}

.form form {}

.form form label {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
}

.form form input {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
    background: #ffffff;
}

.form form input::placeholder {
    color: #ccc !important;
}

.form form input:focus {
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}

.form form textarea {
    background: #d7d7d7;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    height: 120px;
    padding: 10px;
    border: 1px solid #ccc;
}

.form form textarea::placeholder {
    color: #ccc !important;
}

.form form textarea:focus {
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}

.form form button {
    text-align: left;
    height: 40px;
    padding-left: 35px;
    margin-top: 30px;
    width: 180px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    margin: auto;
    background: #00204c;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.form form button:hover {
    background: #9d5a35;
}

.btn1 {
    position: relative;
    display: inline-block;
    width: 180px;
}

.btn1 img {
    position: absolute;
    right: 50px;
    top: 3px;
}

.btn1 i {
    position: absolute;
    right: 30px;
    top: 15px;
}


/*criminal page*/

.innerbanercriminal {
    background: url(../images/criminal.png);
    height: 150px;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
}

.innerbanercriminal h1 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    padding-bottom: 8px;
}

.innerbanercriminal ul {
    text-align: center;
    padding-left: 0;
    background: #9d5a35;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    margin-bottom: 0
}

.innerbanercriminal ul li {
    display: inline;
    color: #fff;

}

.innerbanercriminal ul li a {
    color: #fff;
}

.innerbanercriminal ul li i {
    margin: 0 10px
}

/*testimonial*/
.get {
    background: #ccc;
    padding: 2em 0;
}

.get h1 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #333;
    margin-bottom: 30px;
}

/*testimonial-1*/

.testimonial-1 p {
    padding-top: 10px;

}

.testimonial-1 img {
    margin-top: 5px;
    max-width: 60px;

}

.testimonial-1 blockquote {
    margin-bottom: 0px;

}

.get-in-touch {
    background: #ccc;
    padding: 2em 0 2em 0;
}

.get-in-touch h1 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #333;
    margin-bottom: 30px;
}

/*about*/
.about {
    padding-bottom: 4em;
}

.about p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 400 !important;
    line-height: 28px;
    text-align: justify;
    padding-right: 60px;
    text-align: justify;

}

.about h4 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding: 15px 0 0 0;
}


/*criminal-sub*/
.criminal-sub ul li {
    font-family: 'Montserrat', sans-serif;
    padding: 8px 0 0 0;
    color: #000;
    font-weight: 500;
}

.criminal-sub ul {
    padding: 8px 0 0 5px;
}

.aboutpage {
    padding: 4.5em 0
}

.aboutpage p {
    color: #333;
    font-size: 15px;
    line-height: 24px;
}

.aboutpage p {
    padding-bottom: 5px;
    margin-bottom: 0
}

.aboutpage img {
    border: 1px solid #ccc;
    border-radius: 50%;
}

.sercont h3 {
    color: #9d5a35;
    padding-top: 20px;
}

.sercont p {
    font-size: 15px;
    padding-bottom: 10px;
}

.sercont p:last-child {
    padding-bottom: 0;
}

.sercont .serv_title {
    font-size: 32px;
    color: #9d5a35;
    padding-bottom: 0px;
    text-transform: uppercase;
}



.marque_head {
    background: #9d5a35;
    height: 30px;
}

.marque_head marquee {
    color: #fff;
    line-height: 30px;
}


/* added */

.about-caption h3 {
    color: #9d5a35;
    font-family: 'Montserrat', sans-serif;
    font-weight: 20px;
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.about-caption p {
    color: #333;
    line-height: 23px;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    text-align: justify;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
}

.lead {
    font-weight: bold;
    color: #9d5a35;
    /* line-height: 23px;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    text-align: justify;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif; */

}

.about-caption ul li {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    padding-top: 1px;
    margin-bottom: 0;
}




/* delete this CSS aftar adding testimonial */
.testimonials-coming-soon {
    background-color: #f9f9f9;
    padding: 80px 20px;
    text-align: center;
}

.testimonials-coming-soon h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
}

.coming-soon-text {
    font-size: 24px;
    color: #888;
    font-style: italic;
}

/* floating call button */
.floating_btn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

/*whatsapp Blinking Code and*/
/*whatsapp Blinking Code and*/
/*whatsapp Blinking Code and*/
/*whatsapp Blinking Code and*/
/*whatsapp Blinking Code and*/
/*whatsapp Blinking Code and*/
/*whatsapp Blinking Code and*/
/*whatsapp Blinking Code and*/
/*whatsapp Blinking Code and*/
/*whatsapp Blinking Code and*/



/*call blinking code start*/
/*call blinking code start*/
/*call blinking code start*/
/*call blinking code start*/
/*call blinking code start*/
/*call blinking code start*/
/*call blinking code start*/
/*call blinking code start*/
/*call blinking code start*/
/*call blinking code start*/

/* btn-call */

.btn-call {
    background: #38a3fd;
    border: 2px solid #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    height: 60px;
    width: 60px;
    text-align: center;
    position: fixed;
    right: 21px;
    bottom: 96px;
    z-index: 555;
    transition: .6s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btn-call__ico {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
    padding-top: 0;
    transition: .5s all;
}




.btn-call:hover {
    background-color: #fff;
}

.btn-call:hover .btn-call__ico {
    color: #38a3fd;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}


