.bookingloader {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    background: #dc2935;
    opacity: 0.6;
    z-index: 999;
    top: 0px;
    left: 0;
    height: 100%;
}

.loader-gray {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(images/spinner-grey.png);
    -webkit-transform: translate(-50% -50%);
    transform: translate(-50% -50%);
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 9999;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

select:focus {
    outline: none;
}

li {
    list-style: none;
}

.toplogin {
    display: inline-block;
    padding: 0px 50px;
    color: #fff;
}

.toplogin a {
    color: #fff;
}

.header-top a {
    color: #fff;
}

#header-custom {
    display: flex;
    align-items: center;
}

.logo {
    width: 190px;
    float: left;
    margin-right: 15px;
}

.topsearch {
    width: 300px;
    float: left;
    margin-right: 15px;
}

.secondmenu {
    float: left;
    width: 60%;
    margin-right: 0px;
}

.topaddress {
    width: 185px;
    float: left;
    margin-right: 8px;
    padding-top: 10px;
}

.storechange {
    width: 225px;
    float: right;
}

.secondmenu li {
    text-align: center;
    float: left;
    width: 20%;
    vertical-align: top;
}

.secondmenu li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    display: block;
}

.topaddress img {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
}

.topaddress p {
    vertical-align: top;
    width: calc(100% - 12px);
    margin-left: 0px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    float: right;
    line-height: 21px;
}

.stor_loctions select {
    background: #fff;
    border: 0px;
    color: #e52b38;
    font-weight: bold;
    height: auto !important;
}

.stor_loctions select option {}

.stor_loctions select:focus {
    outline: none;
}

nav.navbar.navbar-default {
    background-color: transparent;
    border: 0px;
}

ul.nav.navbar-nav {
    margin: 0px;
}

.home_icon {
    float: left;
    width: 20px;
    padding-top: 10px;
}

div#navbarCollapse {
    width: calc(100% - 25px);
    float: right;
}

.bokingtabarea {
    padding: 50px 0px 130px;
    background-color: #c52229;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#971922', endColorstr='#971922', GradientType=0);
}

.bokingtabarea h2 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    font-family: roboto;
    margin-bottom: 40px;
    margin-top: 0px;
}

.bookingbox {
    text-align: center;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 20px 20px;
    position: relative;
}

.bookingbox h4 {
    color: #fff;
    font-size: 22px;
    font-family: roboto;
    font-weight: 500;
    margin-bottom: 30px;
}

.bookingbox img {
    height: 50px;
}

.bookingbox .bookingform {
    width: 100%;
    margin: 30px 0px 20px;
}

.bookingbox .bookingform label {
    display: inline-block;
    color: #fff;
    font-family: roboto;
    font-weight: 400;
}

.bookingbox .bookingform select {
    width: 150px;
    height: 30px;
    border: 0px;
    border-radius: 3px;
    font-size: 14px;
}

.bookingbox .bookingform input {
    width: 150px;
    height: 30px;
    border: 0px;
    border-radius: 3px;
    font-size: 14px;
}

.bookingbox .bookingform option {}

.bookingbox button.gobtn {
    background: #000;
    border: 0px;
    color: #fff;
    font-family: roboto;
    padding: 3px 25px;
    font-size: 18px;
    height: 30px;
    border-radius: 4px;
}

.servicearea {}

.contaner_inner {
    max-width: 980px;
    margin: 0px auto;
}

.servicetopsection {
    width: 100%;
    float: left;
    box-shadow: 1px 0px 6px #696969;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: -80px;
    background: #fff;
}

.servicetopsection h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-family: roboto;
    margin-bottom: 0px;
    margin-top: 0px;
    background: #c52229;
    width: 170px;
    float: left;
    padding: 40px 0px 26px 40px;
    position: relative;
    height: 170px;
    margin-right: 100px;
}

.servicetopsection h2:after {
    content: '';
    position: absolute;
    right: -59px;
    top: 0px;
    border-top: 85px solid transparent;
    border-bottom: 85px solid transparent;
    border-left: 60px solid #c52229;
}

.servicelist {
    width: calc(100% - 270px);
    float: left;
}

