            .as {
                    background: #c1194f;
                    text-align: center;
                    position: relative;
                    height: 71px;
                    vertical-align: middle;
                }

                .as ul li{
                    list-style: none;
                    display: inline-block;
                    }

                .as1 li{
                    text-align: center;
                    background: #ffffff;
                    border-radius: 50%;
                    padding: 6px;
                    width: 35px;
                    height: 35px;
                }

                .as li a {
                    color: #c1194f;
                }
/* 
                .as li a:hover {
                    color: rgb(0, 38, 255);
                } */

                .as1 li:hover{
                    transform: scale(1.5);
                     transition: 0.5s;
                     color: rgb(0, 38, 255);
                     cursor: pointer;
                }

                /* .as:after {
                    position: absolute;
                    content: "";
                    width: 0;
                    height: 71px;
                    border-top: 70px solid transparent;
                    border-bottom: 0 solid transparent;
                    border-right: 50px solid #ffffff;
                    left: -50px;
                    top: 0;
                }

                .as:before {
                    position: absolute;
                    content: "";
                    width: 0;
                    height: 71px;
                    border-top: 0 solid transparent;
                    border-bottom: 71px solid transparent;
                    border-left: 59px solid #ffffff;
                    right: -59px;
                    top: 0;
                } */

                .call-animation {
                    background: #4aabff;
                    width: 40px;
                    height: 40px;
                    position: relative;
                    margin: 0 auto;
                    border-radius: 100%;
                    /* border: solid 5px #fff; */
                    animation: play 2s ease infinite;
                    -webkit-backface-visibility: hidden;
                    -moz-backface-visibility: hidden;
                    -ms-backface-visibility: hidden;
                    backface-visibility: hidden;
                    padding: 10px;
                }

                    @keyframes play {

                        0% {
                            transform: scale(1);
                        }
                        15% {
                            box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
                        }
                        25% {
                            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
                        }
                        25% {
                            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
                        }

                    }


                    .as-box {
                        border: 3px solid green;
                        border-image: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);
                        width: 100%;
                        border-image-slice: 20;
                        padding: 5px;
                        text-align: center;
                        animation: call 1s infinite;
                        margin-top: 10px;
                    }

                    .slicknav_btn {
                        top: -50px !important;
                    }

