/*========================================================

Project: Click To Call - Direct Call From Website HTML Plugin
Author: Black Theme
Released On: 8, Sep 2019
@version: 1.0

==========================================================*/

/* Click To Call Main Container */
.cc-style1{
  	display: inline-block;
  	position: fixed;
  	letter-spacing: 0.1px;
  	z-index: 9999;
}
.cc-style2{
    position: fixed;
    bottom: 9.5em;
  	right: 1em;
  	z-index: 999;
}
input[type=text]:focus{
    color: #000;
}

.hform button {
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: #ffae4e;
  color: #fff;
  font-size: 24px;
  line-height: 66px;
  width: 100%;
  font-weight: 600;
  border-radius: 15px;
  transition: all 0.5s;
  margin: 20px 0;
}
.cc-style2 .cc-button2 {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
    float: none;
    margin-top: 0.5em;
    z-index: 999;
}
.cc-style2 .cc-button2.cc-phona{
    background:#253974;
}
.cc-style2 .cc-button2.cc-whatsapp{
    background:#09b927;
}

.cc-style2 .cc-button2.cc-mill{
    background:#FF485F;
}
.cc-style2 .cc-button2 .fa-phona1{
  	display: table;
  	height: 100%;
  	width: 100%;	
  	margin-right: 0px;
  	font-size: 25px;
  	text-align: center;
  	line-height: 50px;
  	cursor: pointer;
  	background: url(../images/phona.png) no-repeat 50%;
}

.cc-style2 .cc-button2 .fa-mill{
  	display: table;
  	height: 100%;
  	width: 100%;	
  	margin-right: 0px;
  	font-size: 25px;
  	text-align: center;
  	line-height: 50px;
  	cursor: pointer;
  	background: url(../images/mill.png) no-repeat 50%;
}
.cc-style2 .cc-button2 .fa-whatsapp{
  	display: table;
  	height: 100%;
  	width: 100%;	
  	margin-right: 0px;
  	font-size: 25px;
  	text-align: center;
  	line-height: 50px;
  	cursor: pointer;
  	background: url(../image/whats.png) no-repeat 50%;
}
.cc-button2 .phonaquo{
    position: absolute;
    transition: right 0.3s ease-in;
    overflow: hidden;
    z-index: 1;
}
.cc-phona a:hover .phonaquo {
    right: 60px;
}


.cc-right-bottom{
  	bottom: 144px;
  	right: 0px;
  	float: right;
}

/* Floating Panel Container */
.cc-style1 .cc-panel{
  	display: none;
  	margin-bottom: 5%;
  	width: 300px;
  	border-radius: 10px;
  	box-shadow: 0px 3px 7px rgba(12, 12, 12, 0.18);
  	background-color: #fff;
    border-radius: 8px;
    text-align: center;
    position: relative;
    left: 15%;
}

/* Floating Panel Header */
.cc-style1 .cc-panel .cc-header{
	  padding: 15px 10px;
	  border-radius: 8px;
	  text-align: center;
}
.cc-style1 .cc-header img{
	  padding: 5px;
	  width: 30%;
	  border: 2px solid #fff;
	  border-radius: 100%;
}
.cc-style1 .cc-header h2{
    padding-top: 5px;
	  margin-bottom: 0;
	  font-size: 18px;
	  font-weight: 700;
	  line-height: 30px;
}
.cc-style1 .cc-header p{
	  margin-bottom: 0;
	  font-size: 13px;
}

/* Floating Panel Body */
.cc-style1 .cc-panel .cc-body{
	  padding: 15px 10px 0;
	  text-align: center;
}
.cc-style1 .cc-body p{
	  margin-bottom: 0;
	  font-size: 14px;
}