.servicelist li {
    display: inline-block;
    width: 32%;
    padding: 20px 10px;
    vertical-align: top;
}

.servicelist li a {}

.servicelist li img {
    display: inline-block;
    vertical-align: middle;
}

.servicelist li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    margin-left: 10px;
    max-width: 140px;
}

.service_content {
    text-align: center;
}

.service_content h1,
.service_content h2 {
    text-align: center;
    font-size: 36px;
    color: #e52b38;
    font-weight: bold;
    font-family: roboto;
    margin-bottom: 0px;
    margin-top: 0px;
}

.service_content span {
    margin-bottom: 40px;
    display: block;
}

.service_content p {
    font-size: 16px;
    line-height: 27px;
}

.quickscreenrepair {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background: #f8f8f8;
}

.quickscreenrepair h2 {
    text-align: center;
    font-size: 36px;
    color: #e52b38;
    font-weight: bold;
    font-family: roboto;
    margin-bottom: 0px;
    margin-top: 0px;
}

.quickscreenrepair span {
    margin-bottom: 40px;
    display: block;
    text-align: center;
}

.quickscreenrepair .panel-primary>.panel-heading {
    background: #e52b38 !important;
    border-bottom: 0px !important;
    padding: 3%;
    border-radius: 10px;
}

.quickscreenrepair .panel-body {
    width: 100%;
    margin: 0px;
    background: #fff;
    border-bottom: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.panel.panel-primary {
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset !important; 
}

.quickscreenrepair .panel-tabs li {
    display: inline-block;
    padding: 8px 30px;
    max-width: 117px;
    max-height: 60px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.quickscreenrepair .panel-tabs li a {
    color: #ddd;
    padding: 7px 5px;
    cursor: pointer;
    font-size: 16px;
}

.quickscreenrepair .panel-tabs li.active a {
    color: red;
    border-bottom: 2px solid red;
}

.quickscreenrepair .nav>li>a:focus,
.quickscreenrepair .nav>li>a:hover {
    background-color: transparent;
    color: #fff;
}

.quickscreenrepair .tab-content table {
    width: 100%;
}

.quickscreenrepair .tab-content table tr {
    border-bottom: 1px solid #f1f1f1;
}

.quickscreenrepair .tab-content table tr:last-child {
    border-bottom: 0px;
}

.quickscreenrepair .tab-content table td {
    padding: 10px;
}

.quickscreenrepair .tab-content table td img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.quickscreenrepair .tab-content table td strong {
    color: #000;
    font-size: 20px;
}

.quickscreenrepair .tab-content table tr td:nth-child(1) {
    width: 10%;
}

.quickscreenrepair .tab-content table tr td:nth-child(2) {}

.quickscreenrepair .tab-content table tr td:nth-child(3) {}

.quickscreenrepair .tab-content table tr td:nth-child(4) {}

.quickscreenrepair .tab-content table tr td:nth-child(5) {
    width: 160px;
}

.quickscreenrepair .tab-content h2 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
}

.quickscreenrepair .tab-content .moreinfo {
    font-size: 13px;
    color: #e52b38;
    font-weight: 600;
    text-decoration: underline;
}

.bookingbtn {
    color: #F9F9FE;
    background-color: #c52229 ;
    border-width: 0px!important;
    border-radius: 100px !important;
    width: 140px;
    box-shadow: 0.2rem 0.2rem 0.2rem #d0d3d2;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 17px;
}

.bookingbtn:hover {
    opacity: 0.8;
}
.quickscreenrepair .tab-content .bookingbtn {
    color: #F9F9FE;
    background-color: #c52229 ;
    border-width: 0px!important;
    border-radius: 100px !important;
    width: 140px;
    box-shadow: 0.2rem 0.2rem 0.2rem #d0d3d2;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 17px;
}

.quickscreenrepair .tab-content .bookingbtn:hover {
    opacity: 0.8;
}

.quickscreenrepair .col-seemore {
    text-align: center;
    padding: 18px;
}
.videosection {
    width: 100%;
    padding: 30px 0px;
    background: #e52b38;
}

.videosection h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 40px;
    padding-top: 45px;
}

.videosection h4 strong {}

