/*  
Theme Name: Paidvideocall
Theme URI: paidvideocall.com
Template: peercast
Description: Paidvideocall theme
Version: 1.0
Author: paidvideocall
Author URI: http://paidvideocall.com

*/

.site-logo{
	padding: 2rem 0px 3rem 0px;
}

.footer-logo {
	max-width: 44px;
}

.big-model {
	max-width: 79vw !important;
    max-height: 90vh;
}

.big-model .modal-content {
	margin-top: 7px;
}

.big-model video {
	border-radius: 10px;
	outline: none !important;
}

.call-booking-widget {
    width: 60px;
    height: 60px;
    text-align: center;
    position: fixed;   
    bottom: 130px;
    right: 26px;    
    border-radius: 50%;
}

.call-booking-widget a {
    display: flex;
    justify-content: center;
    align-items: center;    
    border-radius: 50%;  
    background-color: #2fc588;
    color: #ffffff;
    box-shadow: rgba(2, 6, 16, 0.2) 0px 2px 16px;
    border: solid 0.5px #2fc588; 
    width: 100%;
    height: 100%; 
}

.call-booking-widget a svg {
    width: 23px;
    height: 23px;
}

.call-booking-widget a:hover {
    color: #ffffff;
}

#call-booking-iframe {
    border:  none;
}

#call_booking_modal .modal-dialog {
    max-width: 375px;
    background: transparent;
}

.home_banner a {
    top:  calc(50% - 40px) !important;
}

.play_bg {
    top:  calc(50% - 40px) !important;
    background: #2fc588 !important;
}

.call_booking_modal {
        position: fixed;
    /* overflow: hidden; */
    /* z-index: 1024; */
    top: 20px;
    right: -10px;
    height: 112px;
}

.video_modal {
    z-index: 9999999999 !important;
}

.widget-close-opt {
    position: absolute;
    top: 12px;
    right: 18px;    
}

.widget-close-opt svg {
    color: #ffffff;
    -ms-transform: rotate(-90deg); /* IE 9 */
        transform: rotate(-90deg);
}

.external-widget-btn {
    display: flex;
    align-items: center;
    padding: 15px 15px;
}
.widget-message-view {
    margin-right: 10px;
    height: 42px;                                                           
    cursor: pointer;
    border-radius: 16px;
    padding: 10px 15px;
    box-shadow: rgba(0, 18, 46, 0.18) 0px 2px 20px 0px;
    background: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
}       
.external-widget-btn a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;    
    border-radius: 50%;  
    background-color: #2fc588;
    color: #ffffff;
    box-shadow: rgba(2, 6, 16, 0.2) 0px 2px 16px;
    border: solid 0.5px #2fc588; 
}

/* .paidvideocall_widget {    
    position: fixed; 
    top: auto; 
    bottom: 120px; 
    left: auto;
	right: -18px; 
    width: 250px; 
    height: 90px; 
    max-height: 100vh; 
    opacity: 1; 
    background: none transparent; 
    margin: 0px; 
    max-width: 100vw; 
    transform: translateY(0px);
	transition: none 0s ease 0s;
	visibility: visible;
	display: flex;
	align-items: bottom;
} */

/* .paidvideocall_widget.expand {
    width: 100vw; 
    height: 100vh;
    top: 0px; 
    bottom: auto; 
    left: 0px; 
    right: auto;
	z-index: 999999999999 !important;
} */

/* #paidvideocall_iframe {
    width: 100vw;
} */


.widget-close-opt {
    display: none
}

#paidvideocall_iframe {
    display: none; 
    border: none;
    border-radius: 15px;    
}

#faqVideo1 {
    border-radius: 10px;
}

.view-all-video {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 1rem;
    color: #27295a;
}

.video-length {
    margin-top: 5px;
    text-align: right;
    font-size: 1rem;
    color: #27295a;
}

header {
    position: relative;    
}

.form-input textarea, 
.form-input select, 
.form-input input[type=date], 
.form-input input[type=text], 
.form-input input[type=email], 
.form-input input[type=password] {
    width: 100%;
    padding: 15px 30px 15px 20px;
    border: none;
    color: #27295a;
    margin: 0px;
    box-sizing: border-box;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 21px;
    outline: none;
    color: #27295a;
    font-size: 16px;
    font-weight: 600;
}

.form-input .input-wrapper {
    position: relative;
}

.form-input textarea ~ .input-fixed-text, 
.form-input select ~ .input-fixed-text, 
.form-input input[type=date] ~ .input-fixed-text, 
.form-input input[type=text] ~ .input-fixed-text, 
.form-input input[type=email] ~ .input-fixed-text, 
.form-input input[type=password] ~ .input-fixed-text {
    position: absolute;
    top: 16px;
    left: 30px;
    line-height: 20px;
    color: #797ba3;
    font-size: 16px;
}

.form-input input[type=text] ~ .icon {
    position: absolute;
    top: 14px;
    left: 0px;
    line-height: 20px;
    color: #2fc588;
}

.form-input input[type=text] ~ .response-icon {
    position: absolute;
    top: 14px;
    right: 5px;
    line-height: 20px;
}

.form-input input[type=text] ~ .response-icon svg {
    display: none;
}

.btn-custom-size-5 {
    margin-top: 10px;
    width: initial;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
}

.btn-animate {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.btn-custom-size-5:disabled {
    opacity: 0.5;
}

.link-section .form-input {
    min-height: 68px;
    width: 100%;
}

.link-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.link-section #link {
   border-radius: 5px;
   background-color: #F9FDBD;
}

.link-section #link.inactive {
    color: #797ba3 !important;
}