/* Floating Panel Footer */
.cc-style1 .cc-panel .cc-footer{
	  padding: 25px 10px 30px;
	  text-align: center;
}
.cc-style1 .cc-footer a{
	  text-decoration: none;
	  color: inherit;
}
.cc-style1 .cc-footer .cc-call-button{
  	position: relative;
  	margin: auto;
  	padding: 6px 20px;
  	transition: all 0.2s ease;
}
.cc-style1 .cc-footer .cc-call-button:before{
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
    width: 40px;
    height: 40px;
  	display: block;
  	border-radius: 28px;
  	transition: all 0.3s ease;
}
.cc-style1 .cc-footer .cc-call-button span{
  	position: relative;
  	font-size: 13px;
  	line-height: 18px;
  	font-weight: 900;
  	letter-spacing: 0.25em;
  	text-transform: uppercase;
  	vertical-align: middle;
}
.cc-style1 .cc-footer .cc-call-button svg{
  	position: relative;
  	top: 0;
  	margin-left: 10px;
  	fill: none;
  	stroke-linecap: round;
  	stroke-linejoin: round;
  	stroke: #111;
  	stroke-width: 2;
  	transform: translateX(-5px);
  	transition: all 0.3s ease;
}
.cc-style1 .cc-footer .cc-call-button:hover:before{
  	width: 100%;
}
.cc-style1 .cc-footer .cc-call-button:hover svg{
  	transform: translateX(0);
}
.cc-style1 .cc-footer .cc-call-button:active{
  	transform: scale(0.96);
}

.cc-button{
    background: -webkit-linear-gradient(to right, #ffae4e, #ffae4e);
    background: -moz-linear-gradient(to right, #ffae4e, #ffae4e);
    background: -ms-linear-gradient(to right, #ffae4e, #ffae4e);
    background: -o-linear-gradient(to right, #ffae4e, #ffae4e);
    background: linear-gradient(to right, #ffae4e, #ffae4e);
}

.cc-button:hover {
    box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Right Bottom Floating Button */
.cc-style1 .cc-button{
	  width: 60px;
  height: 55px;
	  box-shadow: 0 0 10px rgba(12, 12, 12, 0.3);
	  
}
.cc-style1 .cc-button:hover{
	  box-shadow: 0px 0px 10px rgba(12, 12, 12, 0.5);
	  -webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -ms-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
}
.cc-style1 .cc-button i{
  	display: table;
  	height: 100%;
  	width: 100%;	
  	margin-right: 0px;
  	font-size: 25px;
  	text-align: center;
  	line-height: 50px;
  	cursor: pointer;
  	background: url(../images/liu.png) no-repeat 50%;
}

.form-title{
        padding: 10px 15px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    justify-content: space-between;
    display: flex;
    background-color: #ffae4e;
}

.cc-style2 .wpcf7 {
    padding: 0 15px;
    color: #000;
}

.cc-panel input.wpcf7-form-control.wpcf7-submit.has-spinner {

    border: none;
    border-radius: 4px;
    color: #fff;
    background: #a886cd;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: center;
    display: block;
    background-color: #ffae4e;
}
.cc-panel input.wpcf7-form-control {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px; 
    margin: 10px 0 0;

}

.cc-panel textarea.wpcf7-form-control {
    height: 100px;
    line-height: 20px;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    margin: 10px 0 0;
 
}


.quo{
    background: #fff;
    padding: 10px 12px;
    position: relative;
    top: 20px;
    right: 6px;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
}


/* Floating Button Forward Rotation */
.rotateForward{
    animation-name: rotateF;
    animation-duration: 0.65s;
    animation-iteration-count: 1;
}

@keyframes rotateF{
  	from{
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
  	}
  	to{
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
  	}
}

/* Floating Button Backward Rotation */
.rotateBackward{
    animation-name: rotateB;
    animation-duration: 0.65s;
    animation-iteration-count: 1;
}

@keyframes rotateB{
  	from{
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
  	}
  	to{
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
  	}
}

/* Media Css for Smaller Device */
@media(max-width: 576px){
	.cc-style1 .cc-panel{
	    width: 360px;
	    left: 2%;
	}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px){
    
    .cc-style1 .cc-footer .cc-call-button svg{
        stroke: #fff;
    }
    .cc-style1 .cc-footer .cc-call-button:before{
        width: 100%;
    }
    
    
    
    
    
    
}