.videosection .watchvedeo {
    background: #000;
    border: 0px;
    color: #fff;
    font-family: roboto;
    padding: 10px 30px;
    font-size: 16px;
    height: 30px;
    border-radius: 4px;
    text-transform: uppercase;
}

.videosection .videobox {
    height: 312px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 10px #000;
}

.videosection .videobox .youtube-video-place img.buttonimg {
    position: absolute;
    top: 49%;
    left: 49%;
}

.centerlocaction {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background: #fff;
}

.centerlocaction h2 {
    text-align: center;
    font-size: 36px;
    color: #e52b38;
    font-weight: bold;
    font-family: roboto;
    margin-bottom: 0px;
    margin-top: 0px;
}

.centerlocaction span {
    margin-bottom: 40px;
    display: block;
    text-align: center;
}

.centerbox {
    border: 1px solid #e52b38;
    border-radius: 5px;
    padding: 25px 15px;
    transition: all 0.3s ease;
}

.centerbox h4 {
    text-align: left;
    font-size: 22px;
    color: #e52b38;
    font-weight: 700;
    font-family: roboto;
    margin-bottom: 20px;
    margin-top: 0px;
}

.centerbox li.centeradd {
    color: #313541;
    font-size: 14px;
    font-family: roboto;
    line-height: 24px !important;
    padding: 0 0 9px 0px;
    display: flex;
}

.centerbox li.centerphone {
    color: #313541;
    font-size: 14px;
    font-family: roboto;
    line-height: 24px !important;
    padding: 0 0 9px 0px;
    display: flex;
}

.centerbox li.centertime {
    color: #313541;
    font-size: 14px;
    font-family: roboto;
    line-height: 24px !important;
    padding: 0 0 9px 0px;
    display: flex;
}

.centerbox li.centertime p {
    margin-bottom: 0px;
}

.centerbox li.centertime span {
    display: inline-block;
    margin-bottom: 0px;
    width: 100px;
    text-align: left;
}

.centerbox li.centertime strong {
    display: inline-block;
}

.centerbox .centermaap {
    margin-bottom: 20px;
}

.centerbox .direction {
    background: #e52b38 url(images/direction-white.png) no-repeat scroll 125px 16px;
    border: 0px;
    color: #fff;
    font-family: roboto;
    padding: 10px 24px;
    font-size: 16px;
    height: 40px;
    border-radius: 4px;
    display: block;
    width: 170px;
    margin-bottom: 20px;
}

.centerbox .last-content {
    color: #000;
}

.centerbox .last-content a {
    color: #e52b38;
    text-decoration: underline;
}

.centerbox:hover {
    background: #e52b38;
    transition: all 0.3s ease;
}

.centerbox:hover .last-content a,
.centerbox:hover .last-content p,
.centerbox:hover h4,
.centerbox:hover li p,
.centerbox:hover li p a {
    color: #fff;
}

.centerbox:hover .direction {
    background: #000;
    background: #000 url(images/direction-red.png) no-repeat scroll 125px 16px;
}

.centerlocaction .owl-nav button.owl-prev,
.centerlocaction .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    background: #f00;
    border-radius: 50%;
    border: 0px;
    font-size: 32px;
    color: #fff;
}

.centerlocaction .owl-nav button.owl-prev:focus,
.centerlocaction .owl-nav button.owl-next:focus {
    outline: none;
}

.centerlocaction .owl-nav button.owl-prev {
    left: -50px;
}

.centerlocaction .owl-nav button.owl-next {
    right: -50px;
}

.testimonial-sec .owl-nav button.owl-prev,
.testimonial-sec .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    border: 0px;
    font-size: 32px;
    color: #f00;
}

.testimonial-sec .owl-nav button.owl-prev:focus,
.testimonial-sec .owl-nav button.owl-next:focus {
    outline: none;
}

.testimonial-sec .owl-nav button.owl-prev {
    left: -70px;
}

.testimonial-sec .owl-nav button.owl-next {
    right: -70px;
}

footer {
    background: #f5f5f7!important;

    padding: 0px 0 0px;
}

.quickbox {
    width: 20%;
    float: left;
}

.quickbox h3 {
    color: #fff;
    font-family: roboto;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
}

