@font-face {
    font-family: 'Gotham';
    src: url('/resources/3b1b00b8/snippet/snippet-19/other/GothamMedium.eot');
    src: url('/resources/3b1b00b8/snippet/snippet-19/other/GothamMedium.eot?#iefix') format('embedded-opentype'),
url('/resources/3b1b00b8/snippet/snippet-19/other/GothamMedium.woff2') format('woff2'),
url('/resources/3b1b00b8/snippet/snippet-19/other/GothamMedium.woff') format('woff'),
url('/resources/3b1b00b8/snippet/snippet-19/other/GothamMedium.ttf') format('truetype'),
url('/resources/3b1b00b8/snippet/snippet-19/other/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

body.widget-snippet {
    padding: 40px;
}
.wc-snippet-phone-no {
    height: 45px;
    position:  relative;
    padding: 5px 15px;
    margin: 0 15px;
    background-color: #0f4372;
    display: inline-block;
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
.wc-snippet-phone-no:hover {
    background-color: #6fb244;
}
.wc-snippet-phone-no:before,
.wc-snippet-phone-no:after {
    content:  "";
    height:  0;
    font-size: 0;
    width:  0;
    border-style:  solid;
    position:  absolute;
    top: 0;
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
.wc-snippet-phone-no:before {
    border-width: 23px 7px 22px;
    border-color: transparent #0f4372 #0f4372 transparent;
    left: -14px;
}
.wc-snippet-phone-no:hover:before {
    border-color: transparent #6fb244 #6fb244 transparent;
}
.wc-snippet-phone-no:after {
    border-width: 23px 7px 22px;
    border-color: #0f4372 transparent transparent #0f4372;
    right: -14px;
}
.wc-snippet-phone-no:hover:after {
    border-color: #6fb244 transparent transparent #6fb244;
}
.wc-snippet-phone-no a,
.wc-snippet-phone-no a:visited,
.wc-snippet-phone-no a:focus {
    display: inline-block;
    font-family: 'Gotham';
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
}
.widget .wc-snippet-phone-no a:focus {
    outline: none;
}
.widget .wc-snippet-phone-no a:hover {
    text-decoration:none;
    color: #ffffff;
}
.widget .wc-snippet-phone-no a i {
}
.wc-snippet-phone-no i {
    font-size:  22px;
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
}
