    	body {

    	    background-color: white;


    	}

    	.carousel-control.left {
    	    background: none;
    	}

    	.carousel-control.right {
    	    background: none;
    	}

    	.carousel-control {
    	    position: absolute;
    	    top: 45%;
    	    bottom: 0;
    	    left: 0;
    	    width: 15%;
    	    font-size: auto;
    	    color: #fff;
    	    text-align: center;
    	    opacity: 1;
    	    text-shadow: none;
    	}

    	.carousel-control:hover {
    	    color: #ffffff;

    	}

    	.carousel-indicators {
    	    bottom: -50px;
    	}

    	.carousel-indicators li {
    	    display: inline-block;
    	    width: 10px;
    	    height: 10px;
    	    margin: 1px;
    	    text-indent: -999px;
    	    cursor: pointer;
    	    background-color: #000\9;
    	    background-color: rgba(0, 0, 0, 0);
    	    border: 1px solid #16a085;
    	    border-radius: 50%;
    	}

    	.carousel-indicators .active {
    	    width: 12px;
    	    height: 12px;
    	    margin: 0;
    	    background-color: #16a085;
    	}

    	.carousel-caption {
    	    position: absolute;
    	    right: 0;
    	    bottom: 0;
    	    left: 0;
    	    z-index: 10;
    	    padding-top: 30px;
    	    padding-bottom: 20px;
    	    color: #fff;
    	    text-align: center;

    	}

    	.label,
    	.glyphicon {
    	    margin-right: 5px;
    	}


    	.navbar {
    	    position: relative;
    	    min-height: 50px;
    	    margin-bottom: 0px;
    	    border: 1px solid transparent;
    	}


    	.booking-details-form {
    	    position: relative;
    	    z-index: 1;
    	    text-align: center;
    	    display: inline-block;
    	    width: 100%;
    	    background-color: #164e7c;
    	    padding-right: 0px;
    	    padding-bottom: 22px;
    	    padding-left: 0px;
    	}

    	.booking-details-form h3 {
    	    font-size: 20px;
    	    font-weight: 600;
    	    letter-spacing: 1px;
    	    color: WHITE;
    	    text-align: center;
    	    background-color: #e62129;
    	    margin-top: 0;
    	    margin-right: 0px;
    	    margin-bottom: 25px;
    	    margin-left: 0px;
    	    padding-top: 20px;
    	    padding-right: 10;
    	    padding-bottom: 13px;
    	    padding-left: 10;
    	    border-bottom: 1px solid #ffffff;
    	}

    	.booking-details-form .form-control {
    	    position: relative;
    	    z-index: 1;
    	    height: 30px;
    	    font-size: 15px;
    	    box-shadow: none;

    	    border: none;

    	}


    	.booking-details-form .btn {
    	    background-color: #e62129;
    	    color: white;
    	    border-radius: 0;

    	    font-size: 15px;
    	    font-weight: 700;
    	    width: 100%;
    	}

    	.booking-details-form .btn:hover {
    	    background-color: #f8c300;
    	    color: black;
    	    border-radius: 0;

    	    font-size: 15px;
    	    font-weight: 700;
    	    width: 100%;
    	}



    	.sidebar-btn {
    	    display: block;
    	    margin-top: 10px;
    	    margin-bottom: 5px;
    	    background: #ce0201;
    	    border: none;
    	    color: white;
    	    width: 100%;
    	    padding: 8px 10px;
    	    text-align: center;
    	    text-decoration: none;
    	    display: inline-block;
    	    font-size: 12px;
    	    border-radius: 20px;

    	}

    	.sidebar-btn:hover {
    	    color: black;
    	    background: #f8c300;
    	    text-decoration: none;
    	}



    	.sidebar .why-use-us {
    	    margin-bottom: 1.25rem;


    	    font-size: 15px;
    	}


    	.readmore-a {
    	    color: #f8c300;
    	}

    	.row.servicebox {
    	    margin: 15px 0px;
    	    padding: 10px 0px;
    	    box-shadow: 0px 5px 5px 0px #e62129;
    	    border-radius: 30px;
    	    border: 0;
    	    background: #ddd;
    	    color: black;
    	}

    	.h2,
    	h2 {
    	    font-size: 30px;
    	    color: #e62129;
    	}

    	.serviceimg:hover {
    	    cursor: default;
    	    transform: rotate(360deg);
    	    transition: all 0.2s ease-in-out 0s;
    	}




    	.quote {
    	    color: white;
    	    text-align: center;
    	    margin-bottom: 30px;
    	}



    	#fade-quote-carousel.carousel .carousel-inner .item {
    	    opacity: 0;
    	    -webkit-transition-property: opacity;
    	    -ms-transition-property: opacity;
    	    transition-property: opacity;
    	}

    	#fade-quote-carousel.carousel .carousel-inner .active {
    	    opacity: 1;
    	    -webkit-transition-property: opacity;
    	    -ms-transition-property: opacity;
    	    transition-property: opacity;
    	}

    	#fade-quote-carousel.carousel .carousel-indicators {
    	    bottom: 10px;
    	}

    	#fade-quote-carousel.carousel .carousel-indicators > li {
    	    background-color: #e84a64;
    	    border: none;
    	}

    	#fade-quote-carousel blockquote {
    	    text-align: center;
    	    border: none;
    	}

    	#fade-quote-carousel .profile-circle {
    	    width: 100px;
    	    height: 100px;
    	    margin: 0 auto;
    	    border-radius: 100px;
    	}

    	ul.nav.navbar-nav.navbar-right {
    	    background: #e62129;
    	    margin-right: 3px;
    	}

    	.nav > li > a {
    	    position: relative;
    	    display: block;
    	    padding: 10px 10px;
    	    color: white;
    	    font-weight: 500;


    	}

    	.navbar-default {
    	    background-color: #e62129;
    	    border-color: #e7e7e7;
    	}

    	.navbar-default .navbar-nav > li > a {
    	    color: white;
    	}

    	.navbar-default .navbar-brand {
    	    color: white;
    	}

    	.dropdown-menu {
    	    position: absolute;
    	    top: 100%;
    	    left: 0;
    	    z-index: 1000;
    	    display: none;
    	    float: left;
    	    min-width: 160px;
    	    padding: 5px 0;
    	    margin: 2px 0 0;
    	    font-size: 14px;
    	    text-align: left;
    	    list-style: none;
    	    background-color: #e62129;
    	    -webkit-background-clip: padding-box;
    	    background-clip: padding-box;
    	    border: 1px solid #ccc;
    	    border: 1px solid rgba(0, 0, 0, .15);
    	    border-radius: 4px;
    	    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    	    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    	}

    	.dropdown-menu > li > a {
    	    display: block;
    	    padding: 3px 20px;
    	    clear: both;
    	    font-weight: 400;
    	    line-height: 1.42857143;
    	    color: white;
    	    white-space: nowrap;
    	}

    	.dropdown-menu > li > a:focus,
    	.dropdown-menu > li > a:hover {
    	    color: #e62129;
    	    text-decoration: none;
    	    background-color: #f5f5f5;
    	}

    	.h1,
    	h1 {
    	    font-size: 36px;
    	    color: #e62129;
    	}

    	.why-use-us ul {
    	    list-style: none;
    	}

    	.footer {
    	    margin: 0;
    	    border-top: 5px solid #e62129;

    	    color: #ffffff;
    	    background-color: #e62129;
    	}

    	.navbar-default .navbar-nav > li > a:focus,
    	.navbar-default .navbar-nav > li > a:hover {
    	    color: #e62129;
    	    background-color: #ffffff;
    	    border-radius: 20px;
    	    padding: 5px 10px;

    	}



    	.navbar-default .navbar-collapse,
    	.navbar-default .navbar-form {
    	    border-color: #e7e7e7;
    	    margin-top: 5px;
    	}

    	.gs {
    	    font-size: 50px;
    	    color: #e62129;
    	}

    	section#carousel {
    	    background: #337ab7;
    	    color: white;
    	    padding: 10px 0px;
    	}

    	aside.sidebar {
    	    color: #e62129;
    	    /* border: 2px solid; */
    	    background: white;

    	    margin-top: 10px;
    	    border-radius: 10px;
    	    border: solid 1px #dbdbdb;

    	}


    	.panel-info {

    	    background: -webkit-linear-gradient(to left, #70e1f5, #ffd194);
    	    background: linear-gradient(to left, #e7e7e7, #ddd);
    	}

    	.panel-info:hover {
    	    cursor: default;
    	    transform: scale(1.05);
    	    transition: all 0.5s ease-in-out 0s;
    	}

    	.dropdown-menu > li > a {
    	    display: block;
    	    padding: 3px 20px;
    	    clear: both;
    	    font-weight: 400;
    	    line-height: 1.42857143;
    	    color: white;
    	    white-space: nowrap;
    	    line-height: 2.5;
    	}

    	.navbar-default .navbar-brand:focus,
    	.navbar-default .navbar-brand:hover {
    	    color: white;
    	    background-color: transparent;
    	}


    	.row.centered-form {
    	    margin: 10px 0px;
    	}

    	.panel {
    	    margin-bottom: 20px;
    	    background-color: #e62129;
    	    border: 1px solid transparent;
    	    border-radius: 4px;
    	    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    	    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    	}

    	.panel-default > .panel-heading {
    	    color: black;
    	    font-weight: bold;
    	    background-color: #CDDC39;
    	    border-color: #ddd;
    	    text-align: center;
    	}

    	img.client {
    	    filter: gray;
    	    /* IE6-9 */
    	    -webkit-filter: grayscale(1);
    	    /* Google Chrome, Safari 6+ & Opera 15+ */
    	    -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
    	    -moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
    	    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
    	    margin-bottom: 20px;
    	}

    	img.client:hover {
    	    filter: none;
    	    /* IE6-9 */
    	    -webkit-filter: grayscale(0);
    	    /* Google Chrome, Safari 6+ & Opera 15+ */

    	}

    	.servicebox a {
    	    color: white;
    	}


    	.center {
    	    margin-top: 20px;
    	    margin-bottom: 10px;
    	    width: 100%;



    	}

    	.orbg {
    	    background: white;
    	    border-top: #e62129 solid 1px;
    	}

    	.orbg-2 {
    	    background: white;

    	}

    	.mails {
    	    margin: 25px 0px 8px 0px;

    	    color: #3f484d;
    	    font-size: 16px;
    	    font-weight: 300;

    	    line-height: 1.4;
    	}

    	.page_topline {
    	    position: relative;
    	    z-index: 1001;
    	    background-color: #164e7c;
    	    padding-bottom: 5px;
    	    padding-top: 5px;
    	}

    	.top-stripe a {
    	    color: #ffffff;
    	    font-weight: 500;
    	    text-decoration: none;
    	    font-family: 'Muli', sans-serif;
    	}

    	.top-stripe a:hover {

    	    text-decoration: underline;





    	}

    	.top-stripe {
    	    text-align: center;
    	    font-size: 14px;


    	    box-sizing: border-box;
    	    font-family: 'Muli', sans-serif;

    	    line-height: 1.8;
    	    color: #e62129;


    	}

    	.accept-all {
    	    display: inline-block;
    	    width: 100px;
    	    box-sizing: border-box;
    	    margin-left: 7px;
    	    color: white;
    	}

    	.secure-payment-link {
    	    display: inline-block;
    	    width: 120px;
    	    margin-left: 7px;

    	}

    	.network {
    	    display: inline-block;
    	    width: 120px;
    	    margin-left: 7px;
    	}


    	.customercare {
    	    display: inline-block;
    	    width: 150px;
    	    margin-left: 7px;
    	}

    	.gstin {
    	    width: 200px;
    	    box-sizing: border-box;
    	    margin-left: 10px;

    	    letter-spacing: 1.5px;
    	    font-weight: 800;
    	    background-color: white;
    	    border-radius: 20px;
    	    padding: 0px 8px;



    	}


    	.faq-link {
    	    display: inline-block;
    	    width: 50px;
    	    margin-left: 7px;

    	}

    	.download {
    	    display: inline-block;
    	    width: 150px;
    	    margin-left: 7px;


    	}

    	.mtb {
    	    margin-top: 25px;
    	    margin-bottom: 25px;


    	}

    	.mtbs {
    	    margin-top: 20px;
    	    margin-bottom: 20px;



    	}

    	.wellbg {
    	    background: url(../images/eqbg.jpg) repeat-x top;
    	    border-color: #dbdbdb;
    	    border-radius: 0px;
    	    margin-bottom: 0px;
    	}

    	.clrbl {
    	    color: #e62129;
    	}

    	.icons {


    	    float: left;
    	    margin-right: 15px;
    	    margin-top: 10px;
    	    margin-bottom: 10px;
    	    margin-left: 15px;

    	}

    	.clro {
    	    color: #e62129;

    	}

    	.headings {
    	    color: #e62129;
    	    font-size: 20px;
    	    text-align: center;
    	    font-weight: bold;
    	}

    	.eqbg {
    	    background: url(../images/eqbg.jpg) repeat-x top;
    	    border: #c9c9c9 solid 1px;
    	    border-radius: 0px;
    	}

    	.well {
    	    min-height: 10px;
    	    padding: 5px;
    	    margin-bottom: 8px;

    	    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    	}

    	.sucess {
    	    min-height: 10px;
    	    padding: 5px;
    	    margin-bottom: 8px;
    	    margin-top: -20px;
    	    border: #c9c9c9 solid 1px;
    	    border-radius: 20px;

    	    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    	}

    	.bbg {
    	    background: #164e7c;
    	    padding-bottom: 40px;
    	    padding-top: 40px;
    	    margin-top: 30px;
    	}

    	.bbg2 {
    	    background: #f8c300;
    	    border-radius: 0px;
    	    border-color: #FFF;
    	}

    	.clrr {
    	    color: #164e7c;
    	}

    	.clrw {
    	    color: #FFF;
    	}



    	.clrbl2 {
    	    color: #ce0201;
    	    text-align: center;
    	    font-weight: 600;
    	}

    	.sgbr {
    	    background: #e7e7e7;
    	    border: #ffffff solid 2px;
    	    padding-top: 10px;
    	    padding-bottom: 10px;
    	    border-radius: 10px;
    	}



    	.ptb {
    	    padding-top: 10px;
    	    padding-bottom: 10px;
    	}

    	.readmore1 {
    	    background: #e62129;
    	    border: none;
    	    color: white;
    	    padding: 4px 12px;
    	    text-align: center;
    	    text-decoration: none;
    	    display: inline-block;
    	    font-size: 12px;
    	    border-radius: 20px;
    	}

    	.readmore1:hover {
    	    color: white;
    	    background: #164e7c;
    	    text-decoration: none;
    	}



    	.send-enquiry {
    	    background: black;
    	    border: none;
    	    color: white;
    	    padding: 4px 12px;
    	    text-align: center;
    	    text-decoration: none;
    	    display: inline-block;
    	    font-size: 12px;
    	    border-radius: 20px;
    	}

    	.send-enquiry:hover {
    	    color: black;
    	    background: #f8c300;
    	    text-decoration: none;
    	}

    	.read-team {
    	    background: #e62129;
    	    border: none;
    	    color: white;
    	    padding: 4px 12px;
    	    text-align: center;
    	    text-decoration: none;
    	    display: inline-block;
    	    font-size: 12px;
    	    border-radius: 20px;
    	}

    	.read-team:hover {
    	    color: black;
    	    background: #f8c300;
    	    text-decoration: none;
    	}



    	.mb {
    	    margin-bottom: 10px;
    	}



    	.clrb {
    	    color: #171616;
    	}



    	.netbg {
    	    background: #ffffff url(../images/ashbg.png) repeat;
    	    padding-top: 20px;
    	    padding-bottom: 20px;
    	    border-bottom: #FFF solid 1px;
    	}

    	.navbg2 {
    	    background: none;
    	    border: none;
    	    border-radius: 0;
    	    width: 100%;
    	    height: 230px;
    	    margin-bottom: 20px;
    	    overflow-y: scroll;
    	    overflow-x: hidden;

    	}

    	@media only screen and (max-width: 600px) {
    	    .navbg2 {
    	        background: #FFF;
    	        border: #dddddd solid 1px;
    	        border-radius: 0;
    	        width: 100%;
    	        height: auto;

    	    }

    	}


    	.nav-list li {
    	    border-bottom: #d4d4d4 dashed 1px;
    	    font-size: 12px;
    	}

    	.nav-list li a {
    	    color: #164e7c;
    	    padding-top: 4px;
    	    padding-bottom: 4px;
    	    line-height: 19px;
    	}

    	.nav-list li a:hover {
    	    color: #c73b0b;
    	    background: url(../images/eqbg.jpg) repeat-x top;
    	    border-color: #dbdbdb;
    	}

    	.client-feedback {
    	    background: url(../images/eqbg.jpg) repeat-x top;
    	    border-color: #dbdbdb;
    	    border-radius: 5px;
    	    padding: 16px;
    	    margin: 5px 0;
    	    width: 100%;
    	}

    	.client-feedback::after {
    	    content: "";
    	    clear: both;
    	    display: table;
    	}

    	.client-feedback img {
    	    float: left;
    	    margin-right: 20px;
    	    border-radius: 50%;
    	}

    	.client-feedback span {
    	    font-size: 20px;
    	    margin-right: 15px;
    	}

    	@media (max-width: 500px) {
    	    .client-feedback {
    	        text-align: center;
    	    }

    	    .client-feedback img {
    	        margin: auto;
    	        float: none;
    	        display: block;
    	    }
    	}

    	.grbg {
    	    background-color: #e62129;
    	    padding-top: 0px;
    	    padding-bottom: 20px;
    	}

    	.grbg2 {
    	    background-color: #164e7c;
    	    padding-top: 0px;
    	    padding-bottom: 20px;
    	}

    	.clry {
    	    color: #ffffff;
    	}

    	.readmore2 {
    	    color: #fdb632;
    	    text-decoration: none;
    	    font-size: 12px;
    	}

    	.readmore2:hover {
    	    color: #171616;
    	    text-decoration: none;
    	}

    	.footerbg {
    	    background: #fdb632 url(../images/bg_pattern.html) repeat bottom right;
    	    border-bottom: #e97900 solid 1px;
    	    padding-top: 0px;
    	    padding-bottom: 20px;
    	}

    	.footerbg2 {
    	    background: #164e7c;
    	    border-bottom: #fece76 solid 1px;
    	    border-top: #fece76 solid 1px;
    	    padding-top: 10px;
    	    padding-bottom: 10px;
    	    color: #FFF;
    	}

    	.submenu {
    	    color: #FFF;
    	    text-decoration: none;
    	    line-height: 20px;
    	    padding-left: 8px;
    	    padding-right: 8px;
    	}

    	.submenu:hover {
    	    color: #FFF;
    	    text-decoration: underline;
    	}

    	.submenu2 {
    	    color: #000000;
    	    text-decoration: none;
    	    line-height: 20px;
    	    padding-left: 8px;
    	    padding-right: 8px;
    	}

    	.submenu2:hover {
    	    color: #ffffff;
    	    text-decoration: none;
    	}

    	.readmore {
    	    color: #e21f2f;
    	}

    	.readmore:hover {
    	    color: #171616;
    	}


    	.single-process {
    	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    	    align-content: center;
    	    margin: auto;
    	    width: 245px;
    	    padding-left: 60px;
    	}


    	.single-process .box {
    	    width: 130px;
    	    height: 125px;
    	    background: #fff;
    	    text-align: center;
    	    line-height: 125px;
    	    border: 2px solid #E6E6E6;
    	    position: relative;
    	    margin-top: 5px;
    	}

    	.single-process .box:hover {
    	    background: #ffffff;
    	    border: 2px solid red;

    	}

    	.single-process .box img {
    	    width: 70%;
    	}

    	.single-process .box span {
    	    background: #e62129 none repeat scroll 0 0;
    	    color: #fff;
    	    font-size: 20px;
    	    font-weight: 600;
    	    height: 38px;
    	    left: -38px;
    	    line-height: 38px;
    	    position: absolute;
    	    text-align: center;
    	    top: 43.5px;
    	    width: 38px;
    	    font-family: 'Merriweather Sans', sans-serif;
    	}
    	.single-process .box1 {
    	    text-align: center;
    	    line-height: 15px;
    	    position: relative;
    	    margin-top: 35px;
    	}

    	.single-process .box1 i {
			color: #fa724b;
            font-size: 50px;    
	}
    	.single-process .box1 i:hover {
			color: #fa724b;
            font-size: 60px;    
	}



    	.single-process p {
    	    color: #164e7c;
    	    font-size: 14px;
    	    font-weight: 500;
    	    line-height: 24px;
    	    margin-bottom: 20px;
    	    margin-top: 15px;
    	    text-transform: uppercase;
    	    font-family: 'Raleway', sans-serif;
    	}


    	.faq-section {
    	    background: #f8c300;
    	    padding-bottom: 20px;

    	}




    	.faq {
    	    background: #FFFFFF;

    	    border-radius: 5px;
    	}

    	.faq .card {
    	    border: none;
    	    background: none;

    	}

    	.faq .card .card-header {
    	    padding: 0px;
    	    border: none;
    	    margin-top: -9px;

    	    -webkit-transition: all 0.3s ease 0s;
    	    -moz-transition: all 0.3s ease 0s;
    	    -o-transition: all 0.3s ease 0s;
    	    transition: all 0.3s ease 0s;
    	}

    	.faq .card .card-header:hover {
    	    background: #e7e7e7;
    	    padding-left: 10px;
    	}

    	.faq .card .card-header .faq-title {
    	    width: 100%;
    	    text-align: left;
    	    padding: 0px;
    	    padding-left: 30px;
    	    padding-right: 30px;
    	    font-weight: 400;
    	    font-size: 15px;
    	    letter-spacing: 1px;
    	    color: #333;
    	    text-decoration: none !important;
    	    -webkit-transition: all 0.3s ease 0s;
    	    -moz-transition: all 0.3s ease 0s;
    	    -o-transition: all 0.3s ease 0s;
    	    transition: all 0.3s ease 0s;
    	    cursor: pointer;
    	    padding-top: 20px;
    	    padding-bottom: 20px;
    	}

    	.faq .card .card-header .faq-title .badge {
    	    display: inline-block;
    	    width: 20px;
    	    height: 20px;
    	    line-height: 14px;
    	    float: left;
    	    -webkit-border-radius: 100px;
    	    -moz-border-radius: 100px;
    	    border-radius: 100px;
    	    text-align: center;
    	    background: #e62129;
    	    color: #fff;
    	    font-size: 12px;
    	    margin-right: 20px;
    	}

    	.faq .card .card-body {
    	    background: #e7e7e7;
    	    padding: 20px;
    	    padding-left: 35px;
    	    padding-bottom: 16px;
    	    font-weight: 400;
    	    font-size: 14px;
    	    color: #333;
    	    line-height: 25px;
    	    letter-spacing: 0.5px;
    	    border-top: 1px solid #e7e7e7;
    	}

    	.faq .card .card-body p {
    	    margin-bottom: 14px;
    	}

    	@media (max-width: 991px) {
    	    .faq {
    	        margin-bottom: 20px;
    	    }

    	    .faq .card .card-header .faq-title {
    	        line-height: 20px;
    	        margin-top: 10px;
    	    }
    	}

    	.map-responsive {
    	    overflow: hidden;
    	    padding-bottom: 80%;
    	    position: relative;
    	    height: 0;
    	}

    	.map-responsive iframe {
    	    left: 0;
    	    top: 0;
    	    height: 100%;
    	    width: 100%;
    	    position: absolute;
    	}

    	a,
    	a:hover {
    	    text-decoration: none;
    	}

    	.socialbtns,
    	.socialbtns ul,
    	.socialbtns li {
    	    margin: 0;
    	    padding: 3px;
    	}

    	.socialbtns li {
    	    list-style: none outside none;
    	    display: inline-block;

    	}

    	.socialbtns .fa {
    	    width: 40px;
    	    height: 40px;
    	    color: #c70900;
    	    background-color: #FFF;
    	    border: 2px solid #c70900;
    	    padding-top: 12px;
    	    border-radius: 50px;
    	    -moz-border-radius: 50px;
    	    -webkit-border-radius: 50px;
    	    -o-border-radius: 50px;
    	}

    	.socialbtns .fa:hover {
    	    color: #FFF;
    	    background-color: #c70900;
    	    border: 2px solid #c70900;
    	}

    	.feedback {

    	    overflow: hidden; 
    	     height:1050px;
    	    position:relative;
    	    
    	    
    	}
    	
    	@media only screen and (max-width: 600px) {
    	    
    	   .feedback {

    	    overflow: hidden; 
    	     height:1070px;
    	    position:relative;
    	    
    	} 
    	    
    	}

    



    	.fix-call-icon {
    	    display: inline-block;
    	    position: fixed;
    	    bottom: 70px;
    	    left: 12px;
    	    z-index: 999999;
    	}

    	.fix-icon-item {
    	    width: 50px !important;
    	    height: 50px !important;
    	    text-align: center;
    	    cursor: pointer;
    	    padding: 0px;
    	    background-color: #f06850;
    	    border-bottom-right-radius: 25px;
    	    border-top-left-radius: 25px;
    	    border-top-right-radius: 25px;
    	}

    	.fix-icon-whataap {
    	    display: inline-block;
    	    position: fixed;
    	    bottom: 10px;
    	    left: 12px;
    	    z-index: 999999;

    	}

    	.fix-icon-whataap-item {
    	    width: 50px !important;
    	    height: 50px !important;
    	    text-align: center;
    	    cursor: pointer;
    	   
    	    background-color: #00ce54;
    	    border-bottom-right-radius: 25px;
    	    border-top-left-radius: 25px;
    	    border-top-right-radius: 25px;
    	    padding: 2px;
    	}



    	.nocopy {
    	    -webkit-touch-callout: none;
    	    -webkit-user-select: none;
    	    -khtml-user-select: none;
    	    -moz-user-select: none;
    	    -ms-user-select: none;
    	    user-select: none;
    	}

    	.pop {
    	    position: fixed;
    	    width: 250px;
    	    right: -90px;
    	    margin-bottom: 0px;
    	    bottom: 5px;
    	    z-index: 10000;
    	    animation-duration: 2s;
    	    animation-iteration-count: infinite;
    	    animation-name: example;
    	    -webkit-animation: mover 1s infinite alternate;
    	    animation: mover 1s infinite alternate;
    	}

    	@-webkit-keyframes mover {
    	    0% {
    	        transform: translateY(0);
    	    }

    	    100% {
    	        transform: translateY(-20px);
    	    }
    	}

    	.text-align-center {
    	    text-align: center;
    	}

    	.close-icon {
    	    background-color: #dddddd;
    	    float: right;
    	    border: 2px solid #ffffff;
    	    border-radius: 5px;
    	    color: black;
    	    font-weight: 800;
    	    font-size: 20px;
    	    margin-right: 5px;
    	    margin-top: 10px;

    	}

    	.close-icon:hover {
    	    background-color: #164e7c;

    	    border: 2px solid #ffffff;

    	    color: #ffffff;


    	}

    	.pop-up {
    	    background-color: #164e7c;
    	    border-radius: 10px;
    	    border: 5px solid #ffffff;

    	}

    	.pop-screen {
    	    background-color: #dddddd;

    	}




    	.top-sec {
    	    padding: 10px 0px;
    	    text-align: center;
    	    max-width: 800px;
    	    margin: 40 auto;

    	    margin-top: 35px;


    	    background-color: #ffffff;



    	    border-radius: 10px;
    	    box-shadow: 1px 1px 2px #333, 0 0 15px green, 0 0 5px #f8b000;
    	}