.quickbox li {
    line-height: 27px;
    position: relative;
}

.quickbox li a {
    color: #d4d4d4;
    font-family: roboto;
    font-size: 14px;
    padding-left: 13px;
}

.quickbox li a:before {
    content: '\00BB';
    position: absolute;
    top: -1px;
    left: 0px;
}

.quick ul {
    margin: 0px 0 0;
    list-style: none;
    padding: 0;
}

.quick h3 {
    color: #fff;
    font-family: roboto;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
}

.quick li {
    line-height: 24px;
    list-style-type: disc;
    color: #d4d4d4;
    list-style-position: inside;
    margin-bottom: 10px;
}

.quick li a {
    color: #d4d4d4;
    font-family: roboto;
    font-size: 14px;
    padding-left: 0px;
}

.quick li a:hover {
    text-decoration: none;
    color: #fff;
}

.quick.quickbox li a:before {
    display: none;
}

ul.ftaddress {
    margin-bottom: 10px;
    width: 33%;
    display: inline-block;
}

.footeraddress {
    margin-top: 40px;
}

.ftaddress li {
    list-style: none;
    color: #d4d4d4;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 0px 0px;
    display: flex;
}

li.fadd {}

li.fadd p.bold {
    font-weight: bold;
}

padding:0 0 0px 19px;
}

li.fmail {
    background: url(images/location-white.png) no-repeat 0 5px;
}

.ftsocialicon {}

.ftsocialicon li {
    display: inline-block;
}

.ftsocialicon li a {
    color: #757575;
    padding: 0px 10px;
    font-size: 20px;
}

.ftsocialicon li a:hover {
    color: #e52b38;
}

footer hr {
    border-top: 1px solid #8e8e8e;
    margin-top: 50px;
    margin-bottom: 60px;
}

.links b {
    color: #fff;
}

.footer-links {
    color: #949494;
    line-height: 23px;
    font-weight: normal;
    font-family: roboto;
    padding-bottom: 40px;
}

.Copyright {
    background: #393939;
    padding: 0px 0;
}


.requestquote .modal-header {
    background: #e52b38;
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    border-bottom: 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.requestquote .modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 28px;
    font-weight: normal;
}

.requestquote input.form-control {
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: none;
}

.requestquote input.form-control:focus {
    border-radius: 0px !important
}

.requestquote label.error {
    font-weight: normal;
    font-size: 13px;
    margin-top: -13px;
    display: block;
    color: #ffffff;
    text-align: left;
}

.requestquote .hitt label.error {
    margin-top: 0px;
}

.requestquote .hitt {
    margin-bottom: 0px;
}

.requestquote span.captch_text {
    color: #fff;
    border: 1px solid #ffffff;
    height: 40px;
    width: 120px;
    padding: 6px 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    float: left;
}

.requestquote input.capchabox {
    width: calc(100% - 144px);
    display: inline-block;
    padding: 9px 10px;
    vertical-align: top;
    border: 1px solid #ffffff;
    float: right;
}

.requestquote input.btn.btn-default {
    border: 0px;
    padding: 8px 30px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    border-radius: 0px;
    background-color: #5a5a5a !important;
    color: #fff;
    margin: 15px 0px auto;
    display: inline-block;
}

.topaddress.mobileviewadd {
    display: none;
}