.link-section #link::placeholder {
    color: #797ba3 !important;
}

.link-wrapper {
    padding: 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 20px 40px 0 rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.link-wrapper p {
    margin-bottom: 5px;
    text-align: center;
}

.access_info {
    font-size: 11px;
    letter-spacing: 0.55px;
    padding-left: 20px;
}

.contact-menu {
    display: inline-block;
}

.contact-widget {
    display: none;
}

.page-id-1797 .page-cont ul{
    padding-left: 40px !important;
}

.page-id-1797 .page-cont {
    font-size: 0.8125em;
}

#supportWidget .modal-body {
    border: none !important;
}

@media screen and (max-width: 767px) {

    .contact-menu {
        display: none;
    }

    .contact-widget {
        display: inline-block;
        position: absolute;
        right: -10px;
        bottom: 65px;
        margin-bottom: 0px !important;
        cursor: pointer;
    }

    .right-menu__wrapper {
        position: relative;
    }

	.big-model {
		max-width: 100vw !important;
		max-height: auto;	    
	}

	.big-model .modal-content {
		margin-top: 0px;
	}

    .embed-widget-view {
        margin: 0px 0px 0px 20px;
        width: 100px;
        height: 100px;
        text-align: center;
        position: relative;
    }

    .embed-widget-view span:first-child {
        left: -20px;
        top: 0;
        background-color: #ffffff;
        color: #2fc588;
        box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
        border: solid 0.5px rgba(0, 0, 0, 0.1);
    }

    .embed-widget-view span:nth-child(2) {
        right: -20px;
        bottom: 0;
        background-color: #2fc588;
        color: #ffffff;
        box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
        border: solid 0.5px #2fc588;
    }

    .embed-widget-view span {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .embed-widget-view .widget-profile-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
    }

    .embed-widget-view .widget-profile-img img,
    .embed-widget-view .widget-profile-img video {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .embed-widget-view .widget-profile-img.no-image {
        background-color: rgba(255, 143, 81, 0.2);
        color: #FF8F51;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-weight: 700;
    }

    .close_widget_icon {
        top: -18px !important;
        right: 12px !important;
    }

    .close_widget_icon span,
    .close_widget_icon span:hover {
        color: #000 !important;
    }
}

@media screen and (max-width: 991px) {
	header {
	    position: fixed;
	    width: 100%;
	    -webkit-transition: box-shadow 0.3s ease;
	    -ms-transition: box-shadow 0.3s ease;
	    transition: box-shadow 0.3s ease;	    
	    z-index: 9;
	    background-color: #fff;
	}

	.fixed-header {	    
	    box-shadow: 0 0 3rem rgba(0,0,0,0.1);
	}

    .right-menu_opened .fixed-header {
        box-shadow: none;
    }

	.fixed-header .my-account-btn {
	    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
	}

	.main-section {
	    padding-top: 110px;
	    position: relative;

	}

	header .row {
		align-items: center;
	}

	.header-right {
		margin-top: 0px;
	}
}

@media screen and (min-width: 992px) {

    .paidvideocall_widget {        
        top: auto; 
        bottom: 120px; 
        left: auto;
		right: 0px; 
        width: 250px;       
    }

    .paidvideocall_widget.expand {
        width: 300px; 
        height: 512px;
        top: auto; 
        bottom: 120px; 
        left: auto;
		right: 27px;
    }
 
    #paidvideocall_iframe {
        width: auto;
        border: 0.5px solid #c9cad8;
    }   

    .form-input textarea, .form-input select, .form-input input[type=date], .form-input input[type=text], .form-input input[type=email], .form-input input[type=password] {
        padding: 19px 30px 19px 19px;
    }

    .btn-custom-size-5 {
        margin-top: 0px;
    }

    .form-input textarea ~ .input-fixed-text, 
    .form-input select ~ .input-fixed-text, 
    .form-input input[type=date] ~ .input-fixed-text, 
    .form-input input[type=text] ~ .input-fixed-text, 
    .form-input input[type=email] ~ .input-fixed-text, 
    .form-input input[type=password] ~ .input-fixed-text {
        position: absolute;
        top: 20px;
        left: 30px;
    }

    .link-section {
        justify-content: space-between;
    }

    .form-input input[type=text] ~ .icon {
        top: 20px;
        left: 0px;
    }

    .link-section .form-input {
        min-height: 75px;
        width: calc(100% - 196px);
    }
    
    .link-section button {
        width: 116px;
        height: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .access_info {
        margin-top: 20px;
        padding-left: 30px;
    }

    .form-input input[type=text] ~ .response-icon {
        top: 17px;
        right: 5px;
    }
    .link-wrapper p {
        text-align: left;
        margin-bottom: 0px;
    }

    .link-wrapper {
        padding: 30px 21px 16px 30px;
    }

    .home_content .sub-heading {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .home_content .heading_sec {
        font-size: 50px;
    }

}

@media screen and (min-width: 1200px) {
    .link-section .form-input {
        min-height: 75px;
        width: calc(100% - 196px);
    }
    
    .link-section button {
        width: 176px;
        height: 60px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

.pricing-container .feature ul li {    
    background: url(img/checkmark.svg) no-repeat left center !important;
    min-height: 24px !important;
    line-height: 23px !important;
}

.errorMessage {
    color: #ee5986;
    font-size: 13px;
    text-transform: initial;
    letter-spacing: 0;
    line-height: 10px;
    font-weight: 700;
    margin-top: 5px;
    display: none;
}

.field--errorLinkMessage {
    border-color: #ee5986 !important;
}

@media (min-width: 1366px) {
    .header_nav .nav-item a {
        padding: 0.5rem 0.6rem;
    }
}