/*page1*/

@font-face {
  font-family:Montserrat;
  src: url("../fonts/fonts/montserrat");
  font-display: swap;
 }




body{
    font-family:Montserrat;
        box-sizing: border-box;
    padding: 0px;
    margin: 0px;
     background-color: #cecedd;
     font-size: 14px;
}



strong {
   font-family: MontserratMedium;
}

input, textarea {
        font-family: MontserratMedium;
}

select, option {
   font-family: MontserratRegular;
}

tr, th, td {
     font-family: MontserratRegular;
}

button {
        font-family: MontserratMedium;
}

label {
     font-family: MontserratRegular;
       margin: 24px 0px 24px 0px;
}


span {
       font-family: MontserratRegular;
}

h1, h2, h3, h4, h5{
      font-family: MontserratExtraBold;
      margin: 5px 0px 5px 0px;
}

h6 {
      font-family: MontserratExtraBold;
      color: #808080ba;
    margin: 24px 0px 24px 0px;
}

small{
    display: block;
    font-family: MontserratRegular;
    font-size: 13px;
    color: #8a7b7b;
}

a {
  font-family: MontserratExtraBold;
  text-decoration: none;
  
}




p {
        font-family: MontserratRegular;
      font-size: 20px;
}

ul li {
     font-family: MontserratRegular;
}