@media (max-width:1024px) {
    .toplogin {
        display: inline-block;
        padding: 0px 15px;
    }

    .secondmenu {
        text-align: center;
    }

    .quickbox {
        width: 30%;
    }

    .servicelist li {
        padding: 20px 0px;
    }

    .quickscreenrepair .panel-tabs li {
        padding: 9px 18px;
    }

    .centerlocaction .owl-nav button.owl-prev {
        left: -30px;
    }

    .centerlocaction .owl-nav button.owl-next {
        right: -30px;
    }

    .testimonial-sec .owl-nav button.owl-prev {
        left: -13px;
    }

    .testimonial-sec .owl-nav button.owl-next {
        right: -12px;
    }

    .testprofile {
        width: 120px;
        margin-left: 60px;
    }

    .testprofile .profileimg {
        width: 110px;
        height: 110px;
    }

    .comenttext {
        width: 62%;
        float: left;
        margin-left: 50px;
    }

    .bookingbox h4 {
        height: 50px;
    }

    .logo {
        width: 33%;
    }

    .topsearch {
        width: 64%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .secondmenu {
        width: 33%;
    }

    .topaddress {
        width: 25%;
        margin-right: 0px;
    }

    .storechange {
        width: 33%;
    }

    .btm-loac {
        text-align: left;
    }

    .stor_loctionstop .stor_loctions {
        float: left;
    }
}

@media (max-width:991px) {
    .servicearea .container {}

    .servicelist li {
        padding: 6px 0px;
        text-align: center;
    }

    .servicelist li span {
        margin-left: 0px;
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        max-width: 100%;
    }

    footer .quick {
        margin-bottom: 30px;
    }

    ul.ftaddress {
        width: 100%;
    }
}

@media (max-width:767px) {
    #header-custom {
        display: block;
    }
    .comenttext {
        padding: 30px 10px;
    }

    .comenttext p {
        font-size: 18px;
    }

    .topaddress.desktopviewadd {
        display: none;
    }

    .topaddress.mobileviewadd {
        display: block;
        padding-top: 0px;
    }

    .topaddress img {
        display: none;
    }

    .dropdown-menu h4 {
        width: 100%;
        float: left;
    }

    .secondmenu {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .topaddress {
        width: 100%;
    }

    .storechange {
        width: 100%;
    }

    .centerlocaction .owl-nav button.owl-prev {
        left: -10px;
    }

    .centerlocaction .owl-nav button.owl-next {
        right: -10px;
    }

    div#navbarCollapse {
        width: 100%;
    }

    .dropdown-toggle {
        height: 33px;
    }

    .navigation ul li {
        width: 98%;
        float: left;
    }

    .navbar-nav>li>a {
        padding: 5px 6px !important;
    }

    .header-top .col-xs-12 {
        text-align: center;
    }

    .secondmenu li {
        width: 31.3%;
        margin-top: 10px;
    }

    .topaddress {
        text-align: center;
    }

    .topaddress p {
        width: auto;
        float: initial;
        display: inline-block;
    }

    .stor_loctionstop .stor_loctions {
        display: inline-block;
        float: none;
        text-align: center;
    }


    .search {
        margin-top: 10px;
    }

    .navigation ul li {
        padding: 0 10px;
    }

    .quick h3,
    .quickbox h3 {
        margin-top: 20px;
    }

    footer hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .videosection .videobox {
        height: 220px;
        margin-top: 30px;
    }

    .bokingtabarea {
        padding: 50px 0px 70px;
    }

    .bookingbox h4 {
        height: auto;
        margin-bottom: 10px;
    }

    .bookingbox {
        margin-bottom: 50px;
    }

    .bookingbox .bookingform label {
        width: 60px;
        text-align: left;
    }

    .bookingbox .bookingform select {
        width: calc(100% - 80px);
    }

    .bookingbox .bookingform input {
        width: calc(100% - 80px);
    }

    .bookingbox .bookingform {
        margin: 20px auto;
        max-width: 300px;
    }

    .servicetopsection h2:after {
        display: none;
    }

    .servicetopsection h2 {
        width: 100%;
        padding: 10px 10px;
        text-align: center;
        height: auto;
        margin-right: 0px;
    }

    .servicelist {
        width: 100%;
    }

    .quickscreenrepair .panel-tabs li {
        padding: 11px 12px;
    }

    .quickscreenrepair .nav.panel-tabs {
        padding-left: 3px;
    }
    .innercomenttext:before {
        display: none;
    }

    .comenttext {
        width: 84%;
        float: none;
        margin-left: 0px;
        margin: 0px auto;
        border-top-left-radius: 5px;
        min-height: auto;
    }

    .testprofile {
        width: 120px;
        float: none;
        margin: 20px auto;
    }

    .quickscreenrepair .tab-content table tr td:nth-child(1) {
        width: 55px;
    }

    .quickscreenrepair .tab-content table tr td:nth-child(4) {
        width: auto;
        text-align: right;
    }

    .quickscreenrepair .tab-content .bookingbtn {
        font-size: 12px;
        padding: 7px 6px;
    }

    .quickscreenrepair .tab-content table td strong {
        font-size: 16px;
    }

    .quickscreenrepair .tab-content h2 {
        font-size: 14px;
    }
}

