/*Availability Checker CSS*/

.phn-error-msg, 
.phn-exist-msg,
.existing-phone-info {
    opacity: 0;
    height: 0;
    transition: 0.3s;
    margin: 0px !important;
}

.avchk-sub-head {
    margin-bottom: 0px !important;
}

.avchk-txt {
    margin: 0 auto 40px !important;
}

.existing_phone_no_ip, 
.gb-address-ip {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 8px;
    border-radius: 50px;
}

.availability-checker-div {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}


#gb-phone-number-checker,
#gb-find-address-btn {
    padding: 10px 19px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
}

input#gb-find-address-btn[disabled] {
    opacity: 0.6;
}
.exist-no,
.exist-yes {
    border: 1px dashed #ea4c83;
    color: #ea4c83;
    border-radius: 5px;
    margin-bottom: 10px;
}

.exist-no.active,
.exist-yes.active {
    background: #ea4c83;
    color: #fff;
}

.exist-no:before,
.exist-yes:before {
    content: 'NO';
    position: absolute;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.exist-yes:before {
    content: 'YES';
}

.exist-no input,
.exist-yes input {
    opacity: 0;
}


.existing_broadband_line div,
.transfer_phone_line div {
    display: inline-block !important;
    /*margin: 20px 20px 0px 0px;*/
    font-size: 0px;
    border-radius: 30px;
}


.existing_broadband_line input[type=radio],
.transfer_phone_line input[type=radio] {
    /* border-radius: 5px; */
    border: 1px dashed #a1a1a1;
    width: 170px!important;
    height: 45px;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    cursor: pointer;
}

.existing-phone-info label {
    font-size: 16px;
    color: #393939;
    text-transform: uppercase;
}

.existing-phone-info {
    margin-top: 30px;
}

.existing_broadband_line, 
.transfer_phone_line {
    margin-bottom: 30px;
}

.get-pn-ghost-now-btn {
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
}

.phn-error-msg, 
.phn-exist-msg {
    margin: 10px 0 !important;
}

.get-pn-ghost-now-btn[disabled="disabled"] {
    opacity: 0.5;
}

.loader {
    text-align: center;
}

.existing_phone_no_text,
#gb-postcode {
	border: none !important;
}


.existing-phone-info p.existing_broadband_line_label, 
.existing-phone-info p.transfer_phone_line_label {
    margin: 0;
    font-weight: bold;
    line-height: 1.5em !important;
    font-size: 15px;
    margin-bottom: 10px;
}

.phn-exist-msg, .phn-error-msg {
    /*font-weight: 500;*/
    line-height: 1em;
    color: #ea4c83;
    font-size: 16px;
}

.phn-error-msg {
    color: red;
}

/*Toggle button css start*/

.avail-chk-btn-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
	justify-content: center;
}

.avail-chk-btn-field input {
	-webkit-appearance: none;
}

.avail-chk-btn-field label {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
	transition: all 0.1s ease-in-out;
	text-transform: uppercase;
    font-weight: bold;
    padding: 8px 20px;
    font-size: 14px;
}

.avail-chk-btn-field label:hover {
	cursor: pointer;
}

/* .avail-chk-btn-field input:checked + label */
.avail-chk-btn-field label.checked {
	box-shadow: none;
	background-color: #ea4c83;
    color: #fff;
}

.avail-chk-btn-field label:first-of-type {
	border-radius: 30px 0 0 30px;
}

.avail-chk-btn-field label:last-of-type {
	border-radius: 0 30px 30px 0;
}

/*Toggle button css end*/


.phn-check, .postcode-availability-checker {
    display: none;
}

.phn-check.active, .postcode-availability-checker.active {
    display: block;
}

.get-pc-ghost-now-btn, 
.choose-package {
	display: none;
}

.gb-address-ip input {
    width: 100%;
}

.availability_msg {
    text-align: center !important;
}

.gb-address-list ul li {
    background-color: #ddd;
    text-align: left;
}