@font-face {
  font-family: MontserratBlackItalic;
  src: url("../fonts/montserrat/Montserrat-BlackItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratBlack;
  src: url("../fonts/montserrat/Montserrat-Black.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratBoldItalic;
  src: url("../fonts/montserrat/Montserrat-BoldItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratBold;
  src: url("../fonts/montserrat/Montserrat-Bold.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraBoldItalic;
  src: url("../fonts/montserrat/Montserrat-ExtraBoldItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraBold;
  src: url("../fonts/montserrat/Montserrat-ExtraBold.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraLightItalic;
  src: url("../fonts/montserrat/Montserrat-ExtraLightItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraLight;
  src: url("../fonts/montserrat/Montserrat-ExtraLight.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratItalic;
  src: url("../fonts/montserrat/Montserrat-Italic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratLightItalic;
  src: url("../fonts/montserrat/Montserrat-LightItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratLight;
  src: url("../fonts/montserrat/Montserrat-Light.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratMediumItalic;
  src: url("../fonts/montserrat/Montserrat-MediumItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratMedium;
  src: url("../fonts/montserrat/Montserrat-Medium.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratRegular;
  src: url("../fonts/montserrat/Montserrat-Regular.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratSemiBoldItalic;
  src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratSemiBold;
  src: url("../fonts/montserrat/Montserrat-SemiBold.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratThinItalic;
  src: url("../fonts/montserrat/Montserrat-ThinItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratThin;
  src: url("../fonts/montserrat/Montserrat-Thin.otf");
  font-display: swap; }



/*header strt*/
header{
    position: fixed;
}

.hedr-data {
    display: flex;
    place-content: space-around;
    padding:9px;
    background-color: #446cb2;
    line-height: 80px;
    position: fixed;
    width: 100%;
    z-index: 999;  
}

/*label-logoleft*/
.logo-left img{
    display: flex;
    line-height: 80px;
    font-size: 20px;
    height: 78px;
    width: 353px;
    margin-left: 0px;
    cursor: pointer;
    /*border-radius: 40px;*/

}
/*headerusericon*/
.hedr-data  .user-name-img .fa {
    color: #8fc1b7;
    width: 39px;
     box-shadow: 0px 0px 0px 2px #ffe3e3;
    border-radius: 23px;
    font-size: 40px;
    background: antiquewhite;
}

.hedr-data .user-name-img{
    display: flex;
    color:blanchedalmond;
}
.hedr-data .user-name-img a{
  color:blanchedalmond;}

.hedr-data .btn{
    display: flex;
    padding:18px;
}

.openbtn{
    width: 43px;
}
/*end header*/


/*side menu bar*/

.side-menu{display: none;}
/*end*/

.user-side-img {
    width: 50%;  
    text-align: center;
    padding: 7px 0px 7px 0px;
   
}

.user-side-img .fa {
    color: #8fc1b7;
    font-size: 80px;
    box-shadow: 0px 0px 0px 4px #ffe3e3;
    border-radius: 65px;
    margin-bottom: 20px;}
    /*end*/


    
/*dropdown sidebar*/
.drop-sec{
    position: relative;
}



        .dropbtn:hover,
        .dropbtn:focus {
            background-color:#cecedd;
            border-style:none ;
        }

        .dropdown {
           
            /* display: inline-block; */
            text-align: end;
            z-index: 0;}


            .dropbtn {
        background-color: #cecedd;
        color: #191616;
        border: none;
        cursor: pointer;
        margin: 0px 20px 0px;
        position: relative;
        bottom: 63px;
        font-size: 30px;
        width: 29%;
            }

        .dropdown-content {
            display: none;
              position: relative;
            background-color: #f1f1f1;
            min-width: 160px;
            overflow: auto;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
            text-align: center;
            width: 100%;
            bottom: 37px;
        }

        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

        .dropdown a:hover {
            background-color:#a6a6ce;
        }

        .dropdown span{
            margin-left: 25px;
        }


        .show {
            display: block;
        }


/*endn*/

/*header-sidebar starts*/



.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.openbtn {
    font-size: 27px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 10px 15px;
    border: none;
    margin-left: 8px;
    position: relative;
    top: -6px;
}
.openbtn:hover {
    background-color: #446cb2;
}

#main {
    transition: margin-left 0.5s;
    padding: 16px;
    width: 23%;
    text-align: right;
}
/*ends*/

/*second section form start
.second {
    
    background: white;
    /*height: 1231px;
    box-shadow: 3px 2px 20px 3px grey;
    border-radius: 8px;
   padding: 23px 20px;
   
}form*/

       /*signup*/


        .signup-header, .login-header{
    position: fixed;
    top: 0;;
}


.signup-header-data , .login-header-data {
    display: flex;
    place-content: space-around;
    padding: 9px;
    background-color: rgb(43 130 198);
    position: fixed;
    z-index: 1;
    width: 100%;
}


.signup-header-data .logo-center img, .login-header-data .logo-center img{
    
    width: 353px;
    cursor: pointer;
}

 .tow-signup,.tow-login{background: white;
       margin: 25% 28px;
        border-radius: 16px;
}

    .tow-signup-form , .tow-login-form{
          text-align: center;
            padding: 32px;
          font-size: 18px;
    }

    .signup-form, .login-form{
          margin: 10px;

    }


    .signup-input-field,.login-input-field{
            width: 85%;
            margin: 9px;
            padding: 16px;
            border-radius: 10px;
            border: 1px solid grey;
            background: aliceblue;
}
   
    .signup-btn , .login-btn{
      width: 34%;
    padding: 8px;
    font-size: 21px;
    border-radius: 4px;
    background-color: #ffa93a;
    border: none;
    color: white;
    }

     .new-user .signup{
            color: #ffa93a;
    }

.login-form-icons{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

        /*end*/


/*myprofile*/

input[type="file"] {
    display: none;
}
.custom-file-upload {
      border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background: #67c2a3;
   height: 132px;
    border-radius: 95px;
    margin: 0;
    width: 50%;
    font-size: 13px;
    display: flex;
    align-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    margin: auto;
}


.upload-img {
        height: 190px;
    width: 250px;
      
}





.myprofile-form{
    padding: 30px;
        margin-top: 40%;

}

         .myprofile-container input {
                height: 35px;
      
            }
        
        .myprofile-container {
            display: flex;
           
            margin-bottom: 24px;
            line-height: 163px;
           
        }
        .myprofile-container textarea {
                margin: 4px;
            /* height: 229px; */
            width: 100%;
            padding: 40px;

        }
       .myprofile-container .input-field {
            width: 100%;
            padding: 10px;
            outline: none;
              border-color: #c3b9b994;
              border-radius: 6px;
        }

       .myprofile-container .input-field:focus {
            border: 2px solid dodgerblue;
        }
                .profile-tow-fm-mp{
                    text-align: center;
                        padding: 6px;
                }
        

           
            .detail-tow-foms {
               
                margin-top: 11%;

                }
      
             .save-btn .btn{
                 padding: 11px 0;
                width: 143px;
                border: none;
                color: white;
                background: #4242da;
            
            }

            
             .save-btn .btn ,.update-btn .btn{
                 padding: 11px 0;
                width: 143px;
                border: none;
                color: white;
                background: #4242da; 
            
            }

            .save-btn , .update-btn{
                text-align: center;
            }
            
            .change-pass-foms {
              
            }

            .left{
                width:27%;           
            }



        
/*booking-history*/

.towlink-up-container{
    text-align: center;
}

.history-tabs{
    text-align: center;
    margin: 30px 0;
    display: flex;
    font-size: 15px;
    flex-wrap: wrap;
    font-weight: bolder;
}

   

     .history-tabs a{
   margin: 10px;
   text-decoration: none;
   color: black;
   
    }


.history-tabs a:focus{
      border-bottom-style: inset;
    border-color: orange;
    padding-bottom: 7px;

}


    
.upcming-box{
   
   
}


.tag{    color: white;
    width: 84px;
background: #17175d;}

.veh-tow{
    display: flex;
    justify-content: space-between;
    margin: 12px;
}
.vt small{
    background: #17175d;
    width: 104px;
    padding: 7px;
    color: white;
    border-radius: 8px;

}
.vt .vt2{
        border-radius: 26px;
    background: orange;
    padding: 10px 27px;
 
    color: white;

}


.upcoming-content{
       background: #d9fffa;
      margin-top: 10px;
    border-style: ridge;
    border-radius: 10px;
    padding: 25px;
}


.loc-box{
        width: 100%;

}
.pickup-description, .dropup-description{
   margin: 10px;
    border: 1px solid black;
    background: white;
    padding: 9px;
    border-radius: 11px;
    font-size: small;
}

.pickup-description  sup, .dropup-description   sup{
  background: orange;
    padding: 5px 14px;
    border-radius: 7px;
    color: white;


}
  


.distnce{background: #242422;
    text-align: center;
    padding: 9px;
    border-radius: 20px;
    color: white;
}

.pickup-description strong , .dropup-description strong{
 
    padding: 1px;
    /* margin: 3px; */
    border-radius: 5px;
        margin: 5px;
        display: inline-block;


}

.details-box{
        width: 19%;
}
.rate{
      background: orange;
    text-align: center;
    padding: 9px;
    border-radius: 20px;
    color: white;
    margin-bottom: 7px;

}

.veh-towing-btn .vehcle-btn  {
      text-decoration: none;
    background: #2a2aa0;
    color: white;
    padding: 8px;
    border-radius: 5px;
    width: 28%;
}

.veh-towing-btn{
  display: flex;
  flex-direction: column;
  text-align: center;
}

/*boking histry2*/
.tow-top-details img{
    width: 95px;
}

  .complete-content {
        border: 2px solid lightsteelblue;
        border-radius: 5px;
        background: aliceblue;
           box-shadow: 2px 2px 8px lightblue;
        padding: 9px;
    }

    .tow-top-details {
        display: flex;
        justify-content: space-between;
    }

    .upcming-box2 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;

    }

   
   
/*end*/




/*notification*/

            .notification-content{
                
                    border-style: groove;
                    padding: 21px;
                    border-radius: 14px;
                    margin-bottom: 36px;
                     background: #eeeef7;
            }

            .notification-container{
                    padding: 10px;
                    margin-top: 30px;   
            }
                .not-img{
                   width: 20%;

                }
               .not-img img {
                width: 111px;
                height: 114px;
                border-radius: 55px;
                }


                .not-description small{
                        text-align: end;
                }
           

/*ends*/


/*about-info*/

            .info-content , .email-content, .contact-content{
                    border-style: groove;
                    padding: 21px;
                    border-radius: 14px;
                    margin-bottom: 36px;
                     background: #eeeef7;
            }
                .aboutlogo-img{
                    text-align: center;
                     margin: 30px;

                }    
                 .aboutlogo-img img{
                    width: 254px;}
/*ends*/

/*onlinesupport*/


            .searchcontainer i{
                position: relative;
                  left: -42px;
                font-size: 21px;
            }


       .searchBox{
           width: 50%;
            padding: 8px;
            border-radius: 10px;
            font-size: 16px;
            margin: 30px 0px 30px 0px;

            }

            .faq-container , .Myaccounts-container{
                    border-style: groove;
                    padding: 21px;
                    border-radius: 14px;
                    margin-bottom: 36px;
                     background: #eeeef7;
            }

            .faq-btn , .myacc-btn{
                text-align: end;
            }

             .faq-btn a, .myacc-btn a {

                border-color: gray;
                text-decoration: none;
                color: #111;
                background:  #eeeef7;
                border-radius: 20px;
                padding: 8px 20px 8px 20px;
                border-style: groove;
             }
/*ends*/



/*paymentform*/

  .payout-container .right-icon{
                position: relative;
                left:-20px;
            }

             .payout-container .left-icon{
                position: relative;
                left: 38px;
              
            }
            .cash , .paypal,.debit-card {
                    width: 51%;
            }








         .input-container input {
                height: 35px;
      
            }
             .payment-form{
            text-align: center;
             
        }
        
        .input-container {
            display: flex;
           
            margin-bottom: 24px;
            line-height: 163px;
           
        }
        .input-container textarea {
                margin: 4px;
            /* height: 229px; */
            width: 100%;
            padding: 40px;

        }
        .input-field {
            width: 100%;
            padding: 10px;
            outline: none;
              border-color: #c3b9b994;
        }

        .input-field:focus {
            border: 2px solid dodgerblue;
        }

        
        .wallet-img{
            text-align: center;
        }

         .wallet-img img{
               width: 225px;

        }
/*ends*/
 
 
 .payout-container button{
    margin: 30px 0px -29px;
    padding: 11px 83px;
    border-radius: 15px;
    background: white;
        width: 93%;
 }
 .payout-form{
     text-align: center;
 }

 .payout-wallet{
     padding: 0 0 73px;

 }


        .wallet-img{
            text-align: center;
            }

            .wallet-img img{
            
                width: 170px;

            }

            .wallet-links{
                    margin: 18px;

            }
            .wallet-links a:focus{
                border-bottom-style: inset;
                border-color: orange;
                padding-bottom: 7px;

            }
            .wallet-links a{
                color: black;
                    margin: 18px;
                    font-weight: bolder;
            }

















  .info-content , .email-content, .contact-content{
                    border-style: groove;
                    padding: 21px;
                    border-radius: 14px;
                    margin-bottom: 36px;
                     background: #eeeef7;
            }
                .aboutlogo-img{
                    text-align: center;
                     margin: 30px;

                }    
                 .aboutlogo-img img{
                    width: 254px;}

/*homepage*/


































/*.....end...*/





















/*end*/

/*end*/


/**/

footer {
    background: #446cb2;
    color: white;
}

.f-data1 img {
   height: 42px;
    padding: 8px;

}

.nav ul {
 margin:27px auto;
}

.app-btn {
    border-radius: 16px;
}

.f-data1 a {
    text-decoration: none;
    font-weight: 100;
    color: white;
}
.f-data1 h3{margin-top: 0px;}

.srvs ul{
    list-style-type: none;
}
.f-data1{
    margin: 10px;
}
.f-data1 .tow-links{
    display: block;}

/*.footer-data .link-sec {
    display: inline-grid;
}*/

.footer-data {

    padding: 20px;
    margin: 3px;
   
}

.social-links a {
    text-decoration: none;
    color: white;
}

.footer-data2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-data2 .social-links {
      margin-top: 20px;
}

.dsg-info a {
    text-decoration: none;
    color: white;
}

.f-line {
   background-color: #446cb2;
}

.f-line-1 {
    border: .5px outset #84b0ff;
    position: relative;
    left: 13%;
    width: 74%;
}



.ad-dr {
 
   
     background: white;
    box-shadow: 3px 2px 20px 3px grey;
    border-radius: 8px;
    padding: 23px 20px;
}
/**/
.cmplte {
}
.side-menu {
    display:none;
}
.tow-fm-mp {
   
}

.tow-foms {
    width: 100%;
    text-align: -webkit-center 

}




@media only screen  and (max-width: 425px) { 
.logo-left img {
        height: 64px;
    width: 80%;
    cursor: pointer;
     margin-left: 0px;
}

.logo-left{
    width:68%
}

.hedr-data {
    background-color: rgb(23, 23, 93);
    
    
}


 .user-side-img{
         top: 150px;
 }


.openbtn{padding: 0%;}



.signup-btn, .login-btn {
    width: 46%;}

    .signup-form, .login-form {
    margin: 0px;
    }
    .signup-header-data .logo-center img, .login-header-data .logo-center img{
    
    width: 180px;
    cursor: pointer;
}

.tow-signup, .tow-login{
        margin: 33% 0px;
}
.tow-signup-form, .tow-login-form {
    font-size: 13px;
}
.veh-towing-btn .vehcle-btn{
    width: 46%;
}
.details-box {
    width: 100%;
}



}
/*end*/





/*booking class*/
.booking-container {
  display: flex;
  flex-wrap: wrap;
    padding: 6px;
  text-align: center;
}

.booking-item-l {
  padding: 3px;
  width: 31%;
}
.booking1{
    margin-top: 28px;
}
.booking-item-l strong{
background:rgb(177, 175, 175);
    padding: 11px 18px;
    border-radius: 25px;
}
/*ends*/
.tow-fm-fld {
    display: block;
    color: #8a7b7b;
    font-size: 15px;
}



.field2{
    background-color: white;
    border-style: groove;
    border-color: #ffffff42;
    border-radius: 14px;
    padding: 31px 28px 28px 20px;
 }

.field2 small {
    margin:1px ;
}

 .field2 input{
    outline: none;
}


.field2 .textfield{
   /* width: 400px;*/
   width: 100%;; 
    border-style: none;
    margin: 12px 0px;
}

.field2 #text-fld1{
        width: 100%;
    border-bottom-style:groove;
    margin: 13px 1px 4px;

}
/*ends*/





/*field3 radio image btn*/
.radio-toolbar {

  display: flex;
  text-align: center;
}

.radio-toolbar label {

  padding: 10px;
 
}
 .radio-toolbar input[type="radio"] {
            display: none;
        }
/*
    .radio-toolbar label {
    background-color: white;
    padding: 3px 11px;
    font-family: Arial;
    font-size: 16px;
    /* cursor: pointer; 
    background-image: url(./icon/8-01.svg);
    height: 204px;
    width: 175px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 94px;
    border-style: groove;
     margin: 20px; 
}
*/
.radio-toolbar label {
    background-color: white;
    padding: 10px;
     font-size: 1px; 
    cursor: pointer; 
    background-image: url(./icon/8-01.svg);
    height: 201px;
    width: 40%;
    background-repeat: no-repeat;
    background-position: center 55px;
    background-size: 75px;
    margin: 18px;
    box-shadow: 0px 0px 12px 0px grey;
    border-radius: 5px;
}/*
.radio-toolbar label {
    background-color: white;
    padding: 10px;
    font-size: 1px;
    cursor: pointer;
    background-image: url(./icon/8-01.svg);
    height: 185px;
    width: 112px;
    background-repeat: no-repeat;
    background-position: 30px 32px;
    background-size: 79px;
    
    margin: 6px;
    box-shadow: 0px 0px 12px 0px grey;
    border-radius: 5px;
}*/








    
.radio-toolbar strong
{
    position: relative;
    top: 146px;
    font-size: xx-small;
}


.radio-toolbar input[type="radio"]:checked+label {
    box-shadow: 1px 2px 7px 2px grey;
     background-color: #b3d9ff;
    }
/*field4 strts*/
.field4{
    margin-bottom: 11px;
}
.field4 h5{
    margin-bottom: 11px;
}


.field4 #laterCheck, .field1 #interstate {margin-left: 35px;}
/*ends*/
/*form2*/

         .input-container input {
            border-style: solid solid solid hidden;
                height: 35px;
      
            }
        
        .input-container {
            display: flex;
                width: 90%;
            margin-bottom: 24px;
            line-height: 163px;
           
        }
        .input-container textarea {
                margin: 4px;
            /* height: 229px; */
            width: 100%;
            padding: 40px;
            height: 160px;

        }


        .icon {
            padding:16px 5px 4px 3px;
            color:dodgerblue;
            min-width: 50px;
            text-align: center;
            border-style: solid hidden solid solid ;
            border-color: #c3b9b994;
                border-width: 2px;
                height: 35px;
        }


        .input-field {
            width: 100%;
            padding: 10px;
            outline: none;
              border-color: #c3b9b994;
        }

        .input-field:focus {
            border: 2px solid dodgerblue;
        }
/*ends*/
/*nextline*/
.nextline ,.registerline{

    border-bottom-style: groove;
    margin: 30px 0px 30px 0px;
    width: 99%;
        text-align: left;
    
}

.next-line , .reg-line{  border-bottom-style: groove;
width: 54px;
    border-color: blue;
        margin: -1.3px;
}

/*ends*/

/* Set a style for the submit button */

.next-btn, .reg-btn {
    width: 100%;
    text-align: center;

}
 .btn {
    
    background-color: #446cb2;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 84%;
    opacity: 0.9;
 }
 .btn:hover {
     opacity: 1;
 }
/*end*/

.user-side-img img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.top-nws {
    padding-top: 95px;
}
.fild-s input {
    padding: 4px;
}























