﻿.nopadding {
   padding: 0 !important; 
}

.displayNone
{
    display:none !important;
}

.txtCenter  
{
    text-align:center;
}

.btnCommon {
    border-radius: 0px;
    border: 0px;
    height: 35px;
    padding-top: 8px;
    min-width: 100px;
    padding: 7px 14px;
    background: #6d6f07;
}

.headdingCommon {
  color: #c31212;
    margin: 0px;
    padding: 14px 0px;
}
.paddingNone {
    padding: 0px;
}


/*Contact Circle*/
.contactUsCircleMaster {
      width: 90px;
    position: fixed;
    bottom: 45px;
    right: 0px;
    background: white;
    text-align: center;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
    border: solid #1a7798 12px;
    -webkit-animation-name: example;
    -webkit-animation-duration: 3s;
    animation-name: example;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform: scale(1);
    transition: 1s;
    transition-timing-function: cubic-bezier(0.55, 0.09, 0.68, 0.53);
    z-index: 100000;
}



/*
    .contactUsCircleMaster:hover::after {
      content: 'Quick Enquiry';
    background: rgba(21, 142, 19, 0.62);
    position: relative;
    color: black;
    position: absolute;
    left: -84px;
    padding: 6px;
    color: white;
    border-radius: 2px;
    top: -26px;
    left: -88px;
    transition: 0.5s;
    display: block;
    }
   
    .contactUsCircleMaster:hover {
        transform: scale(1);
        transition: 1s;
    }
     */

    .contactUsCircleMaster .fa {
     font-size: 75px;
    color: #5f8a5f;
    position: relative;
    left: -3px;
    top: -3px;
    }

    .contactUsCircleMaster::after {
        top: -26px;
        left: -100px;
        position: absolute;
        transition: 0.5s;
        display: none;
    }

    .colorWhite
    {
        color:white;
    }


.commonSpace {
    margin-top: 22px;
}

@-webkit-keyframes example {
    25% {
        border: solid white 12px;
    }

    100% {
        border: solid rgb(191, 21, 106) 12px;
    }
}

/* Standard syntax */
@keyframes example {
    25% {
        border: solid #b71313 12px;
    }

    10% {
        box-shadow: 0px 0px 36px green;
    }

    100% {
        border: solid rgb(171, 14, 14) 12px;
    }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray !important;
    opacity: 1; /* Firefox */
    font-size:13px !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: gray !important;
    opacity: 1; /* Firefox */
    font-size:13px !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
       color: gray !important;
       opacity: 1; /* Firefox */
       font-size:133px !important;
}