@media (max-width:667px) {
    .quickbox {
        width: 48%;
    }
    #header-custom {
        display: block;
    }
    .topsearch {
        width: 60%;
    }

    #ui-id-1 {
        max-width: 300px;
    }

    .quickscreenrepair .tab-content table td {
        padding: 10px 2px;
    }

    .quickscreenrepair .tab-content table tr td:nth-child(1) {
        width: 40px;
    }

    .quickscreenrepair .tab-content table td img {
        width: 35px;
    }

    .quickscreenrepair .tab-content table tr td:nth-child(2) {}

    .quickscreenrepair .tab-content h2 {
        font-size: 14px;
    }

    .quickscreenrepair .tab-content table tr td:nth-child(3) {
        width: 50px;
    }

    .quickscreenrepair .tab-content table {
        min-width: auto;
    }

    .quickscreenrepair .tab-content .bookingbtn {
        font-size: 11px;
        padding: 7px 2px;
    }

    .quickscreenrepair .tab-content table td strong {
        font-size: 14px;
    }

    .quickscreenrepair .tab-content table tr td:nth-child(5) {
        text-align: right;
    }
}

@media (max-width:480px) {
    .quickbox {
        width: 100%;
    }

    .testimonial-sec .owl-nav button.owl-next {
        right: -14px;
    }

    .testimonial-sec .owl-nav button.owl-prev {
        left: -14px;
    }

    .comenttext {
        width: 75%;
    }

    .topsearch {
        padding-top: 0px;
    }

    .requestquote input.btn.btn-default {
        float: left;
        margin-top: 15px;
    }
}

@media (max-width:420px) {
    .servicelist li {
        width: 48%;
    }
    #header-custom {
        display: block;
    }

    #custom-search-input .togsearch {
        width: 300px;
    }
}

@media (max-width: 414px) {
    .videosection .videobox {
        height: 215px;
    }
    #header-custom {
        display: block;
    }
}

@media (max-width:375px) {
    .videosection .videobox {
        height: 194px;
    }
    #header-custom {
        display: block;
    }
    .requestquote input.capchabox {
        width: calc(100% - 115px);
    }

    .secondmenu li {
        width: 31.3%;
    }

    .call .top-mobi {
        width: 100%;
        text-align: center;
    }

    .btm-loac {
        text-align: center;
    }

    .bookingbox .bookingform label {
        width: 60px;
        text-align: left;
    }

    .bookingbox .bookingform select {
        width: calc(100% - 80px);
    }

    .bookingbox .bookingform input {
        width: calc(100% - 80px);
    }

    .logo {
        width: 100%;
        text-align: center;
        padding-top: 0px;
    }

    .logo img {
        display: inline-block;
    }

    .topsearch {
        width: 100%;
        margin-bottom: 0px;
    }

    .secondmenu {
        width: 100%;
    }

    .topaddress {
        width: 100%;
    }

    .requestquote span.captch_text {
        width: 90px;
        padding: 6px 10px;
    }

    .quickscreenrepair .tab-content h2 {
        font-size: 11px;
        font-weight: 500;
    }

    .quickscreenrepair .tab-content table td img {
        width: 24px;
    }

    .quickscreenrepair .tab-content table tr td:nth-child(1) {
        width: 25px;
    }

    .quickscreenrepair .tab-content .moreinfo {
        font-size: 10px;
        line-height: 14px;
        display: block;
    }

    .quickscreenrepair .tab-content table td strong {
        font-size: 11px;
    }

    .quickscreenrepair .tab-content table tr td:nth-child(5) {
        width: auto;
    }
}

@media (max-width: 360px) {
    .videosection .videobox {
        height: 186px;
    }
}

@media (max-width: 320px) {
    .videosection .videobox {
        height: 163px;
    }
}

.footer-main-link {
    color: #ffffff;
}

#change-store-button {
    background: #e52b38;
    border: 1px solid #e52b38;
}