/* .side_social {
    position: fixed;
    width: 60px;
    top: 50%;
    right: 0;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4)
}

.side_socialnav ul {
    margin-top: 0;
    margin-bottom: 0rem
}

.side_social li {
    height: 45px;
    position: relative
}

.side_social li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-right: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important
}

.side_social li:nth-child(1) a {
    background: #4267B2
}

.side_social li:nth-child(2) a {
    background: #1DA1F2
}

.side_social li:nth-child(3) a {
    background: #E1306C
}

.side_social li:nth-child(4) a {
    background: #2867B2
}

.side_social li:nth-child(5) a {
    background: #333
}

.side_social li:nth-child(6) a {
    background: #ff0000
}

.side_social li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px
}

.side_social ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

.side_social a:hover {
    z-index: 1;
    width: 200px;
    margin-left: -140px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}

.side_social ul li:hover a span {
    padding-left: 30%;
    display: block;
    font-size: 15px
} */

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-178px;
    top: 35%;
    width: 230px;
    z-index: 1100;
}
.sticky_social li{
    list-style-type:none;
    background-color:#c1194f;
    color:#efefef;
    height:45px;
    padding: 8px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky_social li:hover{
    margin-left:-150px;
}
.sticky_social li i{
    float:left;
    margin: 6px 13px;
    margin-right:5px;
}
.sticky_social li span{
    padding-top:0px;
    margin:0px;
    /* line-height:16px; */
    font-size:18px;
}
.sticky_social li a{
    text-decoration:none;
    color:#ffffff;
    padding-left: 30px;
    margin: 6px;
}
.sticky_social li a:hover{
    text-decoration:none;
}






/*------------- Form ---------------*/

.nb-form {
    position: fixed;
    z-index: 9999;
    width: 125px;
    background: #FFF;
    left: 20px;
    bottom: -566px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.nb-form:hover {
    bottom: 0px;
    width: 300px !important;
    /* border-top-left-radius: 17px !important;
    border-top-right-radius: 17px !important; */
}

/*-- User Icon --*/

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
    background: #2577fd;
    font-size: 16px !important;
    padding: 5px 18px !important;
    color: #fff !important;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

/* .nb-form .title:hover {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
} */

/*-- Text --*/

.nb-form p {
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #666;
}

.nb-form p.message {
    margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
    padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    width: 254px;
    max-width: 254px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #999;
    border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea {
    min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
    color: #ccb0b0;
}

.nb-form ::-moz-placeholder{
    color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
    color: #ccb0b0;
}

.nb-form :-moz-placeholder {
    color: #ccb0b0;
}

.nb-form input[type='submit'] {
    background: #03a9f4;
}

@media screen and (max-width: 676px) {
    .nb-form:hover .user-icon {
        display: none;
    }

    .nb-form .message {
        display: none;
    }

    .nb-form form {
        padding-top: 15px;
    }
    .nb-form{
        right: 50%;
        bottom: -320px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.as-drop ul > li:hover > ul.submenu1 {
  visibility: visible;
  opacity: 1;
  top: 100%;
}


/* line 129, ../../SAIFUL/Running_project/250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_headerMenu.scss */
.as-drop .submenu1 {
    position: absolute;
    width: 190px;
    background: #fff;
    /* left: 0; */
    margin-top: -28px;
    margin-left: -197px;
    /* top: 90%; */
    visibility: hidden;
    max-height: 300px;
    overflow:scroll; 
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    border-top: 5px solid #ff003c;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 10000;
}

@media screen and (max-width: 800px) {
    .as-drop .submenu1 {
        margin-top: -112% !important;
        margin-left: 0% !important;
    }
}

/* line 141, ../../SAIFUL/Running_project/250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_headerMenu.scss */
.as-drop .submenu1 > li {
  margin-left: 7px;
  display: block !important;
}

/* line 144, ../../SAIFUL/Running_project/250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_headerMenu.scss */
.as-drop .submenu1 > li > a {
  padding: 6px 10px !important;
  font-size: 17px;
  color: #0b1c39;
  text-transform: capitalize;
}

/* line 149, ../../SAIFUL/Running_project/250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_headerMenu.scss */
.as-drop .submenu1 > li > a:hover {
  color: #ff003c;
  background: none;
}


.slicknav_nav {
    margin-top: -13px;
}
.ab-btn  {
    background: #c1194f;
    color: #fff;
    font-size: 20px;
    border: 2px solid #ffffff;
    height: 45px;
    padding: 6px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    transition: .9s;
}

.ab-btn:hover {
    background: #fff;
    color: #c1194f;
    font-size: 20px;
    border: 2px solid #c1194f;
}

/*vinay*/
.mybox
{
    padding: 40px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    background-color: white;
    margin-top: 20px;
    border-radius: 8px;
}
.mybox input{
    width: 100%;
    padding: 5px;
    padding-left: 13px;
    border-radius: 5px;
    border: 1px solid grey;
}
.mybox select{
    width: 100%;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid grey;
}
.mybox button{
    width: 80%;
    /*padding: px;*/
    font-size: 18px;
}


.mybox1:after {
   position: absolute;
    right: 8px;
    height: 100%;
    top: 0px;
    font-size: 30px;
    content: '\2263';
    pointer-events: none;
    padding: 3px 13px;
    border-left: 1px solid #ececec;
    line-height: 31px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
}
.mycards{
    background-color: white;
    /*padding-left: 20px;*/
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.cards_content{
    margin-top: 25px;
    padding: 15px;

}
.cards_content h4{
    font-weight: normal;
    /*font-size: 22px;*/
    font-size: 1.35714286em;
    line-height: 1.36842105em;
    text-align: center;
    margin-bottom: 20px;
}
.cards_content p{
    margin-left: 20px;
    line-height: 15px;
    font-size: 14px;
    font-weight: normal;
    color: rgb(151, 153, 157);

}
.mybtn{
    border-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 100%;
    font-weight: 700;
    font-size: 0.85714286em;
    padding-top: 15px;
    padding-bottom: 15px;
        color: #fff;
}
.middle_img img{
    border-radius: 50%;
    position: absolute;
    top: 32%;
    left: 40%;
    width: 17%;

}
.middle_img1{
overflow: hidden;
cursor: pointer;
border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}
.images{
    width: 100%;
     height: 196px;
    transition: .6s;
}
.middle_img1:hover .images{
    
    transform: scale(1.1);
    transition: .6s;
}

@media only screen and (max-width: 600px) {
  .mybox{
        padding: 16px;
    }
}