.get-pn-ghost-now-btn, 
.get-pc-ghost-now-btn {
    color: #fff;
    background-color: #a33477;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    width: 55%;
    font-size: 20px;
    line-height: 1em;
    padding: 13px;
}

.get-pn-ghost-now-btn:hover, 
.get-pc-ghost-now-btn:hover{
    background-color: #3a3a3a;
}


.avail-chk-btn-field{
    display:none;
}

.existing_phone_line_label label{
    font-weight: bold;
}

input#gb-postcode,
input.existing_phone_no_text {
    background: none!important;
}


.choose_package_type input {
    display: none !important;
}

.fibre_optic_label label, .adsl_label label {
    width: 100%;
}

.choose-package {
    width: 100%;
}

h4.fs-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px !important;
}

.hide-now{
    display:none !important;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {

    .availability-checker-div {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px){

	.avchk-title .avchk-sub-head {
	    line-height: 1.3em;
	    font-size: 30px;
	    margin-bottom: 20px!important;
	}

	.avchk-txt {
	    margin-bottom: 20px !important;
	}

	.avchk-title h1 {
	    font-size: 50px;
	}
}


@media only screen and (max-width: 768px){

	.availability-checker-div {
	    width: 100%;
	}

}

@media only screen and (max-width: 767px){

	.existing_phone_no_ip, .gb-address-ip {
        border-radius: 0px ;
        flex-direction: column;
    }

    .existing_phone_no_ip > input, 
    .gb-address-ip > input {
        margin-bottom: 10px;
    }

    p.gbmax-speed {
        font-size: 25px;
    }

    /*p.gbsite-title {
        font-size: 14px;
    }*/

    .gbmax-speed-col:before {
        right: 10% !important;
        font-size: 10px;
    }


    .fibre_optic_label label, .adsl_label label {
        height: auto;
    }

    .speed-price p.gbsite-title {
        font-size: 12px !important;
    }

    .copper, .fttc, .fttp, .gfast {
        background-size: cover;
        padding: 5px 0px 5px 5px;
    }

    .exist-no, .exist-yes {
        margin: 0px;
    }

    .get-pn-ghost-now-btn, .get-pc-ghost-now-btn {
        width: 100%;
    }
    
    .copper, .fttc, .fttp, .gfast {
        display: block;
    }
    
    .fibre_optic_label label, .adsl_label label {
        height: 345px ;
    }
    
    .copper .gb-product, .fttc .gb-product, .fttp .gb-product, .gfast .gb-product {
        font-size: 2em !important;
        line-height: 1.5em !important;
    }
    
    .fibre_optic_label p {
        font-size: 16px;
    }
    
}


@media only screen and (max-width: 320px){
   /* .fibre_optic_label label, .adsl_label label {
        height: 110px;
    }

    .speed-price .downspd, .speed-price .upspd, .speed-price .gb-price, .speed-price .gb-contract {
        font-size: 8px !important;
    }

    .fibre_optic_label .speed-price .gbsite-title {
        font-size: 10px !important;
    }

    p.inc-line-rental {
        font-size: 10px;
    }*/
    .fibre_optic_label label, 
    .adsl_label label {
        height: 300px ;
    }
    
    body .copper .gb-price, 
    body .fttc .gb-price, 
    body .fttp .gb-price, 
    body .gfast .gb-price, 
    .speed-price .downspd, 
    .speed-price .upspd, 
    .speed-price .gbsite-title, 
    .speed-price .gb-price, 
    .speed-price .gb-contract {
        font-size: 14px !important;
    }
    
    .copper .gb-product, 
    .fttc .gb-product, 
    .fttp .gb-product, 
    .gfast .gb-product {
        font-size: 1.6em !important;
    }
}

.existing_phone_line input[type=radio] {
    border-radius: 5px;
    width: 100%!important;
    height: 45px;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    cursor: pointer;
}

.existing_phone_line {
    display: flex;
    flex-wrap: wrap;
}

p.existing_phone_line_label {
    width: 100%;
}

.exist-no, .exist-yes {
    width: calc(50% - 10px);
    margin: 0 5px;
}


.availability_msg_error {
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.4;
}